/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  text-decoration: underline;
  /* 2 */
  -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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }

.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25); }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

@font-face {
  font-family: 'Scala Sans OT';
  src: url("/resources/themes/base/font/ScalaSansOT-BlackItalic.eot");
  src: url("/resources/themes/base/font/ScalaSansOT-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/resources/themes/base/font/ScalaSansOT-BlackItalic.woff2") format("woff2"), url("/resources/themes/base/font/ScalaSansOT-BlackItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Scala Sans OT';
  src: url("/resources/themes/base/font/ScalaSansOT-Black.eot");
  src: url("/resources/themes/base/font/ScalaSansOT-Black.eot?#iefix") format("embedded-opentype"), url("/resources/themes/base/font/ScalaSansOT-Black.woff2") format("woff2"), url("/resources/themes/base/font/ScalaSansOT-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Scala Sans OT';
  src: url("/resources/themes/base/font/ScalaSansOT.eot");
  src: url("/resources/themes/base/font/ScalaSansOT.eot?#iefix") format("embedded-opentype"), url("/resources/themes/base/font/ScalaSansOT.woff2") format("woff2"), url("/resources/themes/base/font/ScalaSansOT.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Scala Sans OT';
  src: url("/resources/themes/base/font/ScalaSansOT-LightItalic.eot");
  src: url("/resources/themes/base/font/ScalaSansOT-LightItalic.eot?#iefix") format("embedded-opentype"), url("/resources/themes/base/font/ScalaSansOT-LightItalic.woff2") format("woff2"), url("/resources/themes/base/font/ScalaSansOT-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Scala Sans OT';
  src: url("/resources/themes/base/font/ScalaSansOT-Italic.eot");
  src: url("/resources/themes/base/font/ScalaSansOT-Italic.eot?#iefix") format("embedded-opentype"), url("/resources/themes/base/font/ScalaSansOT-Italic.woff2") format("woff2"), url("/resources/themes/base/font/ScalaSansOT-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Scala Sans OT';
  src: url("/resources/themes/base/font/ScalaSansOT-Light.eot");
  src: url("/resources/themes/base/font/ScalaSansOT-Light.eot?#iefix") format("embedded-opentype"), url("/resources/themes/base/font/ScalaSansOT-Light.woff2") format("woff2"), url("/resources/themes/base/font/ScalaSansOT-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Scala Sans OT Condensed';
  src: url("/resources/themes/base/font/ScalaSansOT-Cond.eot");
  src: url("/resources/themes/base/font/ScalaSansOT-Cond.eot?#iefix") format("embedded-opentype"), url("/resources/themes/base/font/ScalaSansOT-Cond.woff2") format("woff2"), url("/resources/themes/base/font/ScalaSansOT-Cond.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Scala Sans OT';
  src: url("/resources/themes/base/font/ScalaSansOT-Bold.eot");
  src: url("/resources/themes/base/font/ScalaSansOT-Bold.eot?#iefix") format("embedded-opentype"), url("/resources/themes/base/font/ScalaSansOT-Bold.woff2") format("woff2"), url("/resources/themes/base/font/ScalaSansOT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Scala Sans OT';
  src: url("/resources/themes/base/font/ScalaSansOT-BoldItalic.eot");
  src: url("/resources/themes/base/font/ScalaSansOT-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/resources/themes/base/font/ScalaSansOT-BoldItalic.woff2") format("woff2"), url("/resources/themes/base/font/ScalaSansOT-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Scala Sans OT Condensed';
  src: url("/resources/themes/base/font/ScalaSansOT-CondBold.eot");
  src: url("/resources/themes/base/font/ScalaSansOT-CondBold.eot?#iefix") format("embedded-opentype"), url("/resources/themes/base/font/ScalaSansOT-CondBold.woff2") format("woff2"), url("/resources/themes/base/font/ScalaSansOT-CondBold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

.site-footer, .site-footer h2, html, body, h1, h2, h4, .sidebar .sidebar-card .eventdate {
  font-family: "Scala Sans OT", sans-serif;
  font-weight: 400; }

h3, .SearchResults h2 {
  font-family: "Scala Sans OT", sans-serif;
  font-weight: 700; }

.site-footer, .site-footer h2 {
  font-weight: 200; }

.site-footer, .site-footer h2 {
  font-weight: 300; }

.site-footer, .site-footer h2 {
  font-weight: 300; }

.site-footer, .site-footer h2 {
  font-weight: 300; }

.site-footer, .site-footer h2 {
  font-weight: 300; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  color: #121212; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

details > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

address {
  font-style: normal; }
  address header {
    font-weight: bold; }

body {
  font-size: 1.125rem;
  line-height: 1.625rem; }

h1 {
  margin-top: 0;
  line-height: 1; }
  @media (min-width: 62rem) {
    h1 {
      font-size: 2.5em; } }

h2 {
  font-size: 1.625rem;
  line-height: 1.875rem; }
  @media (min-width: 45rem) {
    h2 {
      font-size: 2rem;
      line-height: 2.1875rem; } }

h3 {
  font-size: 1.375rem;
  line-height: 1.625rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.625rem; }

a {
  color: #0073b5;
  text-decoration: none; }
  a:hover {
    color: #0073b5;
    text-decoration: underline; }
  a i {
    display: inline-block; }
    a i svg {
      fill: currentColor;
      width: auto;
      height: auto; }
  a.inline-link {
    color: #0073b5; }
  a.inline-link-primary {
    color: #483124; }
    a.inline-link-primary:after {
      content: "";
      display: inline-block;
      border: solid currentColor;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 8px;
      height: 8px;
      position: relative;
      top: -0.125rem;
      left: 0.25rem; }
  a.cta, a.btn,
  .cta a {
    position: relative;
    display: inline-block;
    background: #483124;
    color: #fff;
    padding: 0.5rem 2.5rem;
    cursor: pointer;
    margin-bottom: 0.25rem;
    border: none; }
    a.cta:after, a.btn:after,
    .cta a:after {
      display: block;
      content: "";
      border-bottom: 2px solid #483124;
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%; }
    a.cta:hover, a.btn:hover,
    .cta a:hover {
      background: #483124;
      text-decoration: none; }
      a.cta:hover:after, a.btn:hover:after,
      .cta a:hover:after {
        border-bottom: 0.0625rem solid #483124; }
    a.cta:focus, a.btn:focus,
    .cta a:focus {
      outline-color: #483124; }
    a.cta.secondary, a.btn.secondary,
    .cta a.secondary {
      color: #483124;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 0.0625rem;
              box-shadow: inset 0 0 0 0.0625rem; }
      a.cta.secondary:after, a.btn.secondary:after,
      .cta a.secondary:after {
        border-bottom-width: 1px; }
      a.cta.secondary:hover, a.btn.secondary:hover,
      .cta a.secondary:hover {
        color: #483124; }
    a.cta i, a.btn i,
    .cta a i {
      font-size: 0.8em; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fx-spacer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

form {
  padding-bottom: 3rem; }
  form label {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.125rem;
    line-height: 1.5rem;
    display: inline-block; }
  form .required-help-text {
    font-size: 1rem; }
  form .form-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -0.5rem; }
    form .form-step .field {
      width: 100%;
      margin: 0.5rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; }
      @media (min-width: 45rem) {
        form .form-step .field {
          width: 40%; }
          form .form-step .field.composite, form .form-step .field.textarea {
            width: 80%; } }
      form .form-step .field.requiredField .left:after {
        content: '*'; }
      form .form-step .field .message {
        font-size: 0.8rem; }
        form .form-step .field .message.error {
          color: #DB4437; }
      form .form-step .field .middle-Column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      form .form-step .field .left {
        margin-top: 0; }
      form .form-step .field .right-title {
        font-size: 0.8rem;
        color: #636c72; }
  form input:not([type="submit"]),
  form textarea {
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 0.25rem 1rem;
    margin: 0;
    width: 100%; }
    form input:not([type="submit"]):focus,
    form textarea:focus {
      border-color: #66AFE9;
      outline: none; }
    form input:not([type="submit"]).error,
    form textarea.error {
      border-color: #DB4437; }
  form button {
    color: inherit; }
  form input[type="submit"] {
    position: relative;
    display: inline-block;
    background: #483124;
    color: #fff;
    padding: 0.5rem 2.5rem;
    cursor: pointer;
    margin-bottom: 0.25rem;
    border: none;
    margin-bottom: 0; }
    form input[type="submit"]:after {
      display: block;
      content: "";
      border-bottom: 2px solid #483124;
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%; }
    form input[type="submit"]:hover {
      background: #483124;
      text-decoration: none; }
      form input[type="submit"]:hover:after {
        border-bottom: 0.0625rem solid #483124; }
    form input[type="submit"]:focus {
      outline-color: #483124; }
    form input[type="submit"].secondary {
      color: #483124;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 0.0625rem;
              box-shadow: inset 0 0 0 0.0625rem; }
      form input[type="submit"].secondary:after {
        border-bottom-width: 1px; }
      form input[type="submit"].secondary:hover {
        color: #483124; }
  form .btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem; }
  form .action-button-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative; }
    form .action-button-wrapper:after {
      display: block;
      content: "";
      border-bottom: 2px solid #483124;
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%; }
  form .field.checkbox .middleColumn,
  form .field.checkboxset .middleColumn .odd,
  form .field.checkboxset .middleColumn .even,
  form .field.optionset .middleColumn .odd,
  form .field.optionset .middleColumn .even {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    form .field.checkbox .middleColumn label,
    form .field.checkboxset .middleColumn .odd label,
    form .field.checkboxset .middleColumn .even label,
    form .field.optionset .middleColumn .odd label,
    form .field.optionset .middleColumn .even label {
      margin-bottom: 0; }
    form .field.checkbox .middleColumn input[type="checkbox"],
    form .field.checkbox .middleColumn input[type="radio"],
    form .field.checkboxset .middleColumn .odd input[type="checkbox"],
    form .field.checkboxset .middleColumn .odd input[type="radio"],
    form .field.checkboxset .middleColumn .even input[type="checkbox"],
    form .field.checkboxset .middleColumn .even input[type="radio"],
    form .field.optionset .middleColumn .odd input[type="checkbox"],
    form .field.optionset .middleColumn .odd input[type="radio"],
    form .field.optionset .middleColumn .even input[type="checkbox"],
    form .field.optionset .middleColumn .even input[type="radio"] {
      width: unset;
      max-width: 3rem;
      margin-right: 1rem; }

table {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  border-spacing: 0;
  margin-bottom: 2.5rem;
  width: 100% !important; }
  table th {
    font-weight: 400;
    color: #fff;
    background: #806C62;
    padding: 0.5rem 1rem;
    text-align: left; }
  table td {
    padding: 1rem 1rem;
    color: #444444;
    border-bottom: 0.125rem solid rgba(128, 108, 98, 0.2); }
  table tr {
    background-color: #f2f2f2; }
  table tr:nth-child(even) {
    background: rgba(128, 108, 98, 0.2); }

.responsive-table {
  width: 100%;
  overflow: auto; }
  .responsive-table table {
    min-width: 600px; }
  @media (min-width: 45rem) {
    .responsive-table table {
      min-width: 0; } }

.sidebar {
  background: #f0f0f0;
  position: relative;
  z-index: -1;
  padding: 2rem 1rem;
  margin: 0 0rem 3rem;
  width: 100%; }
  @media (min-width: 75rem) {
    .NewsEventsPage .sidebar {
      margin-top: 6rem; } }
  @media (min-width: 26rem) {
    .sidebar {
      padding: 2rem; } }
  @media (min-width: 45rem) {
    .sidebar {
      padding: 3rem; } }
  @media (min-width: 75rem) {
    .sidebar {
      width: 22rem;
      margin-left: 1.5rem;
      margin-right: 1.5rem; } }
  .sidebar h2 {
    position: relative;
    margin-bottom: 2rem; }
    .sidebar h2:after {
      display: block;
      content: '';
      border-bottom: 2px solid #806C62;
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 3.5rem; }
  .sidebar *:first-child {
    margin-top: 0; }
  .sidebar section.events .event-detail-link {
    color: #444444;
    width: 100%;
    display: block; }
  .sidebar section.events article {
    background: transparent; }
  .sidebar section.events .event-content {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 0.0625rem solid #979797; }
    .sidebar section.events .event-content h3 {
      margin-top: 0; }
  .sidebar section.events .event-pad {
    padding: 0; }
    @media (min-width: 26rem) {
      .sidebar section.events .event-pad {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .sidebar section.events .event-pad .eventdate {
      margin: 0; }
    .sidebar section.events .event-pad .event-datetime {
      float: left;
      margin: 0;
      margin-right: 1rem;
      width: 3.5rem; }
      @media (min-width: 26rem) {
        .sidebar section.events .event-pad .event-datetime {
          float: none;
          -ms-flex-item-align: start;
              align-self: flex-start;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto; } }
    .sidebar section.events .event-pad .event-content p {
      clear: both; }
  .sidebar .sidebar-card {
    background: #fff;
    padding: 1rem;
    font-size: 1rem; }
    @media (min-width: 26rem) {
      .sidebar .sidebar-card {
        padding: 2rem; } }
    @media (min-width: 75rem) {
      .sidebar .sidebar-card {
        padding: 2rem 1rem; } }
    .sidebar .sidebar-card .event-sidebar-title {
      font-size: 1em;
      margin-top: 0;
      color: #121212; }
    .sidebar .sidebar-card .eventdate {
      font-size: 90%;
      font-weight: 700;
      font-style: italic; }
    .sidebar .sidebar-card p {
      color: #333; }
    .sidebar .sidebar-card .event-datetime {
      margin-bottom: 1.5rem; }
    .sidebar .sidebar-card .inline-link-primary {
      font-weight: 700; }
    .sidebar .sidebar-card .date {
      margin-right: 0.4rem; }
  .sidebar .sidebar-card + .sidebar-card {
    margin-top: 1.5rem; }
  .sidebar .button-holder {
    margin-top: 1.5rem; }

.site-footer {
  background: #806C62;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: 2rem;
  padding: 3rem 1rem; }
  @media (min-width: 26rem) {
    .site-footer {
      padding: 3rem 2rem; } }
  @media (min-width: 45rem) {
    .site-footer {
      padding: 5.5rem 3rem 2rem; } }
  .site-footer a {
    color: #fff; }
    .site-footer a:hover, .site-footer a:active, .site-footer a:focus {
      color: #fff; }
    .site-footer a svg {
      height: 1.25rem; }
  .site-footer h2 {
    margin-top: 0;
    font-size: 1.375rem;
    line-height: 1.625rem; }
  .site-footer address {
    margin-bottom: 1em; }
  .site-footer .container {
    width: 74rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .site-footer .copyright {
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center; }
    .site-footer .copyright p {
      margin-bottom: 0; }
  .site-footer .social {
    margin-top: 1.5rem; }
    .site-footer .social ul {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .site-footer .social a {
      padding: .5rem;
      font-size: 2rem; }
      @media (min-width: 45rem) {
        .site-footer .social a {
          font-size: 1.3em; } }
  .site-footer .utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -1rem; }
    @media (min-width: 45rem) {
      .site-footer .utility {
        text-align: left; } }
    @media (min-width: 62rem) {
      .site-footer .utility {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .site-footer .utility .utility-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      .site-footer .utility .utility-left .column.newsletter .cta {
        background: #fff;
        -webkit-box-shadow: none;
                box-shadow: none;
        font-size: 1rem; }
        .site-footer .utility .utility-left .column.newsletter .cta:after {
          border-color: #fff; }
        .site-footer .utility .utility-left .column.newsletter .cta:active, .site-footer .utility .utility-left .column.newsletter .cta:focus, .site-footer .utility .utility-left .column.newsletter .cta:hover {
          background: #483124;
          color: #fff; }
          .site-footer .utility .utility-left .column.newsletter .cta:active:after, .site-footer .utility .utility-left .column.newsletter .cta:focus:after, .site-footer .utility .utility-left .column.newsletter .cta:hover:after {
            border-color: #483124; }
      @media (min-width: 45rem) {
        .site-footer .utility .utility-left {
          width: 100%; }
          .site-footer .utility .utility-left .column.newsletter {
            width: 100%; } }
      @media (min-width: 62rem) {
        .site-footer .utility .utility-left {
          width: calc(75% + 2rem); }
          .site-footer .utility .utility-left .column {
            width: calc(33% - 2rem); }
            .site-footer .utility .utility-left .column.newsletter {
              margin-left: 19%;
              text-align: center;
              width: calc(33% - 2rem); } }
    .site-footer .utility .footer-contact-menu {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .site-footer .utility .footer-contact-menu a {
        font-weight: 700; }
    .site-footer .utility .column {
      width: calc(100% - 2rem);
      margin: 1rem; }
      @media (min-width: 45rem) {
        .site-footer .utility .column {
          width: calc(50% - 2rem); } }
      @media (min-width: 62rem) {
        .site-footer .utility .column {
          width: calc(25% - 2rem); } }
  .site-footer .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 45rem) {
      .site-footer .search {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .site-footer .search form {
      max-width: 20rem;
      width: 100%; }
  .site-footer .search-holder {
    position: relative; }
    .site-footer .search-holder .left {
      font-size: 0;
      position: absolute; }
    .site-footer .search-holder .action {
      position: absolute;
      right: 0; }
    .site-footer .search-holder input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8);
      position: relative;
      top: 0.1rem; }
    .site-footer .search-holder input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8);
      position: relative;
      top: 0.1rem; }
    .site-footer .search-holder input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8);
      position: relative;
      top: 0.1rem; }
    .site-footer .search-holder input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8);
      position: relative;
      top: 0.1rem; }
    .site-footer .search-holder input::placeholder {
      color: rgba(255, 255, 255, 0.8);
      position: relative;
      top: 0.1rem; }

.site-header {
  z-index: 1; }
  .site-header .institution {
    text-align: center;
    padding: 0.5rem 0; }
    @media (min-width: 26rem) {
      .site-header .institution {
        padding: 1rem 0; } }
    .site-header .institution img {
      height: auto;
      max-width: 40%; }
      @media (min-width: 26rem) {
        .site-header .institution img {
          max-width: 60%; } }
      @media (min-width: 62rem) {
        .site-header .institution img {
          height: 6rem;
          max-width: 80%; } }
  .site-header .banner {
    text-align: center;
    height: 6rem;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 62rem) {
      .ContentDetails .site-header .banner,
      .ErrorPage .site-header .banner,
      .SearchResults .site-header .banner {
        height: 16rem; } }
    @media (min-width: 26rem) {
      .site-header .banner {
        display: block; } }
    @media (min-width: 45rem) {
      .site-header .banner {
        height: 10rem; } }
    @media (min-width: 62rem) {
      .site-header .banner {
        height: 28rem; } }
  .site-header .sub-menu {
    background: #483124;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 500ms;
    transition: max-height 500ms;
    z-index: 3000;
    top: 100%;
    left: 0;
    border-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    position: static;
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 62rem) {
      .site-header .sub-menu {
        position: absolute;
        width: 12em; } }
    .site-header .sub-menu .menu-item {
      margin-left: 0;
      width: 100%; }
      .site-header .sub-menu .menu-item .menu-link {
        color: #fff;
        text-decoration: none;
        padding: 0.75rem 1.5rem;
        min-width: 12rem; }
        .site-header .sub-menu .menu-item .menu-link:after {
          display: none; }
  .site-header .open > .sub-menu {
    max-height: 100em; }

body {
  width: 100%; }

.site-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  @media (min-width: 75rem) {
    main {
      width: 50rem; } }

.NewsEventsPage .site-container::before,
.SearchResults .site-container::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background-color: #f7f7f7;
  width: 100vw;
  height: 400px;
  min-height: 42.5rem;
  top: 0;
  left: 0; }
  @media (min-width: 45rem) {
    .NewsEventsPage .site-container::before,
    .SearchResults .site-container::before {
      min-height: 28.75rem; } }
  @media (min-width: 62rem) {
    .NewsEventsPage .site-container::before,
    .SearchResults .site-container::before {
      top: 0; } }
  @media (min-width: 75rem) {
    .NewsEventsPage .site-container::before,
    .SearchResults .site-container::before {
      margin-left: calc(37.5rem - 50vw);
      width: calc(37.5rem + 50vw); } }

.ContentDetails .site-container {
  margin-bottom: 5rem; }

article {
  max-width: 100%;
  width: 100%; }

.content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%; }
  .content-container img {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .content-container h2 {
    position: relative;
    margin-bottom: 1em;
    margin-top: 0; }
    .content-container h2:after {
      display: block;
      content: '';
      border-bottom: 2px solid #806C62;
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 3.5rem; }
  .content-container .element {
    width: 100%;
    margin: 0;
    max-width: 100vw;
    overflow: hidden;
    padding: 1rem 0; }
    .content-container .element section > h2 {
      margin-left: .5rem; }
    @media (min-width: 26rem) {
      .content-container .element {
        width: calc(100% - 4rem);
        margin: 0 2rem;
        padding: 2rem 0; }
        .content-container .element section > h2 {
          margin-left: 0; } }
    @media (min-width: 45rem) {
      .content-container .element {
        width: calc(100% - 6rem);
        margin: 0 3rem; } }
    @media (min-width: 77rem) {
      .content-container .element {
        width: 100%;
        margin: 0;
        padding: 2rem 0; } }
    .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent, .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding-bottom: 0;
      margin-bottom: 1rem; }
      .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent:first-child, .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu:first-child {
        padding-top: 0; }
      @media (min-width: 45rem) {
        .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent, .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu {
          width: calc(50% - 3.5rem);
          margin-right: 0.5rem;
          padding-bottom: 2rem;
          margin-bottom: 0; } }
      @media (min-width: 75rem) {
        .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent, .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu {
          width: calc(50% - 0.5rem);
          margin-left: 0; } }
      @media (min-width: 62rem) {
        .site-container.no-sidebar .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent, .site-container.no-sidebar .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu {
          margin-right: 1rem;
          width: calc(50% - 4rem); } }
      @media (min-width: 75rem) {
        .site-container.no-sidebar .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent, .site-container.no-sidebar .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu {
          width: calc(50% - 1rem); } }
      .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__featuredcontent__elements__featuredcontent,
      .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__foodmenu__elements__elementfoodmenu, .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__featuredcontent__elements__featuredcontent,
      .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__foodmenu__elements__elementfoodmenu {
        padding-bottom: 1rem;
        padding-top: 0;
        margin-bottom: 0; }
        @media (min-width: 26rem) {
          .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__featuredcontent__elements__featuredcontent,
          .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__foodmenu__elements__elementfoodmenu, .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__featuredcontent__elements__featuredcontent,
          .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__foodmenu__elements__elementfoodmenu {
            padding-bottom: 2rem; } }
        @media (min-width: 45rem) {
          .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__featuredcontent__elements__featuredcontent,
          .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__foodmenu__elements__elementfoodmenu, .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__featuredcontent__elements__featuredcontent,
          .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__foodmenu__elements__elementfoodmenu {
            margin-left: 0.5rem;
            margin-right: 3rem;
            padding-top: 2rem; }
            .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__featuredcontent__elements__featuredcontent:nth-child(2),
            .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__foodmenu__elements__elementfoodmenu:nth-child(2), .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__featuredcontent__elements__featuredcontent:nth-child(2),
            .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__foodmenu__elements__elementfoodmenu:nth-child(2) {
              padding-top: 0; } }
        @media (min-width: 62rem) {
          .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__featuredcontent__elements__featuredcontent,
          .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__foodmenu__elements__elementfoodmenu, .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__featuredcontent__elements__featuredcontent,
          .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__foodmenu__elements__elementfoodmenu {
            margin-right: 0; } }
        .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__featuredcontent__elements__featuredcontent .food-menu,
        .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__featuredcontent__elements__featuredcontent .two-column__column-content,
        .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__foodmenu__elements__elementfoodmenu .food-menu,
        .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__foodmenu__elements__elementfoodmenu .two-column__column-content, .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__featuredcontent__elements__featuredcontent .food-menu,
        .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__featuredcontent__elements__featuredcontent .two-column__column-content,
        .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__foodmenu__elements__elementfoodmenu .food-menu,
        .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__foodmenu__elements__elementfoodmenu .two-column__column-content {
          background-color: #f0f0f0; }
        @media (min-width: 62rem) {
          .site-container.no-sidebar .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__featuredcontent__elements__featuredcontent, .site-container.no-sidebar
          .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__foodmenu__elements__elementfoodmenu, .site-container.no-sidebar .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__featuredcontent__elements__featuredcontent, .site-container.no-sidebar
          .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__foodmenu__elements__elementfoodmenu {
            margin-left: 1rem;
            margin-right: 0; } }
        @media (min-width: 77rem) {
          .site-container.no-sidebar .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__featuredcontent__elements__featuredcontent, .site-container.no-sidebar
          .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent + .vicu__elements__foodmenu__elements__elementfoodmenu, .site-container.no-sidebar .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__featuredcontent__elements__featuredcontent, .site-container.no-sidebar
          .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu + .vicu__elements__foodmenu__elements__elementfoodmenu {
            margin-right: 0; } }
      .content-container .element.vicu__elements__featuredcontent__elements__featuredcontent .two-column__column, .content-container .element.vicu__elements__foodmenu__elements__elementfoodmenu .two-column__column {
        background: none;
        width: 100%; }
    .content-container .element.white-background {
      background-color: #ffffff;
      padding: 1rem; }
      @media (min-width: 26rem) {
        .content-container .element.white-background {
          padding: 2rem; } }
      @media (min-width: 75rem) {
        .content-container .element.white-background {
          padding: 2rem 3rem; } }
  .content-container .captionImage {
    max-width: 100%; }
  @media (min-width: 45rem) {
    .content-container .captionImage.left {
      float: left;
      margin: 0 1.5rem 1.5rem 0; } }
  .content-container img.left,
  .content-container img.leftAlone {
    max-width: 100%; }
    @media (min-width: 45rem) {
      .content-container img.left,
      .content-container img.leftAlone {
        float: left;
        width: auto;
        margin: 0 1.5rem 1.5rem 0; } }
  .content-container img.right,
  .content-container img.rightAlone {
    max-width: 100%; }
    @media (min-width: 45rem) {
      .content-container img.right,
      .content-container img.rightAlone {
        float: right;
        width: auto;
        margin: 0 0 1.5rem 1.5rem; } }

section.accordion :before {
  display: none; }

section.accordion summary::-webkit-details-marker {
  display: none; }

section.accordion summary {
  list-style: none;
  padding: 1rem 3rem 1rem 1rem; }
  section.accordion summary::before, section.accordion summary::after {
    content: ''; }

section.accordion .accordion-content {
  padding: 2rem 1rem;
  background: #f7f7f7; }
  @media (min-width: 26rem) {
    section.accordion .accordion-content {
      padding: 2rem; } }
  @media (min-width: 75rem) {
    section.accordion .accordion-content {
      padding: 2rem 3rem; } }

section.accordion details {
  margin-bottom: 0.5rem; }
  section.accordion details summary {
    background: #f0f0f0;
    color: #121212;
    position: relative; }
    section.accordion details summary:after {
      content: "";
      display: block;
      float: right;
      border: solid #121212;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 1rem;
      height: 1rem;
      position: relative;
      right: -2rem; }
  section.accordion details[open] summary {
    color: #fff;
    background: #121212; }
    section.accordion details[open] summary:after {
      top: 10px;
      border-color: #fff;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }

section.announcement {
  text-align: center;
  width: 100%;
  background: #161616;
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  @media (min-width: 62rem) {
    section.announcement {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  section.announcement .fa-exclamation-circle {
    margin-right: 0.5rem; }
  section.announcement .announcement-title {
    font-weight: 700;
    color: #ffc424; }
    @media (min-width: 62rem) {
      section.announcement .announcement-title {
        margin-right: 1rem; } }
  section.announcement .announcement-content {
    font-style: italic; }
  section.announcement .announcement-cta {
    font-weight: 700;
    color: #ffc424; }
    @media (min-width: 62rem) {
      section.announcement .announcement-cta {
        margin-left: 1rem; } }
    section.announcement .announcement-cta a {
      color: currentColor; }
      section.announcement .announcement-cta a:after {
        content: "";
        display: inline-block;
        border: solid currentColor;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 8px;
        height: 8px;
        position: relative;
        top: -0.0625rem;
        left: 0.25rem; }

.banner-text {
  padding: 1rem 1rem 2rem;
  width: 100%;
  max-width: 51.875rem;
  background-color: #fff;
  margin-bottom: 0;
  position: relative; }
  @media (min-width: 26rem) {
    .banner-text {
      padding: 3rem 2rem;
      margin-top: -1em;
      margin-right: 3em;
      margin-bottom: 2em; } }
  @media (min-width: 45rem) {
    .banner-text {
      padding: 3em; } }
  @media (min-width: 62rem) {
    .banner-text {
      width: calc(100% + 1.75rem);
      padding: 3rem;
      left: 0;
      margin-top: -7.8em;
      margin-right: -2em; } }
  .banner-text:before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    background-color: #f7f7f7;
    width: 100vw;
    height: calc(100% + 1em);
    min-height: 42.5rem;
    top: 1em;
    left: 0; }
    @media (min-width: 45rem) {
      .banner-text:before {
        min-height: 28.75rem; } }
    @media (min-width: 62rem) {
      .banner-text:before {
        top: 7.8em; } }
    @media (min-width: 75rem) {
      .banner-text:before {
        width: calc(37.5rem + 50vw + 1.5rem);
        left: calc(-50vw + 37.5rem); } }
  .banner-text > :last-child {
    margin-bottom: 0; }
  .banner-text h1 {
    margin-bottom: 0; }
  @media (min-width: 75rem) {
    body  .site-container.no-sidebar .banner-text:before {
      left: calc(-50vw + 50% - 1.5rem); } }

.breadcrumb {
  margin: 1em 0 1em 1em;
  width: 100%; }
  .breadcrumb.empty {
    margin: 0; }
  @media (min-width: 26rem) {
    .breadcrumb {
      margin: 2em 0 2em 1em; } }
  @media (min-width: 45rem) {
    .breadcrumb {
      margin-left: 3rem; } }
  @media (min-width: 77rem) {
    .breadcrumb {
      margin-left: 0; } }
  @media (min-width: 26rem) {
    .banner-text + .breadcrumb {
      margin-top: 0; } }
  .breadcrumb a {
    text-decoration: underline;
    color: #444444; }
    .breadcrumb a:hover {
      color: #444444; }

section.carousel {
  position: relative;
  max-width: 100%; }
  section.carousel .swiper-container {
    max-width: 100%; }
  section.carousel img {
    width: 100%;
    height: auto; }
  section.carousel h3, section.carousel figcaption {
    background: #121212;
    color: #fff;
    padding: 0.5rem 1.25rem; }
  section.carousel figcaption {
    margin-top: -8px;
    font-size: 0.965rem; }
    section.carousel figcaption.empty {
      display: none; }
    section.carousel figcaption p {
      margin: 5px; }
  section.carousel figure {
    display: block;
    width: 100%;
    position: relative;
    margin: 0; }
  section.carousel h3, section.carousel figcaption > :last-child {
    margin-bottom: 0; }
  section.carousel .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 10px;
    left: 0;
    width: 100%; }
  section.carousel .swiper-pagination-bullet-active {
    background: #483124; }
  section.carousel .swiper-button-prev,
  section.carousel .swiper-button-next {
    background: #483124;
    border: none;
    width: 46px;
    height: 46px;
    cursor: pointer;
    display: none; }
    @media (min-width: 62rem) {
      section.carousel .swiper-button-prev,
      section.carousel .swiper-button-next {
        display: block; } }
    section.carousel .swiper-button-prev .arrow,
    section.carousel .swiper-button-next .arrow {
      display: block;
      position: absolute;
      top: 1.375rem;
      width: 1.875rem;
      height: 0.125rem;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
      -webkit-animation: arrow 700ms linear infinite;
              animation: arrow 700ms linear infinite; }
    section.carousel .swiper-button-prev .arrow::after,
    section.carousel .swiper-button-next .arrow::after {
      content: '';
      position: absolute;
      width: 1rem;
      height: 0.125rem;
      top: -0.3125rem;
      right: -0.1875rem;
      background-color: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    section.carousel .swiper-button-prev .arrow::before,
    section.carousel .swiper-button-next .arrow::before {
      content: '';
      position: absolute;
      width: 1rem;
      height: 0.125rem;
      top: 0.3125rem;
      right: -0.1875rem;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  section.carousel .swiper-button-prev {
    left: 0;
    position: absolute;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
    section.carousel .swiper-button-prev .arrow {
      left: 0.5rem;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  section.carousel .swiper-button-next {
    position: absolute;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
    section.carousel .swiper-button-next .arrow {
      right: 0.5rem; }
  section.carousel .modaal-action-gallery {
    border: none;
    background: #3e3e3e;
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    top: 0;
    right: 0;
    display: none; }
    @media (min-width: 75rem) {
      section.carousel .modaal-action-gallery {
        display: block; } }
    section.carousel .modaal-action-gallery .full-screen {
      background: transparent;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      border: 0.0625rem solid #fff;
      width: 1em;
      height: 1em;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }
    section.carousel .modaal-action-gallery .full-screen:before, section.carousel .modaal-action-gallery .full-screen:after {
      content: '';
      background: #3e3e3e;
      position: absolute; }
    section.carousel .modaal-action-gallery .full-screen:before {
      width: .333em;
      height: 1em;
      left: .233em;
      top: -0.0625rem; }
    section.carousel .modaal-action-gallery .full-screen:after {
      width: 1em;
      height: .333em;
      top: .233em;
      left: -0.0625rem; }
  section.carousel .slide-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -1rem 0.5rem;
    padding: 1rem 0; }
  section.carousel .slide-link {
    color: #483124;
    margin: 1rem 0.5rem; }
    @media (min-width: 62rem) {
      section.carousel .slide-link {
        display: none; } }
    section.carousel .slide-link .active-icon {
      display: none; }
    section.carousel .slide-link:hover .active-icon, section.carousel .slide-link.active .active-icon {
      display: inline-block; }
    section.carousel .slide-link:hover .inactive-icon, section.carousel .slide-link.active .inactive-icon {
      display: none; }

section.events,
section.news,
section.next {
  width: 100%; }
  .NewsEventsHolder section.events,
  .NewsHolderPage section.events, .NewsEventsHolder
  section.news,
  .NewsHolderPage
  section.news, .NewsEventsHolder
  section.next,
  .NewsHolderPage
  section.next {
    padding: 0 1rem; }
    @media (min-width: 26rem) {
      .NewsEventsHolder section.events,
      .NewsHolderPage section.events, .NewsEventsHolder
      section.news,
      .NewsHolderPage
      section.news, .NewsEventsHolder
      section.next,
      .NewsHolderPage
      section.next {
        padding: 0 2rem; } }
    @media (min-width: 45rem) {
      .NewsEventsHolder section.events,
      .NewsHolderPage section.events, .NewsEventsHolder
      section.news,
      .NewsHolderPage
      section.news, .NewsEventsHolder
      section.next,
      .NewsHolderPage
      section.next {
        padding: 0 3rem; } }
    @media (min-width: 77rem) {
      .NewsEventsHolder section.events,
      .NewsHolderPage section.events, .NewsEventsHolder
      section.news,
      .NewsHolderPage
      section.news, .NewsEventsHolder
      section.next,
      .NewsHolderPage
      section.next {
        padding: 0; } }
  section.events .flex-container,
  section.news .flex-container,
  section.next .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -0.75rem; }
  section.events h2,
  section.news h2,
  section.next h2 {
    position: relative;
    margin: 0 1rem 2rem; }
    section.events h2:after,
    section.news h2:after,
    section.next h2:after {
      display: block;
      content: '';
      border-bottom: 2px solid #806C62;
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 3.5rem; }
    @media (min-width: 26rem) {
      section.events h2,
      section.news h2,
      section.next h2 {
        margin: 0 2rem 2rem; } }
  section.events article,
  section.news article,
  section.next article {
    background: #f0f0f0;
    max-width: 100%;
    margin: 0.75rem; }
    section.events article img,
    section.news article img,
    section.next article img {
      width: 100%;
      height: auto; }
    section.events article:last-child .event-content,
    section.news article:last-child .event-content,
    section.next article:last-child .event-content {
      border-bottom: none; }
  section.events h3,
  section.news h3,
  section.next h3 {
    font-size: 1.375rem;
    line-height: 1.8125rem; }
  section.events .event-datetime,
  section.news .event-datetime,
  section.next .event-datetime {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    width: 100%;
    font-style: italic;
    font-weight: 600; }
  section.events .event-pad,
  section.news .event-pad,
  section.next .event-pad {
    padding: 1rem 1rem 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    height: calc(100% - 12rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 26rem) {
      section.events .event-pad,
      section.news .event-pad,
      section.next .event-pad {
        padding: 2rem; } }
    @media (min-width: 75rem) {
      section.events .event-pad,
      section.news .event-pad,
      section.next .event-pad {
        padding: 2rem 3rem; } }
  section.events .date:before,
  section.events .time:before,
  section.news .date:before,
  section.news .time:before,
  section.next .date:before,
  section.next .time:before {
    position: relative;
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-bottom: -0.125rem;
    margin-right: 0.5rem; }
  section.events .date,
  section.news .date,
  section.next .date {
    margin-right: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    section.events .date:before,
    section.news .date:before,
    section.next .date:before {
      background: url(/resources/themes/victoria-university/images/icons/calendar.svg) no-repeat; }
  section.events .time,
  section.news .time,
  section.next .time {
    text-indent: -1.6rem;
    margin-left: 1.6rem; }
    section.events .time:before,
    section.news .time:before,
    section.next .time:before {
      background: url(/resources/themes/victoria-university/images/icons/clock.svg) no-repeat; }
  section.events .readmore,
  section.news .readmore,
  section.next .readmore {
    display: inline-block;
    font-weight: bold;
    margin-top: 0.5rem;
    color: #483124; }
    section.events .readmore:after,
    section.news .readmore:after,
    section.next .readmore:after {
      content: "";
      display: inline-block;
      border: solid currentColor;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 8px;
      height: 8px;
      position: relative;
      top: -0.125rem;
      left: 0.25rem; }
  section.events .event-content,
  section.news .event-content,
  section.next .event-content {
    -ms-flex-item-align: start;
        align-self: flex-start; }
    section.events .event-content h3,
    section.news .event-content h3,
    section.next .event-content h3 {
      margin-top: 0; }
    section.events .event-content > :last-child,
    section.news .event-content > :last-child,
    section.next .event-content > :last-child {
      margin-bottom: 0; }

section.events.alternate {
  margin-left: 0;
  margin-right: 0; }
  section.events.alternate h2 {
    margin: 0 0 2rem; }
  section.events.alternate .event-pad {
    width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  section.events.alternate .flex-container {
    margin-top: 0; }
  section.events.alternate .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem -1rem -1rem -1rem; }
    section.events.alternate .actions a.cta {
      white-space: nowrap;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin: 1rem 1rem; }

.event-start-datetime,
.event-end-datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .event-start-datetime .date,
  .event-end-datetime .date {
    width: 5rem; }

.news-events-tile {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .news-events-tile.next {
    margin: 0 0.75rem 0.75rem 0; }
  .news-events-tile hr {
    border: 1px solid rgba(51, 51, 51, 0.3) 0 0 0;
    margin-bottom: 1.5rem; }
  .news-events-tile .pubdate {
    font-weight: bold;
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 0.5rem; }
  @media (min-width: 45rem) {
    .news-events-tile {
      width: calc(50% - 1.5rem);
      margin: 0.75rem; } }
  @media (min-width: 62rem) {
    .news-events-tile {
      width: calc(33.33% - 1.5rem); }
      .news-events-tile.next {
        width: calc(50% - 1.5rem); } }

.news-events-tile__image {
  width: 100%;
  height: 12rem;
  background-size: cover;
  background-position: 50% 50%; }
  @media (min-width: 45rem) {
    .next .news-events-tile__image {
      width: 50%; } }

.news-events-tile__footer {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.news-events-aside {
  position: relative;
  width: 100%;
  padding: 0 1rem; }
  @media (min-width: 26rem) {
    .news-events-aside {
      padding: 0 2rem; } }
  @media (min-width: 45rem) {
    .news-events-aside {
      padding: 0 3rem; } }
  @media (min-width: 77rem) {
    .news-events-aside {
      padding: 0; } }
  .news-events-aside header p {
    margin-bottom: 0; }

.news-events-filter__list {
  list-style: none;
  margin: 0;
  margin-bottom: 2em;
  padding: 0;
  width: calc(100% + 0.5em);
  margin-left: -0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.news-events-filter__list-item {
  min-width: calc((100% / 2) - 0.5em);
  margin: 0.25em; }
  @media (min-width: 45rem) {
    .news-events-filter__list-item {
      min-width: calc((100% / 3) - 0.5em); } }
  @media (min-width: 62rem) {
    .news-events-filter__list-item {
      min-width: calc((100% / 6) - 0.5em); } }

.news-events-filter__tag {
  display: block;
  text-align: center;
  padding: .5em;
  border: 1px solid #cccccc;
  border-radius: 1.25em;
  font-size: 1rem;
  color: #444444; }
  .news-events-filter__tag.current, .news-events-filter__tag:hover {
    background: #483124;
    color: #fff;
    text-decoration: none; }
  .news-events-filter__tag.current {
    pointer-events: none; }

.news-events-search {
  width: 100%;
  margin: 0 1rem 2rem; }
  @media (min-width: 26rem) {
    .news-events-search {
      margin-right: 2rem; } }
  @media (min-width: 45rem) {
    .news-events-search {
      margin-right: 3rem; } }
  @media (min-width: 77rem) {
    .news-events-search {
      margin-right: 0; } }
  .news-events-search input[type="text"] {
    width: 60%;
    border: none;
    padding-left: 0; }
  .news-events-search form {
    padding: 0; }
  .news-events-search .search-holder {
    width: 100%; }
    @media (min-width: 45rem) {
      .news-events-search .search-holder {
        width: 23rem; } }
  .news-events-search .search-clear {
    padding: 0.125em 0.25em 0 0.25em;
    color: currentColor; }

.time-am-pm {
  text-transform: lowercase; }

section.news {
  margin-bottom: 3.5em; }

.event-tags {
  background: #f0f0f0;
  margin-bottom: 2rem;
  padding: 1rem 1rem 2rem; }
  @media (min-width: 26rem) {
    .event-tags {
      padding: 2rem; } }
  aside .event-tags {
    background: #FFF; }

.event-tags__list {
  list-style: none;
  padding: 0; }

.event-tags__link {
  font-weight: bold;
  color: #483124; }

section.next article {
  background: #FFFFFF; }

section.next h2 {
  margin-left: 0; }

section.next .flex-container {
  margin: 0; }

@media (min-width: 26rem) {
  section.next .event-pad {
    padding: 1rem; } }

@media (min-width: 45rem) {
  section.next .event-pad {
    width: 50%; } }

@media (min-width: 75rem) {
  section.next .event-pad {
    padding: 1rem 1.5rem; } }

.footer-nav {
  margin-bottom: 1.5rem; }
  @media (min-width: 45rem) {
    .footer-nav {
      margin-bottom: 3em; } }
  .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 45rem) {
      .footer-nav ul {
        text-align: left; } }
  .footer-nav .top-level-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -1rem; }
  .footer-nav .top-level-item {
    width: 100%;
    margin: 1rem; }
    @media (min-width: 45rem) {
      .footer-nav .top-level-item {
        width: calc(50% - 2rem); } }
    @media (min-width: 62rem) {
      .footer-nav .top-level-item {
        width: calc(25% - 2rem); } }
  .footer-nav li.has-children {
    font-size: 1.5rem;
    line-height: 2rem; }
    .footer-nav li.has-children a {
      display: block; }
      .footer-nav li.has-children a::after {
        content: "";
        display: inline-block;
        border: solid currentColor;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 8px;
        height: 8px;
        position: relative;
        top: -0.125rem;
        left: 0.25rem;
        margin-right: -1em; }
      @media (min-width: 45rem) {
        .footer-nav li.has-children a {
          margin-bottom: 1rem; }
          .footer-nav li.has-children a::after {
            display: none; } }
    .footer-nav li.has-children .sub-menu {
      display: none;
      margin-bottom: 1rem; }
      @media (min-width: 45rem) {
        .footer-nav li.has-children .sub-menu {
          display: block; } }
      @media (min-width: 62rem) {
        .footer-nav li.has-children .sub-menu {
          margin-bottom: 0; } }
      .footer-nav li.has-children .sub-menu a {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 0rem; }
  @media (min-width: 45rem) {
    .footer-nav .top-bar-menu {
      display: none; } }
  .footer-nav .top-bar-menu .has-children {
    margin-top: 1rem; }

section.icon-segments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1rem; }
  @media (min-width: 45rem) {
    section.icon-segments {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  section.icon-segments article {
    text-align: center;
    margin: 0 1rem 2rem;
    max-width: 16rem; }
    @media (min-width: 45rem) {
      section.icon-segments article {
        margin-bottom: 0; } }
    @media (min-width: 62rem) {
      section.icon-segments article {
        margin: 0 2rem; } }
    section.icon-segments article:last-child {
      margin-bottom: 0; }
    section.icon-segments article a {
      color: #444444; }
      section.icon-segments article a:hover {
        color: #444444; }
    section.icon-segments article .icon-container {
      padding: 0 1.25rem 1.5rem 1.25rem; }
    section.icon-segments article .segment-icon {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      background: #f2f2f2;
      border-radius: 50%;
      vertical-align: middle; }
    section.icon-segments article img,
    section.icon-segments article svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      display: block;
      width: 50%; }
    section.icon-segments article .segment-title {
      display: block;
      margin-bottom: 0.5rem;
      font-size: 1.5rem;
      line-height: 2rem; }
      section.icon-segments article .segment-title:after {
        content: '';
        display: inline-block;
        border: solid #444444;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 8px;
        height: 8px;
        position: relative;
        top: -0.1875rem;
        left: 1rem; }
    section.icon-segments article .segment-content {
      font-size: 1.125rem;
      line-height: 1.625rem;
      text-decoration: none; }

.modaal-wrapper .modaal-gallery-item img {
  width: 100%;
  height: 100%; }

.modaal-wrapper .modaal-caption-container {
  background: #121212;
  color: #fff;
  padding: 0.5rem 1.5rem; }
  .modaal-wrapper .modaal-caption-container.empty {
    display: none; }
  .modaal-wrapper .modaal-caption-container > :last-child {
    margin-bottom: 0; }

.primary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #806C62;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  text-align: center;
  position: relative;
  z-index: 2;
  color: white; }
  @media (min-width: 62rem) {
    .primary-nav {
      padding: 0 6rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      text-align: left;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .primary-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    max-height: 0;
    -webkit-transition: max-height 500ms;
    transition: max-height 500ms;
    overflow: hidden;
    background: #604D43; }
    @media (min-width: 62rem) {
      .primary-nav .menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        max-height: none;
        overflow: visible;
        background: none;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
    .primary-nav .menu.open {
      max-height: 50em; }
      @media (min-width: 62rem) {
        .primary-nav .menu.open {
          max-height: none; } }
  .primary-nav .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
    text-decoration: none;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5rem;
    position: relative;
    text-transform: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .primary-nav .menu-link.current, .primary-nav .menu-link.section {
      text-decoration: underline; }
      @media (min-width: 62rem) {
        .primary-nav .menu-link.current, .primary-nav .menu-link.section {
          text-decoration: none; }
          .primary-nav .menu-link.current:before, .primary-nav .menu-link.section:before {
            position: absolute;
            display: block;
            content: '';
            bottom: 16px;
            border-bottom: 0.0625rem solid #fff;
            width: calc(100% - 1em - 8px);
            margin: 0 auto; } }
    @media (min-width: 62rem) {
      .primary-nav .menu-link {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .primary-nav .menu-link .menu-title {
      max-width: calc(100% - 8rem); }
      @media (min-width: 62rem) {
        .primary-nav .menu-link .menu-title {
          max-width: none; } }
  .primary-nav .menu-item {
    padding: 0;
    display: block;
    margin: 0;
    width: 100%; }
    @media (min-width: 62rem) {
      .primary-nav .menu-item {
        margin-left: 3em;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
    .primary-nav .menu-item:first-child {
      margin-left: 0; }
    .primary-nav .menu-item.has-children {
      position: relative; }
      .primary-nav .menu-item.has-children > .menu-link .chevron:after {
        content: "";
        display: inline-block;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 8px;
        height: 8px;
        position: relative;
        margin-left: 1rem;
        top: -0.1875rem; }
      @media screen and (max-width: 62rem) {
        .primary-nav .menu-item.has-children > .menu-link .chevron::after {
          position: absolute;
          top: 1.2em;
          right: 2em; } }
      .primary-nav .menu-item.has-children.open > .menu-link .chevron::after {
        -webkit-transform: rotate(225deg) !important;
                transform: rotate(225deg) !important; }
  .primary-nav .header-search-show {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding: 13px;
    margin-right: 34px;
    display: none; }
    @media (min-width: 62rem) {
      .primary-nav .header-search-show {
        display: block; } }
    .primary-nav .header-search-show:hover {
      cursor: pointer; }
    .primary-nav .header-search-show i {
      color: white; }

.header-search {
  z-index: 2;
  padding: 0;
  margin-top: 0;
  -webkit-transition: max-height 0.2s ease-in-out, margin-top 0.2s ease-in-out, visibility 0.2s linear, background-color 0.2s linear;
  transition: max-height 0.2s ease-in-out, margin-top 0.2s ease-in-out, visibility 0.2s linear, background-color 0.2s linear;
  display: none;
  visibility: hidden;
  background-color: #604D43;
  overflow: hidden; }
  .header-search::before {
    content: ' ';
    height: 0;
    width: 1rem;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 3rem;
    background-color: #604D43;
    -webkit-transition: height 0.2s ease-in-out, background-color 0.2s linear, -webkit-transform 0.2s ease-in-out;
    transition: height 0.2s ease-in-out, background-color 0.2s linear, -webkit-transform 0.2s ease-in-out;
    transition: height 0.2s ease-in-out, background-color 0.2s linear, transform 0.2s ease-in-out;
    transition: height 0.2s ease-in-out, background-color 0.2s linear, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    border: none; }
  @media (min-width: 62rem) {
    .header-search {
      display: block;
      position: absolute;
      right: 0;
      margin-top: -56px; } }
  .header-search.open {
    background-color: #483124;
    z-index: 3;
    overflow: visible; }
    .header-search.open::before {
      height: 0.5rem;
      -webkit-transform: translateY(-0.5rem);
              transform: translateY(-0.5rem);
      background-color: #483124;
      border-bottom: 0.5rem solid transparent;
      border-right: 0.5rem solid #806C62;
      border-left: 0.5rem solid #806C62; }
    @media (min-width: 62rem) {
      .header-search.open {
        visibility: visible;
        display: block;
        margin-top: 0;
        -webkit-transition: max-height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
        transition: max-height 0.2s ease-in-out, margin-top 0.2s ease-in-out; } }
  .header-search.mobile-only {
    background-color: #604D43;
    max-height: 0rem;
    display: block;
    visibility: hidden;
    -webkit-transition: max-height 0.2s ease-in-out, visibility 0s 0.2s linear;
    transition: max-height 0.2s ease-in-out, visibility 0s 0.2s linear; }
    .header-search.mobile-only.open {
      max-height: 50rem;
      visibility: visible;
      -webkit-transition: max-height 0.2s ease-in-out, visibility 0s linear;
      transition: max-height 0.2s ease-in-out, visibility 0s linear; }
      .header-search.mobile-only.open::before {
        display: none; }
    @media (min-width: 62rem) {
      .header-search.mobile-only {
        display: none; } }
    .header-search.mobile-only .search-holder {
      margin: 1em 2em 0.75em 2em; }
  .header-search form {
    padding-bottom: 0; }
  .header-search .search-holder {
    margin: 0.75rem 3rem 0.75rem 2rem;
    border-color: white; }
    .header-search .search-holder label {
      margin-right: 10px;
      color: white;
      font-size: 0;
      position: absolute; }
    .header-search .search-holder button,
    .header-search .search-holder input {
      background: none;
      border: none;
      color: white; }
    .header-search .search-holder .action {
      padding: 0; }

.menu-toggle {
  display: block;
  text-align: center;
  padding: 1rem 0;
  color: currentColor; }
  .menu-toggle.open::after {
    -webkit-transform: rotate(225deg) !important;
            transform: rotate(225deg) !important; }
  @media (min-width: 62rem) {
    .menu-toggle {
      display: none; } }
  .menu-toggle:hover {
    color: currentColor; }
  .menu-toggle:after {
    content: '';
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 8px;
    height: 8px;
    position: relative;
    margin-left: 1rem;
    top: -0.1875rem; }

.modular-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-bottom: -2rem; }
  @media (min-width: 45rem) {
    .modular-content {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 45rem) {
    .modular-content h2 {
      width: 6em; } }
  .modular-content h2:after {
    border-bottom: 2px solid;
    border-color: #806C62;
    content: " ";
    display: block;
    width: 3.5rem;
    margin-top: 10px; }
  .modular-content .modular-content-item {
    width: 100%;
    margin-bottom: 2rem; }
    .modular-content .modular-content-item .modular-content-body a {
      color: #0073b5; }
    .modular-content .modular-content-item .more-info {
      color: #483124; }
      .modular-content .modular-content-item .more-info:after {
        display: inline-block;
        position: relative;
        content: ' ';
        background: url(/resources/themes/victoria-university/images/icons/chevron.svg) no-repeat;
        background-size: 6px 10px;
        height: 13px;
        width: 8px;
        top: 2px;
        left: 5px; }
    @media (min-width: 45rem) {
      .modular-content .modular-content-item {
        width: 50%;
        padding: 0 20px; } }
    @media (min-width: 62rem) {
      .modular-content .modular-content-item {
        width: 33%; } }

.newsletter-signup {
  background: #f0f0f0;
  padding: 1rem 1rem 2rem; }
  @media (min-width: 26rem) {
    .newsletter-signup {
      padding: 2rem; } }
  aside .newsletter-signup {
    background: #FFF; }

.utility .search {
  margin-top: 1.5rem; }
  @media (min-width: 45rem) {
    .utility .search {
      margin-top: 0; } }

.search input,
.search button {
  border: none;
  background-color: transparent;
  color: currentColor; }

.search input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.search label {
  display: block;
  position: absolute;
  top: -1.5em;
  font-size: 0.9em; }

.search-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  border-bottom: 1px solid currentColor; }
  .search-holder button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .search-holder input[name="Search"] {
    border: none; }

.subsite-menu {
  list-style: none;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  padding: 0 0.5rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (min-width: 26rem) {
    .subsite-menu {
      padding-left: 1rem; } }
  @media (min-width: 62rem) {
    .subsite-menu {
      padding: 0; } }
  .subsite-menu .logo-wrapper {
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0.5rem; }
    .subsite-menu .logo-wrapper img {
      width: 100%; }

.subsite-menu__item {
  height: 100%; }

.subsite-menu__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em; }

.subsite-menu__title {
  display: none; }
  @media (min-width: 45rem) {
    .subsite-menu__title {
      display: block; } }

.uvic ~ .subsite-menu__title {
  display: block; }

section.tabs {
  position: relative;
  width: 100%; }
  .swiper-slide section.tabs {
    padding: 0; }
    @media (min-width: 62rem) {
      .swiper-slide section.tabs .tab-content {
        padding: 2.5rem 2.5rem 0; } }
  section.tabs details:before {
    display: none; }
  section.tabs summary::-webkit-details-marker {
    display: none; }
  section.tabs summary {
    list-style: none;
    padding: 0.5rem 1.5rem;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s; }
    section.tabs summary::before, section.tabs summary::after {
      content: ''; }
  section.tabs .tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: height 0.25s;
    transition: height 0.25s;
    width: 100%;
    overflow: hidden; }
  section.tabs .outer-wrapper {
    width: 100%;
    position: relative; }
  section.tabs .tab-content {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem 1rem; }
    @media (min-width: 26rem) {
      section.tabs .tab-content {
        padding: 2rem; } }
    @media (min-width: 75rem) {
      section.tabs .tab-content {
        padding: 3rem; } }
  section.tabs details {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    background: #f0f0f0; }
    section.tabs details summary {
      background: #806C62;
      color: #fff; }
    section.tabs details[open] summary {
      background: #121212;
      color: #fff; }
  section.tabs .tab-nav {
    position: absolute;
    top: 0;
    display: none;
    padding: 0.5rem;
    background-color: #604D43;
    color: #fff;
    z-index: 500; }
  section.tabs .tab-nav-left {
    left: 0; }
  section.tabs .tab-nav-right {
    right: 0; }

.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  background: #edeae9;
  color: #46292a;
  border-bottom: 1px solid lightgrey; }
  .topbar a {
    color: currentColor;
    font-weight: 600; }
    .topbar a:hover {
      color: currentColor; }
  @media (min-width: 62rem) {
    .topbar {
      padding: 0 3rem; } }
  .topbar .menu-link {
    display: inline-block;
    padding: 1rem 0;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    text-transform: uppercase;
    white-space: nowrap; }
  .topbar .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0; }
  .topbar .menu-item {
    padding: 0;
    margin: 0;
    display: none;
    margin-left: 3rem; }
    .topbar .menu-item.has-children {
      display: block; }
    .topbar .menu-item .sub-menu .menu-item {
      display: block; }
    @media (min-width: 45rem) {
      .topbar .menu-item {
        display: block; } }
    .topbar .menu-item:first-child {
      margin-left: 0; }
    .topbar .menu-item.has-children {
      background: #604D43; }
      @media (min-width: 62rem) {
        .topbar .menu-item.has-children {
          position: relative; } }
      .topbar .menu-item.has-children > .menu-link {
        color: #fff;
        padding: 1rem; }
        .topbar .menu-item.has-children > .menu-link:after {
          content: "";
          display: inline-block;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 8px;
          height: 8px;
          position: relative;
          margin-left: 1rem;
          top: -0.1875rem; }
        @media (min-width: 26rem) {
          .topbar .menu-item.has-children > .menu-link {
            padding: 1rem 1.5rem; } }
      .topbar .menu-item.has-children.open > .menu-link::after {
        -webkit-transform: rotate(225deg) !important;
                transform: rotate(225deg) !important; }
  .topbar .sub-menu {
    position: absolute;
    left: 0;
    width: 100vw;
    top: auto;
    text-align: center; }
    @media (min-width: 62rem) {
      .topbar .sub-menu {
        width: 12rem;
        left: auto;
        right: 0; } }

.two-column {
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (min-width: 75rem) {
    .two-column {
      margin: 0 0 3rem; } }

.vicu__elements__eventlist__elements__elementeventlist .events {
  margin-left: 0;
  margin-right: 0; }

.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (min-width: 45rem) {
    .two-column .two-column__column {
      width: 50%; } }
  .two-column .two-column__column:nth-child(2) .two-column__column-content {
    background-color: #f0f0f0; }

.two-column__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }

.two-column__column-content {
  padding: 2.5em 1rem;
  background-color: #e8e8e8;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .two-column__column-content a {
    color: #005d93; }
    .two-column__column-content a.cta, .two-column__column-content a.btn {
      position: relative;
      display: inline-block;
      background: #483124;
      color: #fff;
      padding: 0.5rem 2.5rem;
      cursor: pointer;
      margin-bottom: 0.25rem;
      border: none; }
      .two-column__column-content a.cta:after, .two-column__column-content a.btn:after {
        display: block;
        content: "";
        border-bottom: 2px solid #483124;
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%; }
      .two-column__column-content a.cta:hover, .two-column__column-content a.btn:hover {
        background: #483124;
        text-decoration: none; }
        .two-column__column-content a.cta:hover:after, .two-column__column-content a.btn:hover:after {
          border-bottom: 0.0625rem solid #483124; }
      .two-column__column-content a.cta:focus, .two-column__column-content a.btn:focus {
        outline-color: #483124; }
      .two-column__column-content a.cta.secondary, .two-column__column-content a.btn.secondary {
        color: #483124;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 0.0625rem;
                box-shadow: inset 0 0 0 0.0625rem; }
        .two-column__column-content a.cta.secondary:after, .two-column__column-content a.btn.secondary:after {
          border-bottom-width: 1px; }
        .two-column__column-content a.cta.secondary:hover, .two-column__column-content a.btn.secondary:hover {
          color: #483124; }
  @media (min-width: 26rem) {
    .two-column__column-content {
      padding: 2rem; } }
  @media (min-width: 45rem) {
    .two-column__column-content {
      padding: 3rem; } }

section.food-menu {
  padding: 1.75rem 0 2rem 0;
  background-color: #e8e8e8;
  margin-bottom: 0;
  width: 100%; }
  section.food-menu h2.food-menu-title {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold; }
    section.food-menu h2.food-menu-title::after {
      border-bottom: none; }
  section.food-menu .menu-day h3 {
    color: inherit;
    background: none;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 1.25rem;
    padding: 0;
    text-align: center; }
  section.food-menu .meal h4 {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem; }
  section.food-menu .meal dl {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    section.food-menu .meal dl dt {
      width: 6rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 0;
      padding-right: 1rem;
      text-align: right;
      font-weight: 700; }
      @media (min-width: 62rem) {
        section.food-menu .meal dl dt {
          width: 8rem; } }
    section.food-menu .meal dl dd {
      width: calc(100% - 6rem);
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0 0 1.5rem; }
      @media (min-width: 62rem) {
        section.food-menu .meal dl dd {
          width: calc(100% - 8rem); } }
  section.food-menu .swiper-container {
    padding-top: 1.5rem;
    margin-top: -1.5rem; }
  section.food-menu .swiper-button-prev,
  section.food-menu .swiper-button-next {
    height: 1.5rem;
    top: 1rem;
    -webkit-transform: none;
            transform: none;
    margin: 0;
    padding: 0 1rem;
    background: none; }
  section.food-menu .swiper-button-next {
    right: 0; }
  section.food-menu .swiper-button-prev {
    left: 0; }
  section.food-menu .cta {
    margin: 0 1rem; }
    @media (min-width: 26rem) {
      section.food-menu .cta {
        margin: 0 2rem; } }
    @media (min-width: 75rem) {
      section.food-menu .cta {
        margin-left: 3rem; } }
  section.food-menu .tabs details {
    background-color: transparent; }

.vicu__elements__eventlist__elements__elementeventlist {
  width: 100%; }

@media (min-width: 45rem) {
  .site-container.no-sidebar .events.list-block h2 {
    margin-left: 3rem;
    margin-right: 3rem; } }

.events.list-block .event-datetime {
  display: inline-block;
  background: #fff;
  padding: 0 0.625rem 0.625rem 0.625rem;
  border: none;
  color: #806C62;
  font-style: normal;
  font-weight: normal;
  width: 4em;
  text-align: center;
  margin-top: 0; }

.events.list-block .date {
  text-align: center;
  font-size: 2.5rem;
  margin: 0; }
  .events.list-block .date:before {
    display: none; }
  .events.list-block .date span {
    text-transform: uppercase;
    font-size: 0.875rem;
    display: block; }

.events.list-block .event-pad {
  display: block; }

.events.list-block .events-container {
  padding: 3rem 1rem; }
  @media (min-width: 26rem) {
    .events.list-block .events-container {
      padding: 3rem 2rem; } }
  @media (min-width: 45rem) {
    .site-container.no-sidebar .events.list-block .events-container {
      padding: 3rem; } }

.events.list-block .flex-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .events.list-block .flex-container article {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0;
    padding: 1rem; }
    @media (min-width: 45rem) {
      .events.list-block .flex-container article {
        width: calc(50% - 0.75rem);
        margin-bottom: 1.5rem; } }
    @media (min-width: 62rem) {
      .events.list-block .flex-container article {
        width: calc(33.33% - 1rem); } }

.events.list-block .cta {
  margin-top: 2rem; }
  @media (min-width: 45rem) {
    .events.list-block .cta {
      margin-top: 0; } }

.pagination {
  text-align: center;
  margin-bottom: 3rem;
  width: 100%; }
  .pagination .pagination-content {
    display: inline-block; }
    .pagination .pagination-content a {
      display: table-cell;
      border: 1px solid #cccccc;
      width: 35px;
      height: 35px;
      padding-top: 4px;
      border-right: 0;
      color: #483124; }
      .pagination .pagination-content a:hover {
        color: #483124; }
      .pagination .pagination-content a.prev, .pagination .pagination-content a.next {
        font-size: 0.75rem; }
      .pagination .pagination-content a.prev {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .pagination .pagination-content a.next {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-right: 1px solid #cccccc; }
      .pagination .pagination-content a.current-page {
        background: #483124;
        color: white;
        border: none; }
  .pagination.pagination--bottom {
    margin-top: 1.25em;
    margin-bottom: 5em; }

.content-element .content-element-wrapper {
  margin: 0; }

.browserupgrade {
  display: none;
  background: #ccc;
  color: #000;
  padding: 1rem; }

[data-useragent*="MSIE 10.0;"] .browserupgrade {
  display: block; }

.news-event-card {
  color: inherit; }
  .news-event-card:hover {
    color: inherit;
    text-decoration: none; }
  .news-event-card .thumbnail {
    width: 100%;
    height: 30vw;
    background-size: cover;
    background-position: center; }
    @media (min-width: 45rem) {
      .news-event-card .thumbnail {
        height: 6em; } }
  .news-event-card .card-inner {
    background-color: #ffffff;
    padding: 1rem 1.25rem; }
    .news-event-card .card-inner h3 {
      font-size: 1em;
      margin: 0.25em 0 0 0; }
    .news-event-card .card-inner p {
      margin: 0 0 0.5em; }
    .news-event-card .card-inner .readmore {
      font-weight: bold;
      color: #483124; }
      .news-event-card .card-inner .readmore:after {
        content: "";
        display: inline-block;
        border: solid currentColor;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 8px;
        height: 8px;
        position: relative;
        top: -0.125rem;
        left: 0.25rem; }
    .news-event-card .card-inner .event-datetime {
      margin: 0;
      border: none; }
      .news-event-card .card-inner .event-datetime .date,
      .news-event-card .card-inner .event-datetime .time {
        display: block; }
  .news-event-card .pubdate {
    font-weight: bold;
    font-style: italic;
    font-size: 0.9em; }

.featured-news-item {
  padding: 1rem;
  width: 100%;
  margin-bottom: 4rem; }
  @media (min-width: 62rem) {
    .featured-news-item {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-flow: row-reverse nowrap;
              flex-flow: row-reverse nowrap;
      margin-bottom: 2rem; } }
  .featured-news-item .thumbnail {
    width: 100%;
    height: 35vw;
    background-size: cover;
    background-position: center; }
    @media (min-width: 62rem) {
      .featured-news-item .thumbnail {
        width: 66.6666666667%;
        height: 20em; } }
  .featured-news-item .summary {
    padding: 1rem;
    width: 100%; }
    @media (min-width: 62rem) {
      .featured-news-item .summary {
        width: 26.6666666667%;
        margin-right: 6.6666666667%; } }
  .featured-news-item .featured {
    font-size: 0.9em;
    display: inline-block;
    overflow: visible;
    position: relative;
    margin-bottom: 0.75rem; }
    .featured-news-item .featured:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 70%;
      border-bottom: 2px solid #483124; }
  .featured-news-item h2 {
    margin-bottom: 0.75rem; }
    .featured-news-item h2:after {
      display: none; }
  .featured-news-item .pubdate {
    font-weight: bold;
    font-style: italic;
    font-size: 0.9em; }

.newsfeed {
  width: 100%; }
  @media (min-width: 62rem) {
    .newsfeed {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 26.6666666667% 6.6666666667% 66.6666666667%;
      grid-template-columns: 26.6666666667% 66.6666666667%;
      -ms-grid-rows: 4rem auto auto auto;
      grid-template-rows: 4rem auto auto auto;
      -webkit-column-gap: 6.6666666667%;
         -moz-column-gap: 6.6666666667%;
              column-gap: 6.6666666667%;
      position: relative;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      -ms-flex-line-pack: start;
          align-content: start; }
    .newsfeed > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .newsfeed > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .newsfeed > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    .newsfeed > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3; }
    .newsfeed > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .newsfeed > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
    .newsfeed > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1; }
    .newsfeed > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 3; } }
  .newsfeed .tag-dropdown-filter {
    margin: 0 1rem 2rem; }
    @media (min-width: 62rem) {
      .newsfeed .tag-dropdown-filter {
        margin: 0 0 2rem;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / span 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / span 2; } }
  .newsfeed .news-events-search {
    width: calc(100% - 2rem); }
    @media (min-width: 62rem) {
      .newsfeed .news-events-search {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / span 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / span 1;
        position: relative;
        top: 5rem;
        z-index: 10; } }
  .newsfeed section.news {
    max-width: 100%;
    overflow: hidden; }
    @media (min-width: 62rem) {
      .newsfeed section.news {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / span 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 3;
        grid-row: 2 / span 3;
        margin-top: 1rem;
        padding: 0; } }
    .newsfeed section.news h2 {
      margin-left: 0; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .newsfeed section.news {
        max-width: none;
        overflow: visible;
        padding-left: 2rem;
        width: 50rem; } }
  @media (min-width: 62rem) {
    .newsfeed .news-events-tile {
      width: calc(50% - 1.5rem); } }
  @media (min-width: 62rem) {
    .newsfeed .newsletter-signup {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / span 1;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-row: 3 / span 1; } }

.tag-dropdown-filter {
  background-color: #f0f0f0;
  padding: 1rem; }
  @media (min-width: 62rem) {
    .tag-dropdown-filter {
      padding: 2rem; } }
  .tag-dropdown-filter .tag-dropdown-filter__list {
    list-style-type: none;
    padding: 0;
    position: relative; }
    .tag-dropdown-filter .tag-dropdown-filter__list .tag-dropdown-filter__tag {
      color: inherit;
      width: 100%;
      background-color: #fff;
      display: block;
      text-align: center;
      padding: 0;
      position: relative;
      height: 0;
      -webkit-transition: height 0.25s ease-in-out, padding 0.25s ease-in-out;
      transition: height 0.25s ease-in-out, padding 0.25s ease-in-out;
      overflow: hidden;
      pointer-events: none; }
      @media (min-width: 62rem) {
        .tag-dropdown-filter .tag-dropdown-filter__list .tag-dropdown-filter__tag {
          height: 2.5rem;
          padding: 0.5rem;
          pointer-events: auto;
          margin-bottom: 1rem; } }
      .tag-dropdown-filter .tag-dropdown-filter__list .tag-dropdown-filter__tag.current {
        color: #fff;
        background-color: #483124;
        z-index: 10;
        height: 2.5rem;
        padding: 0.5rem;
        pointer-events: auto; }
        .tag-dropdown-filter .tag-dropdown-filter__list .tag-dropdown-filter__tag.current:after {
          content: "";
          display: inline-block;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 8px;
          height: 8px;
          position: relative;
          margin-left: 1rem;
          top: -0.1875rem; }
        .tag-dropdown-filter .tag-dropdown-filter__list .tag-dropdown-filter__tag.current:after {
          position: absolute;
          right: 1rem;
          top: 0.9rem;
          border-color: #fff; }
          @media (min-width: 62rem) {
            .tag-dropdown-filter .tag-dropdown-filter__list .tag-dropdown-filter__tag.current:after {
              display: none; } }
        .tag-dropdown-filter .tag-dropdown-filter__list .tag-dropdown-filter__tag.current:before {
          position: absolute;
          top: 0;
          right: 0;
          content: '';
          height: 2.5rem;
          width: 2.5rem; }
          @media (min-width: 62rem) {
            .tag-dropdown-filter .tag-dropdown-filter__list .tag-dropdown-filter__tag.current:before {
              display: none; } }
    .tag-dropdown-filter .tag-dropdown-filter__list.open .tag-dropdown-filter__tag {
      height: 2.5rem;
      padding: 0.5rem;
      pointer-events: auto;
      position: static; }
      .tag-dropdown-filter .tag-dropdown-filter__list.open .tag-dropdown-filter__tag.current:after {
        border-color: #444444; }
    .tag-dropdown-filter .tag-dropdown-filter__list.open .tag-dropdown-filter__list-item:first-child .tag-dropdown-filter__tag.current:after {
      border-color: #fff; }

.ContentDetails section.events .events-container {
  background: #806C62;
  color: #fff;
  background-image: url("/resources/themes/base/images/landing-page/events-background.png");
  background-size: cover; }

.ContentDetails section.events .event-pad {
  padding: 0; }

.ContentDetails section.events .eventdate {
  margin-bottom: 0; }

.ContentDetails section.events article {
  background: transparent;
  color: #fff;
  -ms-flex-preferred-size: 16.75rem;
      flex-basis: 16.75rem; }
  .ContentDetails section.events article a {
    color: #fff; }

.ContentDetails section.events .cta {
  background: #fff;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .ContentDetails section.events .cta:after {
    border-color: #fff; }

.HomePage .sidebar {
  background: #f7f7f7;
  margin-top: 0; }
  @media (min-width: 75rem) {
    .HomePage .sidebar:before {
      z-index: -1;
      content: "";
      display: block;
      position: absolute;
      background-color: #f7f7f7;
      width: calc(50vw + 14rem);
      height: 100%;
      top: 0;
      left: 0;
      margin-left: calc(-50vw + -14rem); } }
  @media (min-width: 75rem) {
    .HomePage .sidebar {
      padding: 2rem; } }

@media (min-width: 62rem) {
  .HomePage .banner-text {
    margin-bottom: 0; } }

.HomePage .banner-text:before {
  display: none; }

.LandingPage main {
  width: auto; }

.LandingPage section.events .events-container {
  background: #806C62;
  color: #fff;
  background-image: url("/resources/themes/base/images/landing-page/events-background.png");
  background-size: cover; }

.LandingPage section.events .eventdate {
  margin-bottom: 0; }

.LandingPage section.events article {
  background: transparent;
  color: #fff;
  -ms-flex-preferred-size: 16.75rem;
      flex-basis: 16.75rem; }
  .LandingPage section.events article a {
    color: #fff; }

.LandingPage section.events .cta {
  background: #fff;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .LandingPage section.events .cta:after {
    border-color: #fff; }

.event-header {
  background-color: #ffffff;
  padding: 2rem 1rem 0;
  width: 100%; }
  @media (min-width: 26rem) {
    .event-header {
      padding: 2rem 2rem 0; } }
  @media (min-width: 45rem) {
    .event-header {
      padding: 2rem 3rem 0; } }
  .event-header h1 {
    font-size: 2rem;
    line-height: 3.4375rem; }

.NewsEventsPage .event-datetime,
.ContentDetails .event-datetime {
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.0625rem solid rgba(51, 51, 51, 0.3); }

.NewsEventsPage .date:before, .NewsEventsPage .time:before,
.ContentDetails .date:before,
.ContentDetails .time:before {
  position: relative;
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-bottom: -0.125rem;
  margin-right: 0.5rem; }

.NewsEventsPage .date,
.ContentDetails .date {
  margin-right: 2rem; }
  .NewsEventsPage .date:before,
  .ContentDetails .date:before {
    background: url(/resources/themes/victoria-university/images/icons/calendar.svg) no-repeat; }

.NewsEventsPage .time:before,
.ContentDetails .time:before {
  background: url(/resources/themes/victoria-university/images/icons/clock.svg) no-repeat; }

body.NewsEventsHolder .banner,
body.NewsHolderPage .banner {
  height: 16rem; }

body.NewsEventsHolder main,
body.NewsHolderPage main {
  width: 100%; }

@media (min-width: 62rem) {
  body.NewsEventsHolder h1,
  body.NewsHolderPage h1 {
    font-size: 3em; } }

body.NewsEventsHolder .date,
body.NewsHolderPage .date {
  width: 5rem; }

.SearchResults h2 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  width: 100%; }
  .SearchResults h2:after {
    border-bottom: 1px solid #d8d8d8;
    width: 100%; }

.SearchResults .result-count {
  width: 100%;
  margin: 0 0 1rem; }

.SearchResults .pagination {
  margin-bottom: 5rem; }

.search-results-container {
  width: 100%;
  padding: 1rem;
  background-color: #fff; }
  @media (min-width: 26rem) {
    .search-results-container {
      padding: 2rem;
      margin: 0 2rem;
      width: calc(100% - 4rem); } }
  @media (min-width: 45rem) {
    .search-results-container {
      width: calc(100% - 6rem);
      margin: 0 3rem; } }
  @media (min-width: 77rem) {
    .search-results-container {
      width: 100%;
      margin: 0;
      padding: 3rem; } }
  .search-results-container .search-results-list {
    padding: 0;
    margin: 0 0 4rem; }
    .search-results-container .search-results-list > li {
      margin-bottom: 2em;
      list-style: none; }
      .search-results-container .search-results-list > li h3 {
        font-weight: 600;
        margin-bottom: 0.75rem;
        font-size: 1.125rem;
        line-height: 1.625rem; }
        .search-results-container .search-results-list > li h3 a {
          color: black; }
      .search-results-container .search-results-list > li p {
        margin-bottom: 0; }
      .search-results-container .search-results-list > li .inline-link {
        color: #0073b5; }
