@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
#gallery nav button:after, body#home header video-background:after, body#home header figure:after, figure.image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

#gallery nav button:after, body#home header video-background:after, body#home header figure:after {
  content: ""; }

body, .font1, .regular, .font2, body#home main > section, .light, .font3, .medium, .font4, .bold {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: Helvetica, Arial, sans-serif; }

.font1, body, .regular {
  font-family: 'Maven Pro', Helvetica, sans-serif;
  font-weight: 400; }

.font2, body#home main > section, .light {
  font-family: 'Maven Pro', Helvetica, sans-serif;
  font-weight: 500; }

.font3, .medium {
  font-family: 'Maven Pro', Helvetica, sans-serif;
  font-weight: 700; }

.font4, .bold {
  font-family: 'Maven Pro', Helvetica, sans-serif;
  font-weight: 900; }

:root {
  --gaps: 16px;
  --vertical-spacing: 5vh;
  --horizontal-spacing: 5vw;
  --gutters: 64px;
  --border-radius: 10px;
  --font-size: 19px;
  --min: 360px;
  --small: 480px;
  --small-medium: 640px;
  --medium: 800px;
  --large: 970px;
  --max: 1200px; }

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

:root {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

html {
  box-sizing: border-box; }

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

html, body {
  min-width: 360px;
  min-height: 100%; }

p:empty, pre:empty, blockquote:empty, ol:empty, ul:empty, li:empty, legend:empty, figcaption:empty, body:empty, article:empty, nav:empty, aside:empty, section:empty, header:empty, footer:empty, main:empty, address:empty {
  display: none; }

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

svg, symbol {
  overflow: visible; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-size: 1.6rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #282C33;
  height: 100%;
  width: 100%; }
  body ::-moz-selection {
    color: black;
    background-color:  #B1D7FE; }
  body ::selection {
    color: black;
    background-color:  #B1D7FE; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: normal; }

h1 {
  font-size: 48px;
  line-height: 34px; }

h2 {
  font-size: 34px;
  line-height: 40.8px; }

h3 {
  font-size: 27px;
  line-height: 32.4px; }

h4 {
  font-size: 23px;
  line-height: 27.6px; }

h5 {
  font-size: 21px;
  line-height: 25.2px; }

h6 {
  font-size: 20px;
  line-height: 24px; }

hr {
  border: none;
  height: 1px;
  background-color: #282C33;
  margin: 16px 0;
  box-sizing: content-box;
  overflow: visible; }

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

ol, ul {
  list-style: none; }

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  background-color: white;
  color: black;
  padding: 16px;
  position: relative;
  z-index: 9999; }

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

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer; }
  button:focus,
  [type="button"]:focus,
  [type="reset"]:focus,
  [type="submit"]:focus {
    outline: 0; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[disabled] {
  cursor: default; }

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  border-radius: 0;
  border: 0;
  text-rendering: optimizeLegibility;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-font-smoothing: antialiased; }
  input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
    outline: 0; }
  input[type=color]:focus::-webkit-input-placeholder, input[type=date]:focus::-webkit-input-placeholder, input[type=datetime]:focus::-webkit-input-placeholder, input[type=datetime-local]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=month]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=text]:focus::-webkit-input-placeholder, input[type=time]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, input[type=week]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a9a9a9;
    -webkit-transition: color 0.2s 0s ease-in-out;
    transition: color 0.2s 0s ease-in-out; }
  input[type=color]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder, input[type=datetime]:focus::-moz-placeholder, input[type=datetime-local]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=month]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=text]:focus::-moz-placeholder, input[type=time]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=week]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent; }
  input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, textarea::-moz-placeholder {
    color: #a9a9a9;
    -moz-transition: color 0.2s 0s ease-in-out;
    transition: color 0.2s 0s ease-in-out; }
  input[type=color]:focus:-moz-placeholder, input[type=date]:focus:-moz-placeholder, input[type=datetime]:focus:-moz-placeholder, input[type=datetime-local]:focus:-moz-placeholder, input[type=email]:focus:-moz-placeholder, input[type=month]:focus:-moz-placeholder, input[type=number]:focus:-moz-placeholder, input[type=password]:focus:-moz-placeholder, input[type=search]:focus:-moz-placeholder, input[type=tel]:focus:-moz-placeholder, input[type=text]:focus:-moz-placeholder, input[type=time]:focus:-moz-placeholder, input[type=url]:focus:-moz-placeholder, input[type=week]:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent; }
  input[type=color]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=datetime]:-moz-placeholder, input[type=datetime-local]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=week]:-moz-placeholder, textarea:-moz-placeholder {
    color: #a9a9a9;
    -moz-transition: color 0.2s 0s ease-in-out;
    transition: color 0.2s 0s ease-in-out; }
  input[type=color]:focus:-ms-input-placeholder, input[type=date]:focus:-ms-input-placeholder, input[type=datetime]:focus:-ms-input-placeholder, input[type=datetime-local]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=month]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder, input[type=time]:focus:-ms-input-placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=week]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent; }
  input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: color 0.2s 0s ease-in-out;
    transition: color 0.2s 0s ease-in-out; }

