/******************************************************************
Site Name: Pacific Lutheran University - www.plu.edu
Author: Logan Seelye

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************************************
MIXINS
******************************************************************/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOWS
*********************/
/* @include box-shadow(1px 1px 1px 1px blue); */
/************
ANIMATIONS
*************/
/************
ANIMATIONS
*************/
@-webkit-keyframes plu-animation-slide-out-up {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}

@-moz-keyframes plu-animation-slide-out-up {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}

@keyframes plu-animation-slide-out-up {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}

@-webkit-keyframes plu-animation-slide-out-down {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}

@-moz-keyframes plu-animation-slide-out-down {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}

@keyframes plu-animation-slide-out-down {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}

@-webkit-keyframes plu-animation-slide-out-left {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@-moz-keyframes plu-animation-slide-out-left {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes plu-animation-slide-out-left {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes plu-animation-slide-out-right {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}

@-moz-keyframes plu-animation-slide-out-right {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}

@keyframes plu-animation-slide-out-right {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}

@-webkit-keyframes plu-animation-slide-in-up {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-moz-keyframes plu-animation-slide-in-up {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes plu-animation-slide-in-up {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes plu-animation-slide-in-down {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-moz-keyframes plu-animation-slide-in-down {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes plu-animation-slide-in-down {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes plu-animation-slide-in-left {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-moz-keyframes plu-animation-slide-in-left {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes plu-animation-slide-in-left {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes plu-animation-slide-in-right {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-moz-keyframes plu-animation-slide-in-right {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes plu-animation-slide-in-right {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes plu-animation-slide-in-right-50 {
  0% {
    transform: translate(50%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-moz-keyframes plu-animation-slide-in-right-50 {
  0% {
    transform: translate(50%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes plu-animation-slide-in-right-50 {
  0% {
    transform: translate(50%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes plu-flashing {
  50% {
    opacity: 0;
  }
}

@-moz-keyframes plu-flashing {
  50% {
    opacity: 0;
  }
}

@keyframes plu-flashing {
  50% {
    opacity: 0;
  }
}

.plu-animation-slide-in-up {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: plu-animation-slide-in-up;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: plu-animation-slide-in-up;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: plu-animation-slide-in-up;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.plu-animation-slide-in-down {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: plu-animation-slide-in-down;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: plu-animation-slide-in-down;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: plu-animation-slide-in-down;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.plu-animation-slide-in-right {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: plu-animation-slide-in-right;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: plu-animation-slide-in-right;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: plu-animation-slide-in-right;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.plu-animation-slide-in-right-50 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: plu-animation-slide-in-right-50;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: plu-animation-slide-in-right-50;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: plu-animation-slide-in-right-50;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.plu-animation-slide-in-left {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: plu-animation-slide-in-left;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: plu-animation-slide-in-left;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: plu-animation-slide-in-left;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.plu-animation-slide-out-up {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: plu-animation-slide-out-up;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: plu-animation-slide-out-up;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: plu-animation-slide-out-up;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.plu-animation-slide-out-down {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: plu-animation-slide-out-down;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: plu-animation-slide-out-down;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: plu-animation-slide-out-down;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.plu-animation-slide-out-right {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: plu-animation-slide-out-right;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: plu-animation-slide-out-right;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: plu-animation-slide-out-right;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.plu-animation-slide-out-left {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: plu-animation-slide-out-left;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: plu-animation-slide-out-left;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: plu-animation-slide-out-left;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.plu-flashing {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: plu-flashing;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 2s;
  -moz-animation-name: plu-flashing;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-name: plu-flashing;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@-webkit-keyframes plu-animation-global-header-section {
  0% {
    opacity: 0.3;
    transform: translate(60%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-moz-keyframes plu-animation-global-header-section {
  0% {
    opacity: 0.3;
    transform: translate(60%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes plu-animation-global-header-section {
  0% {
    opacity: 0.3;
    transform: translate(60%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.plu-animation-global-header-section {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: plu-animation-global-header-section;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: plu-animation-global-header-section;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: plu-animation-global-header-section;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@-webkit-keyframes plu-animation-bookmark-remove-in {
  0% {
    left: -20px;
  }
  100% {
    left: 5px;
  }
}

@-moz-keyframes plu-animation-bookmark-remove-in {
  0% {
    left: -20px;
  }
  100% {
    left: 5px;
  }
}

@keyframes plu-animation-bookmark-remove-in {
  0% {
    left: -20px;
  }
  100% {
    left: 5px;
  }
}

@-webkit-keyframes plu-animation-bookmark-remove-out {
  0% {
    left: 5px;
  }
  100% {
    left: -20px;
  }
}

@-moz-keyframes plu-animation-bookmark-remove-out {
  0% {
    left: 5px;
  }
  100% {
    left: -20px;
  }
}

@keyframes plu-animation-bookmark-remove-out {
  0% {
    left: 5px;
  }
  100% {
    left: -20px;
  }
}

.plu-animation-bookmark-remove-in {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: plu-animation-bookmark-remove-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.3s;
  -moz-animation-name: plu-animation-bookmark-remove-in;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-name: plu-animation-bookmark-remove-in;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.plu-animation-bookmark-remove-out {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: plu-animation-bookmark-remove-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.3s;
  -moz-animation-name: plu-animation-bookmark-remove-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-name: plu-animation-bookmark-remove-out;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

/* 768px to 1024px */
/* 1024px to 1145px */
/* 1145px to 1440px */
strong, b {
  line-height: inherit;
  font-weight: bold;
}

html,
body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #fbba37;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #faac0d;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aleo", serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: "Roboto", sans-serif;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 48em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
}

@media only screen and (min-width: 48em) {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
}

@media only screen and (min-width: 64em) {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .semi-large-1 {
    width: 8.33333%;
  }
  .semi-large-2 {
    width: 16.66667%;
  }
  .semi-large-3 {
    width: 25%;
  }
  .semi-large-4 {
    width: 33.33333%;
  }
  .semi-large-5 {
    width: 41.66667%;
  }
  .semi-large-6 {
    width: 50%;
  }
  .semi-large-7 {
    width: 58.33333%;
  }
  .semi-large-8 {
    width: 66.66667%;
  }
  .semi-large-9 {
    width: 75%;
  }
  .semi-large-10 {
    width: 83.33333%;
  }
  .semi-large-11 {
    width: 91.66667%;
  }
  .semi-large-12 {
    width: 100%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
}

@media only screen and (min-width: 71.563em) {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
}

.accordion {
  *zoom: 1;
  margin-bottom: 0;
}

.accordion:before,
.accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion dd.active > a {
  background: #e8e8e8;
}

.accordion dd > a {
  background: #efefef;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

.accordion dd > a:hover {
  background: #e3e3e3;
}

.accordion .content {
  display: none;
  padding: 0.9375rem;
}

.accordion .content.active {
  display: block;
  background: #fff;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  background-color: black;
  border-color: black;
  color: #fff;
}

.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
}

.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: #fff;
}

.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #fff;
}

.alert-box.secondary {
  background-color: #fbba37;
  border-color: #faac0d;
  color: #fff;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #fff;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #664502;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0;
  *zoom: 1;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.9375rem 1.875rem;
}

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #fde0a5;
  border-color: #fcd27c;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: black;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}

.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}

.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999999;
}

.breadcrumbs > *.unavailable a {
  color: #999999;
}

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}

.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: black;
  border-color: black;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: black;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #fff;
}

button.secondary,
.button.secondary {
  background-color: #fbba37;
  border-color: #f0a205;
  color: #fff;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #f0a205;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #fff;
}

button.success,
.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #368a55;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: #fff;
}

button.alert,
.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: #fff;
}

button.large,
.button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}

button.small,
.button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}

button.tiny,
.button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

button.expand,
.button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius,
.button.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

button.round,
.button.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: black;
  border-color: black;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: black;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: #fff;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: black;
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #fbba37;
  border-color: #f0a205;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #f0a205;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: #fff;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #fbba37;
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  color: #fff;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #43ac6a;
}

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: #fff;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #f04124;
}

@media only screen and (min-width: 48em) {
  button,
  .button {
    display: inline-block;
  }
}

.flex-video {
  position: relative;
  padding-top: 0;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

form {
  margin: 0 0 1rem;
}

form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.625rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

select {
  background-color: #fafafa;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}

select.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

select:hover {
  background-color: #f3f3f3;
  border-color: #5c5c5c;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  select {
    background-color: #fafafa;
  }
  select:hover {
    background-color: #f3f3f3;
  }
}

.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-topright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

span.prefix,
label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.prefix.radius,
label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix,
label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix.radius,
label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #5c5c5c;
  -moz-box-shadow: 0 0 5px #5c5c5c;
  box-shadow: 0 0 5px #5c5c5c;
  border-color: #5c5c5c;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #5c5c5c;
  outline: none;
}

input[type="text"][disabled],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
fieldset[disabled] input[type="url"],
textarea[disabled],
fieldset[disabled] textarea {
  background-color: #dddddd;
}

input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */
select {
  height: 2.3125rem;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

span.error,
small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #f04124;
}

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

.inline-list > li > * {
  display: block;
}

.label {
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: black;
  color: #fff;
}

.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.label.alert {
  background-color: #f04124;
  color: #fff;
}

.label.success {
  background-color: #43ac6a;
  color: #fff;
}

.label.secondary {
  background-color: #fbba37;
  color: #fff;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}

ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}

ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}

ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
  background: transparent;
}

ul.pagination li.current a {
  background: black;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: black;
}

ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p {
  color: #333333;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d5d5d5;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f0f0f0;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p {
  color: #333333;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a:not(.button) {
  color: black;
}

.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid #fff;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}

.progress .meter {
  background: black;
  height: 100%;
  display: block;
}

.progress.secondary .meter {
  background: #fbba37;
  height: 100%;
  display: block;
}

.progress.success .meter {
  background: #43ac6a;
  height: 100%;
  display: block;
}

.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}

.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  touch-action: none;
  -ms-touch-action: none;
  background: #fafafa;
}

.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  touch-action: none;
  -ms-touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}

.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}

.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}

.range-slider.radius {
  background: #fafafa;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.range-slider.radius .range-slider-handle {
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.range-slider.radius .range-slider-handle:hover {
  background: black;
}

.range-slider.round {
  background: #fafafa;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle {
  background: black;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle:hover {
  background: black;
}

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #fbb934;
}

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: black;
}

.range-slider-handle:hover {
  background: black;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999999;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal-bg.open {
  display: block;
}

.reveal-modal-bg.open .reveal-modal {
  visibility: visible;
  display: block;
}

dialog,
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  dialog,
  .reveal-modal {
    height: 100vh;
    min-height: 100vh;
  }
}

@media only screen and (min-width: 48em) {
  dialog,
  .reveal-modal {
    left: 50%;
  }
}

dialog .column,
dialog .columns,
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

dialog > :first-child,
.reveal-modal > :first-child {
  margin-top: 0;
}

dialog > :last-child,
.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  dialog,
  .reveal-modal {
    margin-left: -40%;
    width: 80%;
  }
}

@media only screen and (min-width: 48em) {
  dialog,
  .reveal-modal {
    top: 6.25rem;
  }
}

dialog .close-reveal-modal,
.reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

dialog[open] {
  display: block;
  visibility: visible;
}

@media only screen and (min-width: 48em) {
  dialog,
  .reveal-modal {
    padding: 1.875rem;
  }
  dialog.full,
  .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  dialog,
  .reveal-modal {
    top: 6.25rem;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  dialog.tiny,
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  dialog.small,
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  dialog.medium,
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  dialog.large,
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  dialog.xlarge,
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  dialog.full,
  .reveal-modal.full {
    margin-left: -50vw;
    width: 100vw;
  }
}

@media print {
  dialog,
  .reveal-modal {
    background: #fff !important;
  }
}

@-webkit-keyframes webkitSiblingBugfix {
  from {
    position: relative;
  }
  to {
    position: relative;
  }
}

table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
}

table thead,
table tfoot {
  background: whitesmoke;
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
  text-align: left;
}

table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f9f9f9;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important;
}

.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd {
  position: relative;
  margin-bottom: 0 !important;
  float: left;
}

.tabs dd > a {
  display: block;
  background: #efefef;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

.tabs dd > a:hover {
  background: #e1e1e1;
}

.tabs dd.active a {
  background: #fff;
}

.tabs.radius dd:first-child a {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a {
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem;
  width: 100%;
}

.tabs-content:before,
.tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 0.9375rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 48em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem;
  }
  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
  }
}

.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.th:hover,
.th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
}

.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}

.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px black;
  color: black;
}

.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #333333;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.tooltip.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  color: black !important;
  border-bottom: dotted 1px black !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 48em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 71.563em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 71.563em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 71.563em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 71.563em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-semi-large-only, .hide-for-semi-large-up, .hide-for-semi-large, .show-for-semi-large-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-semi-large-only, .show-for-semi-large-up, .show-for-semi-large, .hide-for-semi-large-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-semi-large-only, table.hide-for-semi-large-up, table.hide-for-semi-large, table.show-for-semi-large-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-semi-large-only, thead.hide-for-semi-large-up, thead.hide-for-semi-large, thead.show-for-semi-large-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-semi-large-only, tbody.hide-for-semi-large-up, tbody.hide-for-semi-large, tbody.show-for-semi-large-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-semi-large-only, tr.hide-for-semi-large-up, tr.hide-for-semi-large, tr.show-for-semi-large-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-semi-large-only, td.hide-for-semi-large-only, th.hide-for-semi-large-up, td.hide-for-semi-large-up, th.hide-for-semi-large, td.hide-for-semi-large, th.show-for-semi-large-down, td.show-for-semi-large-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 48em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-semi-large-only, .hide-for-semi-large-up, .hide-for-semi-large, .show-for-semi-large-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-semi-large-only, .show-for-semi-large-up, .show-for-semi-large, .hide-for-semi-large-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-semi-large-only, table.hide-for-semi-large-up, table.hide-for-semi-large, table.show-for-semi-large-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-semi-large-only, thead.hide-for-semi-large-up, thead.hide-for-semi-large, thead.show-for-semi-large-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-semi-large-only, tbody.hide-for-semi-large-up, tbody.hide-for-semi-large, tbody.show-for-semi-large-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-semi-large-only, tr.hide-for-semi-large-up, tr.hide-for-semi-large, tr.show-for-semi-large-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-semi-large-only, td.hide-for-semi-large-only, th.hide-for-semi-large-up, td.hide-for-semi-large-up, th.hide-for-semi-large, td.hide-for-semi-large, th.show-for-semi-large-down, td.show-for-semi-large-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* semi-large displays */
@media only screen and (min-width: 64em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-semi-large-only, .show-for-semi-large-up, .show-for-semi-large, .show-for-semi-large-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-semi-large-only, .hide-for-semi-large-up, .hide-for-semi-large, .hide-for-semi-large-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-semi-large-only, table.show-for-semi-large-up, table.show-for-semi-large, table.show-for-semi-large-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-semi-large-only, thead.show-for-semi-large-up, thead.show-for-semi-large, thead.show-for-semi-large-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-semi-large-only, tbody.show-for-semi-large-up, tbody.show-for-semi-large, tbody.show-for-semi-large-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-semi-large-only, tr.show-for-semi-large-up, tr.show-for-semi-large, tr.show-for-semi-large-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-semi-large-only, td.show-for-semi-large-only, th.show-for-semi-large-up, td.show-for-semi-large-up, th.show-for-semi-large, td.show-for-semi-large, th.show-for-semi-large-down, td.show-for-semi-large-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 71.563em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-semi-large-only, .show-for-semi-large-up, .hide-for-semi-large, .hide-for-semi-large-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-semi-large-only, .hide-for-semi-large-up, .show-for-semi-large, .show-for-semi-large-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-semi-large-only, table.show-for-semi-large-up, table.hide-for-semi-large, table.hide-for-semi-large-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-semi-large-only, thead.show-for-semi-large-up, thead.hide-for-semi-large, thead.hide-for-semi-large-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-semi-large-only, tbody.show-for-semi-large-up, tbody.hide-for-semi-large, tbody.hide-for-semi-large-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-semi-large-only, tr.show-for-semi-large-up, tr.hide-for-semi-large, tr.hide-for-semi-large-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-semi-large-only, td.hide-for-semi-large-only, th.show-for-semi-large-up, td.show-for-semi-large-up, th.hide-for-semi-large, td.hide-for-semi-large, th.hide-for-semi-large-down, td.hide-for-semi-large-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-semi-large-only, .show-for-semi-large-up, .hide-for-semi-large, .hide-for-semi-large-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-semi-large-only, .hide-for-semi-large-up, .show-for-semi-large, .show-for-semi-large-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-semi-large-only, table.show-for-semi-large-up, table.hide-for-semi-large, table.hide-for-semi-large-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-semi-large-only, thead.show-for-semi-large-up, thead.hide-for-semi-large, thead.hide-for-semi-large-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-semi-large-only, tbody.show-for-semi-large-up, tbody.hide-for-semi-large, tbody.hide-for-semi-large-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-semi-large-only, tr.show-for-semi-large-up, tr.hide-for-semi-large, tr.hide-for-semi-large-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-semi-large-only, td.hide-for-semi-large-only, th.show-for-semi-large-up, td.show-for-semi-large-up, th.hide-for-semi-large, td.hide-for-semi-large, th.hide-for-semi-large-down, td.hide-for-semi-large-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-semi-large-only, .show-for-semi-large-up, .hide-for-semi-large, .hide-for-semi-large-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-semi-large-only, .hide-for-semi-large-up, .show-for-semi-large, .show-for-semi-large-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-semi-large-only, table.show-for-semi-large-up, table.hide-for-semi-large, table.hide-for-semi-large-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-semi-large-only, thead.show-for-semi-large-up, thead.hide-for-semi-large, thead.hide-for-semi-large-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-semi-large-only, tbody.show-for-semi-large-up, tbody.hide-for-semi-large, tbody.hide-for-semi-large-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-semi-large-only, tr.show-for-semi-large-up, tr.hide-for-semi-large, tr.hide-for-semi-large-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-semi-large-only, td.hide-for-semi-large-only, th.show-for-semi-large-up, td.show-for-semi-large-up, th.hide-for-semi-large, td.hide-for-semi-large, th.hide-for-semi-large-down, td.hide-for-semi-large-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/******************************************************************
SETTINGS
******************************************************************/
body::-webkit-scrollbar {
  width: 12px;
  background: #e8e8e8;
}

body::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(90deg, #f89b1c, #ffd013 75%);
  border-radius: 6px;
}

.print-logo {
  display: none !important;
}

.entry-content > p > a,
.entry-content > ul > li > a,
.entry-content > a {
  text-decoration: none;
  background-image: linear-gradient(to right, #ecbc5b, #fbba37);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.entry-content > p > a:hover, .entry-content > p > a:focus,
.entry-content > ul > li > a:hover,
.entry-content > ul > li > a:focus,
.entry-content > a:hover,
.entry-content > a:focus {
  color: #000000;
  background-size: 0% 2px;
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.anchor-tags {
  display: block;
}

.clearing-assembled.clearing-blackout a:hover {
  background: none;
}

.gform_body ul {
  list-style: none outside none;
  margin: 0;
}

h3.plu-fb-comments {
  font-size: 13px;
}

.hidden {
  display: none;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

.pagination a:hover {
  color: black;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #fbba37;
}

.commentlist li.depth-3 {
  background: #fbb11e;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #000000;
  border-color: black;
  color: #fff;
  float: right;
}

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  background-color: black;
}

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  color: #fff;
}

.page-title {
  margin-top: 1rem;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}

.page-title.no-breadcrumbs {
  margin-bottom: 10px;
}

.byline {
  color: #999;
}

dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

img {
  max-width: 100%;
  height: auto;
}

video, object {
  max-width: 100%;
  height: auto;
}

pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.plu-ajax-pre-loader {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.plu-ajax-pre-loader.white-color {
  color: #fff;
}

.plu-ajax-pre-loader.white-color .spinning-icon {
  color: #fff;
}

.plu-ajax-pre-loader .spinning-icon {
  display: block;
  color: #000;
  margin-bottom: 5px;
}

.white-header h1,
.white-header h2,
.white-header h3,
.white-header h4,
.white-header h5,
.white-header h6,
.white-text p,
.white-text {
  color: #ffffff;
}

.gold-header h1,
.gold-header h2,
.gold-header h3,
.gold-header h4,
.gold-header h5,
.gold-header h6,
.gold-text p,
.gold-text {
  color: #fbba37;
}

.black-header h1,
.black-header h2,
.black-header h3,
.black-header h4,
.black-header h5,
.black-header h6,
.black-text p,
.black-text {
  color: #151515;
}

.small-text > p {
  font-size: 80%;
}

.large-text > p {
  font-size: 120%;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.align-center,
.center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.header-font {
  font-family: "Aleo", serif;
}

.body-font {
  font-family: "Roboto", sans-serif;
}

.background-scroll {
  background-attachment: scroll;
}

.background-fixed {
  background-attachment: fixed;
}

.background-image-brightness-01 {
  -webkit-filter: brightness(0.1);
  filter: brightness(0.1);
}

.background-image-brightness-02 {
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2);
}

.background-image-brightness-03 {
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}

.background-image-brightness-04 {
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}

.background-image-brightness-05 {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.background-image-brightness-06 {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}

.background-image-brightness-07 {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.background-image-brightness-08 {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.background-image-brightness-09 {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.responsive-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.responsive-iframe-container.sixteen-by-nine {
  padding-top: 56.25%;
}

.responsive-iframe-container.four-by-three {
  padding-top: 75%;
}

.responsive-iframe-container.one-by-one {
  padding-top: 100%;
}

.responsive-iframe-container .responsive-iframe,
.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*!
 * Font Awesome Free 5.15.3 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,
body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a:after,
body.home_root .plu-photo-parallax .photo-location:before,
.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .global-epass-nav .menu-item:before,
.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a:before,
.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button:after,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn:after,
.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li a:before,
.dataTables_wrapper .dataTables_paginate .paginate_button:before,
.dataTables_wrapper .dataTables_paginate .paginate_button:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:after,
.plu-testimonial-quote[data-quote-icons="yes"]:before,
.plu-testimonial-quote[data-quote-icons="yes"]:after,
.video-player-overlay:after,
.vc_toggle:before,
.far,
body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date:before,
.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .frequent-searches .global-frequently-searched-items .menu-item > a:before,
.fal,
.fad,
.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;
}

body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a:after, body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date:before, body.home_root .plu-photo-parallax .photo-location:before, .global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .frequent-searches .global-frequently-searched-items .menu-item > a:before, .global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .global-epass-nav .menu-item:before, .body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a:before, .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a:before, .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before, .body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button:after,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn:after, .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li a:before, .dataTables_wrapper .dataTables_paginate .paginate_button:before, .dataTables_wrapper .dataTables_paginate .paginate_button:after, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:after, .dataTables_wrapper .dataTables_paginate .paginate_button.next:before, .dataTables_wrapper .dataTables_paginate .paginate_button.next:after, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:before, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:after, .plu-testimonial-quote[data-quote-icons="yes"]:before, .plu-testimonial-quote[data-quote-icons="yes"]:after, .video-player-overlay:after, .vc_toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  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,
body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a.fa-pull-left:after,
body.home_root .plu-photo-parallax .fa-pull-left.photo-location:before,
.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .global-epass-nav .fa-pull-left.menu-item:before,
.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a.fa-pull-left:before,
.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a.fa-pull-left:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a.fa-pull-left:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a.fa-pull-left:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a.fa-pull-left:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a.fa-pull-left:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a.fa-pull-left:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a.fa-pull-left:before,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.fa-pull-left.button:after,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .fa-pull-left.download-pdf-btn:after,
.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li a.fa-pull-left:before,
.dataTables_wrapper .dataTables_paginate .fa-pull-left.paginate_button:before,
.dataTables_wrapper .dataTables_paginate .fa-pull-left.paginate_button:after,
.fa-pull-left.plu-testimonial-quote[data-quote-icons="yes"]:before,
.fa-pull-left.plu-testimonial-quote[data-quote-icons="yes"]:after,
.fa-pull-left.video-player-overlay:after,
.fa-pull-left.vc_toggle:before,
.far.fa-pull-left,
body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .fa-pull-left.calendar-date:before,
.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .frequent-searches .global-frequently-searched-items .menu-item > a.fa-pull-left:before,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a.fa-pull-right:after,
body.home_root .plu-photo-parallax .fa-pull-right.photo-location:before,
.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .global-epass-nav .fa-pull-right.menu-item:before,
.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a.fa-pull-right:before,
.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a.fa-pull-right:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a.fa-pull-right:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a.fa-pull-right:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a.fa-pull-right:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a.fa-pull-right:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a.fa-pull-right:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a.fa-pull-right:before,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.fa-pull-right.button:after,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .fa-pull-right.download-pdf-btn:after,
.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li a.fa-pull-right:before,
.dataTables_wrapper .dataTables_paginate .fa-pull-right.paginate_button:before,
.dataTables_wrapper .dataTables_paginate .fa-pull-right.paginate_button:after,
.fa-pull-right.plu-testimonial-quote[data-quote-icons="yes"]:before,
.fa-pull-right.plu-testimonial-quote[data-quote-icons="yes"]:after,
.fa-pull-right.video-player-overlay:after,
.fa-pull-right.vc_toggle:before,
.far.fa-pull-right,
body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .fa-pull-right.calendar-date:before,
.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .frequent-searches .global-frequently-searched-items .menu-item > a.fa-pull-right:before,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  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-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-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.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-box-tissue:before {
  content: "\e05b";
}

.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-buy-n-large:before {
  content: "\f8a6";
}

.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-caravan:before {
  content: "\f8ff";
}

.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-cloudflare:before {
  content: "\e07d";
}

.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-alt:before {
  content: "\f422";
}

.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-cotton-bureau:before {
  content: "\f89e";
}

.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-dailymotion:before {
  content: "\e052";
}

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

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

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

.fa-deezer:before {
  content: "\e077";
}

.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-disease:before {
  content: "\f7fa";
}

.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-edge-legacy:before {
  content: "\e078";
}

.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-alt:before {
  content: "\f424";
}

.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-faucet:before {
  content: "\e005";
}

.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-firefox-browser:before {
  content: "\e007";
}

.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-pay:before {
  content: "\e079";
}

.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-guilded:before {
  content: "\e07e";
}

.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-medical:before {
  content: "\e05c";
}

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

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

.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-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.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-hive:before {
  content: "\e07f";
}

.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-hospital-user:before {
  content: "\f80d";
}

.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-house-user:before {
  content: "\e065";
}

.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-ideal:before {
  content: "\e013";
}

.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-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.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-house:before {
  content: "\e066";
}

.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-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.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-mdb:before {
  content: "\f8ca";
}

.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-microblog:before {
  content: "\e01a";
}

.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-mixer:before {
  content: "\e056";
}

.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:before {
  content: "\f8cc";
}

.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-octopus-deploy:before {
  content: "\e082";
}

.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-orcid:before {
  content: "\f8d2";
}

.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-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.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-pied-piper-square:before {
  content: "\e01e";
}

.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-plane-slash:before {
  content: "\e069";
}

.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-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.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-record-vinyl:before {
  content: "\f8d9";
}

.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-rust:before {
  content: "\e07a";
}

.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-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.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-sink:before {
  content: "\e06d";
}

.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-soap:before {
  content: "\e06e";
}

.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-stopwatch-20:before {
  content: "\e06f";
}

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

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.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-swift:before {
  content: "\f8e1";
}

.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-tiktok:before {
  content: "\e07b";
}

.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-toilet-paper-slash:before {
  content: "\e072";
}

.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-trailer:before {
  content: "\e041";
}

.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-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.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-unsplash:before {
  content: "\e07c";
}

.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-users-slash:before {
  content: "\e073";
}

.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-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.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-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.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-watchman-monitoring:before {
  content: "\e087";
}

.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-wodu:before {
  content: "\e088";
}

.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 Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../css/webfonts/fa-brands-400.eot");
  src: url("../css/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/fa-brands-400.woff2") format("woff2"), url("../css/webfonts/fa-brands-400.woff") format("woff"), url("../css/webfonts/fa-brands-400.ttf") format("truetype"), url("../css/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../css/webfonts/fa-solid-900.eot");
  src: url("../css/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/fa-solid-900.woff2") format("woff2"), url("../css/webfonts/fa-solid-900.woff") format("woff"), url("../css/webfonts/fa-solid-900.ttf") format("truetype"), url("../css/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas,
body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a:after,
body.home_root .plu-photo-parallax .photo-location:before,
.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .global-epass-nav .menu-item:before,
.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a:before,
.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button:after,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn:after,
.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li a:before,
.dataTables_wrapper .dataTables_paginate .paginate_button:before,
.dataTables_wrapper .dataTables_paginate .paginate_button:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:after,
.plu-testimonial-quote[data-quote-icons="yes"]:before,
.plu-testimonial-quote[data-quote-icons="yes"]:after,
.video-player-overlay:after,
.vc_toggle:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../css/webfonts/fa-regular-400.eot");
  src: url("../css/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/fa-regular-400.woff2") format("woff2"), url("../css/webfonts/fa-regular-400.woff") format("woff"), url("../css/webfonts/fa-regular-400.ttf") format("truetype"), url("../css/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}


.far,
body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date:before,
.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .frequent-searches .global-frequently-searched-items .menu-item > a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.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.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

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

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

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

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

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

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

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

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

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

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

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

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

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

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

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

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

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

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

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

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

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

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

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

.fa.fa-gbp:before {
  content: "\f154";
}

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

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

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

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

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

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

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

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

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

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

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

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

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

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

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

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

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

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

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

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "\f1ba";
}

/*!
 * Font Awesome Free 5.15.3 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.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

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

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

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

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

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

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

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

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

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

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

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

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

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

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

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

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

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

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

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

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

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

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

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

.fa.fa-gbp:before {
  content: "\f154";
}

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

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

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

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

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

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

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

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

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

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

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

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

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

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

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

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

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

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

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

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "\f1ba";
}

/******************************************************************
Site Name: Pacific Lutheran University
Stylesheet: Base/Small Stylesheet
******************************************************************/
/******************************************************************
ACCESSIBILITY TOOLS
******************************************************************/
body.large-cursor *,
body.large-cursor *:hover {
  cursor: url("../images/accessibility/large-cursor.png"), pointer !important;
}

body.disable-animations * {
  animation: none !important;
  transition: none !important;
}

.plu-accessibility-tools-body {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: transparent;
  z-index: 101;
  display: none;
}

.plu-accessibility-tools-body.open {
  display: block;
}

.plu-accessibility-tools {
  position: relative;
  z-index: 102;
}

.plu-accessibility-tools:focus {
  outline: blue;
}

.plu-accessibility-tools .toggle-accessibility-tools-container {
  position: fixed;
  bottom: 70px;
  display: flex;
  width: 45px;
}

.plu-accessibility-tools .toggle-accessibility-tools-container.keep-me-visible .toggle-accessibility-tools {
  margin-left: 0;
}

.plu-accessibility-tools .toggle-accessibility-tools-container.plu-hide-accessibility-toggle .toggle-accessibility-tools {
  margin-left: -40px;
}

.plu-accessibility-tools .toggle-accessibility-tools-container.plu-hide-accessibility-toggle:hover .toggle-accessibility-tools {
  margin-left: 0px;
}

.plu-accessibility-tools .toggle-accessibility-tools-container .toggle-accessibility-tools {
  color: #ffffff;
  background: #0974d8;
  padding: 7px;
  border-radius: 0 4px 4px 0;
  border: 1px solid #4f7eab;
  font-size: 22px;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
  transition: margin-left 0.3s ease-in-out;
}

.plu-accessibility-tools .toggle-accessibility-tools-container .toggle-accessibility-tools .accessibility-icon {
  font-size: 30px;
}

.plu-accessibility-tools .tools-container {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 55px;
  max-width: 430px;
  box-shadow: 0px 9px 25px -7px rgba(0, 0, 0, 0.2);
}

.plu-accessibility-tools .tools-container.open {
  display: block;
}

.plu-accessibility-tools .tools-container .tools-header {
  background: #0974d8;
  color: #fff;
  font-family: "Aleo", serif;
  padding: 13px 10px 13px 25px;
  border-radius: 3px 3px 0 0;
  font-size: 15px;
  letter-spacing: 0.3px;
  position: relative;
}

.plu-accessibility-tools .tools-container .tools-header .close-tools {
  position: absolute;
  right: 10px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.plu-accessibility-tools .tools-container .tools-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #0974d8;
  border-top: none;
  border-bottom: none;
  padding: 1.5em;
}

.plu-accessibility-tools .tools-container .tools-inner.bottom {
  padding-top: 0;
}

.plu-accessibility-tools .tools-container .tools-inner.hide-toggle {
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #0974d8;
  padding: 15px 1.5em;
  background: #e8e8e8;
}

.plu-accessibility-tools .tools-container .tools-inner.hide-toggle .toggle-tools-display {
  font-family: "Aleo", serif;
  font-weight: bold;
  letter-spacing: 0.4px;
  font-size: 15px;
  margin-bottom: 6px;
  cursor: pointer;
}

.plu-accessibility-tools .tools-container .tools-inner.hide-toggle p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.3;
}

.plu-accessibility-tools .tools-container .tools-inner .tool {
  margin: 0;
  padding: 0 10px;
  height: 120px;
  width: 50%;
  text-align: center;
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plu-accessibility-tools .tools-container .tools-inner .tool:hover {
  background: #f2f2f2;
  border-color: #cccccc;
}

.plu-accessibility-tools .tools-container .tools-inner .tool.selected-tool .active-tool {
  display: block;
}

.plu-accessibility-tools .tools-container .tools-inner .tool .tool-icon {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #333333;
}

.plu-accessibility-tools .tools-container .tools-inner .tool .tool-title {
  font-family: "Aleo", serif;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.plu-accessibility-tools .tools-container .tools-inner .tool .active-tool {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #2e942e;
}

.plu-accessibility-tools .tools-container .tools-inner .tool.reset-option {
  height: 45px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.plu-accessibility-tools .tools-container .tools-inner .tool.reset-option .tool-icon {
  font-size: 16px;
  margin: 0 10px 0 0;
}

.plu-accessibility-tools .tools-container .tools-inner .tool.reset-option .tool-title {
  font-size: 15px;
}

.plu-accessibility-tools .tools-container .tools-inner .tool .zoom-level-range {
  margin-top: 10px;
  width: 90%;
}

.plu-text-to-speech {
  display: flex;
  flex-direction: row;
  color: #151515;
}

.plu-text-to-speech .speech-controls {
  background: #fbba37;
  padding: 2px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 4px;
  cursor: pointer;
}

.plu-text-to-speech .speech-controls:last-child {
  margin-right: 0;
}

.plu-text-to-speech .speech-controls.stop-reading {
  display: none;
}

.plu-text-to-speech .speech-controls.start-reading:after, .plu-text-to-speech .speech-controls.stop-reading:after {
  font-family: "Aleo", serif;
  font-weight: bold;
  letter-spacing: 0.3px;
}

.plu-text-to-speech .speech-controls.start-reading:after {
  content: "Read this text";
}

.plu-text-to-speech .speech-controls.stop-reading:after {
  content: "Stop reading";
}

.text-to-speech-selected-element {
  box-shadow: 0px 0px 0px 4px #e64343;
  border: 3px dashed #ff6347;
  padding: 10px;
  margin: 0 0 20px 0;
}

.text-to-speech-selected-element .speech-controls.start-reading {
  display: none;
}

.text-to-speech-selected-element .speech-controls.stop-reading {
  display: block;
}

.skip-to-content a {
  padding: 6px;
  color: #000;
  background: transparent;
  position: absolute;
  top: -40px;
  left: 0px;
  font-size: 13px;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.skip-to-content a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fbba37;
  outline: 0;
  z-index: 2;
}

body.home_root .global-header-floating-menu-toggle .header-tabs {
  display: flex;
}

body.home_root .plu-media-slider.animated-icon .video-slide-image.additional-image {
  border-radius: 50%;
  padding: 3px;
  border: 2px dashed #fbba37;
}

body.home_root .plu-media-slider.animated-icon .media-slide-subtitle {
  max-width: 750px;
  margin: 5px auto !important;
}

body.home_root .plu-media-slider.animated-icon .media-slide-button-link {
  padding: 12px 16px;
  font-weight: bold;
  font-family: "Aleo", serif;
  margin-top: 15px;
}

body.home_root .plu-media-slider.animated-icon .full-screen-video-description-text {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

body.home_root .plu-mission-statement {
  background: url("../images/tapestry/background-patterns/tapestry-bkg-pattern_gray.png") left center repeat;
  background-attachment: fixed;
}

body.home_root .plu-mission-statement mark {
  background: none;
  color: #fbba37;
}

body.home_root .section-title {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

body.home_root .section-sub-title {
  margin: 0;
  padding: 2px 0 0 0;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

body.home_root .plu-majors-programs .plu-majors-programs-inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-text {
  background: #222;
  padding: 2em 1.5em;
  color: #fff;
  margin: -4em 0 0 0;
  position: relative;
  z-index: 1;
  width: 90%;
  text-align: center;
}

body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-text .text-box.programs-sub-title > p {
  margin: 0 0 15px 0;
  font-size: 13px;
}

body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-text .programs-title {
  margin: 0 0 15px 0;
  text-align: center;
}

body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-text .vc_btn3-container {
  margin-top: 10px;
  margin-bottom: 0;
}

body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-image {
  width: 100%;
}

body.home_root .plu-custom-viewbook {
  padding-top: 4em;
  padding-bottom: 4em;
}

body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper {
  width: 45%;
  margin-right: 20px;
}

body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text {
  font-size: 22px;
  margin-bottom: 0;
}

body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-sub-text {
  font-size: 17px;
  font-family: 'Roboto';
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 15px;
}

body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-btn {
  margin-bottom: 0;
}

body.home_root .plu-tradition-excellence.top-half .plu-number-count-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}

body.home_root .plu-tradition-excellence.top-half .plu-number-count-section .number-count-item {
  background: linear-gradient(135deg, #f89b1c 0%, #ffd013 100%);
  z-index: 1;
  float: none;
  width: 100%;
  margin-bottom: 2em;
  border: 1px solid #fbba37;
  border-radius: 5px;
  padding: 2em;
}

body.home_root .plu-tradition-excellence.top-half .plu-number-count-section .number-count-item:last-child {
  margin-bottom: 0;
}

body.home_root .plu-tradition-excellence.top-half .plu-number-count-section .number-count-item .text-box p {
  margin: 0;
  text-align: center;
  font-family: "Aleo", serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 3.5px;
}

body.home_root .plu-tradition-excellence.bottom-half {
  background: url("../images/campus/harstad-diagonal-cut-bkg.png") 45% top no-repeat;
  padding: 7em 1em 4em 1em;
  background-size: cover;
}

body.home_root .plu-years {
  background: url("../images/campus/plu-sign-bkg-blurred-opaque.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0;
}

body.home_root .plu-years .plu-years-inner-wrap > .vc_column-inner {
  padding-top: 0 !important;
}

body.home_root .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.home_root .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner.first {
  max-width: 80%;
}

body.home_root .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner .text-box {
  text-align: center;
  margin: 7px 0;
}

body.home_root .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner .text-box > p {
  margin: 0;
}

body.home_root .plu-years .plu-years-logo-img {
  margin-bottom: 18px;
}

body.home_root .plu-years .section-title {
  font-size: 55px;
  line-height: 1;
}

body.home_root .plu-years .section-sub-title {
  font-size: 14px;
  border-top: 1px solid #fbba37;
  border-bottom: 1px solid #fbba37;
  margin: 5px 0 9px 0;
  padding: 7px;
  line-height: 1.3;
}

body.home_root .plu-years .button-link {
  display: flex;
  width: 100%;
}

body.home_root .plu-years .button-link > a {
  width: 100%;
  text-align: center;
  margin-top: 13px;
}

body.home_root .plu-years .students-panel-img {
  margin-bottom: 0;
}

body.home_root .plu-apply.top-half {
  background: #161616;
}

body.home_root .plu-apply.bottom-half {
  background: #151515 url("../images/tapestry/background-patterns/tapestry-bkg-pattern_gray_faded-top.png") left bottom repeat-x;
}

body.home_root .plu-apply .apply-inner-top {
  padding: 2em 15px;
}

body.home_root .plu-apply .apply-inner-top .top-header .section-title {
  margin-bottom: 0em;
  font-size: 40px;
  padding: 17px 0 10px 0;
  background: -webkit-linear-gradient(90deg, #f89b1c 0%, #ffd013 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.home_root .plu-apply .apply-inner-top .top-header .text-box h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  color: #ffffff;
}

body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links {
  text-align: center;
  margin-top: 1em;
}

body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a {
  font-weight: bold;
  font-family: "Aleo", serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #fbba37;
  color: #222;
  padding: 10px 14px 9px 14px;
  border-radius: 4px;
  display: block;
  margin: 0 20px 20px 20px;
}

body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a:after {
  content: "\f4fc";
  padding-left: 5px;
}

body.home_root .plu-apply .apply-section {
  padding: 0 15px;
  flex-direction: column;
}

body.home_root .plu-apply .apply-section:nth-child(even) {
  flex-direction: column-reverse;
}

body.home_root .plu-apply .apply-section .apply-section-inner .button-link {
  margin-bottom: 3em;
}

body.home_root .plu-apply .apply-section .apply-section-inner .button-link > a {
  width: 100%;
  text-align: center;
  padding-right: 19px;
}

body.home_root .plu-apply .apply-section .apply-section-inner .apply-section-text {
  padding: 1em 0;
}

body.home_root .plu-apply .apply-section .apply-section-inner .plu-pledge-logo img {
  width: 400px;
}

body.home_root .plu-apply .apply-section .apply-section-inner.left-side-content {
  margin-bottom: 2em;
}

body.home_root .plu-apply .apply-section .apply-section-inner.right-side-content {
  margin-bottom: 2em;
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates {
  display: flex;
  justify-content: center;
  color: #fff;
  width: 100%;
  padding: 25px 12px;
  margin: 0 auto;
  position: relative;
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates:before {
  content: "";
  position: absolute;
  background: url("../images/tapestry/dividers/dashed-lines_gold.png") left center repeat-x;
  height: 4px;
  top: 0;
  left: 0;
  width: 100%;
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates:last-child:after {
  content: "";
  position: absolute;
  background: url("../images/tapestry/dividers/dashed-lines_gold.png") left center repeat-x;
  height: 4px;
  bottom: 0;
  left: 0;
  width: 100%;
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 300px;
  width: 100%;
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date {
  text-align: center;
  padding: 25px 14px 11px 14px;
  font-size: 23px;
  font-family: "Aleo", serif;
  font-weight: bold;
  color: #fbba37;
  position: relative;
  letter-spacing: 2px;
  margin-right: 1em;
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date:before {
  content: "\f133";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 70px;
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date .calendar-month {
  display: block;
  font-size: 11px;
  letter-spacing: 1.5px;
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-title {
  padding-top: 4px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  max-width: 215px;
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-title .calendar-sub-title {
  display: block;
  margin-top: 3px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .costs-year {
  margin: 25px 0 10px 0;
  padding: 0;
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container {
  margin: 0 0 1em 0;
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section {
  font-family: "Aleo", serif;
  font-weight: bold;
  color: #fbba37;
  margin: 15px 0;
  text-align: center;
  font-size: 40px;
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section .price-title {
  display: block;
  padding-top: 6px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-icon {
  color: #fff;
  display: flex;
  align-items: center;
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number {
  width: 100%;
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count {
  color: #111;
  font-size: 37px;
  background: linear-gradient(160deg, #f89b1c 0%, #ffd013 100%);
  padding: 20px;
  margin-bottom: 18px;
  border-radius: 3px;
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count .afford-number-title {
  color: #333;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 6px;
  line-height: 1.3;
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-text {
  width: 100%;
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-text p {
  margin: 0;
}

body.home_root .plu-mountain-bow-sun-illustration .rose-window-sun {
  position: absolute;
  z-index: 0;
  left: 70%;
  transform: translateX(-70%);
}

body.home_root .plu-mountain-bow-sun-illustration .mountain-bow img {
  position: relative;
  z-index: 1;
}

body.home_root .plu-livestream {
  padding: 3em 0;
}

body.home_root .plu-photo-parallax {
  background-position-x: 20%;
  background-position-y: bottom;
}

body.home_root .plu-photo-parallax .photo-location {
  position: absolute;
  bottom: 1em;
  right: 2em;
  width: auto;
}

body.home_root .plu-photo-parallax .photo-location:before {
  content: "\f3c5";
  position: absolute;
  bottom: 5px;
  left: -32px;
  font-size: 33px;
  color: #fbba37;
}

body.home_root .plu-go-lutes {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../images/campus/plu-volleyball-cut.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 2em 0;
}

body.home_root .plu-go-lutes .go-lutes-text .vc_column-inner {
  margin: 0;
  padding: 0;
}

body.home_root .plu-go-lutes .go-lutes-text h3 {
  font-size: 2.3em;
  text-align: center;
}

body.home_root .plu-go-lutes .go-lutes-text .text-box p {
  margin: 0 0 8px 0;
  font-size: 14px;
  text-align: center;
}

body.home_root .plu-go-lutes .go-lutes-text .text-box a {
  background-image: none;
}

body.home_root .plu-go-lutes .go-lutes-background {
  margin: 6em 0;
}

body.home_root .plu-go-lutes .go-lutes-logo .vc_column-inner {
  margin: 0;
  padding: 0;
}

body.home_root .plu-go-lutes .go-lutes-logo .wpb_single_image {
  margin: 0;
  text-align: center;
}

body.home_root .plu-go-lutes .go-lutes-logo img {
  width: 150px;
}

body.news {
  background: #e8e8e8;
  /* remove body margin on homepage */
}

body.news .body-wrapper.news {
  max-width: 1730px;
  margin: 0 auto;
  /* padding: 0 15px; */
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}

body.news .body-wrapper.news #content #inner-content[root-home="no"] {
  margin: 0 auto;
}

body.news.home .body-wrapper.news {
  max-width: unset;
}

body.news.archive .body-wrapper.news .site-header-wrapper[header-type="news"],
body.news.single .body-wrapper.news .site-header-wrapper[header-type="news"],
body.news.page:not(.home) .body-wrapper.news .site-header-wrapper[header-type="news"] {
  position: relative;
}

body.news.archive .body-wrapper.news #content #inner-content[root-home="no"],
body.news.single .body-wrapper.news #content #inner-content[root-home="no"],
body.news.page:not(.home) .body-wrapper.news #content #inner-content[root-home="no"] {
  margin: 2em auto 0 auto;
}

body.documentational.search-results article {
  margin-bottom: 1.5em;
  background: #f1f1f1;
  padding: 10px !important;
  border-radius: 2px;
  margin: 0 0 15px 0;
}

body.documentational.search-results article:hover {
  background: #e8e8e8;
}

body.documentational.search-results article .highlight {
  background: #fbba37 !important;
  padding: 0px 3px;
}

body.documentational.search-results article .entry-header .entry-title {
  font-size: 18px;
  margin: 0 0 5px 0;
  padding: 0;
}

body.documentational.search-results article .entry-header .entry-title > a {
  color: #333333;
  border-bottom: 1px dotted;
}

body.documentational.search-results article .entry-header .entry-title > a:hover {
  color: #000000;
}

body.documentational.search-results article .entry-content {
  line-height: 1.5;
}

body.documentational.search-results article .entry-content p {
  display: none;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

body.documentational.search-results article .entry-content p:last-child {
  display: block;
}

body.office-of-admission .section-title,
body.first-year .section-title,
body.transfer .section-title {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

body.office-of-admission .section-sub-title,
body.first-year .section-sub-title,
body.transfer .section-sub-title {
  margin: 0;
  padding: 2px 0 0 0;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

body.office-of-admission .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-title,
body.office-of-admission .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-subtitle,
body.first-year .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-title,
body.first-year .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-subtitle,
body.transfer .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-title,
body.transfer .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-subtitle {
  display: none;
}

body.office-of-admission .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-button-link,
body.first-year .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-button-link,
body.transfer .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-button-link {
  margin-top: 0;
}

body.office-of-admission .admission-jump-list-icons,
body.first-year .admission-jump-list-icons,
body.transfer .admission-jump-list-icons {
  display: none;
}

body.office-of-admission .important-dates .date-block > .vc_column-inner,
body.office-of-admission .important-dates .counselor-cta > .vc_column-inner,
body.first-year .important-dates .date-block > .vc_column-inner,
body.first-year .important-dates .counselor-cta > .vc_column-inner,
body.transfer .important-dates .date-block > .vc_column-inner,
body.transfer .important-dates .counselor-cta > .vc_column-inner {
  margin: 0 15px !important;
}

body.office-of-admission .important-dates .counselor-cta .text-box,
body.first-year .important-dates .counselor-cta .text-box,
body.transfer .important-dates .counselor-cta .text-box {
  margin: -15px 0 -5px 0;
}

body.office-of-admission .plu-custom-viewbook,
body.first-year .plu-custom-viewbook,
body.transfer .plu-custom-viewbook {
  padding-top: 4em;
  padding-bottom: 4em;
}

body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper,
body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper,
body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper {
  width: 45%;
  margin-right: 20px;
}

body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text,
body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text,
body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text {
  font-size: 22px;
  margin-bottom: 0;
}

body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-sub-text,
body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-sub-text,
body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-sub-text {
  font-size: 17px;
  font-family: 'Roboto';
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 15px;
}

body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-btn,
body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-btn,
body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-btn {
  margin-bottom: 0;
}

body.office-of-admission .plu-years,
body.first-year .plu-years,
body.transfer .plu-years {
  background: url("../images/campus/plu-sign-bkg-blurred-opaque.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0;
}

body.office-of-admission .plu-years .plu-years-inner-wrap > .vc_column-inner,
body.first-year .plu-years .plu-years-inner-wrap > .vc_column-inner,
body.transfer .plu-years .plu-years-inner-wrap > .vc_column-inner {
  padding-top: 0 !important;
}

body.office-of-admission .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper,
body.first-year .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper,
body.transfer .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.office-of-admission .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner.first,
body.first-year .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner.first,
body.transfer .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner.first {
  max-width: 80%;
}

body.office-of-admission .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner .text-box,
body.first-year .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner .text-box,
body.transfer .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner .text-box {
  text-align: center;
  margin: 7px 0;
}

body.office-of-admission .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner .text-box > p,
body.first-year .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner .text-box > p,
body.transfer .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner .text-box > p {
  margin: 0;
}

body.office-of-admission .plu-years .plu-years-logo-img,
body.first-year .plu-years .plu-years-logo-img,
body.transfer .plu-years .plu-years-logo-img {
  margin-bottom: 18px;
}

body.office-of-admission .plu-years .section-title,
body.first-year .plu-years .section-title,
body.transfer .plu-years .section-title {
  font-size: 55px;
  line-height: 1;
}

body.office-of-admission .plu-years .section-sub-title,
body.first-year .plu-years .section-sub-title,
body.transfer .plu-years .section-sub-title {
  font-size: 14px;
  border-top: 1px solid #fbba37;
  border-bottom: 1px solid #fbba37;
  margin: 5px 0 9px 0;
  padding: 7px;
  line-height: 1.3;
}

body.office-of-admission .plu-years .button-link,
body.first-year .plu-years .button-link,
body.transfer .plu-years .button-link {
  display: flex;
  width: 100%;
}

body.office-of-admission .plu-years .button-link > a,
body.first-year .plu-years .button-link > a,
body.transfer .plu-years .button-link > a {
  width: 100%;
  text-align: center;
  margin-top: 13px;
}

body.office-of-admission .plu-years .students-panel-img,
body.first-year .plu-years .students-panel-img,
body.transfer .plu-years .students-panel-img {
  margin-bottom: 0;
}

body.office-of-admission .plu-education-testimonials,
body.first-year .plu-education-testimonials,
body.transfer .plu-education-testimonials {
  background-position: center !important;
  background-attachment: fixed !important;
}

body.office-of-admission .plu-education-testimonials .plu-testimonial-quote .testimonial-quote-wrapper[data-currently-displayed="no"],
body.first-year .plu-education-testimonials .plu-testimonial-quote .testimonial-quote-wrapper[data-currently-displayed="no"],
body.transfer .plu-education-testimonials .plu-testimonial-quote .testimonial-quote-wrapper[data-currently-displayed="no"] {
  display: block !important;
}

body.office-of-admission .admission-tuition-fees-wrapper .text-box.price,
body.first-year .admission-tuition-fees-wrapper .text-box.price,
body.transfer .admission-tuition-fees-wrapper .text-box.price {
  text-align: center;
  margin: 20px 0 0 0;
  background: linear-gradient(160deg, #f89b1c 0%, #ffd013 100%);
  padding: 1em;
  border-radius: 3px;
}

body.office-of-admission .admission-tuition-fees-wrapper .text-box.price p,
body.first-year .admission-tuition-fees-wrapper .text-box.price p,
body.transfer .admission-tuition-fees-wrapper .text-box.price p {
  margin: 0;
  padding: 6px 0 13px 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #fff;
  border: 1px solid;
  border-radius: 3px;
}

body.office-of-admission .admission-tuition-fees-wrapper .text-box.price p > strong,
body.first-year .admission-tuition-fees-wrapper .text-box.price p > strong,
body.transfer .admission-tuition-fees-wrapper .text-box.price p > strong {
  color: #000;
  font-size: 37px;
  margin-bottom: -8px;
  display: inline-block;
}

body.office-of-admission .admission-tuition-fees-wrapper .text-box.price.average-cost,
body.first-year .admission-tuition-fees-wrapper .text-box.price.average-cost,
body.transfer .admission-tuition-fees-wrapper .text-box.price.average-cost {
  margin-bottom: 35px;
}

body.office-of-admission .admission-tuition-fees-wrapper .text-box.price.average-cost p,
body.first-year .admission-tuition-fees-wrapper .text-box.price.average-cost p,
body.transfer .admission-tuition-fees-wrapper .text-box.price.average-cost p {
  text-transform: none;
  line-height: 1.2;
  padding: 13px 35px;
}

body.office-of-admission .admission-tuition-fees-wrapper .text-box.price.average-cost p > strong,
body.first-year .admission-tuition-fees-wrapper .text-box.price.average-cost p > strong,
body.transfer .admission-tuition-fees-wrapper .text-box.price.average-cost p > strong {
  font-size: 22px;
}

body.error404 .four-oh-four {
  padding: 2em 0;
}

body.error404 .four-oh-four .text {
  padding-top: 3em;
  display: inline-block;
}

body.error404 .four-oh-four a {
  text-decoration: none;
  background-image: linear-gradient(to right, #ecbc5b, #fbba37);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.error404 .four-oh-four a:hover, body.error404 .four-oh-four a:focus {
  color: #000000;
  background-size: 0% 2px;
}

/******************************************************************
GLOBAL HEADER - SMALL (BASE)
******************************************************************/
body.no-scrolling {
  overflow: hidden;
}

.add-page-to-bookmarks-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-page-to-bookmarks-confirm .add-page-to-bookmarks-inner {
  position: fixed;
  top: 35%;
  max-width: 315px;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  color: #fff;
  border-radius: 3px;
}

.global-header-floating-menu-toggle {
  position: fixed;
  opacity: 1;
  right: 0;
  top: 0;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.global-header-floating-menu-toggle .menu-toggle {
  font-family: "Aleo", serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  padding: 8px 0;
  width: 55px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

.global-header-floating-menu-toggle .menu-toggle .header-tab-icon {
  font-size: 20px;
  padding-bottom: 8px;
}

.global-header-floating-menu-toggle.global-nav-open {
  right: 375px;
  opacity: 0;
}

.global-header-floating-menu-toggle.scrolled-to .header-tabs {
  right: -100px;
}

.global-header-floating-menu-toggle.scrolled-to .header-tabs.with-covid-tab {
  right: -155px;
}

.global-header-floating-menu-toggle .header-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  right: 0;
  -webkit-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.global-header-floating-menu-toggle .header-tabs li {
  font-family: "Aleo", serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-floating-menu-toggle .header-tabs li.secondary {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 10px 0px 0px -6px #fbba37;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

.global-header-floating-menu-toggle .header-tabs li.secondary > a {
  width: 100px;
  padding: 7px 0 5px 15px;
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(to right, #ecbc5b, #fbba37);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
}

.global-header-floating-menu-toggle .header-tabs li.secondary > a:hover {
  width: 150px;
  background-size: 100% 100%;
  color: #000000;
}

.global-header-floating-menu-toggle .header-tabs li.secondary.highlight {
  background: #fbba37;
  box-shadow: none;
}

.global-header-floating-menu-toggle .header-tabs li.secondary.highlight > a {
  color: #000000;
  background-image: none;
}

.global-header-floating-menu-toggle .header-tabs li .side-tab-icon {
  font-size: 20px;
  padding-bottom: 5px;
}

.global-header-floating-menu-toggle .header-tabs.with-covid-tab li.secondary > a {
  width: 155px;
}

.global-header-floating-menu-toggle .header-tabs.with-covid-tab li.secondary > a:hover {
  width: 175px;
}

.global-header-nav {
  position: fixed;
  z-index: 1000000;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.global-header-nav .header-tabs {
  display: none;
}

.global-header-nav .header-container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #111;
  padding: 3.4em 3em 3em 3em;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.global-header-nav .header-container .close-header-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .close-header-nav:hover {
  background: rgba(0, 0, 0, 0.5);
}

.global-header-nav .header-container .plu-logo {
  width: 100%;
}

.global-header-nav .header-container .plu-mission {
  color: #ffffff;
  font-family: "Aleo", serif;
  letter-spacing: 0.5px;
  padding: 7px 0 0 0;
  margin: 0;
  font-size: 12px;
}

.global-header-nav .header-container .header-mobile-tabs {
  margin-top: 1em;
}

.global-header-nav .header-container .header-mobile-tabs .header-mobile-tabs-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.global-header-nav .header-container .header-mobile-tabs .header-mobile-tabs-items .main {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background: #222;
  width: 100%;
  padding: 10px 0 8px 0;
  border-right: 1px solid #333;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Aleo", serif;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-mobile-tabs .header-mobile-tabs-items .main.current-tab {
  background: #fbba37;
  color: #000;
}

.global-header-nav .header-container .header-mobile-tabs .header-mobile-tabs-items .main:first-child {
  border-left: 1px solid #333;
}

.global-header-nav .header-container .header-mobile-tabs .header-mobile-tabs-items .main > .header-tab-icon {
  font-size: 16px;
  margin-bottom: 5px;
}

.global-header-nav .header-container .header-section-container {
  margin-top: 1.5em;
  position: relative;
}

.global-header-nav .header-container .header-section-container .header-section {
  display: none;
  top: 0;
  width: 100%;
}

.global-header-nav .header-container .header-section-container .header-section .header-section-title {
  margin: 0;
  color: #fff;
  line-height: 1;
  border-top: 3px solid #222;
  border-bottom: 3px solid #222;
  padding: 11px 0;
  text-align: center;
  font-size: 16px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] {
  /******************************************************************
MENU SECTION - SMALL (BASE)
******************************************************************/
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-nav .menu-item {
  border-top: 1px solid #3d3d3d;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-nav .menu-item:last-child {
  border-bottom: 1px solid #3d3d3d;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-nav .menu-item > a {
  padding: 10px 0;
  color: #ffffff;
  font-family: 'Aleo', serif;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  display: block;
  background: transparent;
  -webkit-transition: background, padding 0.3s ease-in-out;
  -ms-transition: background, padding 0.3s ease-in-out;
  -o-transition: background, padding 0.3s ease-in-out;
  transition: background, padding 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-nav .menu-item > a:hover {
  background: #1e1e1e;
  padding-left: 10px;
  border-right: 4px solid #fbba37;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-top-nav {
  margin: 1.5em 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-top-nav .menu-item.has-dropdown {
  width: 100%;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-top-nav .menu-item.has-dropdown > a {
  background: #171717;
  text-align: center;
  display: block;
  padding: 16px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-top-nav .menu-item.has-dropdown > a:hover {
  background: #222222;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-top-nav .menu-item.has-dropdown > a.current {
  background: #222222;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-top-nav .menu-item.has-dropdown:first-child > .dropdown {
  display: block;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-top-nav .menu-item.has-dropdown .dropdown {
  margin: 0 0 3em 0;
  padding: 10px;
  list-style: none;
  text-align: left;
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 180px;
  display: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-top-nav .menu-item.has-dropdown .dropdown .menu-item {
  display: inline;
  float: left;
  width: 50%;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-top-nav .menu-item.has-dropdown .dropdown .menu-item > a {
  color: #ffffff;
  font-size: 15px;
  margin: 3px 0;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-top-nav .menu-item.has-dropdown .dropdown .menu-item > a:hover {
  color: #fbba37;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] {
  /******************************************************************
SEARCH SECTION - SMALL (BASE)
******************************************************************/
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .global-search-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 22px;
  color: #ac7a15;
  border-right: 1px solid #ac7a15;
  padding-right: 5px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .global-search {
  -webkit-appearance: none;
  background: #fbba37;
  border: 0;
  border-radius: 3px;
  padding: 1.5em 1em 1.5em 3em;
  font-size: 16px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  box-shadow: none;
  box-sizing: border-box;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .global-search:focus {
  box-shadow: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .global-search::placeholder {
  color: #000;
  opacity: 0.85;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .global-search:-ms-input-placeholder {
  color: #000;
  opacity: 0.85;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .global-search::-ms-input-placeholder {
  color: #000;
  opacity: 0.85;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .frequent-searches {
  margin-top: 1em;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .frequent-searches .global-frequently-searched-items {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .frequent-searches .global-frequently-searched-items .menu-item {
  display: block;
  position: relative;
  margin-bottom: 7px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .frequent-searches .global-frequently-searched-items .menu-item:last-child {
  margin-bottom: 0;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .frequent-searches .global-frequently-searched-items .menu-item > a {
  color: #ffffff;
  display: block;
  font-size: 15px;
  padding: 0 0 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .frequent-searches .global-frequently-searched-items .menu-item > a:before {
  content: "\f35a";
  position: absolute;
  left: 0;
  top: 4px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="search"] .frequent-searches .global-frequently-searched-items .menu-item > a:hover {
  color: #fbba37;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] {
  /******************************************************************
NEWS & EVENTS SECTION - SMALL (BASE)
******************************************************************/
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] .plu-news-events .header-section-title.last-section {
  margin-top: 2em;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] .plu-news-events .news-events-items {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] .plu-news-events .news-events-items .news-events-item {
  color: #ffffff;
  border-bottom: 1px solid #444;
  display: block;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] .plu-news-events .news-events-items .news-events-item:last-child {
  border-bottom: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] .plu-news-events .news-events-items .news-events-item:hover {
  background: #222222;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] .plu-news-events .news-events-items .news-events-item .event-title {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 15px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] .plu-news-events .news-events-items .news-events-item .event-date {
  font-size: 12px;
  font-family: 'Aleo', serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ddd;
  margin: 3px 0 0 0;
  padding: 0;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] .plu-news-events .news-events-items .news-events-item .event-date .news-events-icon {
  margin: 3px 4px 0 0;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] .plu-news-events .all-news-events-link {
  text-align: center;
  background: #222;
  padding: 10px 0;
  border-radius: 4px;
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] .plu-news-events .all-news-events-link .fa-long-arrow-alt-right {
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] .plu-news-events .all-news-events-link:hover {
  color: #fbba37;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="news-events"] .plu-news-events .all-news-events-link:hover > .fa-long-arrow-alt-right {
  color: #fbba37;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] {
  /******************************************************************
EPASS SECTION - SMALL (BASE)
******************************************************************/
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .epass-menu-tabs-container {
  margin-bottom: 1em;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .epass-menu-tabs-container.active {
  display: block;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .epass-menu-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .epass-menu-tabs .epass-tab-item {
  color: #fff;
  opacity: 0.7;
  background: rgba(255, 255, 255, 0);
  font-family: "Aleo", serif;
  width: 50%;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .epass-menu-tabs .epass-tab-item .epass-tab-icon {
  display: block;
  margin: 3px 0;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .epass-menu-tabs .epass-tab-item.active, .global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .epass-menu-tabs .epass-tab-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.03);
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-epass-section.bookmarks {
  display: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .global-epass-nav {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .global-epass-nav .menu-item {
  border-top: 1px solid #222;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .global-epass-nav .menu-item:hover {
  background: #222222;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .global-epass-nav .menu-item:before {
  content: "\f3ed";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 12px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .global-epass-nav .menu-item > a {
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 8px 8px 8px 26px;
  color: #fbba37;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks {
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .plu-bookmarks-title {
  position: relative;
  margin-bottom: 10px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .plu-bookmarks-title .plu-bookmarks-help-toggle {
  position: absolute;
  right: 0;
  font-size: 16px;
  padding: 10px 11px 11px 11px;
  top: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .plu-bookmarks-title .plu-bookmarks-help-toggle:hover {
  background: #222222;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .plu-bookmarks-title .plu-bookmarks-help-toggle.open {
  background: #222222;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .plu-bookmarks-help {
  color: #fff;
  background: #222222;
  border: 1px solid #333333;
  position: absolute;
  visibility: hidden;
  max-height: 235px;
  overflow-y: auto;
  z-index: 2;
  padding: 10px;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .plu-bookmarks-help::-webkit-scrollbar {
  width: 8px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .plu-bookmarks-help::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .plu-bookmarks-help p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .plu-bookmarks-help p.help-title {
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid #555555;
  display: block;
  font-family: "Aleo", serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #fbba37;
  letter-spacing: 0.3px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .plu-bookmarks-help.open {
  opacity: 1;
  visibility: visible;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .temp-drag-bookmark {
  margin: 40px 0 20px 0;
  border: 1px dashed #fbba37;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item {
  border-top: 1px solid #222;
  display: block;
  font-size: 15px;
  position: relative;
  left: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item.deleted {
  left: -100px;
  opacity: 0;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item:hover {
  background: #222222;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item.heading {
  cursor: default;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item.heading .bookmark-link .bookmark-label {
  color: #ffffff;
  font-family: "Aleo", serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.8px;
  font-weight: bold;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 0;
  line-height: 1.2;
  position: relative;
  left: -20px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-link.editable .remove-option {
  opacity: 1;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-link .bookmark-label {
  color: #fbba37;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-label {
  opacity: 1;
  padding: 4px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-inputs-container {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-inputs-container .bookmark-title-label,
.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-inputs-container .bookmark-link-label {
  width: 13%;
  font-family: "Aleo", serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #555;
  text-align: center;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-inputs-container .bookmark-label-new,
.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-inputs-container .bookmark-link-new {
  -webkit-appearance: none;
  border: 1px solid #444;
  background: #333;
  color: #e8e8e8;
  width: 85%;
  padding: 3px 5px 3px 5px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-inputs-container .bookmark-label-new:focus,
.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-inputs-container .bookmark-link-new:focus {
  outline: none;
  border-color: #fbba37;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-link-new {
  top: 43px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-icon {
  font-size: 12px;
  margin: 0 9px 0 5px;
  color: #999999;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-icon.remove-option {
  font-size: 14px;
  color: #444444;
  margin-right: 4px;
  opacity: 0;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item .bookmark-drag-drop-icon {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 43;
  color: #111;
  font-size: 13px;
  padding: 8px;
  background: #fbba37;
  border-radius: 3px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmarks-items .bookmark-item.select-to-delete .bookmark-icon.remove-option {
  color: #e74c3c;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks.empty .bookmarks-items .bookmark-item .bookmark-link {
  left: 3px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks.empty .bookmark-buttons .edit-bookmarks,
.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks.empty .bookmark-buttons .remove-bookmarks {
  display: none !important;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks.editing-bookmarks .bookmarks-items .bookmark-item:hover {
  background: transparent;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks.editing-bookmarks .bookmarks-items .bookmark-item .bookmark-link {
  display: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks.editing-bookmarks .bookmarks-items .bookmark-item .bookmark-inputs-container {
  display: flex;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks.removing-bookmarks .bookmarks-items .bookmark-item:hover {
  background: transparent;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks.removing-bookmarks .bookmarks-items .bookmark-item .bookmark-drag-drop-icon {
  opacity: 1;
  right: 0;
  visibility: visible;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-epass-sync-load {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-epass-sync-load .sync-load-btn {
  -webkit-appearance: none;
  background: transparent;
  color: #ffffff;
  font-size: 11px;
  padding: 0;
  margin: 0 10px 0 0;
  border: 1px solid #444;
  padding: 10px 0;
  border-radius: 4px;
  font-family: "Aleo", serif;
  letter-spacing: 0.5px;
  width: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-epass-sync-load .sync-load-btn:hover {
  background: #181818;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-epass-sync-load .sync-load-btn:focus {
  box-shadow: none;
  outline: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-epass-sync-load .sync-load-btn:last-child {
  margin-right: 0;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-epass-sync-load .sync-load-btn .sync-load-btn-icon {
  margin-left: 6px;
  font-size: 11px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-epass-sync-load-confirm {
  border: 1px solid;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
  background: #e8e8e8;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-epass-sync-load-confirm p {
  font-size: 13px;
  margin-bottom: 10px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-epass-sync-load-confirm .confirm-sync-load-btn-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-epass-sync-load-confirm .confirm-sync-load-btn-container .confirm-sync-load-btn {
  -webkit-appearance: none;
  margin: 0;
  width: 65%;
  margin-right: 10px;
  background: #fff;
  color: #000;
  padding: 8px 0 5px 0;
  font-size: 13px;
  font-family: "Aleo", serif;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-epass-sync-load-confirm .confirm-sync-load-btn-container .confirm-sync-load-btn:last-child {
  margin-right: 0;
  width: 35%;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-buttons .bookmark-btn {
  min-width: calc(33.3% - 5.5px);
  padding: 14px 0 10px 0;
  margin: 0 0 10px 8px;
  border: 1px solid #333;
  color: #ffffff;
  border-radius: 5px;
  font-family: "Aleo", serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.8px;
  background: transparent;
  line-height: 0;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-buttons .bookmark-btn .bookmark-btn-icon {
  display: block;
  padding-top: 12px;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-buttons .bookmark-btn:hover {
  background: #181818;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-buttons .bookmark-btn:focus {
  box-shadow: none;
  outline: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-buttons .bookmark-btn.save-bookmarks {
  margin-left: 0;
  display: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-buttons .bookmark-btn.add-bookmark {
  margin-left: 0;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-buttons .bookmark-btn.cancel-edit-bookmarks {
  display: none;
  background: #181818;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-buttons .bookmark-btn.add-custom-bookmark {
  display: none;
}

.global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-buttons .bookmark-btn.delete-bookmarks {
  background: #e74c3c;
  border-color: #c94b3e;
  display: none;
}

.global-header-nav.global-nav-open {
  right: 100%;
}

.global-header-nav.global-nav-open .header-container {
  right: 0;
}

.global-header-nav-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
  cursor: e-resize;
}

.global-header-nav-overlay:hover {
  cursor: e-resize;
}

.global-header-quicklights {
  display: none;
}

/******************************************************************
BODY - SMALL (BASE)
******************************************************************/
.body-wrapper {
  width: 100%;
  display: block;
  zoom: 1;
  overflow: hidden;
  /******************************************************************
SITE NAV - SMALL (BASE)
******************************************************************/
}

.body-wrapper .full-width-deep-scroll-nav-container {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.body-wrapper .full-width-deep-scroll-nav-container.display {
  margin: 0 auto 75px auto;
}

.body-wrapper .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll {
  opacity: 1;
  visibility: visible;
  top: 40px;
  z-index: 5;
}

.body-wrapper .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll .main-menu li > a:hover {
  color: #fbba37;
}

.body-wrapper .full-width-deep-scroll-nav-container .nav-toggle-container {
  display: none;
}

.body-wrapper #site-nav-wrapper {
  position: relative;
}

.body-wrapper #site-nav-wrapper.full-width-deep-scroll {
  width: 100%;
  margin: 1em 0;
  transition: all 0.3s ease-in-out;
}

.body-wrapper #site-nav-wrapper #main-menu-toggler {
  background: #111111;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  padding: 15px 40px 15px 12px;
  margin-bottom: 1em;
  font-family: "Aleo", serif;
  border-radius: 3px;
}

.body-wrapper #site-nav-wrapper #main-menu-toggler .menu-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 12px;
}

.body-wrapper #site-nav-wrapper #main-menu-toggler:hover {
  background: #222222;
}

.body-wrapper #site-nav-wrapper .main-menu {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Aleo", serif;
  letter-spacing: 0.2px;
  border-top: 1px solid #444444;
  background: #111111;
  position: absolute;
  top: 50px;
  z-index: 1;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  border-radius: 3px;
  box-shadow: 0px 2px 0px 2px #ffffff;
}

.body-wrapper #site-nav-wrapper .main-menu li {
  border-bottom: 1px solid #444444;
  position: relative;
  font-size: 17px;
}

.body-wrapper #site-nav-wrapper .main-menu li:last-child {
  border-bottom: none;
}

.body-wrapper #site-nav-wrapper .main-menu li > a {
  color: #ffffff;
  padding: 12px 40px 12px 12px;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.body-wrapper #site-nav-wrapper .main-menu li > a:hover {
  background: #181818;
}

.body-wrapper #site-nav-wrapper .main-menu li.active > a {
  color: #fbba37;
}

.body-wrapper #site-nav-wrapper .main-menu li.active .sub-links-toggle {
  color: #ffffff;
  border-left-color: #444444;
}

.body-wrapper #site-nav-wrapper .main-menu li.active .sub-links-toggle:hover {
  background: #222222;
}

.body-wrapper #site-nav-wrapper .main-menu li .sub-links-toggle {
  position: absolute;
  color: #ffffff;
  padding: 20px 17px;
  border-left: 1px solid #444444;
  font-size: 12px;
  z-index: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.body-wrapper #site-nav-wrapper .main-menu li .sub-links-toggle:hover {
  background: #222222;
}

.body-wrapper #site-nav-wrapper .main-menu li .sub-links-toggle.sub-open:before {
  content: "\f068";
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle {
  color: #ffffff;
  border-left-color: #444444;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle:hover {
  background: #222222;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid #444444;
  background: #191919;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li {
  font-size: 16px;
  font-family: "Aleo", serif;
  border-bottom: none;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a {
  padding: 12px 45px 12px 24px;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a:before {
  content: "\f105";
  position: absolute;
  left: 11px;
  top: 18px;
  font-size: 11px;
  color: #555555;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active > a {
  background: #222222;
  color: #ffffff;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active .sub-links-toggle {
  color: #ffffff;
  border-left-color: #444444;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active .sub-links-toggle:hover {
  background: #222222;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown {
  border-top: 1px solid #444444;
  display: none;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li > a {
  padding-left: 30px;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li > a:before {
  left: 20px;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li:last-child {
  border-bottom: 1px solid #444444;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li.active > a {
  background: #222222;
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li .sub-links-toggle {
  padding: 20px 17px 18px 17px;
}

.body-wrapper #content #inner-content[root-home="no"] {
  margin: 1em auto 0 auto;
}

.body-wrapper #content #inner-content.row {
  max-width: 1430px;
  padding: 0 15px 2em 15px;
}

.body-wrapper #content #inner-content.full-width {
  max-width: 1430px;
  padding: 0 15px 2em 15px;
}

.body-wrapper #content #inner-content.full-width #main {
  display: block;
}

.body-wrapper #content #inner-content[root-home="yes"] {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
  flex-direction: unset;
  justify-content: unset;
}

.body-wrapper #content #inner-content[root-home="yes"] #main {
  display: block;
}

.body-wrapper #content #inner-content[root-home="yes"] .vc_row {
  margin-left: 0;
  margin-right: 0;
}

.body-wrapper #content #inner-content[root-home="yes"] .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.body-wrapper #content #inner-content #main {
  display: block;
  /******************************************************************
SITE NAV - SMALL (BASE)
******************************************************************/
  /******************************************************************
SITE SIDEBAR - SMALL
******************************************************************/
}

.body-wrapper #content #inner-content #main .full-width-deep-scroll-nav-container {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.body-wrapper #content #inner-content #main .full-width-deep-scroll-nav-container.display {
  margin: 0 auto 75px auto;
}

.body-wrapper #content #inner-content #main .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll {
  opacity: 1;
  visibility: visible;
  top: 40px;
  z-index: 5;
}

.body-wrapper #content #inner-content #main .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll .main-menu li > a:hover {
  color: #fbba37;
}

.body-wrapper #content #inner-content #main .full-width-deep-scroll-nav-container .nav-toggle-container {
  display: none;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper {
  position: relative;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper.full-width-deep-scroll {
  width: 100%;
  margin: 1em 0;
  transition: all 0.3s ease-in-out;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper #main-menu-toggler {
  background: #111111;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  padding: 15px 40px 15px 12px;
  margin-bottom: 1em;
  font-family: "Aleo", serif;
  border-radius: 3px;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper #main-menu-toggler .menu-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 12px;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper #main-menu-toggler:hover {
  background: #222222;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Aleo", serif;
  letter-spacing: 0.2px;
  border-top: 1px solid #444444;
  background: #111111;
  position: absolute;
  top: 50px;
  z-index: 1;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  border-radius: 3px;
  box-shadow: 0px 2px 0px 2px #ffffff;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li {
  border-bottom: 1px solid #444444;
  position: relative;
  font-size: 17px;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li:last-child {
  border-bottom: none;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li > a {
  color: #ffffff;
  padding: 12px 40px 12px 12px;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li > a:hover {
  background: #181818;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.active > a {
  color: #fbba37;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.active .sub-links-toggle {
  color: #ffffff;
  border-left-color: #444444;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.active .sub-links-toggle:hover {
  background: #222222;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li .sub-links-toggle {
  position: absolute;
  color: #ffffff;
  padding: 20px 17px;
  border-left: 1px solid #444444;
  font-size: 12px;
  z-index: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li .sub-links-toggle:hover {
  background: #222222;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li .sub-links-toggle.sub-open:before {
  content: "\f068";
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle {
  color: #ffffff;
  border-left-color: #444444;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle:hover {
  background: #222222;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid #444444;
  background: #191919;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li {
  font-size: 16px;
  font-family: "Aleo", serif;
  border-bottom: none;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a {
  padding: 12px 45px 12px 24px;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a:before {
  content: "\f105";
  position: absolute;
  left: 11px;
  top: 18px;
  font-size: 11px;
  color: #555555;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active > a {
  background: #222222;
  color: #ffffff;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active .sub-links-toggle {
  color: #ffffff;
  border-left-color: #444444;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active .sub-links-toggle:hover {
  background: #222222;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown {
  border-top: 1px solid #444444;
  display: none;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li > a {
  padding-left: 30px;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li > a:before {
  left: 20px;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li:last-child {
  border-bottom: 1px solid #444444;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li.active > a {
  background: #222222;
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li .sub-links-toggle {
  padding: 20px 17px 18px 17px;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper {
  width: 100%;
  position: relative;
  background: #f1f1f1;
  border-radius: 3px;
  margin-top: 2em;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar {
  font-size: 14px;
  line-height: 1.5;
  /******************************************************************
WIDGETS - SMALL
******************************************************************/
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget {
  border-bottom: 1px solid #dddddd;
  padding: 15px;
  width: 100%;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_text a {
  color: #222222;
  text-decoration: none;
  background-image: linear-gradient(to right, #222222, #000000);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.contact-info a:hover, .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_text a:focus {
  color: #000000;
  background-size: 0% 1px;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget .widgettitle {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget p {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget p.dept-name {
  margin-bottom: 10px;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget p.dept-address {
  margin-top: 10px;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.office-hours {
  line-height: 1.5em !important;
  display: inline-block;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.office-hours .day {
  float: left;
  margin-right: 6px;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul {
  list-style: none;
  margin: 0;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li {
  padding-left: 14px;
  position: relative;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a {
  font-size: 14px;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before {
  content: "\f105";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 13px;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.social-media .social-media-chiclets a {
  background-image: none !important;
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.social-media .social-media-chiclets li > .chiclet-icon,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.social-media .social-media-chiclets li > .chiclet-icon,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.social-media .social-media-chiclets li > .chiclet-icon,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.social-media .social-media-chiclets li > .chiclet-icon,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.social-media .social-media-chiclets li > .chiclet-icon,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.social-media .social-media-chiclets li > .chiclet-icon {
  font-size: 20px;
}

/******************************************************************
DOCUMENTATIONAL SITE - SMALL (BASE)
******************************************************************/
.body-wrapper.documentational .site-header-bar {
  background: #000000;
  height: 57px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
}

.body-wrapper.documentational .site-header-bar > a {
  display: inline-block;
}

.body-wrapper.documentational .site-header-bar .site-header-logo {
  width: 130px;
  margin-left: 10px;
}

.body-wrapper.documentational .title-breadcrumbs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #282828;
  padding: 15px 10px;
}

.body-wrapper.documentational .title-breadcrumbs .page-title {
  font-size: 0.9em;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  line-height: 1.2;
  width: 100%;
  padding-right: 30px;
}

.body-wrapper.documentational .title-breadcrumbs #breadcrumbs {
  list-style: none;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 0 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-family: 'Aleo', serif;
  font-weight: normal;
  position: relative;
}

.body-wrapper.documentational .title-breadcrumbs #breadcrumbs .highlight {
  background-color: transparent !important;
}

.body-wrapper.documentational .title-breadcrumbs #breadcrumbs li {
  margin-right: 5px;
  color: #ffffff;
}

.body-wrapper.documentational .title-breadcrumbs #breadcrumbs li:last-child {
  margin-right: 0;
}

.body-wrapper.documentational .title-breadcrumbs #breadcrumbs li:not(:first-child):before {
  content: '>';
  margin-right: 5px;
}

.body-wrapper.documentational .title-breadcrumbs #breadcrumbs li a {
  color: #fbba37;
}

.body-wrapper.documentational .title-breadcrumbs #breadcrumbs li a:hover {
  border-bottom: 1px solid;
}

.body-wrapper.documentational .title-breadcrumbs .add-page-to-bookmarks {
  color: #fff;
  font-size: 10px;
  border: 1px dashed;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.body-wrapper.documentational .title-breadcrumbs .add-page-to-bookmarks:hover {
  color: #fbba37;
}

.body-wrapper.documentational .search-wrapper .doc-site-search-wrapper {
  position: relative;
  height: 45px;
}

.body-wrapper.documentational .search-wrapper .doc-site-search-wrapper > form {
  margin: 0;
}

.body-wrapper.documentational .search-wrapper .doc-site-search-wrapper .doc-site-search {
  position: absolute;
  border: none;
  border-bottom: 1px solid #cccccc;
  box-shadow: none;
  margin: 0;
  height: 45px;
  border-radius: 0;
}

.body-wrapper.documentational .search-wrapper .doc-site-search-wrapper .doc-site-search:focus {
  border-color: #999999;
}

.body-wrapper.documentational .search-wrapper .doc-site-search-wrapper .doc-site-search-icon {
  position: absolute;
  right: 10px;
  top: 15px;
  opacity: 0.8;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper {
  padding: 0;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side {
  padding: 0 15px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper {
  position: relative;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper #main-menu-toggler {
  background: #111111;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  padding: 15px 40px 15px 12px;
  margin-bottom: 1em;
  font-family: "Aleo", serif;
  border-radius: 3px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper #main-menu-toggler .menu-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 12px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper #main-menu-toggler:hover {
  background: #222222;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Aleo", serif;
  letter-spacing: 0.2px;
  border-top: 1px solid #444444;
  background: #111111;
  position: absolute;
  top: 50px;
  z-index: 1;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  border-radius: 3px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li {
  border-bottom: 1px solid #444444;
  position: relative;
  font-size: 15px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li:last-child {
  border-bottom: none;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li > a {
  color: #ffffff;
  padding: 12px 12px 12px 40px;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li > a:hover {
  background: #181818;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.active > a {
  color: #fbba37;
  font-weight: bold;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.active .sub-links-toggle {
  color: #ffffff;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.active .sub-links-toggle:hover {
  background: transparent;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li .sub-links-toggle {
  position: absolute;
  color: #ffffff;
  padding: 18px 14px;
  font-size: 12px;
  z-index: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li .sub-links-toggle:hover {
  background: transparent;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li .sub-links-toggle.sub-open:before {
  content: "\f068";
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle {
  color: #ffffff;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle:hover {
  background: transparent;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  background: #e8e8e8;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li {
  font-size: 16px;
  font-family: "Aleo", serif;
  border-bottom: none;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a {
  padding: 12px 12px 12px 40px;
  color: #000000;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a:hover {
  background: #bbbbbb;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active > a {
  background: #bbbbbb;
  color: #000000;
  font-weight: bold;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active .sub-links-toggle {
  color: #000000;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active .sub-links-toggle:hover {
  background: transparent;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown {
  border-top: 1px dashed #888888;
  border-left: 0;
  border-right: 0;
  background: #fff;
  display: none;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li.active > a:before {
  content: ">";
  font-family: "Aleo", serif;
  font-weight: bold;
  position: absolute;
  left: 29px;
  top: 14px;
  font-size: 14px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li .sub-links-toggle {
  padding: 20px 12px 18px 12px;
  color: #000000;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li .sub-links-toggle:hover {
  background: transparent;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side {
  background: #ffffff;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side > *:not(:last-child) {
  padding: 0 15px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article ol > li,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article ul > li {
  margin: 15px 0;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article .medium-bullet-spacing ol > li,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article .medium-bullet-spacing ul > li {
  margin: 10px 0;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article .small-bullet-spacing ol > li,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article .small-bullet-spacing ul > li {
  margin: 5px 0;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article .no-bullet-spacing ol > li,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article .no-bullet-spacing ul > li {
  margin: 0;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper.bottom-page {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 45px;
  padding: 0 15px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .last-modified {
  font-size: 12px;
  color: #999999;
  margin: 10px 0 5px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #e8e8e8;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav {
  position: relative;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav .alignleft,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav .alignright {
  float: none;
  margin: 0;
  position: absolute;
  display: flex;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav .alignleft {
  left: 0;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav .alignright {
  right: 0;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav a {
  font-family: "Aleo", serif;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 5px 8px;
  border-radius: 4px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav a:hover {
  background: #e8e8e8;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer {
  background: #212121;
  padding: 20px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer {
  display: flex;
  flex-direction: column;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget {
  color: #d0d0cf;
  padding: 1em 0;
  border-bottom: 1px solid #444444;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .widgettitle {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget:last-child {
  border-bottom: 0;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget p {
  font-size: 15px;
  line-height: 17px;
  padding: 0;
  margin: 0 0 3px 0;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget p.dept-name {
  margin-bottom: 10px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget p.dept-address {
  margin-top: 10px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn {
  -webkit-appearance: none;
  background: #fbba37;
  line-height: 1.4;
  color: #000;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
  font-size: 13px;
  font-family: "Aleo", serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.3px;
  display: block;
  text-align: center;
  max-width: 310px;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button:after,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn:after {
  content: "\f019";
  position: relative;
  left: 5px;
  color: #000000;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer-copyright {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer-copyright p {
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-family: "Aleo", serif;
  font-weight: bold;
  letter-spacing: 0.2px;
}

/******************************************************************
HOMEPAGE SITE HEADER - SMALL (BASE)
******************************************************************/
.site-header-wrapper[page-type="homepage"] .site-header-inner-wrapper {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar {
  background: #000000;
  height: 57px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar > a {
  display: inline-block;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
  width: 130px;
  margin-left: 10px;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
  display: block;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
  display: none;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header-video-wrapper,
.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .video-button-wrapper {
  display: none;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px 10px 15px;
  min-height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
  font-size: 0.9em;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  line-height: 1.2;
  width: 100%;
  padding-right: 30px;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
  list-style: none;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 0;
  display: flex;
  flex-direction: row;
  font-family: 'Aleo', serif;
  font-weight: normal;
  position: relative;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li {
  margin-right: 5px;
  color: #ffffff;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li:last-child {
  margin-right: 0;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li:not(:first-child):before {
  content: '>';
  margin-right: 5px;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li a {
  color: #fbba37;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li a:hover {
  border-bottom: 1px solid;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
  color: #fff;
  font-size: 10px;
  border: 1px dashed;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover {
  color: #fbba37;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar {
  background: #000000;
  height: 57px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar > a {
  display: inline-block;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
  width: 130px;
  margin-left: 10px;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
  display: block;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
  display: none;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper {
  height: 150px;
  position: relative;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-video-wrapper {
  position: absolute;
  height: 150px;
  overflow: hidden;
  z-index: 0;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .video-button-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .video-button-wrapper:hover {
  opacity: 1;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .video-button-wrapper .video-play-pause {
  background: transparent;
  font-size: 22px;
  border: none;
  margin: 0;
  padding: 7px;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header {
  background: rgba(0, 0, 0, 0.5);
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
  font-size: 1.1em;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin: 0;
  line-height: 1.1;
  max-width: 75%;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
  list-style: none;
  margin: 8px 0 0 0;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: row;
  font-family: 'Aleo', serif;
  font-weight: normal;
  position: relative;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs:before {
  content: '';
  width: 150px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li {
  margin-right: 8px;
  color: #ffffff;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li:last-child {
  margin-right: 0;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li:not(:first-child):before {
  content: '>';
  margin-right: 8px;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li a {
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li a:hover {
  color: #fbba37;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
  color: #fff;
  font-size: 10px;
  margin-top: 7px;
  border: 1px dashed;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover {
  color: #fbba37;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-bar-wrapper .site-header-bar {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-bar-wrapper .site-header-bar > a {
  display: inline-block;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
  width: 90px;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
  display: none;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
  display: block;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper {
  height: 100vh;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header-video-wrapper {
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header-video-wrapper .site-header-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .video-button-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .video-button-wrapper:hover {
  opacity: 1;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .video-button-wrapper .video-play-pause {
  background: transparent;
  font-size: 30px;
  border: none;
  margin: 0;
  padding: 18px;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header {
  background: rgba(0, 0, 0, 0.5);
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0 15px;
  z-index: 1;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
  font-size: 1.3em;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin: 0;
  line-height: 1.1;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
  list-style: none;
  margin: 8px 0 0 0;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: row;
  font-family: 'Aleo', serif;
  font-weight: normal;
  position: relative;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs:before {
  content: '';
  width: 150px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li {
  margin-right: 8px;
  color: #ffffff;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li:last-child {
  margin-right: 0;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li:not(:first-child):before {
  content: '>';
  margin-right: 8px;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li a {
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li a:hover {
  color: #fbba37;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
  color: #fff;
  font-size: 10px;
  margin-top: 7px;
  border: 1px dashed;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover {
  color: #fbba37;
}

.site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar {
  background: #000000;
  height: 57px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
}

.site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar > a {
  display: inline-block;
}

.site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
  width: 130px;
  margin-left: 10px;
}

.site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
  display: block;
}

.site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
  display: none;
}

.site-header-wrapper[header-type="news"] {
  width: 100%;
  z-index: 1;
  position: relative;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper {
  position: relative;
  z-index: 4;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .news-header-search-wrapper {
  position: absolute;
  z-index: -1;
  bottom: 3px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.3s ease-in-out;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .news-header-search-wrapper.display {
  bottom: -69px;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .news-header-search-wrapper .news-header-search-input {
  -webkit-appearance: none;
  box-shadow: none;
  border: 2px solid #e8e8e8;
  border-top: 0;
  margin: 0;
  height: unset;
  padding: 1em;
  font-size: 16px;
  border-radius: 0 0 5px 5px;
  background: #ffffff;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #000;
  padding: 0px;
  min-height: 57px;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-news-search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-news-search .header-icon {
  font-size: 20px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  width: 40px;
  text-align: center;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
  display: inline-block;
  width: 130px;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 57px;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Aleo", serif;
  letter-spacing: 0.2px;
  border-top: 1px solid #444444;
  background: #111111;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  border-radius: 0 0 3px 3px;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li {
  border-bottom: 1px solid #444444;
  position: relative;
  font-size: 17px;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li:last-child {
  border-bottom: none;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li > a {
  color: #ffffff;
  padding: 12px 40px 12px 12px;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li > a:hover {
  background: #181818;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.active > a {
  color: #fbba37;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.active .sub-links-toggle {
  color: #ffffff;
  border-left-color: #444444;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.active .sub-links-toggle:hover {
  background: #222222;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li .sub-links-toggle {
  position: absolute;
  color: #ffffff;
  padding: 20px 17px;
  border-left: 1px solid #444444;
  font-size: 12px;
  z-index: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li .sub-links-toggle:hover {
  background: #222222;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li .sub-links-toggle.sub-open:before {
  content: "\f068";
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown li .sub-links-toggle {
  color: #ffffff;
  border-left-color: #444444;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown li .sub-links-toggle:hover {
  background: #222222;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid #444444;
  background: #191919;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li {
  font-size: 16px;
  font-family: "Aleo", serif;
  border-bottom: none;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li a {
  padding: 12px 45px 12px 24px;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li a:before {
  content: "\f105";
  position: absolute;
  left: 11px;
  top: 18px;
  font-size: 11px;
  color: #555555;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li.active > a {
  background: #222222;
  color: #ffffff;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li.active .sub-links-toggle {
  color: #ffffff;
  border-left-color: #444444;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li.active .sub-links-toggle:hover {
  background: #222222;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown {
  border-top: 1px solid #444444;
  display: none;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li > a {
  padding-left: 30px;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li > a:before {
  left: 20px;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li:last-child {
  border-bottom: 1px solid #444444;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li.active > a {
  background: #222222;
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li .sub-links-toggle {
  padding: 20px 17px 18px 17px;
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header {
  background: rgba(0, 0, 0, 0.7);
  padding: 12px 15px 10px 15px;
  min-height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
  font-size: 0.9em;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  line-height: 1.2;
  width: 100%;
  padding-right: 30px;
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
  list-style: none;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 0;
  display: flex;
  flex-direction: row;
  font-family: "Aleo", serif;
  font-weight: normal;
  position: relative;
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li {
  margin-right: 5px;
  color: #ffffff;
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li:last-child {
  margin-right: 0;
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li:not(:first-child):before {
  content: '>';
  margin-right: 5px;
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li a {
  color: #fbba37;
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li a:hover {
  border-bottom: 1px solid;
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
  color: #ffffff;
  font-size: 10px;
  border: 1px dashed;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover {
  color: #fbba37;
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi), \0screen\,screen\9 {
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-video-wrapper {
    width: calc(100vw * 4.4);
  }
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-video-wrapper .site-header-video {
    width: inherit;
    height: inherit;
  }
}

/******************************************************************
SUBPAGE SITE HEADER - SMALL (BASE)
******************************************************************/
.site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar {
  background: #000000;
  height: 57px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
}

.site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar > a {
  display: inline-block;
}

.site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
  width: 130px;
  margin-left: 10px;
}

.site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
  display: block;
}

.site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
  display: none;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header-video-wrapper,
.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .video-button-wrapper {
  display: none;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px 10px 15px;
  min-height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
  font-size: 0.9em;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  line-height: 1.2;
  width: 100%;
  padding-right: 30px;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
  list-style: none;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 0;
  display: flex;
  flex-direction: row;
  font-family: 'Aleo', serif;
  font-weight: normal;
  position: relative;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li {
  margin-right: 5px;
  color: #ffffff;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li:last-child {
  margin-right: 0;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li:not(:first-child):before {
  content: '>';
  margin-right: 5px;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li a {
  color: #fbba37;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs li a:hover {
  border-bottom: 1px solid;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
  color: #fff;
  font-size: 10px;
  border: 1px dashed;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover {
  color: #fbba37;
}

/******************************************************************
ACTIVITY STREAM
******************************************************************/
.plu-social-activity-stream {
  overflow: hidden;
}

.plu-social-activity-stream.remove-instagram-text .instagram-text {
  display: none !important;
}

.plu-social-activity-stream.hide-select-container .select-service-container {
  display: none;
}

.plu-social-activity-stream.hide-select-container .social-item .post-header {
  padding-right: 60px;
}

.plu-social-activity-stream.hide-select-container .flickity-prev-next-button {
  top: 0px;
}

.plu-social-activity-stream.hide-select-container .flickity-prev-next-button.previous {
  left: unset;
  right: 30px;
}

.plu-social-activity-stream .stream-title {
  text-align: center;
  background: #e8e8e8;
  padding: 10px 6px 6px 6px;
  margin-bottom: 25px;
  border-radius: 3px;
}

.plu-social-activity-stream .select-service-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2em;
}

.plu-social-activity-stream .select-service-container .select-service {
  font-size: 22px;
  color: #000;
  padding: 3px 12px;
  opacity: 0.5;
  cursor: pointer;
  border-right: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
}

.plu-social-activity-stream .select-service-container .select-service:hover, .plu-social-activity-stream .select-service-container .select-service.social-active {
  opacity: 1;
}

.plu-social-activity-stream .select-service-container .select-service:last-child {
  margin-right: 0;
  border-right: 0;
}

.plu-social-activity-stream .social-slider-container {
  position: relative;
}

.plu-social-activity-stream .social-slider-container .social-items:focus {
  outline: none;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item {
  width: 100%;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item p {
  margin: 0;
  padding: 3px 0;
  line-height: 1.2;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-header .social-icon {
  margin-right: 6px;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-header .social-username > a {
  color: #151515;
  font-family: "Aleo", serif;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.facebook .post-body .content-wrap, .plu-social-activity-stream .social-slider-container .social-items .social-item.twitter .post-body .content-wrap {
  padding: 10px;
  border-radius: 3px;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.facebook .post-body .content-wrap .content p, .plu-social-activity-stream .social-slider-container .social-items .social-item.twitter .post-body .content-wrap .content p {
  line-height: 1.5;
  color: #fff;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.facebook .post-body .content-wrap .content .social-hyperlink > a,
.plu-social-activity-stream .social-slider-container .social-items .social-item.facebook .post-body .content-wrap .content .social-user-hyperlink > a, .plu-social-activity-stream .social-slider-container .social-items .social-item.twitter .post-body .content-wrap .content .social-hyperlink > a,
.plu-social-activity-stream .social-slider-container .social-items .social-item.twitter .post-body .content-wrap .content .social-user-hyperlink > a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px dashed;
  word-break: break-word;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.facebook .social-icon .icon {
  color: #3b5998;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.facebook .post-body .content-wrap {
  background: #3b5998;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.twitter .social-icon .icon {
  color: #4099ff;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.twitter .post-body .content-wrap {
  background: #4099ff;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-body .content-wrap .content .media {
  position: relative;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-body .content-wrap .content .media:hover .instagram-text {
  visibility: visible;
  opacity: 1;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-body .content-wrap .content .media img {
  border-radius: 3px;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-body .content-wrap .content .media .instagram-text {
  position: absolute;
  top: 0;
  padding: 1.3em;
  line-height: 1.6;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  color: #ffffff;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 150px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer {
  margin-top: 10px;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer .post-link-time {
  display: flex;
  flex-direction: row;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer .post-link-time .post-link,
.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer .post-link-time .post-time {
  color: #555;
  font-family: "Aleo", serif;
  font-size: 11px;
  text-transform: uppercase;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer .post-link-time .post-link:hover,
.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer .post-link-time .post-time:hover {
  color: #333;
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer .post-link-time .post-time {
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid;
}

.plu-social-activity-stream .flickity-prev-next-button {
  position: absolute;
  background-color: #333333;
  opacity: 0.7;
  top: -3.6em;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  transition: all .3s ease-in-out;
}

.plu-social-activity-stream .flickity-prev-next-button:focus {
  outline: none;
}

.plu-social-activity-stream .flickity-prev-next-button:hover {
  opacity: 1;
}

.plu-social-activity-stream .flickity-prev-next-button.previous {
  left: 1px;
}

.plu-social-activity-stream .flickity-prev-next-button.next {
  right: 1px;
}

.plu-social-activity-stream .flickity-prev-next-button .flickity-button-icon {
  left: 23%;
  position: absolute;
  top: 25%;
  width: 50%;
  height: 50%;
}

.plu-social-activity-stream .flickity-prev-next-button .flickity-button-icon .arrow {
  fill: #ffffff;
}

/******************************************************************
ANCHOR TAG MENU
******************************************************************/
#anchor-tag-menu {
  background-position: 99% center;
}

#anchor-tag-menu:focus {
  outline: none;
}

/******************************************************************
AUDIO PLAYERS
******************************************************************/
.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fbba37;
}

.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #f9f9f9;
}

.wp-playlist {
  background: #333333 !important;
  color: #ffffff !important;
  border: none !important;
}

.wp-playlist .wp-playlist-caption {
  color: #ffffff;
}

.wp-playlist a {
  background-image: none !important;
}

.wp-playlist .wp-playlist-tracks .wp-playlist-item {
  padding: 3px;
  border-bottom: 1px dotted #555555;
}

.wp-playlist .wp-playlist-tracks .wp-playlist-item a, .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-item-length {
  color: #ffffff;
  background-image: none;
}

.wp-playlist .wp-playlist-tracks .wp-playlist-item:last-child {
  border-bottom: none;
}

.wp-playlist .wp-playlist-tracks .wp-playlist-playing {
  background: #333333;
  font-weight: normal;
}

.wp-playlist .wp-playlist-tracks .wp-playlist-playing a, .wp-playlist .wp-playlist-tracks .wp-playlist-playing .wp-playlist-item-length {
  color: #fbba37;
  background-image: none;
}

.jp-audio {
  font-size: 16px;
  line-height: 1;
  width: 100%;
  position: relative;
  background: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.jp-audio*:focus {
  outline: none;
}

.jp-audio .jp-type-single .jp-interface {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  margin: 1em 0;
}

.jp-audio .jp-type-single .jp-interface .jp-controls {
  margin: 0 0 0 1em;
  padding: 0;
  overflow: hidden;
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-controls {
  float: left;
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-controls div {
  display: block;
  float: left;
  overflow: hidden;
  border: none;
  cursor: pointer;
  margin: 0;
  position: initial;
  text-align: center;
  padding: 0;
  transition: none;
  border: 2px solid #fbba37;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-controls div:focus {
  outline: none;
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-controls div.jp-play .jp-controls-btn, .jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-controls div.jp-pause .jp-controls-btn {
  color: #fbba37;
  font-size: 15px;
  padding: 15px;
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-details {
  text-align: left;
  position: relative;
  width: 100%;
  display: table-row;
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-title {
  margin: 8px 1em 0 10px;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Aleo", serif;
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-title .jp-duration {
  text-align: right;
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-desc-art {
  font-size: 12px;
  color: #aaaaaa;
  margin: 0 1em 0 10px;
  line-height: 1.45;
}

.jp-audio .jp-type-single.jp-state-playing .jp-play, .jp-audio .jp-type-single.jp-state-playing .jp-pause {
  display: none;
}

.jp-audio .jp-type-single .jp-progress {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid #212121;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.jp-audio .jp-type-single .jp-progress .jp-seek-bar {
  background: #333333;
  width: 0px;
  height: 100%;
  cursor: pointer;
}

.jp-audio .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar {
  background: #212121;
  width: 0px;
  height: 100%;
  position: relative;
}

.jp-audio .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar .jp-current-time {
  position: absolute;
  right: 3px;
  bottom: 2px;
  font-size: 8px;
  color: #777777;
}

.jp-audio.light {
  background: #f8f8f8;
}

.jp-audio.light .jp-type-single .jp-interface .jp-controls-holder .jp-controls div {
  border: 2px solid #aaaaaa;
}

.jp-audio.light .jp-type-single .jp-interface .jp-controls-holder .jp-controls div.jp-play .jp-controls-btn, .jp-audio.light .jp-type-single .jp-interface .jp-controls-holder .jp-controls div.jp-pause .jp-controls-btn {
  color: #999999;
}

.jp-audio.light .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-title {
  color: #555555;
}

.jp-audio.light .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-desc-art {
  color: #888888;
}

.jp-audio.light .jp-type-single .jp-progress {
  border: 1px solid #cccccc;
}

.jp-audio.light .jp-type-single .jp-progress .jp-seek-bar {
  background: #f8f8f8;
}

.jp-audio.light .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar {
  background: #e8e8e8;
}

.jp-audio.light .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar .jp-current-time {
  color: #888888;
}

.jp-audio.gold {
  background: #fbba37;
}

.jp-audio.gold .jp-type-single .jp-interface .jp-controls-holder .jp-controls div {
  border: 2px solid #212121;
}

.jp-audio.gold .jp-type-single .jp-interface .jp-controls-holder .jp-controls div.jp-play .jp-controls-btn, .jp-audio.gold .jp-type-single .jp-interface .jp-controls-holder .jp-controls div.jp-pause .jp-controls-btn {
  color: #212121;
}

.jp-audio.gold .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-title {
  color: #212121;
}

.jp-audio.gold .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-desc-art {
  color: #444444;
}

.jp-audio.gold .jp-type-single .jp-progress {
  border: 1px solid #ffaa00;
}

.jp-audio.gold .jp-type-single .jp-progress .jp-seek-bar {
  background: #fbba37;
}

.jp-audio.gold .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar {
  background: #ffaa00;
}

.jp-audio.gold .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar .jp-current-time {
  color: #9b6904;
}

/******************************************************************
LOCALIST CALENDAR (GRID/LIST)  - SMALL (BASE)
******************************************************************/
.plu-localist-calendar-widget {
  display: flex;
  flex-direction: column;
}

.plu-localist-calendar-widget .plu-localist-view-options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1em;
  flex-wrap: wrap;
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options .option-label {
  margin: 0;
  padding: 5px 6px 5px 7px;
  line-height: 1.7;
  font-size: 10px;
  background: #333;
  color: #fff;
  border-radius: 3px 0 0 3px;
  text-transform: uppercase;
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options .view-option {
  font-size: 20px;
  background: #e8e8e8;
  padding: 4px 5px;
  cursor: pointer;
  color: #000;
  height: 27px;
  transition: all 0.3s ease-in-out;
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options .view-option:hover {
  background: #cccccc;
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options .view-option:last-child {
  border-radius: 0 3px 3px 0;
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-type-wrapper .view-type.current {
  background: #fbba37;
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options .filter-select {
  -webkit-appearance: none;
  background-color: #e8e8e8;
  height: auto;
  margin: 0;
  padding: 7px 20px 6px 6px;
  border: 0;
  background-position: 90% center;
  font-size: 14px;
  width: unset;
  border-radius: 0 3px 3px 0;
}

.plu-localist-calendar-widget .plu-localist-view-all {
  text-align: center;
}

.plu-localist-calendar-widget .plu-localist-view-all .view-all-button {
  color: #fff;
  background: #000;
  padding: 11px 14px;
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
}

.plu-localist-calendar-widget .plu-localist-view-all .view-all-button .arrow-icon {
  position: relative;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.plu-localist-calendar-widget .plu-localist-view-all .view-all-button:hover .arrow-icon {
  right: -3px;
}

.plu-localist-calendar-widget .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-time > .item-icon,
.plu-localist-calendar-widget .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-location > .item-icon {
  min-width: 18px;
  text-align: center;
  margin-left: -3px;
}

.plu-localist-calendar-widget[calendar-type="grid"] .plu-localist-view-options .view-type-wrapper .view-type.grid {
  background: #fbba37;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  clear: both;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list:after {
  content: "";
  flex-basis: calc(33.33% - 1em);
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 1.5em 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0 10px 0 10px;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event li {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-overview {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 0 10px 0 0;
  transition: all 0.3s ease-in-out;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-overview .event-short-date {
  position: absolute;
  bottom: 0;
  left: 20px;
  background: #fbba37;
  padding: 7px 15px;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-overview .event-short-date .calendar-icon {
  display: none;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event:hover .event-short-date {
  padding-bottom: 12px;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event:hover .event-details-wrapper .event-details-inner .event-icon .first-icon {
  left: -140px;
  opacity: 0;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event:hover .event-details-wrapper .event-details-inner .event-icon .second-icon {
  right: 0;
  opacity: 0.05;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-details-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  border-radius: 0 0 0 10px;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-details-wrapper .event-details-inner {
  width: 100%;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-details-wrapper .event-details-inner .event-details {
  padding: 20px;
  color: #000;
  position: relative;
  z-index: 1;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-title {
  font-size: 20px;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.3;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-time {
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.3;
  margin-top: 2px;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-location {
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  line-height: 1.3;
  margin-top: 2px;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-description {
  margin-top: 12px;
  padding-top: 12px;
  transition: all 0.3s ease-in-out;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-description p {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-details-wrapper .event-details-inner .event-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5em;
  display: flex;
  flex-direction: column;
  z-index: 0;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-details-wrapper .event-details-inner .event-icon .first-icon {
  position: relative;
  left: 0;
  opacity: 0.05;
  transition: all 0.3s ease-in-out;
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list .event .event-details-wrapper .event-details-inner .event-icon .second-icon {
  position: absolute;
  right: -100px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.plu-localist-calendar-widget[calendar-type="grid"][display-images="off"] .event-list .event .event-overview {
  height: 60px;
  background-image: none !important;
  border: 1px solid #e8e8e8;
  border-bottom: none;
}

.plu-localist-calendar-widget[calendar-type="grid"][display-images="off"][calendar-skin="light"] .event-list .event .event-overview {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.plu-localist-calendar-widget[calendar-type="grid"][display-images="off"][calendar-skin="light"] .event-list .event:hover .event-overview {
  background: #e8e8e8;
}

.plu-localist-calendar-widget[calendar-type="grid"][display-images="off"][calendar-skin="dark"] .event-list .event .event-overview {
  background-color: #e8e8e8;
  transition: all 0.3s ease-in-out;
}

.plu-localist-calendar-widget[calendar-type="grid"][display-images="off"][calendar-skin="dark"] .event-list .event:hover .event-overview {
  background: #aaaaaa;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list .event .event-details-wrapper {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-title {
  color: #222222;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-time {
  color: #656565;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-location {
  color: #656565;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-description {
  border-top: 1px solid #e8e8e8;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-description p {
  color: #000000;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list .event .event-details-wrapper .event-details-inner .event-icon {
  color: #000000;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list .event .event-details-wrapper {
  background: #222222;
  border: 1px solid #333333;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-title {
  color: #fbba37;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-time {
  color: #dddddd;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-location {
  color: #dddddd;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-description {
  border-top: 1px solid #333333;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-description p {
  color: #ffffff;
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list .event .event-details-wrapper .event-details-inner .event-icon {
  color: #ffffff;
}

.plu-localist-calendar-widget[calendar-type="list"] .plu-localist-view-options .view-images-wrapper {
  opacity: 0;
}

.plu-localist-calendar-widget[calendar-type="list"] .plu-localist-view-options .view-type-wrapper .view-type.list {
  background: #fbba37;
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list {
  list-style: none;
  margin: 0;
  clear: both;
  display: inline-block;
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list .event {
  padding: 1.5em 0;
  border-top: 1px solid #e8e8e8;
  display: block;
  width: 100%;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list .event:hover {
  background: #e8e8e8;
  padding: 1.5em;
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list .event .event-overview {
  background-image: none !important;
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list .event .event-overview .event-short-date {
  background: #fbba37;
  color: #000;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list .event .event-overview .event-short-date .fa-calendar {
  margin-right: 3px;
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-title {
  font-size: 20px;
  margin: 7px 0 1px 0;
  padding: 0;
  line-height: 1.3;
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-time {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 2px;
  color: #656565;
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-location {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 2px;
  color: #656565;
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-description {
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-description p {
  margin: 0;
  padding: 0;
  color: #000000;
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list .event .event-details-wrapper .event-details-inner .event-icon {
  display: none;
}

.plu-localist-calendar-widget[calendar-type="list"] .plu-localist-view-all {
  margin-top: 1em;
}

.plu-localist-calendar-widget[display-descriptions="off"] .event-list .event .event-details-wrapper .event-details-inner .event-details .event-detail-description {
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  padding: 0;
}

/******************************************************************
COURSE LISTINGS
******************************************************************/
.course-listings .heading {
  margin: 0 0 10px 0;
  padding: 0;
}

.course-listings .description {
  color: #888888;
  padding: 0;
  margin: 0 0 15px 0;
  display: inline-block;
}

.course-listings .course-title {
  border-bottom: 1px solid #e8e8e8;
}

/******************************************************************
DOCUMENTS AND FORMS  - SMALL (BASE)
******************************************************************/
#documents .document-page-description {
  border: 3px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 15px;
}

#documents .document-page-description p {
  margin: 0;
}

#documents .document-page-description a {
  text-decoration: none;
  background-image: linear-gradient(to right, #ecbc5b, #fbba37);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#documents .document-page-description a:hover, #documents .document-page-description a:focus {
  color: #000000;
  background-size: 0% 2px;
}

#documents .file-group {
  clear: both;
}

#documents .file-group .title {
  padding: 0 0 3px 0;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  position: relative;
}

#documents .file-group .title:after {
  content: "";
  width: 100%;
  background: url("../images/tapestry/dividers/dashed-lines_grey.png") left center repeat-x;
  position: relative;
  height: 4px;
  display: inline-block;
}

#documents .file-group .title a {
  color: #222222;
}

#documents .file-group .description {
  line-height: 1.5em;
  margin-bottom: 1em;
  display: inline-block;
}

#documents .document-group {
  margin-bottom: 2em;
  background: #f2f2f2;
  border-radius: 3px;
}

#documents .document-group .single-document {
  clear: both;
  padding: 1em 1em 5px 1em;
  border-bottom: 1px solid #e8e8e8;
}

#documents .document-group .single-document:last-child {
  border-bottom: none;
}

#documents .document-group .single-document.current {
  background: #cccccc;
  border: 2px dotted #444444;
}

#documents .document-group .single-document.current .info > .description {
  color: #555555;
  padding: 10px 0 14px 0;
}

#documents .document-group .single-document .icon {
  float: left;
  padding: 7px 10px 0 0;
  height: 4.5em;
}

#documents .document-group .single-document .icon .fa-stack-2x {
  color: #cccccc;
}

#documents .document-group .single-document .icon .fa-inverse {
  color: #000000;
  margin-top: 13px;
}

#documents .document-group .single-document .info {
  display: table;
}

#documents .document-group .single-document .info h5 {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

#documents .document-group .single-document .info .description {
  color: #555555;
  font-style: italic;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5em;
}

#documents .document-group .single-document .info a {
  color: #222222;
}

#documents .document-group .single-document .info .button-link {
  background: #fdc045;
  color: #212121;
  padding: 4px 7px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#documents .document-group .single-document .info .button-link:hover {
  background: #fbba37;
}

/******************************************************************
FEED AGGREGATOR
******************************************************************/
.feed-aggregator-title {
  margin-bottom: 0px;
}

.feed-aggregator-title:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 4px;
  width: 100%;
  height: 9px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.feed-aggregator {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feed-aggregator .feed-item {
  border-bottom: 1px dotted #e8e8e8;
  padding-right: 1.8em;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.feed-aggregator .feed-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.feed-aggregator .feed-item .title {
  margin: 0;
}

.feed-aggregator .feed-item .title a {
  color: #333333;
}

.feed-aggregator .feed-item .title a:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f138';
  color: #fbba37;
  position: absolute;
  right: 1em;
  font-weight: 900;
}

.feed-aggregator .feed-item .date {
  margin: 0;
  color: #999999;
  font-size: 13px;
}

/******************************************************************
GOOGLE MAPS
******************************************************************/
.google-maps {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/******************************************************************
HEADER (H3,H4,H5,H6)
******************************************************************/
.top-line {
  position: relative;
}

.top-line:before {
  content: "";
  background: url("../images/tapestry/dividers/dashed-lines_gold.png") left center repeat-x;
  width: 67px;
  height: 4px;
  display: block;
  position: relative;
  top: -11px;
}

.top-line.align-left:before {
  left: 0;
}

.top-line.align-right:before {
  right: 0;
}

.top-line.align-center:before {
  left: 50%;
  transform: translateX(-50%);
}

/******************************************************************
ICON BOX
******************************************************************/
.icon-box {
  width: 100%;
  background: #ffffff;
  padding: 1.5em 1em;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-bottom: 15px;
}

.icon-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px auto;
  background: #fbba37;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.icon-box .icon span.vc_icon_element-icon {
  font-size: 1.5em;
  color: #ffffff;
  text-align: center;
}

.icon-box p {
  color: #626262;
  font-size: 14px;
}

.icon-box .icon-box-link {
  color: #ffffff;
  background: #333333;
  padding: 6px 16px 6px 12px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 20px;
}

.icon-box .icon-box-link:hover .icon-box-link-arrow {
  left: 8px;
}

.icon-box .icon-box-link .icon-box-link-arrow {
  position: relative;
  left: 5px;
  -webkit-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

/******************************************************************
INTEREST & MAJORS (on /academic-advising/ site)
******************************************************************/
#interest-wrapper #interest-options ul {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  display: inline-block;
  padding: 1em 0;
  margin-bottom: 1em;
}

#interest-wrapper #interest-options ul li {
  display: inline;
  float: left;
  width: 50%;
}

#interest-wrapper #interest-options ul li a {
  color: #999999;
}

#interest-wrapper #interest-options ul li a:hover {
  color: #000000;
}

#interest-wrapper #interest-options ul li a.selected {
  color: #000000;
  font-weight: bold;
}

#interest-wrapper #interest-matches .matches {
  margin-bottom: 1em;
}

#interest-wrapper .choose-again {
  background: #e8e8e8;
  padding: 10px;
  text-align: center;
  color: #000;
}

/******************************************************************
JUMP SELECT MENU
******************************************************************/
.jump-select-menu {
  width: 100%;
  font-size: 11px;
  height: auto;
  border-radius: 4px;
  background-position-x: 98.5%;
  margin: 0;
}

.jump-select-menu:focus {
  outline: none;
}

.floating-up-arrow {
  position: fixed;
  bottom: 1em;
  right: 1em;
  padding: 1em;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 9999999;
  cursor: pointer;
}

.floating-up-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

/******************************************************************
PHOTOSHELTER ALBUM
******************************************************************/
[data-ps-embed-type=slideshow] > iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.photoshelter-album {
  position: relative;
  height: 0 !important;
  padding-bottom: 75% !important;
  width: 100% !important;
}

/******************************************************************
PULL QUOTE
******************************************************************/
.pquote {
  padding: 1.5em;
  line-height: 1.5em;
  font-family: "Aleo", serif;
  font-style: italic;
  color: #444;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.pquote .cite {
  display: block;
  font-size: 13px;
  font-family: "Aleo", serif;
  font-style: italic;
}

.pquote.full {
  width: 100%;
  margin: 10px 0 20px 0;
}

.pquote.right {
  float: none;
  max-width: 100%;
  margin: 1.5em 0;
}

.pquote.left {
  float: none;
  max-width: 100%;
  margin: 10px 0 20px 0;
}

.pquote.simple {
  border-left-style: solid;
  border-left-width: 5px;
}

.pquote.simple.gold {
  border-left-color: #fbba37;
}

.pquote.simple.black {
  border-left-color: #000000;
}

.pquote.simple.gray {
  border-left-color: #999999;
}

.pquote.modern {
  border: none;
}

.pquote.modern.gold {
  background: #fbba37;
  color: #ffffff;
}

.pquote.modern.black {
  background: #000000;
  color: #ffffff;
}

.pquote.modern.gray {
  background: #cccccc;
  color: #333333;
}

/******************************************************************
QUICK LINKS
******************************************************************/
.quicklinks {
  margin-bottom: 1em;
}

.quicklinks h5 {
  margin-bottom: 0px;
}

.quicklinks h5:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 4px;
  width: 100%;
  height: 9px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.quicklinks ul {
  margin-left: 0;
  font-size: 15px;
}

.quicklinks ul li {
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
}

.quicklinks ul li:last-child {
  padding-bottom: 0px;
}

.quicklinks ul li .arrow-icon {
  position: relative;
  top: 0;
  left: -3px;
  -webkit-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.quicklinks ul li .arrow-icon--circle {
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.quicklinks ul li:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}

.quicklinks ul li:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.quicklinks ul li:hover a {
  left: 7px;
}

.quicklinks ul li a {
  color: #222222;
  font-weight: bold;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quicklinks ul li a:hover {
  color: #000000;
}

/******************************************************************
SOCIAL MEDIA CHICLETS
******************************************************************/
.social-media-chiclets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.social-media-chiclets li {
  margin-right: 10px;
}

.social-media-chiclets li a {
  background-image: none !important;
}

.social-media-chiclets li a .chiclet-icon {
  font-size: 22px;
  color: #333333;
}

.social-media-chiclets li a .chiclet-icon:hover {
  color: #000000;
}

/******************************************************************
TABLEPRESS
******************************************************************/
.tablepress-table-name {
  font-size: 1.6875rem;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 1em;
}

.dataTables_wrapper .dataTables_filter input {
  width: 6em;
}

.dataTables_wrapper .dataTables_info {
  margin: 1.5em 0 0 0;
  color: #999;
  font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate {
  margin: 17px 0 0 0;
  float: left;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  text-decoration: none;
  font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:before, .dataTables_wrapper .dataTables_paginate .paginate_button:after, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:after, .dataTables_wrapper .dataTables_paginate .paginate_button.next:before, .dataTables_wrapper .dataTables_paginate .paginate_button.next:after, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:before, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:after {
  text-shadow: none;
  font-size: 1em;
  padding-top: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:before {
  content: "\f104";
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:after, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:after {
  content: "\f105";
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:before, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:after, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:before, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:after {
  color: #cccccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:after, .dataTables_wrapper .dataTables_paginate .paginate_button.next:before, .dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
  color: #111111;
}

.dataTables_wrapper .tablepress th, .dataTables_wrapper .tablepress td {
  padding: 8px 3px;
}

.dataTables_wrapper .tablepress td {
  font-size: 13px;
}

.dataTables_wrapper .tablepress .sorting:hover, .dataTables_wrapper .tablepress .sorting_asc, .dataTables_wrapper .tablepress .sorting_desc {
  background-color: #fbba37;
}

.dataTables_wrapper .tablepress .sorting, .dataTables_wrapper .tablepress .sorting_asc, .dataTables_wrapper .tablepress .sorting_desc {
  padding-right: 20px !important;
}

.dataTables_wrapper .tablepress > caption {
  display: none;
}

.dataTables_wrapper .tablepress thead th {
  background-color: #e8e8e8;
  font-family: "Aleo", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-top: 12px;
}

.dataTables_wrapper .tablepress tfoot th {
  background-color: #eeeeee;
  font-family: "Aleo", serif;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
}

.dataTables_wrapper .tablepress a {
  text-decoration: none;
  background-image: linear-gradient(to right, #222222, #000000);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  color: #222222;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dataTables_wrapper .tablepress a:hover, .dataTables_wrapper .tablepress a:focus {
  color: #000000;
  background-size: 0% 1px;
}

/******************************************************************
TAPESTRY DIVIDER
******************************************************************/
.tapestry-divider {
  height: 4px;
  display: block;
  position: relative;
  background-position: left center;
  background-repeat: repeat-x;
}

.tapestry-divider.full {
  width: 100%;
}

.tapestry-divider.gold-line {
  background-image: url("../images/tapestry/dividers/dashed-lines_gold.png");
}

.tapestry-divider.gray-line {
  background-image: url("../images/tapestry/dividers/dashed-lines_grey.png");
}

.tapestry-divider.black-line {
  background-image: url("../images/tapestry/dividers/dashed-lines_black.png");
}

/******************************************************************
TAPESTRY ICON
******************************************************************/
.plu-tapestry-icon {
  display: flex;
}

.plu-tapestry-icon.pos-left {
  justify-content: left;
}

.plu-tapestry-icon.pos-center {
  justify-content: center;
}

.plu-tapestry-icon.pos-right {
  justify-content: right;
}

.plu-tapestry-icon .tapestry-bkg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plu-tapestry-icon .tapestry-bkg.with-bkg.bkg-black {
  background-color: #000;
}

.plu-tapestry-icon .tapestry-bkg.with-bkg.bkg-white {
  background-color: #fff;
}

.plu-tapestry-icon .tapestry-bkg.with-bkg.bkg-gold {
  background-color: #fbba37;
}

.plu-tapestry-icon .tapestry-bkg.with-border {
  border-width: 2px;
}

.plu-tapestry-icon .tapestry-bkg.with-border.border-solid {
  border-style: solid;
}

.plu-tapestry-icon .tapestry-bkg.with-border.border-dashed {
  border-style: dashed;
}

.plu-tapestry-icon .tapestry-bkg.with-border.border-dotted {
  border-style: dotted;
}

.plu-tapestry-icon .tapestry-bkg.with-border.border-black {
  border-color: #000;
}

.plu-tapestry-icon .tapestry-bkg.with-border.border-white {
  border-color: #fff;
}

.plu-tapestry-icon .tapestry-bkg.with-border.border-gold {
  border-color: #fbba37;
}

.plu-tapestry-icon .tapestry-bkg.icon-square {
  border-radius: 0;
}

.plu-tapestry-icon .tapestry-bkg.icon-rounded {
  border-radius: 3px;
}

.plu-tapestry-icon .tapestry-bkg.icon-circle {
  border-radius: 50%;
}

/******************************************************************
TEASER
******************************************************************/
.teaser {
  background: #333;
  padding: 0.5em 1em 1em 1em;
  margin-bottom: 1em;
  border-radius: 2px;
}

.teaser h4 {
  color: #ffffff;
  margin-bottom: 3px;
}

.teaser a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
}

.teaser .container {
  overflow: hidden;
  border: 1px solid #222;
  margin: 0.35em 0 1em 0;
}

.teaser .container > img {
  width: 100%;
}

.teaser .teaser-title {
  display: block;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #444444;
  color: #fbba37;
  line-height: 1.3;
}

.teaser .teaser-title > .fa-angle-double-right {
  float: right;
}

.teaser p {
  color: #ffffff;
  font-size: 85%;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.teaser.dark-gray {
  background: #333333;
}

.teaser.dark-gray .teaser-title {
  color: #fbba37;
}

.teaser.dark-gray p {
  color: #ffffff;
}

.teaser.yellow {
  background: #fbba37;
}

.teaser.yellow h4 {
  color: #000000;
}

.teaser.yellow .teaser-title {
  color: #000000;
}

.teaser.yellow p {
  color: #000000;
}

.teaser.white {
  background: transparent;
  border: 1px solid #e8e8e8;
}

.teaser.white h4 {
  color: #000000;
}

.teaser.white .teaser-title {
  color: #000000;
}

.teaser.white p {
  color: #000000;
}

.teaser.gray {
  background: #999999;
}

.teaser.gray h4 {
  color: #000000;
}

.teaser.gray .teaser-title {
  color: #000000;
}

.teaser.gray p {
  color: #000000;
}

/******************************************************************
TEASER CALENDAR
******************************************************************/
.teaser-calendar-title {
  margin-bottom: 0px;
}

.teaser-calendar-title:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 4px;
  width: 100%;
  height: 9px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.teaser-calendar-wrap {
  margin-bottom: 1em;
}

.teaser-calendar-wrap .teaser-event {
  background: #f8f8f8;
  display: flex;
  flex-direction: row;
}

.teaser-calendar-wrap .teaser-event .date-wrap {
  display: flex;
  flex-direction: column;
  margin-right: 1em;
}

.teaser-calendar-wrap .teaser-event .date-wrap .month,
.teaser-calendar-wrap .teaser-event .date-wrap .day {
  font-family: "Aleo", serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 10px;
  text-align: center;
}

.teaser-calendar-wrap .teaser-event .date-wrap .month {
  background: #fbba37;
  color: #ffffff;
  font-size: 12px;
}

.teaser-calendar-wrap .teaser-event .date-wrap .day {
  background: #dddddd;
  color: #000000;
}

.teaser-calendar-wrap .teaser-event .details-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}

.teaser-calendar-wrap .teaser-event .details-wrap .title {
  color: #333333;
  font-weight: bold;
  margin: 0;
}

.teaser-calendar-wrap .teaser-event .details-wrap .details {
  font-size: 14px;
  color: #333333;
  margin: 0;
  padding: 0;
}

.teaser-calendar-modal {
  border: 1px solid #999999;
  box-shadow: none;
  overflow-y: auto;
}

.teaser-calendar-modal .details-wrap .title {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  padding: 6px 3px 2px 6px;
  background: #f9f9f9;
}

.teaser-calendar-modal .close-reveal-modal {
  top: -2px;
  right: 2px;
}

.plu-teaser-calendar-link-icon {
  color: #888;
  display: inline-block;
  border: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 8px;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
}

.plu-teaser-calendar-link-icon:hover {
  color: #333;
  border-color: #333;
}

/******************************************************************
TESTIMONY / QUOTE
******************************************************************/
.plu-testimonial-quote {
  position: relative;
}

.plu-testimonial-quote[data-quote-icons="yes"]:before {
  content: "\f10d";
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 3em;
  color: rgba(0, 0, 0, 0.15);
}

.plu-testimonial-quote[data-quote-icons="yes"]:after {
  content: "\f10e";
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 3em;
  color: rgba(0, 0, 0, 0.15);
}

.plu-testimonial-quote .testimonial-quote-wrapper[data-currently-displayed="no"] {
  display: none;
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote {
  margin-bottom: 2em;
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote > p {
  font-family: "Aleo", serif;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-style: italic;
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote-meta {
  display: flex;
  flex-direction: row;
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote-meta .testimonial-quote-image {
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote-meta .testimonial-quote-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote-meta .testimonial-quote-title-wrapper .testimonial-quote-title,
.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote-meta .testimonial-quote-title-wrapper .testimonial-quote-sub-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.4;
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote-meta .testimonial-quote-title-wrapper .testimonial-quote-title {
  font-weight: bold;
}

.plu-testimonial-quote.align-center .testimonial-quote-wrapper .testimonial-quote-meta {
  justify-content: center;
}

.plu-testimonial-quote.align-right .testimonial-quote-wrapper .testimonial-quote-meta {
  justify-content: flex-end;
}

/******************************************************************
TEXT BOX
******************************************************************/
.text-box {
  display: inline-block;
  width: 100%;
  line-height: 1.6;
  word-break: break-word;
}

.text-box.rounded-corners {
  border-radius: 4px;
}

.text-box a {
  text-decoration: none;
  background-image: linear-gradient(to right, #ecbc5b, #fbba37);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.text-box a:hover, .text-box a:focus {
  color: #000000;
  background-size: 0% 2px;
}

.text-box.gray-bg {
  background: #f2f2f2;
  padding: 1em;
}

.text-box.gray-bg p:last-child {
  margin-bottom: 0;
}

.text-box.dark-gray-bg {
  background: #212121;
  padding: 1em;
  color: #ffffff;
}

.text-box.dark-gray-bg a {
  color: #ecbc5b;
}

.text-box.dark-gray-bg a:hover {
  color: #fbba37;
}

.text-box.dark-gray-bg p:last-child {
  margin-bottom: 0;
}

.text-box.dark-gray-bg h3, .text-box.dark-gray-bg h4, .text-box.dark-gray-bg h5, .text-box.dark-gray-bg h6, .text-box.dark-gray-bg p {
  color: #ffffff;
}

.text-box.gold-bg {
  background: #fbba37;
  padding: 1em;
}

.text-box.gold-bg a {
  color: #222222;
  background-image: linear-gradient(to right, #333333, #000000);
}

.text-box.gold-bg p:last-child {
  margin-bottom: 0;
}

/******************************************************************
ALL STAFF  - SMALL (BASE)
******************************************************************/
.staff-list {
  margin-bottom: 1em;
}

.staff-list .department .title {
  padding: 0 0 3px 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  position: relative;
}

.staff-list .department .title:after {
  content: "";
  width: 100%;
  background: url("../images/tapestry/dividers/dashed-lines_grey.png") left center repeat-x;
  position: relative;
  height: 4px;
  display: inline-block;
}

.staff-list .department .title a {
  color: #222222;
}

.staff-list .department .description {
  margin-bottom: 10px;
  line-height: 1.5em;
  display: inline-block;
}

.staff-list .department .description > p:last-child {
  margin-bottom: 0;
}

.staff-list .members .member {
  width: 100%;
  background: #f2f2f2;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  padding: 1em;
  text-align: center;
  margin: 0 0 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.staff-list .members .member a {
  color: #000000;
  font-weight: bold;
}

.staff-list .members .member .name {
  padding: 0;
  margin: 0;
}

.staff-list .members .member .title {
  font-size: 13px;
  color: #777777;
  padding: 0 0 1em 0;
  margin: 0;
}

.staff-list .members .member a.mug-link {
  display: inline-block;
}

.staff-list .members .member a.mug-link:hover > .mug > .text {
  opacity: 1;
}

.staff-list .members .member .mug {
  margin: 0 auto 1em auto;
  width: 130px;
  height: 130px;
  max-width: 130px;
  background: url("/wp-content/themes/plu/library/images/staff-mug-holder.jpg") no-repeat;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.staff-list .members .member .mug img {
  width: 130px;
  height: 130px;
  max-width: 130px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.staff-list .members .member .mug .text {
  opacity: 0;
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  padding: 3.8em 10px 0 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4em;
}

.staff-list .members .member .mug .text:before {
  content: "+";
  display: block;
  font-size: 2em;
  padding-bottom: 6px;
}

.staff-list .members .member .phone, .staff-list .members .member .email, .staff-list .members .member .pronouns {
  display: block;
  padding-bottom: 8px;
  font-size: 14px;
  word-wrap: break-word;
}

.staff-list .members .member .responsibilities {
  float: none !important;
}

.staff-list .members .member .responsibilities > span.title {
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  display: block;
  padding: 5px 0;
  margin: 7px 0;
  color: #000000;
}

.staff-list .members .member .responsibilities > p {
  font-size: 13px;
  margin: 0 0 0 16px;
  padding: 3px 0 0 0;
  display: list-item;
  text-align: left;
}

.staff-list .members .member .work-status {
  font-size: 12px;
  border-top: 1px solid #e8e8e8;
  padding-top: 1em;
  display: block;
}

.staff-list .members .member .info {
  font-size: 14px;
  padding: 1em 0;
  color: #999999;
  line-height: 1.3em;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #dddddd;
}

.staff-list .members .member .info .left-side {
  text-align: right;
  padding-right: 2em;
  float: left;
  width: 40%;
}

.staff-list .members .member .info .right-side {
  text-align: left;
  color: #000000;
  float: left;
  width: 55%;
}

.staff-list .members .office-hours {
  padding-top: 1em;
  line-height: 1.5em;
}

.staff-list .members .office-hours .title {
  padding: 0;
  margin: 0;
  line-height: 1em;
}

.staff-list .members .office-hours .title:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 4px;
  width: 100%;
  height: 9px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.staff-list .members .office-hours i:before {
  color: #fbba37;
}

/******************************************************************
INDIVIDUAL STAFF  - SMALL (BASE)
******************************************************************/
.staff-information-wrapper {
  position: relative;
}

.staff-information-wrapper .staff-header-wrapper .member {
  margin-bottom: 1em;
  color: #000000;
  display: flex;
  flex-direction: column;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left {
  width: 100%;
  text-align: center;
  padding: 1em;
  color: #ffffff;
  background: #222222;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 3px 3px 0 0;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .name {
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  color: #fbba37;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .title {
  margin: 0;
  padding: 0;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .pronouns {
  font-size: 14px;
  color: #ccc;
  margin: 0;
  padding: 0;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .mug {
  margin-top: 1em;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .mug > img {
  border-radius: 50%;
  border: 1px solid #fbba37;
  padding: 3px;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .social-icons-wrapper {
  margin-top: 1.5em;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .social-icons-wrapper .social-icon-wrap {
  padding: 3px;
  color: #999999;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .social-icons-wrapper .social-icon-wrap:hover {
  color: #fbba37;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .social-icons-wrapper .social-icon-wrap > .social-icon {
  font-size: 20px;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .staff-information-toggler {
  position: absolute;
  right: 0;
  bottom: 0px;
  background: #fbba37;
  padding: 5px 8px;
  border-radius: 2px 0 0 0;
  cursor: pointer;
  color: #000;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right {
  width: 100%;
  background: #e8e8e8;
  padding: 1em;
  border-radius: 0 0 3px 3px;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block {
  border-bottom: 1px solid #555555;
  margin-bottom: 5px;
  padding: 5px 0;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block:first-child {
  padding-top: 0;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block a {
  color: #000000;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block a .fa-link {
  font-size: 10px;
  position: relative;
  top: -2px;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block p {
  margin: 0;
  padding: 0;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block .info-block-title {
  font-weight: bold;
  font-family: "Aleo", serif;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  color: #555555;
  line-height: 1.1;
  letter-spacing: 1px;
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block .office-hour-wrap {
  display: block;
  line-height: 1.4;
  margin-top: 2px;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper {
  display: block;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-selector {
  width: 100%;
  margin: 0 0 1em 0;
  list-style: none;
  display: inline-block;
  border-bottom: 1px solid #e8e8e8;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-selector li {
  color: #888888;
  padding: 10px 6px;
  float: left;
  font-weight: bold;
  margin-right: 1px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
  transition: color 0.3s ease-in-out;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-selector li.active {
  color: #000000;
  border-bottom: 2px solid;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-selector li:hover {
  color: #000000;
  cursor: pointer;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-holder {
  display: none;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-holder.active {
  display: block;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-videos:last-child {
  float: left !important;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-videos:nth-child(3) {
  clear: none;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-videos:nth-child(4) {
  clear: both;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-videos:nth-child(3n) {
  clear: right;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-videos .video-title {
  border-top: 1px solid #e8e8e8;
  padding-top: 5px;
  font-size: 13px;
  margin-top: -4px;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-service div {
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-service div:last-child {
  border-bottom: none;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-calendar {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-news {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-news:last-child {
  border-bottom: none;
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-news .date {
  display: block;
  font-size: 13px;
  color: #aaaaaa;
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info .section-title {
  padding: 0;
  margin: 0 0 5px 0;
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info .section-title a {
  color: #222222;
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info .additional-info-list {
  margin: 0 0 20px 24px;
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info .additional-info-list:last-child {
  margin-bottom: 0;
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info div {
  line-height: 1.6;
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info a {
  text-decoration: none;
  background-image: linear-gradient(to right, #ecbc5b, #fbba37);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info a:hover, .staff-information-wrapper .staff-additional-wrapper .staff-additional-info a:focus {
  color: #000000;
  background-size: 0% 2px;
}

/******************************************************************
VIDEO
******************************************************************/
.video-player-overlay {
  display: inline-block;
  position: relative;
}

.video-player-overlay:after {
  content: "\f04b";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding: 11px 20px;
  font-size: 1.5em;
  color: #f9f9f9;
  font-weight: 900;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.video-player-overlay:hover:after {
  background: black;
}

.video-player-overlay img {
  width: 100%;
}

.reveal-modal.teaser-video {
  background: #000;
  border-radius: 3px;
}

.reveal-modal.teaser-video .flex-video {
  margin-bottom: 0;
}

.reveal-modal.teaser-video .close-reveal-modal {
  top: 16px;
  right: 2px;
  color: #fbba37;
  line-height: 0;
}

/******************************************************************
[VISUAL COMPOSER] ACCORDIONS, TABS & TOURS
******************************************************************/
.vc_tta-container .vc_tta-tabs-container .vc_tta-tab {
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  color: #4a4a4a;
}

.vc_tta-container .vc_tta-tabs-container .vc_tta-tab:hover {
  color: #000000;
  background: #f8f8f8;
}

.vc_tta-container .vc_tta-tabs-container .vc_tta-tab.vc_active {
  color: #000000;
  background: #f8f8f8;
}

.vc_tta-container .vc_tta-panels-container {
  background: #f8f8f8;
}

.vc_tta-container .vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tab {
  border-bottom: none;
  border-right: none;
}

.vc_tta-container .vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tab:last-child {
  border-right: 1px solid #e8e8e8;
}

.vc_tta-container .vc_tta-tabs-position-top .vc_tta-panels-container {
  top: -1px;
}

.vc_tta-container .vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panel-body {
  border: 1px solid #e8e8e8;
}

.vc_tta-container .vc_tta-tabs-position-bottom .vc_tta-tabs-container .vc_tta-tab {
  border-top: none;
  border-right: none;
}

.vc_tta-container .vc_tta-tabs-position-bottom .vc_tta-tabs-container .vc_tta-tab:last-child {
  border-right: 1px solid #e8e8e8;
}

.vc_tta-container .vc_tta-tabs-position-bottom .vc_tta-panels-container {
  bottom: -1px;
}

.vc_tta-container .vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panel-body {
  border: 1px solid #e8e8e8;
}

.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab {
  border-bottom: none;
  border-right: none;
}

.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container {
  left: -1px;
}

.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panel-body {
  border: 1px solid #e8e8e8;
}

.vc_tta-container .vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab {
  border-bottom: none;
  border-left: none;
}

.vc_tta-container .vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.vc_tta-container .vc_tta-tabs-position-right .vc_tta-panels-container {
  right: -1px;
}

.vc_tta-container .vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panel-body {
  border: 1px solid #e8e8e8;
}

.vc_tta-container .vc_tta-o-no-fill .vc_tta-tabs-container .vc_tta-tab {
  background: transparent;
  border: none;
  color: #444;
}

.vc_tta-container .vc_tta-o-no-fill .vc_tta-tabs-container .vc_tta-tab.vc_active {
  color: #000000;
  background: transparent;
}

.vc_tta-container .vc_tta-o-no-fill .vc_tta-tabs-container .vc_tta-tab:hover {
  color: #000000;
  background: transparent;
}

.vc_tta-container .vc_tta-o-no-fill .vc_tta-tabs-container .vc_tta-tab:last-child {
  border-right: none !important;
}

.vc_tta-container .vc_tta-o-no-fill .vc_tta-panels-container {
  bottom: 0;
  background: transparent;
}

.vc_tta-container .vc_tta-o-no-fill .vc_tta-panels-container .vc_tta-panel-body {
  border: none;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel {
  background: #e8e8e8;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel:hover {
  background: #999999;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel:hover .vc_tta-panel-title {
  color: #000000;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel.vc_active {
  background: #f8f8f8;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #999999;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title {
  color: #000000;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title {
  font-size: 100%;
  color: #4f4f4f;
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title:hover {
  color: #000000;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
  color: #fbba37;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:focus {
  outline: none;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  color: #333333;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover {
  color: #fbba37;
}

.wpb_tabs .wpb_tabs_nav .ui-state-active a, .wpb_tour .wpb_tabs_nav .ui-state-active a {
  color: #fbba37;
}

.wpb_tabs .wpb_tabs_nav a, .wpb_tour .wpb_tabs_nav a {
  color: #333333;
}

.wpb_tabs .wpb_tabs_nav a:hover, .wpb_tour .wpb_tabs_nav a:hover {
  color: #fbba37;
}

/******************************************************************
[VISUAL COMPOSER] CALL TO ACTION
******************************************************************/
.vc_cta3 .vc_cta3-content a {
  text-decoration: none;
  background-image: linear-gradient(to right, #ecbc5b, #fbba37);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vc_cta3 .vc_cta3-content a:hover, .vc_cta3 .vc_cta3-content a:focus {
  color: #000000;
  background-size: 0% 2px;
}

.vc_cta3.vc_cta3-color-gold.vc_cta3-style-flat {
  background: #fbba37;
  border-color: transparent;
  color: #111111;
}

.vc_cta3.vc_cta3-color-gold.vc_cta3-style-outline {
  border-color: #fbba37;
  background-color: transparent;
}

.vc_cta3.vc_cta3-color-gold.vc_cta3-style-outline .vc_cta3-content-header {
  color: #fbba37;
}

.vc_cta3.vc_cta3-color-gold.vc_cta3-style-3d {
  background: #fbba37;
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 5px 0 #f2a304;
}

.vc_cta3.vc_cta3-color-gold .vc_cta3-content-header {
  color: #212121;
}

.vc_cta3.vc_cta3-color-gold .vc_cta3-content a {
  color: #222222;
  background-image: linear-gradient(to right, #333333, #000000);
}

.vc_cta3.vc_cta3-color-black .vc_cta3-content a {
  color: #ecbc5b;
}

.vc_cta3.vc_cta3-color-black .vc_cta3-content a:hover {
  color: #fbba37;
}

.vc_cta3.vc_cta3-color-grey {
  color: #555555 !important;
}

.vc_cta3.vc_cta3-color-grey .vc_cta3-content-header {
  color: #212121 !important;
}

.vc_cta3 .vc_icon_element-inner.vc_icon_element-color-gold > .vc_icon_element-icon {
  color: #fbba37;
}

.vc_cta3 .vc_icon_element-inner.vc_icon_element-background-color-gold {
  background-color: #fbba37;
}

.vc_cta3 .vc_icon_element-inner.vc_icon_element-background-color-gold.vc_icon_element-outline {
  border-color: #fbba37;
  background-color: transparent;
}

/******************************************************************
[VISUAL COMPOSER] BUTTON
******************************************************************/
.vc_btn3 {
  white-space: normal;
  line-height: 1.4;
}

.vc_btn3.vc_btn3-color-gold {
  background-color: #fbba37 !important;
  color: #333333 !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.vc_btn3.vc_btn3-color-gold:hover {
  background: #f7b42c !important;
  color: #333333 !important;
}

.vc_btn3.vc_btn3-color-gold:focus {
  color: #333333 !important;
}

.vc_btn3.vc_btn3-color-gold.vc_btn3-style-modern {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcb61), color-stop(100%, #fbba37));
  background-image: -webkit-linear-gradient(#ffcb61, #fbba37);
  background-image: -moz-linear-gradient(#ffcb61, #fbba37);
  background-image: -o-linear-gradient(#ffcb61, #fbba37);
  background-image: linear-gradient(#ffcb61, #fbba37);
  border-color: #fbba37;
}

.vc_btn3.vc_btn3-color-gold.vc_btn3-style-modern:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc44b), color-stop(100%, #ffb829));
  background-image: -webkit-linear-gradient(#ffc44b, #ffb829);
  background-image: -moz-linear-gradient(#ffc44b, #ffb829);
  background-image: -o-linear-gradient(#ffc44b, #ffb829);
  background-image: linear-gradient(#ffc44b, #ffb829);
  border-color: #ffb829;
}

.vc_btn3.vc_btn3-color-gold.vc_btn3-style-outline {
  background-color: transparent !important;
  border-color: #fbba37 !important;
  color: #fbba37 !important;
}

.vc_btn3.vc_btn3-color-gold.vc_btn3-style-outline:hover {
  border-color: #f7b42c !important;
}

/******************************************************************
[VISUAL COMPOSER] HOVER BOX
******************************************************************/
.vc-hoverbox .vc-hoverbox-front-inner > h2 {
  color: inherit;
}

/******************************************************************
[VISUAL COMPOSER] ICON
******************************************************************/
.vc_icon_element .vc_icon_element-inner.vc_icon_element-color-gold > .vc_icon_element-icon {
  color: #fbba37;
}

.vc_icon_element .vc_icon_element-inner.vc_icon_element-background-color-gold {
  background-color: #fbba37;
}

.vc_icon_element .vc_icon_element-inner.vc_icon_element-background-color-gold.vc_icon_element-outline {
  border-color: #fbba37;
  background-color: transparent;
}

/******************************************************************
[VISUAL COMPOSER] IMAGE GALLERY/FLEX SLIDER
******************************************************************/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flexslider:hover .flex-prev {
  opacity: 0.5;
  right: 50px;
}

.flexslider:hover .flex-next {
  opacity: 0.5;
  right: 20px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .slide-text.cover {
  opacity: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides::after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.flexslider .slide-text {
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  color: #fff;
  overflow-y: auto;
}

.flexslider .slide-text.bottom {
  position: absolute;
  bottom: 0em;
  width: inherit;
  background: rgba(0, 0, 0, 0.7);
  padding: 12px;
  z-index: 8;
}

.flexslider .slide-text.bottom > .image-gallery-link {
  display: block;
  margin-top: 5px;
  font-family: "Aleo", serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

.flexslider .slide-text.bottom > .image-gallery-link > .gallery-link-icon {
  padding-left: 5px;
}

.flexslider .slide-text.top {
  position: absolute;
  top: 0%;
  width: inherit;
  background: rgba(0, 0, 0, 0.7);
  padding: 12px;
}

.flexslider .slide-text.top > .link {
  display: table;
  margin-top: 7px;
  font-size: 85%;
}

.flexslider .slide-text.top > .link > i {
  padding-left: 3px;
}

.flexslider .slide-text.left {
  position: absolute;
  top: 0%;
  bottom: 0;
  width: 300px;
  background: #000000;
  padding: 2em 2em 2em 2em;
}

.flexslider .slide-text.left > strong {
  padding-bottom: 15px;
}

.flexslider .slide-text.left > .link {
  display: table;
  margin-top: 15px;
  padding: 0.8em 1.2em;
  font-size: 85%;
  line-height: 1em;
  background: #999999;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}

.flexslider .slide-text.left > .link > i {
  padding-left: 3px;
}

.flexslider .slide-text.cover {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0;
  width: inherit;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.5% 10em 0 10em;
}

.flexslider .slide-text.cover > strong {
  font-size: 3rem;
}

.flexslider .slide-text.cover > .link {
  display: table;
  margin-top: 15px;
  padding: 0.8em 1.2em;
  font-size: 85%;
  line-height: 1em;
  background: #000000;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}

.flexslider .slide-text.cover > .link > i {
  padding-left: 3px;
}

.flexslider .slide-text.cover > i {
  display: none;
}

.flexslider .slide-text.open {
  opacity: 1;
}

.flexslider .slide-text.closed {
  opacity: 0;
}

.flexslider .slide-text strong {
  font-family: "Aleo", serif;
  font-weight: normal;
  font-size: 1.4375rem;
  color: #fbba37;
  display: block;
  text-transform: uppercase;
}

.flexslider.no-bullets ol.flex-control-nav {
  display: none !important;
}

.flexslider.no-arrows ul.flex-direction-nav {
  display: none !important;
}

.flexslider.no-nav ol.flex-control-nav, .flexslider.no-nav ul.flex-direction-nav {
  display: none !important;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 27px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  bottom: 5px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 2em;
  display: inline-block;
  content: '\f053';
}

.flex-direction-nav a.flex-next:before {
  content: '\f054';
}

.flex-direction-nav .flex-prev {
  right: 0%;
}

.flex-direction-nav .flex-next {
  right: 0%;
  text-align: right;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* Thumbnails */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/******************************************************************
[VISUAL COMPOSER] MEDIA GRID
******************************************************************/
.vc_media_grid .vc_grid-btn-load_more.vc_btn_gold {
  background-color: #fbba37;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.vc_media_grid .vc_grid-btn-load_more.vc_btn_gold.vc_btn_outlined {
  border-color: #fbba37;
  color: #fbba37 !important;
}

.vc_media_grid .vc_grid-btn-load_more.vc_btn_gold.vc_btn_square_outlined {
  border-color: #fbba37;
  color: #fbba37 !important;
}

.vc_media_grid .vc_grid-btn-load_more.vc_btn_gold.vc_btn_3d {
  box-shadow: 0 5px 0 #f2a304;
}

/******************************************************************
[VISUAL COMPOSER] MESSAGE BOX
******************************************************************/
.vc_message_box a {
  color: inherit;
  text-decoration: underline;
  font-family: "Aleo", serif;
  -webkit-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.vc_message_box a:hover {
  color: #000000;
}

.vc_message_box.vc_color-black a,
.vc_message_box.vc_color-black a:hover {
  color: #fbba37;
}

/******************************************************************
[VISUAL COMPOSER] PAGEABLE CONTAINER
******************************************************************/
.vc_tta-pageable .vc_pagination-color-gold .vc_pagination-trigger {
  background-color: #fbba37;
}

/******************************************************************
[VISUAL COMPOSER] PROGRESS BAR
******************************************************************/
.vc_progress_bar .vc_label {
  font-size: 100%;
}

/******************************************************************
[VISUAL COMPOSER] ROW
******************************************************************/
body.standard #inner-content .vc_row,
body.documentational #inner-content .vc_row {
  margin-bottom: 30px;
}

body.standard #inner-content .vc_row:last-child,
body.documentational #inner-content .vc_row:last-child {
  margin-bottom: 0;
}

body.standard.single-news #inner-content .vc_row,
body.documentational.single-news #inner-content .vc_row {
  margin-bottom: 0;
}

/******************************************************************
[VISUAL COMPOSER] SEPARATOR
******************************************************************/
.vc_separator.vc_separator_align_center h4 {
  text-align: center;
}

/******************************************************************
[VISUAL COMPOSER] SINGLE IMAGE
******************************************************************/
.vc_single_image-wrapper .single-image-caption {
  display: block;
  border-top: 1px solid #cccccc;
  margin-top: 12px;
  padding-top: 10px;
  font-size: 13px;
  color: #999999;
  line-height: 1.3;
  position: relative;
}

.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-image {
  background: #181818;
  border: none;
  text-align: center;
  z-index: 50;
  border-radius: 3px;
}

.single-image .close-reveal-modal {
  color: #fbba37;
}

/******************************************************************
[VISUAL COMPOSER] TOGGLE ELEMENT / FAQ
******************************************************************/
.vc_toggle {
  margin: 3px 0 3px 0 !important;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  display: grid;
}

.vc_toggle:hover:before,
.vc_toggle:hover .vc_toggle_title {
  left: 5px;
}

.vc_toggle:before {
  content: "\f35b";
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 14px;
  color: #000000;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vc_toggle .vc_toggle_title {
  z-index: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vc_toggle .vc_toggle_title > h4 {
  display: block;
  font-size: 1rem;
  padding: 10px 0 10px 20px;
  margin: 0;
}

.vc_toggle .vc_toggle_content {
  padding: 12px;
  margin: 0;
  background: #e8e8e8;
  border: 1px solid #cccccc;
  border-radius: 3px;
  overflow-wrap: break-word;
}

.vc_toggle .vc_toggle_content p {
  padding: 0;
}

.vc_toggle .vc_toggle_content p:last-child {
  margin: 0;
}

.vc_toggle .vc_toggle_content a {
  text-decoration: none;
  background-image: linear-gradient(to right, #ecbc5b, #fbba37);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vc_toggle .vc_toggle_content a:hover, .vc_toggle .vc_toggle_content a:focus {
  color: #000000;
  background-size: 0% 2px;
}

.vc_toggle.vc_toggle_active {
  border-bottom: none;
}

.vc_toggle.vc_toggle_active:before {
  transform: scale(-1);
}

/******************************************************************
GLOBAL FOOTER - SMALL (BASE)
******************************************************************/
.footer {
  clear: both;
  background: #111111 url("../images/tapestry/footer-bkg_tower-mtn-bow.png") no-repeat center bottom;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}

.footer .footer-container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 2em 15px;
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children {
  border-bottom: 1px solid #222222;
  line-height: normal;
  padding: 15px 0;
  position: relative;
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children > a {
  color: #ffffff;
  font-family: 'Aleo', serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.7px;
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children > a.toggle-open > .footer-toggle {
  color: #ffffff;
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .footer-toggle {
  position: absolute;
  right: 0;
  font-size: 12px;
  top: 18px;
  color: #777777;
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  background: #333333;
  border-radius: 3px;
  display: none;
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown .menu-item > a {
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 15px;
  color: #ffffff;
  border-bottom: 1px solid #282828;
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown .menu-item:last-child > a {
  border-bottom: none;
}

.footer .footer-container .footer-top .footer-contact-container {
  text-align: center;
  padding: 2.5em 0 15px 0;
  color: #ffffff;
}

.footer .footer-container .footer-top .footer-contact-container .footer-contact .footer-section-title {
  color: #ffffff;
  font-family: 'Aleo', serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0 0 1.5em 0;
  padding: 0;
}

.footer .footer-container .footer-top .footer-contact-container .footer-contact .footer-text-link {
  color: #ffffff;
  text-decoration: none;
  background-image: linear-gradient(to right, #ecbc5b, #fbba37);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer .footer-container .footer-top .footer-contact-container .footer-contact .footer-text-link:hover, .footer .footer-container .footer-top .footer-contact-container .footer-contact .footer-text-link:focus {
  color: #fbba37;
  background-size: 100% 1px;
}

.footer .footer-container .footer-top .footer-contact-container .footer-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap:first-child {
  margin: 0 15px 0 0;
}

.footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap a {
  color: #ffffff;
  padding: 10px 8px;
  font-size: 20px;
  border: 1px solid #333;
  border-radius: 7px;
  margin: 0 0 0 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap a:hover {
  color: #fbba37;
}

.footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap a:first-child {
  margin-left: 0;
}

.footer .footer-container .footer-bottom {
  border-top: 1px solid #222222;
  margin-top: 2em;
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .footer-container .footer-bottom .footer-logo {
  width: 230px;
}

.footer .footer-container .footer-bottom .footer-copyright {
  color: #ffffff;
  font-family: 'Aleo', serif;
  margin: 2.5em 0 0 0;
  padding: 0;
  font-size: 14px;
}

@media only screen and (min-width: 48em) {
  /******************************************************************
Site Name: Pacific Lutheran University
Stylesheet: Medium Stylesheet
******************************************************************/
  body.home_root .plu-media-slider.animated-icon .full-screen-video-description-text {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text {
    font-size: 25px;
  }
  body.home_root .plu-tradition-excellence.top-half .plu-number-count-section {
    flex-direction: row;
    justify-content: space-between;
  }
  body.home_root .plu-tradition-excellence.top-half .plu-number-count-section .number-count-item {
    width: calc(25% - 2em);
    margin-bottom: 0;
  }
  body.home_root .plu-tradition-excellence.bottom-half {
    background-position-x: 20%;
    padding: 5em 0 2em 0;
    background-size: auto;
  }
  body.home_root .plu-tradition-excellence.bottom-half .quote-section {
    width: 58%;
    margin-right: 5em;
  }
  body.home_root .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper {
    flex-direction: row;
    padding: 0 2em;
  }
  body.home_root .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner.first {
    width: 60%;
    max-width: unset;
    order: 1;
  }
  body.home_root .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner.second {
    order: 0;
  }
  body.home_root .plu-years .plu-years-logo-img img {
    max-width: 300px;
  }
  body.home_root .plu-years .section-sub-title {
    font-size: 18px;
    padding: 15px 7px 13px 7px;
  }
  body.home_root .plu-years .button-link {
    width: unset;
    justify-content: center;
    margin-bottom: 0;
  }
  body.home_root .plu-years .button-link > a {
    width: 300px;
  }
  body.home_root .plu-years .students-panel-img {
    padding-right: 3em;
  }
  body.home_root .plu-apply .apply-inner-top {
    padding: 3em 0;
  }
  body.home_root .plu-apply .apply-inner-top .top-header {
    width: 95%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  body.home_root .plu-apply .apply-inner-top .top-header .section-title {
    font-size: 50px;
  }
  body.home_root .plu-apply .apply-inner-top .top-header .text-box h4 {
    font-size: 21px;
  }
  body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a {
    font-size: 13px;
    margin: 0 18px;
    display: inline-block;
    margin-bottom: 0;
  }
  body.home_root .plu-apply .apply-section {
    padding: 0 0 4em 0;
    flex-direction: row;
  }
  body.home_root .plu-apply .apply-section:nth-child(even) {
    flex-direction: unset;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner .button-link {
    margin-bottom: 0;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner .button-link > a {
    width: inherit;
    padding-right: 48px;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.left-side-content {
    margin-bottom: 0;
    padding-right: 1.5em;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.left-side-content .apply-section-title,
  body.home_root .plu-apply .apply-section .apply-section-inner.left-side-content .apply-section-title h3,
  body.home_root .plu-apply .apply-section .apply-section-inner.left-side-content .apply-section-text,
  body.home_root .plu-apply .apply-section .apply-section-inner.left-side-content .button-link {
    text-align: right;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.right-side-content {
    margin-bottom: 0;
    padding-left: 1.5em;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .costs-year {
    margin: 25px 0 10px 0;
    padding: 0;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container {
    margin: 0 0 2em 0;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math {
    flex-direction: row;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section {
    margin: 0;
    font-size: 19px;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section .price-title {
    padding-top: 3px;
    font-size: 8px;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-icon {
    font-size: 8px;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-text {
    text-align: right;
  }
  body.home_root .plu-go-lutes {
    flex-direction: row;
    background-size: contain;
  }
  body.home_root .plu-go-lutes .go-lutes-text h3 {
    text-align: left;
  }
  body.home_root .plu-go-lutes .go-lutes-text .text-box p {
    text-align: left;
  }
  body.home_root .plu-go-lutes .go-lutes-background {
    margin: 0;
  }
  body.home_root .plu-go-lutes .go-lutes-logo .wpb_single_image {
    text-align: right;
  }
  body.office-of-admission .admission-jump-list-icons,
  body.first-year .admission-jump-list-icons,
  body.transfer .admission-jump-list-icons {
    display: block;
  }
  body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text,
  body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text,
  body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text {
    font-size: 25px;
  }
  body.office-of-admission .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper,
  body.first-year .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper,
  body.transfer .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper {
    flex-direction: row;
    padding: 0 2em;
  }
  body.office-of-admission .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner.first,
  body.first-year .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner.first,
  body.transfer .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner.first {
    width: 60%;
    max-width: unset;
    order: 1;
  }
  body.office-of-admission .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner.second,
  body.first-year .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner.second,
  body.transfer .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner.second {
    order: 0;
  }
  body.office-of-admission .plu-years .plu-years-logo-img img,
  body.first-year .plu-years .plu-years-logo-img img,
  body.transfer .plu-years .plu-years-logo-img img {
    max-width: 300px;
  }
  body.office-of-admission .plu-years .section-sub-title,
  body.first-year .plu-years .section-sub-title,
  body.transfer .plu-years .section-sub-title {
    font-size: 18px;
    padding: 15px 7px 13px 7px;
  }
  body.office-of-admission .plu-years .button-link,
  body.first-year .plu-years .button-link,
  body.transfer .plu-years .button-link {
    width: unset;
    justify-content: center;
    margin-bottom: 0;
  }
  body.office-of-admission .plu-years .button-link > a,
  body.first-year .plu-years .button-link > a,
  body.transfer .plu-years .button-link > a {
    width: 300px;
  }
  body.office-of-admission .plu-years .students-panel-img,
  body.first-year .plu-years .students-panel-img,
  body.transfer .plu-years .students-panel-img {
    padding-right: 3em;
  }
  /******************************************************************
GLOBAL HEADER - MEDIUM
******************************************************************/
  .global-header-nav .header-container {
    right: -375px;
    width: 375px;
  }
  .global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] {
    /******************************************************************
EPASS SECTION - MEDIUM
******************************************************************/
  }
  .global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .plu-bookmarks-help {
    max-height: 300px;
  }
  .global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .bookmark-epass-sync-load .sync-load-btn {
    padding: 5px 0;
  }
  .global-header-nav.global-nav-open {
    right: 375px;
  }
  .global-header-nav.global-nav-open .header-social-container {
    right: 0;
  }
  /******************************************************************
BODY - MEDIUM
******************************************************************/
  .body-wrapper {
    /******************************************************************
SITE NAV - MEDIUM
******************************************************************/
  }
  .body-wrapper .full-width-deep-scroll-nav-container.display {
    margin: 0 auto;
  }
  .body-wrapper .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll {
    opacity: 1;
    visibility: visible;
    top: 0px;
    z-index: 5;
  }
  .body-wrapper .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll #main-menu-toggler {
    display: none;
  }
  .body-wrapper .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll .main-menu li > a:hover {
    color: #fbba37;
  }
  .body-wrapper .full-width-deep-scroll-nav-container .nav-toggle-container {
    display: block;
  }
  .body-wrapper .full-width-deep-scroll-nav-container .nav-toggle-container .nav-display-toggle {
    background: #fbba37;
    display: inline-block;
    padding: 10px;
    font-family: "Aleo", serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border-radius: 0 0 4px 4px;
    border: 1px solid transparent;
    border-top: 0;
    transition: border-color 0.3s ease-in-out;
  }
  .body-wrapper .full-width-deep-scroll-nav-container .nav-toggle-container .nav-display-toggle:hover {
    border-color: #dda940;
  }
  .body-wrapper .full-width-deep-scroll-nav-container .nav-toggle-container .nav-display-toggle .nav-display-toggle-icon {
    margin-right: 5px;
    width: 13px;
    text-align: center;
  }
  .body-wrapper #site-nav-wrapper {
    position: relative;
  }
  .body-wrapper #site-nav-wrapper.full-width-deep-scroll {
    width: calc(100% - 30px);
    position: absolute;
    top: -55px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    margin: unset;
    transition: all 0.3s ease-in-out;
  }
  .body-wrapper #site-nav-wrapper .main-menu {
    display: block;
  }
  .body-wrapper #content #inner-content #main {
    /******************************************************************
SITE SIDEBAR - MEDIUM
******************************************************************/
  }
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar,
  .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar,
  .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar {
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /******************************************************************
WIDGETS - MEDIUM
******************************************************************/
  }
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget,
  .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget,
  .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget {
    margin-bottom: 0;
    width: 100%;
    border-bottom: 0;
    border-right: 1px solid #dddddd;
  }
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget:last-child,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget:last-child,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget:last-child,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget:last-child,
  .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget:last-child,
  .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget:last-child {
    border-right: 0;
  }
  .body-wrapper #content #inner-content[root-home="yes"] {
    padding: 0 35px;
  }
  /******************************************************************
HOMEPAGE SITE HEADER - MEDIUM
******************************************************************/
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .plu-rose-window-corner {
    display: block;
    background: url("../images/rose-window/rose-window-site-header.png") right top no-repeat;
    position: absolute;
    right: 0;
    top: 40px;
    opacity: 0.25;
    width: 258px;
    height: 122px;
    z-index: 2;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 1.1em;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
    font-size: 12px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    position: unset;
    right: unset;
    top: unset;
    transform: none;
    margin-top: 3px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar {
    background: transparent;
    height: unset;
    display: unset;
    flex-direction: unset;
    align-items: unset;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    width: 70px;
    margin-left: 0;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
    display: none;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
    display: block;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper {
    height: 400px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-video-wrapper {
    height: 400px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .video-button-wrapper .video-play-pause {
    font-size: 32px;
    padding: 12px 15px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 3em;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
    margin: 10px 0 0 0;
    font-size: 16px;
    padding: 3px 0 0 0;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .video-button-wrapper .video-play-pause {
    font-size: 32px;
    padding: 12px 15px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 2.5em;
  }
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
    margin: 13px 0 0 0;
    font-size: 18px;
    padding: 3px 0 0 0;
  }
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs:before {
    width: 350px;
    top: -6px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar {
    background: transparent;
    height: unset;
    display: unset;
    flex-direction: unset;
    align-items: unset;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    width: 70px;
    margin-left: 0;
  }
  .site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
    display: none;
  }
  .site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
    display: block;
  }
  .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header {
    padding: 10px 15px;
  }
  .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 1.1em;
  }
  .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
    font-size: 12px;
  }
  .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    position: unset;
    right: unset;
    top: unset;
    transform: none;
    margin-top: 3px;
  }
  /******************************************************************
SUBPAGE SITE HEADER - MEDIUM
******************************************************************/
  .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .plu-rose-window-corner {
    display: block;
    background: url("../images/rose-window/rose-window-site-header.png") right top no-repeat;
    position: absolute;
    right: 0;
    top: 40px;
    opacity: 0.25;
    width: 258px;
    height: 122px;
    z-index: 2;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 1.1em;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
    font-size: 12px;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    position: unset;
    right: unset;
    top: unset;
    transform: none;
    margin-top: 3px;
  }
  /******************************************************************
ACTIVITY STREAM - MEDIUM
******************************************************************/
  .plu-social-activity-stream .social-slider-container .social-items .social-item {
    width: calc(50% - 20px);
    margin-right: 29px;
  }
  .plu-social-activity-stream .social-slider-container[display-posts-per-slide="one"] .social-items .social-item {
    width: 100%;
  }
  .plu-social-activity-stream .social-slider-container[display-posts-per-slide="two"] .social-items .social-item {
    width: calc(50% - 20px);
    margin-right: 29px;
  }
  .plu-social-activity-stream .social-slider-container[display-posts-per-slide="three"] .social-items .social-item {
    width: calc(33.3% - 20px);
    margin-right: 29px;
  }
  /******************************************************************
LOCALIST CALENDAR (GRID/LIST)  - MEDIUM
******************************************************************/
  .plu-localist-calendar-widget .plu-localist-view-options {
    justify-content: flex-end;
    align-items: center;
    flex-wrap: unset;
  }
  .plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options {
    margin-right: 1em;
    margin-bottom: 0;
  }
  .plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options:last-child {
    margin-right: 0;
  }
  .plu-localist-calendar-widget .plu-localist-view-all .view-all-button {
    width: auto;
  }
  .plu-localist-calendar-widget[calendar-type="grid"][events-per-row="3"] .event-list .event {
    max-width: calc(50% - 1em);
  }
  .plu-localist-calendar-widget[calendar-type="grid"][events-per-row="2"] .event-list .event {
    max-width: calc(50% - 1em);
  }
  .plu-localist-calendar-widget[calendar-type="grid"][events-per-row="1"] .event-list .event {
    max-width: 100%;
  }
  /******************************************************************
INTEREST & MAJORS (on /academic-advising/ site)
******************************************************************/
  /********** Interests & Majors **********/
  #interest-wrapper #interest-options ul li {
    width: 33.333333%;
  }
  /******************************************************************
PULL QUOTE
******************************************************************/
  .pquote.right {
    float: right;
    max-width: 40%;
    margin: 1.5em 0 1.5em 1.5em;
  }
  .pquote.left {
    float: left;
    max-width: 40%;
    margin: 1.5em 1.5em 1.5em 0;
  }
  /******************************************************************
TABLEPRESS
******************************************************************/
  .dataTables_wrapper .dataTables_paginate {
    float: right;
  }
  .dataTables_wrapper .tablepress th, .dataTables_wrapper .tablepress td {
    padding: 8px;
  }
  /******************************************************************
STAFF  - MEDIUM
******************************************************************/
  .staff-list .members {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .staff-list .members:after {
    content: "";
    flex: auto;
  }
  .staff-list .members .member {
    max-width: calc(34% - 1em);
    margin: 0 1em 1em 0;
  }
  .staff-list .members .member:nth-child(3n) {
    margin-right: 0;
  }
  .staff-list .members .member:last-child {
    margin-right: 0;
  }
  /******************************************************************
INDIVIDUAL STAFF  - MEDIUM
******************************************************************/
  .staff-information-wrapper .staff-header-wrapper .member {
    flex-direction: row;
  }
  .staff-information-wrapper .staff-header-wrapper .member .staff-header-left {
    width: 25%;
    border-radius: 3px 0 0 3px;
  }
  .staff-information-wrapper .staff-header-wrapper .member .staff-header-left .social-icons-wrapper {
    margin-top: 1em;
  }
  .staff-information-wrapper .staff-header-wrapper .member .staff-header-left .staff-information-toggler {
    display: none;
  }
  .staff-information-wrapper .staff-header-wrapper .member .staff-header-right {
    width: 75%;
    border-radius: 0 3px 3px 0;
  }
  .staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-selector li {
    padding: 10px;
  }
  /******************************************************************
GLOBAL FOOTER - MEDIUM
******************************************************************/
  .footer .footer-container .footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .footer-container .footer-top .footer-links-container {
    width: 75%;
  }
  .footer .footer-container .footer-top .footer-links-container .global-footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children {
    border-bottom: none;
    position: relative;
    width: 100%;
    padding: 0;
  }
  .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children > a {
    font-size: 14px;
    cursor: default;
  }
  .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .footer-toggle {
    display: none;
  }
  .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown {
    background: transparent;
    border-radius: 0;
    display: block;
  }
  .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown .menu-item > a {
    padding: 2px 0;
    line-height: 1.9;
    display: inline;
    font-size: 13px;
    color: #ffffff;
    border-bottom: none;
    text-decoration: none;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown .menu-item > a:hover, .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown .menu-item > a:focus {
    color: #fbba37;
    background-size: 100% 2px;
  }
  .footer .footer-container .footer-top .footer-contact-container {
    text-align: left;
    padding: 0;
    width: 25%;
  }
  .footer .footer-container .footer-top .footer-contact-container .footer-contact .footer-section-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .footer .footer-container .footer-top .footer-contact-container .footer-contact > p {
    font-size: 13px;
  }
  .footer .footer-container .footer-top .footer-contact-container .footer-social {
    flex-direction: column;
  }
  .footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap:first-child {
    margin: 0 0 10px 0;
  }
  .footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap a {
    margin: 0 5px 0 0;
  }
  .footer .footer-container .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .footer-container .footer-bottom .footer-copyright {
    color: #ffffff;
    padding-bottom: 2px;
    border-bottom: none;
    text-decoration: none;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .footer .footer-container .footer-bottom .footer-copyright:hover, .footer .footer-container .footer-bottom .footer-copyright:focus {
    color: #fbba37;
    background-size: 100% 1px;
  }
}

@media only screen and (min-width: 64em) {
  /******************************************************************
Site Name: Pacific Lutheran University
Stylesheet: Semi-large Stylesheet
******************************************************************/
  body.home_root .global-header-floating-menu-toggle .header-tabs {
    display: none;
  }
  body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper {
    width: 30%;
    margin-right: 100px;
  }
  body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text {
    font-size: 28px;
  }
  body.home_root .plu-tradition-excellence.bottom-half {
    padding: 7em 0 4em 0;
  }
  body.home_root .plu-tradition-excellence.bottom-half .quote-section {
    width: 58%;
    margin-right: 5em;
  }
  body.home_root .plu-majors-programs .plu-majors-programs-inner {
    flex-direction: row;
  }
  body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-text {
    padding: 3em 2.5em;
    margin: -2em -5em 0 3em;
    width: 25%;
    text-align: left;
  }
  body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-text .programs-title {
    text-align: left;
  }
  body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-image {
    width: 75%;
  }
  body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-image .majors-programs-inner-image .vc_single_image-wrapper {
    position: relative;
  }
  body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-image .majors-programs-inner-image .vc_single_image-wrapper:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 3px;
    background: url("../images/tapestry/dividers/dashed-lines_gold.png") left center repeat-x;
    bottom: 2em;
    left: -3em;
  }
  body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-image .majors-programs-inner-image .vc_single_image-wrapper:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 80%;
    background: url("../images/tapestry/dividers/dashed-lines-vertical_gold.png") left center repeat-y;
    top: -3em;
    right: 3em;
  }
  body.home_root .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner .text-box {
    margin: 11px 0;
  }
  body.home_root .plu-years .plu-years-logo-img img {
    max-width: 450px;
  }
  body.home_root .plu-years .section-title {
    font-size: 70px;
    line-height: 1;
  }
  body.home_root .plu-apply .apply-inner-top .top-header {
    width: 80%;
  }
  body.home_root .plu-apply .apply-inner-top .top-header .section-title {
    font-size: 50px;
  }
  body.home_root .plu-apply .apply-inner-top .top-header .text-box h4 {
    font-size: 23px;
  }
  body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a {
    font-size: 15px;
    margin: 0 20px;
  }
  body.home_root .plu-apply .apply-section {
    padding: 2.5em 0;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates {
    transition: background-color 0.3s ease-in-out;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates:hover .important-dates-inner {
    padding-left: 10px;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner {
    transition: padding-left 0.3s ease-in-out;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .costs-year {
    margin: 25px 0 10px 0;
    padding: 0;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container {
    margin: 1em 0 2em 0;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section {
    font-size: 30px;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section .price-title {
    padding-top: 6px;
    font-size: 13px;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-icon {
    font-size: 12px;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count .afford-number-title {
    font-size: 15px;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-text {
    text-align: right;
    width: 50%;
  }
  body.home_root .plu-photo-parallax {
    background-position-x: unset;
    background-position-y: unset;
  }
  body.home_root .plu-go-lutes .go-lutes-text h3 {
    text-align: center;
  }
  body.home_root .plu-go-lutes .go-lutes-text .text-box p {
    text-align: center;
  }
  body.home_root .plu-go-lutes .go-lutes-background {
    margin: 0;
  }
  body.home_root .plu-go-lutes .go-lutes-logo .wpb_single_image {
    text-align: center;
  }
  body.office-of-admission .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-title,
  body.office-of-admission .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-subtitle,
  body.first-year .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-title,
  body.first-year .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-subtitle,
  body.transfer .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-title,
  body.transfer .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-subtitle {
    display: block;
  }
  body.office-of-admission .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-button-link,
  body.first-year .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-button-link,
  body.transfer .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-button-link {
    margin-top: 15px;
  }
  body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper,
  body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper,
  body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper {
    width: 30%;
    margin-right: 100px;
  }
  body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text,
  body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text,
  body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text {
    font-size: 28px;
  }
  body.office-of-admission .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner .text-box,
  body.first-year .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner .text-box,
  body.transfer .plu-years .plu-years-inner-wrap > .vc_column-inner > .wpb_wrapper .plu-years-inner .text-box {
    margin: 11px 0;
  }
  body.office-of-admission .plu-years .plu-years-logo-img img,
  body.first-year .plu-years .plu-years-logo-img img,
  body.transfer .plu-years .plu-years-logo-img img {
    max-width: 450px;
  }
  body.office-of-admission .plu-years .section-title,
  body.first-year .plu-years .section-title,
  body.transfer .plu-years .section-title {
    font-size: 70px;
    line-height: 1;
  }
  /******************************************************************
GLOBAL HEADER - SEMI-LARGE
******************************************************************/
  .global-header-wrapper.menu-only .global-header-floating-menu-toggle {
    right: 0;
  }
  .global-header-wrapper.menu-only .global-header-floating-menu-toggle.global-nav-open {
    right: 375px;
  }
  .global-header-wrapper.menu-only .global-header-nav {
    right: -130px;
  }
  .global-header-wrapper.menu-only .global-header-nav.with-covid-tab {
    right: -155px;
  }
  .global-header-wrapper.menu-only .global-header-nav.global-nav-open {
    right: 375px;
  }
  .global-header-floating-menu-toggle {
    right: -130px;
    -webkit-transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    -ms-transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    -o-transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1.55);
  }
  .global-header-floating-menu-toggle .menu-toggle {
    padding: 10px 0;
    width: 75px;
  }
  .global-header-floating-menu-toggle .menu-toggle:hover {
    background: rgba(0, 0, 0, 0.85);
  }
  .global-header-floating-menu-toggle .header-tabs {
    display: none;
  }
  .global-header-floating-menu-toggle.scrolled-to {
    right: 0;
  }
  .global-header-floating-menu-toggle.global-nav-open {
    right: 375px;
    opacity: 0;
  }
  .global-header-nav {
    -webkit-transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    -ms-transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    -o-transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1.55);
  }
  .global-header-nav .header-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .global-header-nav .header-tabs li {
    font-family: "Aleo", serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
    display: inherit;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global-header-nav .header-tabs li.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    padding: 10px 0;
    cursor: pointer;
    width: 75px;
    background: transparent;
  }
  .global-header-nav .header-tabs li.main:hover {
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }
  .global-header-nav .header-tabs li.secondary {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 10px 0px 0px -6px #fbba37;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-right: -20px;
  }
  .global-header-nav .header-tabs li.secondary > a {
    width: 150px;
    padding: 10px 0 10px 15px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
  }
  .global-header-nav .header-tabs li.secondary > a:hover {
    width: 170px;
    background-size: 100% 100%;
    color: #000000;
  }
  .global-header-nav .header-tabs li.secondary.highlight {
    background: #fbba37;
    box-shadow: none;
  }
  .global-header-nav .header-tabs li.secondary.highlight > a {
    color: #000000;
    background-image: none;
  }
  .global-header-nav .header-tabs li .header-tab-icon {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .global-header-nav .header-tabs.with-covid-tab li.secondary > a {
    width: 175px;
  }
  .global-header-nav .header-tabs.with-covid-tab li.secondary > a:hover {
    width: 195px;
  }
  .global-header-nav.scrolled-to {
    right: -130px;
  }
  .global-header-nav.scrolled-to.with-covid-tab {
    right: -155px;
  }
  .global-header-nav.scrolled-to.global-nav-open, .global-header-nav.menu-only.global-nav-open {
    right: 375px;
  }
  .global-header-nav.scrolled-to.global-nav-open .header-tabs li.main, .global-header-nav.menu-only.global-nav-open .header-tabs li.main {
    background: transparent;
  }
  .global-header-nav.scrolled-to.global-nav-open .header-tabs li.main:hover, .global-header-nav.menu-only.global-nav-open .header-tabs li.main:hover {
    background: rgba(0, 0, 0, 0.4);
  }
  .global-header-nav .header-container {
    padding: 3.4em 3em 5.4em 3em;
    -webkit-transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    -ms-transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    -o-transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1.55);
  }
  .global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] {
    /******************************************************************
MENU SECTION - SEMI-LARGE
******************************************************************/
  }
  .global-header-nav .header-container .header-section-container .header-section[nav-item="menu"] .global-top-nav {
    margin: 3em 0 0 0;
  }
  .global-header-nav .header-container .header-section-container .header-section[nav-item="news"] {
    /******************************************************************
NEWS & EVENTS SECTION - SEMI-LARGE
******************************************************************/
  }
  .global-header-nav .header-container .header-section-container .header-section[nav-item="news"] .plu-news-events .all-news-events-link {
    text-align: right;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] {
    /******************************************************************
EPASS SECTION - SEMI-LARGE
******************************************************************/
  }
  .global-header-nav .header-container .header-section-container .header-section[nav-item="epass"] .plu-bookmarks .plu-bookmarks-help {
    max-height: 350px;
  }
  .global-header-nav .header-social-container {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: -375px;
    width: 375px;
    padding: 1em 0;
    border-top: 1px solid #222;
    background: #111111;
    -webkit-transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    -ms-transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    -o-transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition: all 0.75s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1.55);
  }
  .global-header-nav .header-social-container .header-social {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .global-header-nav .header-social-container .header-social > a {
    color: #ffffff;
    padding: 9px 7px;
    font-size: 17px;
    border: 1px solid #333;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global-header-nav .header-social-container .header-social > a:hover {
    color: #fbba37;
  }
  .global-header-quicklights {
    display: block;
    position: fixed;
    width: calc(100vw - 375px);
    color: #fff;
    left: 0;
    bottom: -200px;
    background: rgba(0, 0, 0, 0.75);
    padding: 1.5em;
    z-index: 99;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .global-header-quicklights.global-nav-open {
    bottom: 0;
  }
  .global-header-quicklights .quicklights-title {
    color: #fbba37;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
  }
  .global-header-quicklights .quicklights-content-wrapper .quicklights-content {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
  }
  .global-header-quicklights .quicklights-content-wrapper .quicklights-content .quicklights-item {
    margin: 0;
    padding: 0;
    font-size: 15px;
    opacity: 0;
    position: absolute;
    top: -50px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .global-header-quicklights .quicklights-content-wrapper .quicklights-content .quicklights-item.current {
    opacity: 1;
    position: relative;
    top: 0;
  }
  .global-header-quicklights .quicklights-content-wrapper .quicklights-numbers {
    margin: 15px 0 0 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: none;
    counter-reset: item;
    display: flex;
    flex-direction: row;
  }
  .global-header-quicklights .quicklights-content-wrapper .quicklights-numbers li {
    border: 1px solid #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-size: 8px;
    text-align: center;
    margin-right: 10px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global-header-quicklights .quicklights-content-wrapper .quicklights-numbers li:last-child {
    margin-right: 0;
  }
  .global-header-quicklights .quicklights-content-wrapper .quicklights-numbers li:before {
    content: counter(item);
    counter-increment: item;
  }
  .global-header-quicklights .quicklights-content-wrapper .quicklights-numbers li.current {
    background: rgba(255, 255, 255, 0.3);
  }
  .global-header-quicklights .quicklights-button {
    margin-top: 2em;
    display: inline-block;
    display: none;
    color: #000;
    background: #fbba37;
    padding: 15px 10px;
    font-size: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
  }
  /******************************************************************
BODY - SEMI-LARGE
******************************************************************/
  .body-wrapper #content {
    position: relative;
    background: #ffffff;
  }
  .body-wrapper #content #inner-content[root-home="no"] {
    margin: 2em auto 0 auto;
  }
  .body-wrapper #content #inner-content[root-home="yes"] {
    padding: 0 35px;
  }
  .body-wrapper #content #inner-content #main {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    /******************************************************************
SITE NAV - SEMI-LARGE
******************************************************************/
    /******************************************************************
SITE SIDEBAR - SEMI-LARGE
******************************************************************/
  }
  .body-wrapper #content #inner-content #main .inner-content-left-side {
    margin-right: 2em;
    max-width: 300px;
    min-width: 300px;
    width: 100%;
  }
  .body-wrapper #content #inner-content #main .inner-content-right-side {
    max-width: 1068px;
    width: 100%;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu {
    display: block;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    max-height: unset;
    position: unset;
    top: unset;
    border-radius: 0;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li {
    border-bottom: 1px solid #e8e8e8;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li > a {
    background: #ffffff;
    color: #000000;
    padding: 9px 36px 9px 9px;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li > a:hover {
    background: #dddddd;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.active > a {
    background: #222222;
    color: #ffffff;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.active .sub-links-toggle {
    color: #ffffff;
    border-left-color: #444444;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.active .sub-links-toggle:hover {
    background: #444444;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li .sub-links-toggle {
    color: #000000;
    padding: 17px 13px;
    border-left: 1px solid #e8e8e8;
    font-size: 11px;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li .sub-links-toggle:hover {
    background: #dddddd;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle {
    color: #000000;
    border-left-color: #e8e8e8;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle:hover {
    background: #dddddd;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown {
    border-top: 1px solid #e8e8e8;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li {
    font-size: 16px;
    background: #ffffff;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a {
    padding: 8px 37px 8px 20px;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li a:before {
    left: 9px;
    top: 14px;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active > a {
    background: #dddddd;
    color: #000000;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active .sub-links-toggle {
    color: #000000;
    border-left-color: #e8e8e8;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active .sub-links-toggle:hover {
    background: #dddddd;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown {
    border-top: 1px solid #e8e8e8;
    display: none;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li > a {
    padding-left: 30px;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li > a:before {
    left: 20px;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li:last-child {
    border-bottom: 1px solid #e8e8e8;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li.active > a {
    background: #dddddd;
  }
  .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown > .dropdown li .sub-links-toggle {
    padding: 15px 13px;
  }
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    /******************************************************************
WIDGETS - SEMI-LARGE
******************************************************************/
  }
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget {
    margin-bottom: 0;
    border-right: 0;
    border-bottom: 1px solid #dddddd;
  }
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget:first-child,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget:first-child,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget:first-child,
  .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget:first-child {
    margin-top: 2em;
  }
  /******************************************************************
DOCUMENTATIONAL SITE - SEMI-LARGE
******************************************************************/
  .body-wrapper.documentational .title-breadcrumbs {
    max-width: unset;
    padding: 0;
    background: transparent;
    min-height: 38px;
  }
  .body-wrapper.documentational .title-breadcrumbs .page-title {
    font-size: 17px;
    color: #000000;
    letter-spacing: 1.3px;
    padding: 0 0 0 40px;
  }
  .body-wrapper.documentational .title-breadcrumbs #breadcrumbs {
    font-size: 12px;
    padding: 2px 0 10px 40px;
  }
  .body-wrapper.documentational .title-breadcrumbs #breadcrumbs li {
    margin: 0 5px 0 0;
    color: #555555;
  }
  .body-wrapper.documentational .title-breadcrumbs #breadcrumbs li a {
    color: #000000;
  }
  .body-wrapper.documentational .title-breadcrumbs #breadcrumbs li a:hover {
    border-bottom: 1px solid;
  }
  .body-wrapper.documentational .title-breadcrumbs .add-page-to-bookmarks {
    color: #000;
    right: unset;
    left: 0;
    top: 2px;
    transform: unset;
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  .body-wrapper.documentational .title-breadcrumbs .add-page-to-bookmarks:hover {
    color: #fbba37;
  }
  .body-wrapper.documentational .title-breadcrumbs .add-page-to-bookmarks:hover:after {
    opacity: 1;
    left: 40px;
    visibility: visible;
  }
  .body-wrapper.documentational .title-breadcrumbs .add-page-to-bookmarks:after {
    content: "Add this page to your bookmarks?";
    opacity: 0;
    position: absolute;
    top: 0;
    width: 205px;
    text-align: center;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
    border-radius: 5px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .body-wrapper.documentational .search-wrapper {
    border-bottom: 1px solid #e8e8e8;
    margin: 10px 0;
    padding-bottom: 20px;
  }
  .body-wrapper.documentational .search-wrapper .doc-site-search-wrapper .doc-site-search {
    position: absolute;
    border: 1px solid #dddddd;
    box-shadow: none;
    border-radius: 3px;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper {
    padding: 0;
    margin: 0;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side {
    height: 100vh;
    position: fixed;
    left: 0;
    max-width: 300px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    background: #999999;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side .doc-site-header {
    background: #999999 url("../images/rose-window/rose-window-cut-global-nav.png") right -15px no-repeat;
    padding: 1.5em 1.5em 0 1.5em;
    transform: scaleX(-1);
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side .doc-site-header .inner-header {
    text-align: center;
    padding-bottom: 15px;
    transform: scaleX(-1);
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side .doc-site-header .inner-header a {
    display: inline-block;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side .doc-site-header .inner-header .logo {
    margin-bottom: 15px;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side .doc-site-header .inner-header .logo img {
    width: 300px;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side .doc-site-header .inner-header .page-title {
    color: #ffffff;
    font-weight: normal;
    margin: 0;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu {
    display: block;
    max-height: unset;
    position: unset;
    top: unset;
    border-radius: 0;
    border-top-color: #686868;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li {
    border-bottom: 1px solid #686868;
    background: #999999;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li > a {
    color: #000000;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li > a:hover {
    background: #444444;
    color: #ffffff;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.active > a {
    background: #333333;
    color: #fbba37;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.active .sub-links-toggle {
    color: #ffffff;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.active .sub-links-toggle:hover {
    color: #fbba37;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li .sub-links-toggle {
    color: #111111;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li .sub-links-toggle:hover {
    color: #fbba37;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle {
    color: #222222;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle:hover {
    color: #000000;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown {
    border-left: 0;
    border-right: 0;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li {
    background: #e8e8e8;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.active > a {
    background: #bbbbbb;
    color: #000000;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown {
    border-right: 1px solid #cccccc;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown {
    display: none;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li {
    background: #ffffff;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown > .dropdown li.has-dropdown > .dropdown li:last-child {
    border-bottom: 0;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side {
    min-height: 100vh;
    width: calc(100% - 300px);
    position: relative;
    left: 300px;
    padding: 25px 0 0 0;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side > *:not(:last-child) {
    padding: 0 25px;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper {
    padding: 0 25px;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer {
    padding: 30px 20px;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer {
    flex-direction: row;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget {
    padding: 0 1em;
    border-bottom: 0;
    border-right: 1px solid #444444;
    width: 25%;
    position: relative;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .widgettitle {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget:last-child {
    border-right: 0;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button,
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn {
    position: absolute;
    width: calc(100% - 2em);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  /******************************************************************
HOMEPAGE SITE HEADER - SEMI-LARGE
******************************************************************/
  .site-header-wrapper[header-scroll-type="fixed"] {
    position: fixed;
    width: 100%;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper {
    background-attachment: fixed;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .plu-rose-window-corner {
    right: unset;
    left: 50%;
    top: 7px;
    width: 100%;
    height: 128px;
    max-width: 1400px;
    transform: translateX(-50%);
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar {
    background: transparent;
    height: unset;
    display: unset;
    flex-direction: unset;
    align-items: unset;
    position: absolute;
    max-width: 1430px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 36px 15px 0 15px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    width: 325px;
    margin-left: 0;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
    display: block;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
    display: none;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper {
    margin-bottom: 2em;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header {
    height: inherit;
    position: relative;
    z-index: 1;
    padding-top: 145px;
    padding-bottom: 20px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 1.8em;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    width: 100%;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
    font-size: 15px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    position: relative;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover:after {
    opacity: 1;
    left: 35px;
    visibility: visible;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:after {
    content: "Add this page to your bookmarks?";
    opacity: 0;
    position: absolute;
    top: -3px;
    width: 205px;
    text-align: center;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
    border-radius: 5px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .site-header-wrapper[page-type="homepage"][header-type="slim"][homepage-full-width="true"] .site-header-inner-wrapper {
    margin-bottom: 0;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    width: 100px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper {
    background-attachment: scroll;
    background-position: center top;
    height: 580px;
    position: relative;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-video-wrapper {
    height: calc(580px * 2);
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-video-wrapper .site-header-video {
    width: 100vw;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .video-button-wrapper {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 3;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .video-button-wrapper .video-play-pause {
    background: transparent;
    font-size: 2em;
    border: none;
    margin: 0;
    padding: 0;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 3.5em;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
    font-size: 18px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-jump-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-jump-nav .jump-nav-items {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-jump-nav .jump-nav-items .jump-nav-item {
    padding: 14px 22px;
    color: #ffffff;
    font-family: "Aleo", serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1.1px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-jump-nav .jump-nav-items .jump-nav-item:hover {
    color: #fbba37;
  }
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    width: 130px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .video-button-wrapper {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 3;
  }
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .video-button-wrapper .video-play-pause {
    background: transparent;
    font-size: 2em;
    border: none;
    margin: 0;
    padding: 0;
  }
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 4em;
  }
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
    margin: 15px 0 0 0;
    font-size: 20px;
    padding: 4px 0 0 0;
  }
  .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs:before {
    width: 400px;
    top: -9px;
  }
  .site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    width: 100px;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar {
    align-items: center;
    padding: 1.5em 0 0 0;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-news-search {
    left: 4em;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-news-search .header-icon {
    font-size: 20px;
    padding: 10px;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-news-search .header-icon:first-child {
    display: none;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    display: inline-block;
    width: 250px;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation {
    margin-top: 5px;
    position: unset;
    width: unset;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .news-nav-toggle {
    display: none;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    border-top: none;
    background: transparent;
    max-height: none;
    overflow-y: visible;
    border-radius: 0;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li {
    border-bottom: none;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.active > a {
    color: #ffffff;
    opacity: 1;
    box-shadow: inset 0px -7px 0px -5px #fbba37;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.active .sub-links-toggle {
    color: #fbba37;
    border-left-color: none;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li > a {
    color: #ffffff;
    padding: 20px 16px 17px 16px;
    font-size: 17px;
    opacity: 0.6;
    font-family: "Aleo", serif;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.3px;
    box-shadow: inset 0px -7px 0px -5px transparent;
    border-bottom: 0;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li > a:hover {
    opacity: 1;
    box-shadow: inset 0px -7px 0px -5px #fbba37;
    background: transparent;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > a {
    padding-right: 30px;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown:hover .dropdown {
    display: block;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown.topic-dropdown > .dropdown {
    width: 315px;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown {
    border-top: none;
    background: #000000;
    position: absolute;
    top: 57px;
    width: 225px;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li {
    font-family: "Aleo", serif;
    border-bottom: none;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li a {
    font-size: 16px;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li a:hover {
    box-shadow: none;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li a:before {
    top: 17px;
    font-size: 14px;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown > .dropdown li.active > a {
    background: transparent;
    box-shadow: none;
    color: #fbba37;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li .sub-links-toggle {
    border-left: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #fbba37;
  }
  .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li .sub-links-toggle:before {
    content: '\f107';
  }
  .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header {
    padding: 20px 15px;
  }
  .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 1.8em;
    width: 100%;
  }
  .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
    font-size: 15px;
  }
  .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    position: relative;
  }
  .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover:after {
    opacity: 1;
    left: 35px;
    visibility: visible;
  }
  .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:after {
    content: "Add this page to your bookmarks?";
    opacity: 0;
    position: absolute;
    top: -3px;
    width: 205px;
    text-align: center;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
    border-radius: 5px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  /******************************************************************
SUBPAGE SITE HEADER - SEMI-LARGE
******************************************************************/
  .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper {
    background-attachment: fixed;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .plu-rose-window-corner {
    right: unset;
    left: 50%;
    top: 7px;
    width: 100%;
    height: 128px;
    max-width: 1400px;
    transform: translateX(-50%);
  }
  .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar {
    background: transparent;
    height: unset;
    display: unset;
    flex-direction: unset;
    align-items: unset;
    position: absolute;
    max-width: 1430px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 36px 15px 0 15px;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    width: 325px;
    margin-left: 0;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
    display: block;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
    display: none;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper {
    margin-bottom: 2em;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header {
    height: inherit;
    position: relative;
    z-index: 1;
    padding-top: 145px;
    padding-bottom: 20px;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 1.8em;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    width: 100%;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs #breadcrumbs {
    font-size: 15px;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    position: relative;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover:after {
    opacity: 1;
    left: 35px;
    visibility: visible;
  }
  .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:after {
    content: "Add this page to your bookmarks?";
    opacity: 0;
    position: absolute;
    top: -3px;
    width: 205px;
    text-align: center;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
    border-radius: 5px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  /******************************************************************
LOCALIST CALENDAR (GRID/LIST)  - LARGE
******************************************************************/
  .plu-localist-calendar-widget[calendar-type="grid"][events-per-row="3"] .event-list .event {
    max-width: calc(33.33% - 1em);
  }
  /******************************************************************
PULL QUOTE
******************************************************************/
  .pquote.right {
    max-width: 30%;
  }
  .pquote.left {
    max-width: 30%;
  }
  /******************************************************************
STAFF  - SEMI-LARGE
******************************************************************/
  .staff-list .members .member {
    max-width: calc(25.37% - 1em);
  }
  .staff-list .members .member:nth-child(3n) {
    margin-right: 1em;
  }
  .staff-list .members .member:nth-child(4n) {
    margin-right: 0;
  }
  /******************************************************************
GLOBAL FOOTER - SEMI-LARGE
******************************************************************/
  .footer {
    background-size: auto;
  }
  .footer .footer-container {
    padding: 3em 15px;
  }
  .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown .menu-item > a {
    color: #ffffff;
    font-size: 15px;
  }
  /******************************************************************
SOCIAL WALL
******************************************************************/
  #social-wall .slidernav {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  #social-wall .slidernav a {
    display: inline-block;
    padding: 5px 8px;
    margin-right: 8px;
    font-size: 1.4em;
    background: #fff;
    color: #666;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  }
  #social-wall .slidernav a:active {
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  }
  #social-wall .social-wall-post {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    padding: 1em;
  }
}

@media only screen and (min-width: 71.563em) {
  /******************************************************************
Site Name: Pacific Lutheran University
Stylesheet: Large Stylesheet
******************************************************************/
  body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper {
    margin-right: 150px;
  }
  body.home_root .plu-tradition-excellence.bottom-half .quote-section {
    width: 40%;
    margin-right: 17%;
  }
  body.home_root .plu-apply .apply-inner-top .top-header {
    width: 70%;
  }
  body.home_root .plu-apply .apply-inner-top .top-header .section-title {
    font-size: 65px;
  }
  body.home_root .plu-apply .apply-section {
    padding: 5em 0;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section {
    font-size: 35px;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number {
    flex-wrap: nowrap;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count {
    width: calc(33.333% - 10px);
    margin-bottom: 0;
    padding: 30px 10px;
  }
  body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count:last-child {
    width: calc(33.333% - 10px);
  }
  body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper,
  body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper,
  body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper {
    margin-right: 150px;
  }
  /******************************************************************
BODY - LARGE
******************************************************************/
  .body-wrapper #content #inner-content[root-home="yes"] {
    padding: 0 15px;
  }
  /******************************************************************
DOCUMENTATIONAL SITE - SEMI-LARGE
******************************************************************/
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side {
    max-width: 400px;
  }
  .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side {
    width: calc(100% - 400px);
    left: 400px;
  }
  /******************************************************************
GLOBAL FOOTER - LARGE
******************************************************************/
  .footer .footer-container .footer-top .footer-contact-container .footer-social {
    flex-direction: row;
    justify-content: left;
  }
  .footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap {
    display: flex;
    margin: 0;
  }
  .footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap:first-child {
    margin: 0;
  }
  .footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap a {
    padding: 10px 8px;
    font-size: 18px;
    margin: 0 5px 0 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  /******************************************************************
Site Name: Pacific Lutheran University - www.plu.edu
Author: Logan Seelye

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
}

@media print {
  /******************************************************************
Site Name: Pacific Lutheran University - www.plu.edu
Author: Logan Seelye

Stylesheet: Print Stylesheet
******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    font-weight: bold !important;
    text-decoration: none;
    border: none !important;
  }
  a:after, a:visited:after {
    content: none !important;
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: none !important;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  table {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav, #breadcrumbs, .footer, .header, #side-wrap, .flexslider, .breadcrumbs-divider, .doc-site-page-nav, .dataTables_length, .dataTables_paginate, .doc-site-footer, .non-print, .doc-site-header .inner-header .logo, .listen-link, .page-corner-wrap, #horizontal-nav, #vertical-nav, .admissions-nav-links {
    display: none;
  }
  #site-title .page-title {
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 1.7rem;
    margin-top: 0.5em;
  }
  .page-title {
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 1.7rem;
    margin-top: 0.3em;
  }
  .print-logo {
    display: block;
    float: right;
    margin-bottom: -30px;
  }
  .icon-box {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
  }
  .icon-box .icon {
    position: relative;
    margin-bottom: -3.5em;
  }
  .wpb_row {
    margin-bottom: 25px !important;
  }
  .doc-site-header {
    border-bottom: none;
    height: auto;
  }
  .doc-site-header .inner-header {
    padding-top: 0;
  }
  .documentation-right-side .text-box {
    page-break-inside: avoid;
    display: inline;
  }
}