img {
  border-style: none; }

em {
  font-style: italic; }

a {
  background-color: transparent;
  text-decoration: none;
  color: #282C33; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bold; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

textarea {
  resize: none;
  overflow: auto; }

body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 19px;
  line-height: 1.5; }
  @media (min-width: 361px) {
    body {
      overflow-x: hidden; } }
  body ::-moz-selection {
    color: white;
    background-color: var(--primary); }
  body ::selection {
    color: white;
    background-color: var(--primary); }

#gallery image-gallery gallery-image, #gallery nav button, figure.image {
  display: block;
  background-position: center 33%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    #gallery image-gallery gallery-image, #gallery nav button, figure.image {
      background-position: center 33% !important; }
      #gallery image-gallery gallery-image img, #gallery nav button img, figure.image img {
        -o-object-position: center 33.33% !important;
           object-position: center 33.33% !important; } }
  #gallery image-gallery gallery-image img, #gallery nav button img, figure.image img {
    display: block;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 33.33%;
       object-position: center 33.33%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0; }
    html[data-browser^="ie"] #gallery image-gallery gallery-image img, #gallery image-gallery html[data-browser^="ie"] gallery-image img, html[data-browser^="ie"] #gallery nav button img, #gallery nav html[data-browser^="ie"] button img, html[data-browser^="ie"] figure.image img {
      display: none; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #gallery image-gallery gallery-image img, #gallery nav button img, figure.image img {
        display: none; } }

main > section > ol, main > article > ol, main text-block > ol, main > section > ul, main > article > ul, main text-block > ul {
  margin-bottom: 16px; }
  main > section > ol li, main > article > ol li, main text-block > ol li, main > section > ul li, main > article > ul li, main text-block > ul li {
    position: relative;
    display: block;
    padding-left: 20px; }
    main > section > ol li + li, main > article > ol li + li, main text-block > ol li + li, main > section > ul li + li, main > article > ul li + li, main text-block > ul li + li {
      margin-top: 5px; }
    main > section > ol li a, main > article > ol li a, main text-block > ol li a, main > section > ul li a, main > article > ul li a, main text-block > ul li a {
      text-decoration: none; }
    main > section > ol li:before, main > article > ol li:before, main text-block > ol li:before, main > section > ul li:before, main > article > ul li:before, main text-block > ul li:before {
      color: var(--primary);
      position: absolute;
      top: 1px;
      left: 0; }

main > section > ul li:before, main > article > ul li:before, main text-block > ul li:before {
  content: "●"; }

main > section > ol, main > article > ol, main text-block > ol {
  counter-reset: counter; }
  main > section > ol > li:before, main > article > ol > li:before, main text-block > ol > li:before {
    content: counter(counter) ".";
    counter-increment: counter;
    font-weight: bold; }

.button {
  position: relative;
  background-color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  justify-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  font-size: 16px;
  border: 1px solid transparent;
  -webkit-transition: color 0.2s 0s ease-in-out, background-color 0.2s 0s ease-in-out, border-color 0.2s 0s ease-in-out;
  transition: color 0.2s 0s ease-in-out, background-color 0.2s 0s ease-in-out, border-color 0.2s 0s ease-in-out; }
  @media (hover: hover) {
    .button:hover {
      background-color: #1B76AE;
      color: white;
      border-color: white; } }

social-media {
  display: -webkit-box;
  display: flex; }
  social-media a {
    padding: 8px;
    -webkit-transition: opacity 0.2s 0s ease-in-out;
    transition: opacity 0.2s 0s ease-in-out; }
    social-media a svg {
      fill: white;
      width: 26px;
      height: 26px;
      display: block; }
    social-media a span {
      display: none; }
    social-media a:hover {
      opacity: 0.5; }

main + aside {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: calc(2.5vh + 64px/2) 32px calc(5vh + 64px/2) 32px;
  padding: calc(2.5vh + var(--gutters, 64px)/2) 32px calc(5vh + var(--gutters, 64px)/2) 32px; }
  main + aside > h3 {
    text-transform: uppercase;
    color: #1B76AE;
    text-align: center;
    font-weight: bold; }

#gallery {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  #gallery h3 {
    display: none; }
  #gallery image-gallery {
    display: block;
    position: relative;
    border: 1px solid #F3F3F3; }
    #gallery image-gallery gallery-image {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.3s 0.2s ease-in-out;
      transition: opacity 0.3s 0.2s ease-in-out; }
      #gallery image-gallery gallery-image img {
        -webkit-transition: -webkit-transform 0.2s 0s ease-in-out;
        transition: -webkit-transform 0.2s 0s ease-in-out;
        transition: transform 0.2s 0s ease-in-out;
        transition: transform 0.2s 0s ease-in-out, -webkit-transform 0.2s 0s ease-in-out; }
      #gallery image-gallery gallery-image.current {
        opacity: 1;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
    #gallery image-gallery.swipe-left .control.next {
      background-color: #4caae3; }
    #gallery image-gallery.swipe-right .control.previous {
      background-color: #4caae3; }
    #gallery image-gallery > button {
      position: absolute;
      z-index: 1;
      display: -webkit-box;
      display: flex;
      border-radius: 50%;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-transition: opacity 0.2s 0s ease-in-out, background-color 0.2s 0s ease-in-out, -webkit-transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 0.2s 0s ease-in-out, background-color 0.2s 0s ease-in-out, -webkit-transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s 0s ease-in-out, background-color 0.2s 0s ease-in-out;
      transition: transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s 0s ease-in-out, background-color 0.2s 0s ease-in-out, -webkit-transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      #gallery image-gallery > button svg {
        position: relative;
        fill: white;
        pointer-events: none; }
      @media (hover: hover) {
        #gallery image-gallery > button:hover {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); } }
    #gallery image-gallery .control {
      background-color: #1B76AE;
      top: calc(50% - 15px);
      width: 30px;
      height: 30px; }
      #gallery image-gallery .control svg {
        width: 15px;
        height: 15px; }
      #gallery image-gallery .control.previous {
        left: 16px; }
        #gallery image-gallery .control.previous svg {
          right: 1px; }
      #gallery image-gallery .control.next {
        right: 16px; }
        #gallery image-gallery .control.next svg {
          left: 1px; }
      @media (hover: hover) {
        #gallery image-gallery .control:hover ~ .expand {
          opacity: 0; } }
    #gallery image-gallery .expand {
      --size: 60px;
      background-color: rgba(255, 255, 255, 0.2);
      top: calc(50% - var(--size)/2);
      left: calc(50% - var(--size)/2);
      width: var(--size);
      height: var(--size);
      opacity: 0; }
      #gallery image-gallery .expand svg {
        width: calc(var(--size) / 2);
        height: calc(var(--size) / 2); }
        #gallery image-gallery .expand svg.icon-close {
          stroke: white;
          stroke-width: 10;
          display: none; }
      @media (hover: hover) {
        #gallery image-gallery:hover .expand {
          opacity: 1; }
        #gallery image-gallery .expand:hover {
          background-color: rgba(255, 255, 255, 0.4); } }
  #gallery nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    @supports (display: grid) {
      #gallery nav {
        display: grid;
        grid-gap: 8px;
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); } }
    #gallery nav button {
      -webkit-box-flex: 1;
              flex-grow: 1;
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
      height: 80px;
      border: 1px solid #F3F3F3; }
      #gallery nav button:after {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-transition: -webkit-transform 0.2s 0s ease-in-out;
        transition: -webkit-transform 0.2s 0s ease-in-out;
        transition: transform 0.2s 0s ease-in-out;
        transition: transform 0.2s 0s ease-in-out, -webkit-transform 0.2s 0s ease-in-out;
        border: 5px solid #1B76AE;
        pointer-events: none; }
      #gallery nav button.current:after {
        -webkit-transform: scale(1);
                transform: scale(1); }

#gallery image-gallery gallery-image, #gallery nav button, figure.image {
  display: block;
  background-position: center 33%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 1201px) {
    #gallery image-gallery gallery-image, #gallery nav button, figure.image {
      background-position: center 33% !important; }
      #gallery image-gallery gallery-image img, #gallery nav button img, figure.image img {
        -o-object-position: center 33.33% !important;
           object-position: center 33.33% !important; } }
  #gallery image-gallery gallery-image img, #gallery nav button img, figure.image img {
    display: block;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 33.33%;
       object-position: center 33.33%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0; }
    html[data-browser^="ie"] #gallery image-gallery gallery-image img, #gallery image-gallery html[data-browser^="ie"] gallery-image img, html[data-browser^="ie"] #gallery nav button img, #gallery nav html[data-browser^="ie"] button img, html[data-browser^="ie"] figure.image img {
      display: none; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #gallery image-gallery gallery-image img, #gallery nav button img, figure.image img {
        display: none; } }
    html[data-browser^="edge"] #gallery image-gallery gallery-image img, #gallery image-gallery html[data-browser^="edge"] gallery-image img, html[data-browser^="edge"] #gallery nav button img, #gallery nav html[data-browser^="edge"] button img, html[data-browser^="edge"] figure.image img {
      display: none; }
    @supports (-ms-accelerator: true) {
      #gallery image-gallery gallery-image img gallery-image img, #gallery nav button img image-gallery gallery-image img, #gallery image-gallery nav button img gallery-image img, figure.image img #gallery image-gallery gallery-image img, #gallery image-gallery figure.image img gallery-image img, #gallery image-gallery gallery-image img nav button img, #gallery nav image-gallery gallery-image img button img, #gallery nav button img button img, figure.image img #gallery nav button img, #gallery nav figure.image img button img, #gallery image-gallery gallery-image img figure.image img, #gallery nav button img figure.image img, figure.image img figure.image img {
        display: none; } }

product-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  padding: 32px 0 0 0;
  margin: 0 auto; }
  @media (min-width: 481px) {
    @supports (display: grid) {
      product-list {
        display: grid;
        grid-gap: 32px;
        grid-template-columns: repeat(auto-fill, minmax(286px, 1fr)); }
        @media (min-width: 801px) {
          product-list[data-total="2"] {
            grid-template-columns: 1fr repeat(2, minmax(336px, 1fr)) 1fr; }
            product-list[data-total="2"] article:first-of-type {
              grid-column-start: 2; } }
      @media (min-width: 801px) and (min-width: 1201px) {
        product-list[data-total="4"] {
          grid-template-columns: repeat(auto-fill, minmax(536px, 1fr)); }
          product-list[data-total="4"] article:first-of-type {
            grid-column-start: initial; } }
        @media (min-width: 801px) {
          product-list[data-total="1"] {
            grid-template-columns: 1fr minmax(336px, 1fr) 1fr; }
            product-list[data-total="1"] article:first-of-type {
              grid-column-start: 2; } }
        product-list .product {
          margin-bottom: 0 !important; } } }
  product-list .product {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-basis: 336px;
    position: relative;
    display: -webkit-box;
    display: flex;
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: box-shadow 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0px 0px 18px transparent; }
    product-list .product a {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      width: 100%; }
      product-list .product a > div {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        padding-top: 16px;
        -webkit-box-ordinal-group: 2;
                order: 1;
        -webkit-box-flex: 1;
                flex-grow: 1;
        border-right: 1px solid #F1F3F4;
        border-left: 1px solid #F1F3F4; }
        product-list .product a > div > * {
          position: relative;
          padding: 0 16px; }
        product-list .product a > div h3 {
          color: #787878;
          font-size: 16px;
          font-weight: bold; }
        product-list .product a > div p {
          font-size: 14px;
          line-height: 1.4;
          margin-bottom: 16px;
          color: #787878; }
        product-list .product a > div .price {
          font-weight: bold;
          color: #1B76AE; }
        product-list .product a > div .button {
          background-color: #1B76AE;
          width: calc(100% + 2px);
          margin-top: auto;
          color: white;
          font-weight: bold;
          font-size: 14px;
          padding-top: 12px;
          padding-bottom: 12px;
          border: initial;
          left: -1px; }
      product-list .product a figure.image {
        position: relative;
        height: 240px;
        -webkit-box-ordinal-group: 1;
                order: 0;
        margin-bottom: 0; }
        @media (max-width: 480px) {
          product-list .product a figure.image {
            height: 160px; } }
    @media (hover: hover) {
      product-list .product:hover {
        box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
        product-list .product:hover a > div h3 {
          color: #1B76AE; }
        product-list .product:hover a > div .button {
          background-color: #145882; } }

body#home header {
  background-color: #787878;
  height: 100vh;
  position: relative; }
  body#home header video-background {
    height: 100vh;
    position: relative;
    display: block; }
    body#home header video-background video {
      position: absolute;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%; }
  body#home header video-background:after, body#home header figure:after {
    background-color: #1B76AE;
    opacity: 1;
    -webkit-animation: uc10e8a50 2s ease-in-out 0s 1 normal forwards;
            animation: uc10e8a50 2s ease-in-out 0s 1 normal forwards; }

@-webkit-keyframes uc10e8a50 {
  100% {
    opacity: 0.7; } }

@keyframes uc10e8a50 {
  100% {
    opacity: 0.7; } }
  body#home header h1 {
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
    body#home header h1 span {
      display: none; }
    body#home header h1 svg {
      fill: white;
      width: 100%;
      -webkit-transform-origin: 150px 96.93878px;
              transform-origin: 150px 96.93878px;
      width: 300px;
      height: 193.87755px; }
      body#home header h1 svg > path {
        opacity: 0;
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
        -webkit-animation: u8d9b159e 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s 1 normal forwards;
                animation: u8d9b159e 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s 1 normal forwards; }

@-webkit-keyframes u8d9b159e {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes u8d9b159e {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }
      body#home header h1 svg .text {
        stroke: white;
        stroke-width: 2px;
        fill: transparent; }
        body#home header h1 svg .text path {
          -webkit-animation: u13973f5f 2s ease-in-out 0s 1 normal forwards;
                  animation: u13973f5f 2s ease-in-out 0s 1 normal forwards; }

@-webkit-keyframes u13973f5f {
  50% {
    stroke-dashoffset: 0;
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: white; } }

@keyframes u13973f5f {
  50% {
    stroke-dashoffset: 0;
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: white; } }
          body#home header h1 svg .text path.letter-f {
            stroke-dasharray: 630;
            stroke-dashoffset: 630;
            -webkit-animation-delay: 0.2s;
                    animation-delay: 0.2s; }
          body#home header h1 svg .text path.letter-a {
            stroke-dasharray: 650;
            stroke-dashoffset: 650;
            -webkit-animation-delay: 0.4s;
                    animation-delay: 0.4s; }
          body#home header h1 svg .text path.letter-r {
            stroke-dasharray: 660;
            stroke-dashoffset: 660;
            -webkit-animation-delay: 0.6s;
                    animation-delay: 0.6s; }
          body#home header h1 svg .text path.letter-l {
            stroke-dasharray: 520;
            stroke-dashoffset: 520;
            -webkit-animation-delay: 0.8s;
                    animation-delay: 0.8s; }
          body#home header h1 svg .text path.letter-e {
            stroke-dasharray: 780;
            stroke-dashoffset: 780;
            -webkit-animation-delay: 1.0s;
                    animation-delay: 1.0s; }
          body#home header h1 svg .text path.letter-y {
            stroke-dasharray: 560;
            stroke-dashoffset: 560;
            -webkit-animation-delay: 1.2s;
                    animation-delay: 1.2s; }
  body#home header button.down {
    position: absolute;
    left: calc(50% - 25px);
    bottom: calc(5vh + 64px/2);
    bottom: calc(5vh + var(--gutters, 64px)/2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transition: background-color 0.2s 0s ease-in-out, -webkit-transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: background-color 0.2s 0s ease-in-out, -webkit-transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s 0s ease-in-out;
    transition: transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s 0s ease-in-out, -webkit-transform 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation: u6d02a2d9 1s ease-in-out 2s 1 normal forwards;
            animation: u6d02a2d9 1s ease-in-out 2s 1 normal forwards; }
    body#home header button.down svg {
      position: relative;
      top: 2px;
      width: 26px;
      height: 15px;
      fill: white; }
    @media (hover: hover) {
      body#home header button.down:hover {
        background-color: rgba(255, 255, 255, 0.4);
        -webkit-transform: scale(1.2);
                transform: scale(1.2); } }

@-webkit-keyframes u6d02a2d9 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes u6d02a2d9 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

body#home main {
  padding-top: calc(4vh + 64px/2);
  padding-top: calc(4vh + var(--gutters, 64px)/2);
  padding-bottom: calc(4vh + 64px/2);
  padding-bottom: calc(4vh + var(--gutters, 64px)/2); }
  body#home main > section {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    body#home main > section.content h2 {
      font-size: 24px;
      line-height: 1.4; }
      @media screen and (min-width: 480px) {
        body#home main > section.content h2 {
          font-size: calc(24px + 6 * ((100vw - 480px) / 720)); } }
      @media screen and (min-width: 1200px) {
        body#home main > section.content h2 {
          font-size: 30px; } }
  body#home main product-list {
    padding-top: calc(3vh + 64px/2);
    padding-top: calc(3vh + var(--gutters, 64px)/2); }
    body#home main product-list + section {
      margin-top: calc(2vh + 64px/2);
      margin-top: calc(2vh + var(--gutters, 64px)/2); }

body#product product-details {
  display: -webkit-box;
  display: flex;
  margin-bottom: calc(5vh + 64px/2);
  margin-bottom: calc(var(--vertical-spacing, 5vh) + var(--gutters, 64px)/2); }
  body#product product-details #gallery {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-right: 32px;
    width: 100%;
    max-width: 700px; }
    body#product product-details #gallery image-gallery {
      min-height: 400px;
      margin-bottom: 32px;
      border-radius: 10px;
      overflow: hidden; }
    body#product product-details #gallery nav button {
      height: 80px; }
  body#product product-details.expanded > div {
    display: none; }
  body#product product-details.expanded #gallery {
    max-width: 100%;
    margin-right: 0; }
    body#product product-details.expanded #gallery image-gallery {
      min-height: 700px;
      max-height: 100vh; }
      body#product product-details.expanded #gallery image-gallery .expand {
        left: initial;
        right: 16px;
        top: 16px;
        -webkit-transform: intial;
                transform: intial;
        opacity: 1;
        --size: 40px; }
        body#product product-details.expanded #gallery image-gallery .expand svg {
          --size: 60px; }
          body#product product-details.expanded #gallery image-gallery .expand svg.icon-expand {
            display: none; }
          body#product product-details.expanded #gallery image-gallery .expand svg.icon-close {
            display: block; }
  body#product product-details > div {
    -webkit-box-ordinal-group: 3;
            order: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    body#product product-details > div #header > div {
      padding: 0; }
    body#product product-details > div .manuals {
      color: white;
      margin-top: 32px;
      font-weight: bold; }
      body#product product-details > div .manuals h4 {
        font-size: 19px;
        display: -webkit-box;
        display: flex;
        white-space: nowrap;
        -webkit-box-align: center;
                align-items: center;
        font-weight: bold; }
        body#product product-details > div .manuals h4:after {
          content: "";
          height: 1px;
          margin-left: 16px;
          width: 100%;
          background-color: #d4d4d4; }
      body#product product-details > div .manuals a {
        color: #000000;
        display: -webkit-box;
        display: flex;
        font-weight: normal;
        font-size: 16px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        white-space: nowrap;
        -webkit-box-align: center;
                align-items: center;
        -webkit-transition: color 0.2s 0s ease-in-out;
        transition: color 0.2s 0s ease-in-out; }
        body#product product-details > div .manuals a + a {
          margin-top: 8px; }
        body#product product-details > div .manuals a svg {
          width: 10px;
          height: 10px;
          margin-right: 8px;
          stroke: #1B76AE; }
        body#product product-details > div .manuals a:hover {
          color: #1B76AE; }
  @media (max-width: 800px) {
    body#product product-details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse; }
      body#product product-details #gallery {
        margin-top: 32px;
        position: relative;
        left: -32px;
        width: calc(100% + 64px);
        max-width: initial;
        margin-right: 0; }
        body#product product-details #gallery image-gallery {
          border-radius: initial;
          border: initial; }
          body#product product-details #gallery image-gallery .expand {
            display: none; }
        body#product product-details #gallery nav {
          padding-left: 16px;
          padding-right: 16px; } }

body#product form {
  display: block;
  padding: 0;
  margin-top: 16px; }
  body#product form img {
    display: none; }
  body#product form table {
    position: relative;
    width: 100%; }
    body#product form table tr:first-of-type {
      display: none; }
    body#product form table tr:last-of-type {
      position: relative; }
      body#product form table tr:last-of-type:after {
        content: "";
        width: 16px;
        height: 10px;
        position: absolute;
        pointer-events: none;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'><polygon points='0,0 100,0 50,100' fill='%231B76AE'/></svg>");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        top: calc(50% - 10px/2);
        left: calc(50% - 16px/2);
        right: 16px;
        left: auto; }
  body#product form select {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%; }
  body#product form select::-ms-expand {
    display: none; }
  body#product form select:hover {
    border-color: #888; }
  body#product form select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none; }
  body#product form select option {
    font-weight: normal; }
  body#product form input[type="image"] {
    display: none; }
  body#product form button.submit {
    background-color: #FFAD30;
    color: white;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    -webkit-box-pack: center;
            justify-content: center;
    min-width: 140px;
    margin-top: 16px; }
    body#product form button.submit:hover {
      background-color: white;
      border-color: #1B76AE;
      color: #1B76AE; }

body#product main {
  padding-top: calc(5vh + 64px/2);
  padding-top: calc(var(--vertical-spacing, 5vh) + var(--gutters, 64px)/2); }
  body#product main .content {
    padding-top: calc(5vh + 64px/2);
    padding-top: calc(5vh + var(--gutters, 64px)/2);
    padding-bottom: calc(5vh + 64px/2);
    padding-bottom: calc(5vh + var(--gutters, 64px)/2);
    background-color: #f3f3f3; }
    body#product main .content > * {
      position: relative; }
    body#product main .content:before {
      content: "";
      background-color: inherit;
      position: absolute;
      height: 100%;
      top: 0;
      width: 100%;
      min-width: 360px; }
      @media (min-width: 361px) {
        body#product main .content:before {
          width: 100vw;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      @media (max-width: 360px) {
        body#product main .content:before {
          left: -16px;
          width: calc(100% + 32px); } }

body#product call-to-action {
  overflow: hidden;
  margin: 0 auto;
  background-color: #1B76AE;
  display: block;
  padding: calc(1vh + 64px/2) 0;
  padding: calc(1vh + var(--gutters, 64px)/2) 0;
  text-align: center;
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  body#product call-to-action > * {
    position: relative;
    z-index: 1;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px; }
  body#product call-to-action h3 {
    color: white;
    text-transform: uppercase;
    font-weight: bold; }
  body#product call-to-action p {
    color: white; }
  body#product call-to-action a.email {
    border-radius: 50px;
    margin: 32px auto 0 auto;
    min-width: 150px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1B76AE;
    padding-bottom: 6px;
    -webkit-box-pack: center;
            justify-content: center; }
  @media (min-width: 761px) {
    body#product call-to-action:before {
      content: "";
      background-color: white;
      position: absolute;
      opacity: 0.1;
      width: 860px;
      height: 860px;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      border-radius: 30% 50% 40% 70%;
      -webkit-animation: u54e3cc5c 20s linear 0s infinite normal forwards;
              animation: u54e3cc5c 20s linear 0s infinite normal forwards; } }

@-webkit-keyframes u54e3cc5c {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
            transform: translateY(-50%) translateX(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
            transform: translateY(-50%) translateX(-50%) rotate(360deg); } }

@keyframes u54e3cc5c {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
            transform: translateY(-50%) translateX(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
            transform: translateY(-50%) translateX(-50%) rotate(360deg); } }
  body#product call-to-action:after {
    content: "";
    background-color: inherit;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
    min-width: 360px; }
    @media (min-width: 361px) {
      body#product call-to-action:after {
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media (max-width: 360px) {
      body#product call-to-action:after {
        left: -16px;
        width: calc(100% + 32px); } }

footer {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #1B76AE;
  margin: 0 auto;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: calc(1vh + 64px/2) 32px;
  padding: calc(1vh + var(--gutters, 64px)/2) 32px; }
  footer > a {
    text-align: center;
    color: white;
    line-height: 1.2;
    -webkit-transition: opacity 0.2s 0s ease-in-out, color 0.2s 0s ease-in-out;
    transition: opacity 0.2s 0s ease-in-out, color 0.2s 0s ease-in-out; }
    footer > a.terms {
      font-size: small;
      margin-top: 16px; }
    footer > a.telephone {
      font-weight: bold;
      margin-top: 8px; }
    footer > a:hover {
      color: rgba(255, 255, 255, 0.5); }
  footer small {
    color: rgba(255, 255, 255, 0.8);
    font-size: small; }
  footer social-media a {
    padding: 32px 8px; }

#header {
  position: relative; }
  #header.generic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    display: -webkit-box;
    display: flex; }
    #header.generic > div {
      position: relative;
      max-width: 1200px;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      padding: 0 32px;
      margin: 0 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center; }
    #header.generic h1 {
      font-size: 30px;
      line-height: 1.2;
      color: #1B76AE; }
      @media screen and (min-width: 480px) {
        #header.generic h1 {
          font-size: calc(30px + 10 * ((100vw - 480px) / 720)); } }
      @media screen and (min-width: 1200px) {
        #header.generic h1 {
          font-size: 40px; } }
    #header.generic h2 {
      font-size: 19px;
      margin-top: 16px;
      line-height: 1.3;
      color: #282C33;
      max-width: 600px;
      font-weight: bold; }
      @media screen and (min-width: 480px) {
        #header.generic h2 {
          font-size: calc(19px + 1 * ((100vw - 480px) / 720)); } }
      @media screen and (min-width: 1200px) {
        #header.generic h2 {
          font-size: 20px; } }
      #header.generic h2 a {
        color: var(--primary); }
        #header.generic h2 a:hover {
          color: #000000; }
    #header.generic figure.image {
      -webkit-filter: grayscale(0.5%);
              filter: grayscale(0.5%); }
      #header.generic figure.image:after {
        content: "";
        background-color: white;
        opacity: 0.9;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

main {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: calc(1vh + 64px/2) 32px;
  padding: calc(1vh + var(--gutters, 64px)/2) 32px; }
  main:empty {
    display: none; }
  main > * {
    position: relative; }
  main h1, main h2, main h3, main h4, main h5, main h6 {
    margin-bottom: 8px;
    display: block;
    color: var(--primary); }
  main > section > img, main > section .video-container, main > article > img, main > article .video-container, main text-block > img, main text-block .video-container {
    margin-top: 8px;
    margin-bottom: 8px; }
  main > section + section, main > article + article, main > article + section, main > section + article {
    margin-bottom: 64px;
    margin-bottom: var(--gutters, 64px); }
  main p + * {
    margin-top: 8px; }
  main p + h2, main p + h3 {
    margin-top: 8px; }
  main p, main li {
    font-size: 19px;
    line-height: 28.5px; }
  main a {
    color: var(--primary); }
    main a:hover {
      color: var(--secondary); }
  main hr {
    border: none;
    background-color: #787878;
    margin-top: 16px;
    margin-bottom: 16px; }
  main img {
    max-width: 100%; }
  main figure {
    margin-bottom: 16px; }
    main figure figcaption {
      font-style: italic;
      text-align: center;
      margin-top: 8px; }
  main blockquote {
    margin-bottom: 8px;
    font-style: italic;
    font-size: 22px;
    line-height: 1.4;
    padding: 16px !important; }

navigation-bar {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #1B76AE; }
  navigation-bar nav {
    max-width: 1200px;
    width: 100%;
    padding: 16px 32px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    navigation-bar nav a.logo {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      -webkit-transition: opacity 0.2s 0s ease-in-out;
      transition: opacity 0.2s 0s ease-in-out; }
      navigation-bar nav a.logo svg {
        display: block;
        fill: white;
        -webkit-transform-origin: 100px 15.8px;
                transform-origin: 100px 15.8px;
        width: 200px;
        height: 31.6px; }
      navigation-bar nav a.logo:hover {
        opacity: 0.6; }
  navigation-bar social-media {
    position: relative;
    right: -8px; }
  @media (max-width: 480px) {
    navigation-bar nav {
      padding: 6px 32px; }
      navigation-bar nav a.logo svg {
        -webkit-transform-origin: 60px 9.48px;
                transform-origin: 60px 9.48px;
        width: 120px;
        height: 18.96px; } }
/*# sourceMappingURL=maps/global.css.map */
