@charset "UTF-8";
/*
Theme Name: Eckankar
Theme URI: https://r55starter.eckankardev.com
Author: Rocket55
Author URI: https://www.eckankar.com
Description: Rocket55 Starter Kit
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eckankar
Tags: custom

This theme, like WordPress, is licensed under the GPL.

Based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
*/
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.15;
  -moz-tab-size: 4;
  tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
}

pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

* {
  box-sizing: border-box;
}

.pad-15 {
  padding: 0.9375rem;
}

.pad-15-0 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.pad-top-15 {
  padding-top: 0.9375rem;
}

.pad-bottom-15 {
  padding-bottom: 0.9375rem;
}

.pad-0-15 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.pad-20 {
  padding: 1.25rem;
}

.pad-20-0 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pad-top-20 {
  padding-top: 1.25rem;
}

.pad-bottom-20 {
  padding-bottom: 1.25rem;
}

.pad-0-20 {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.pad-30 {
  padding: 1.875rem;
}

.pad-30-0 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.pad-top-30 {
  padding-top: 1.875rem;
}

.pad-bottom-30 {
  padding-bottom: 1.875rem;
}

.pad-0-30 {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.pad-35 {
  padding: 2.1875rem;
}

.pad-35-0 {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.pad-top-35 {
  padding-top: 2.1875rem;
}

.pad-bottom-35 {
  padding-bottom: 2.1875rem;
}

.pad-0-35 {
  padding-right: 2.1875rem;
  padding-left: 2.1875rem;
}

.pad-40 {
  padding: 2.5rem;
}

.pad-40-0 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pad-top-40 {
  padding-top: 2.5rem;
}

.pad-bottom-40 {
  padding-bottom: 2.5rem;
}

.pad-0-40 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.pad-50 {
  padding: 3.125rem;
}

.pad-50-0 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.pad-top-50 {
  padding-top: 3.125rem;
}

.pad-bottom-50 {
  padding-bottom: 3.125rem;
}

.pad-0-50 {
  padding-right: 3.125rem;
  padding-left: 3.125rem;
}

.pad-100 {
  padding: 6.25rem;
}
@media screen and (max-width: 599px) {
  .pad-100 {
    padding: 3.125rem;
  }
}

.pad-100-0 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 599px) {
  .pad-100-0 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.pad-top-100 {
  padding-top: 6.25rem;
}
@media screen and (max-width: 599px) {
  .pad-top-100 {
    padding-top: 3.125rem;
  }
}

.pad-bottom-100 {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 599px) {
  .pad-bottom-100 {
    padding-bottom: 3.125rem;
  }
}

.pad-0-100 {
  padding-right: 6.25rem;
  padding-left: 6.25rem;
}
@media screen and (max-width: 599px) {
  .pad-0-100 {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.margin-15 {
  margin: 0.9375rem;
}

.margin-15-0 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.margin-top-15 {
  margin-top: 0.9375rem;
}

.margin-bottom-15 {
  margin-bottom: 0.9375rem;
}

.margin-0-15 {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.margin-20 {
  margin: 1.25rem;
}

.margin-20-0 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.margin-top-20 {
  margin-top: 1.25rem;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.margin-0-20 {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.margin-30 {
  margin: 1.875rem;
}

.margin-30-0 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.margin-top-30 {
  margin-top: 1.875rem;
}

.margin-bottom-30 {
  margin-bottom: 1.875rem;
}

.margin-0-30 {
  margin-right: 1.875rem;
  margin-left: 1.875rem;
}

.margin-35 {
  margin: 2.1875rem;
}

.margin-35-0 {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.margin-top-35 {
  margin-top: 2.1875rem;
}

.margin-bottom-35 {
  margin-bottom: 2.1875rem;
}

.margin-0-35 {
  margin-right: 2.1875rem;
  margin-left: 2.1875rem;
}

.margin-40 {
  margin: 2.5rem;
}

.margin-40-0 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.margin-top-40 {
  margin-top: 2.5rem;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.margin-0-40 {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.margin-50 {
  margin: 3.125rem;
}

.margin-50-0 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.margin-top-50 {
  margin-top: 3.125rem;
}

.margin-bottom-50 {
  margin-bottom: 3.125rem;
}

.margin-0-50 {
  margin-right: 3.125rem;
  margin-left: 3.125rem;
}

.margin-100 {
  margin: 6.25rem;
}
@media screen and (max-width: 599px) {
  .margin-100 {
    margin: 3.125rem;
  }
}

.margin-100-0 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 599px) {
  .margin-100-0 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.margin-top-100 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 599px) {
  .margin-top-100 {
    margin-top: 3.125rem;
  }
}

.margin-bottom-100 {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 599px) {
  .margin-bottom-100 {
    margin-bottom: 3.125rem;
  }
}

.margin-0-100 {
  margin-right: 6.25rem;
  margin-left: 6.25rem;
}
@media screen and (max-width: 599px) {
  .margin-0-100 {
    margin-right: 3.125rem;
    margin-left: 3.125rem;
  }
}

.background-alto,
.has-alto-background-color {
  background-color: #ddd;
}

.color-alto,
.has-alto-color {
  color: #ddd;
}

.fill-alto {
  fill: #ddd;
}

.background-black,
.has-black-background-color {
  background-color: #000;
}

.color-black,
.has-black-color {
  color: #000;
}

.fill-black {
  fill: #000;
}

.background-blue,
.has-blue-background-color {
  background-color: #1E2D5E;
}

.color-blue,
.has-blue-color {
  color: #1E2D5E;
}

.fill-blue {
  fill: #1E2D5E;
}

.background-cod-gray,
.has-cod-gray-background-color {
  background-color: #111;
}

.color-cod-gray,
.has-cod-gray-color {
  color: #111;
}

.fill-cod-gray {
  fill: #111;
}

.background-dove-gray,
.has-dove-gray-background-color {
  background-color: #666;
}

.color-dove-gray,
.has-dove-gray-color {
  color: #666;
}

.fill-dove-gray {
  fill: #666;
}

.background-gallery,
.has-gallery-background-color {
  background-color: #eee;
}

.color-gallery,
.has-gallery-color {
  color: #eee;
}

.fill-gallery {
  fill: #eee;
}

.background-gray-alt,
.has-gray-alt-background-color {
  background-color: #929292;
}

.color-gray-alt,
.has-gray-alt-color {
  color: #929292;
}

.fill-gray-alt {
  fill: #929292;
}

.background-gray,
.has-gray-background-color {
  background-color: #808080;
}

.color-gray,
.has-gray-color {
  color: #808080;
}

.fill-gray {
  fill: #808080;
}

.background-light-yellow,
.has-light-yellow-background-color {
  background-color: #fff9c0;
}

.color-light-yellow,
.has-light-yellow-color {
  color: #fff9c0;
}

.fill-light-yellow {
  fill: #fff9c0;
}

.background-mineshaft,
.has-mineshaft-background-color {
  background-color: #333;
}

.color-mineshaft,
.has-mineshaft-color {
  color: #333;
}

.fill-mineshaft {
  fill: #333;
}

.background-silver-chalice,
.has-silver-chalice-background-color {
  background-color: #aaa;
}

.color-silver-chalice,
.has-silver-chalice-color {
  color: #aaa;
}

.fill-silver-chalice {
  fill: #aaa;
}

.background-silver,
.has-silver-background-color {
  background-color: #ccc;
}

.color-silver,
.has-silver-color {
  color: #ccc;
}

.fill-silver {
  fill: #ccc;
}

.background-tundora,
.has-tundora-background-color {
  background-color: #454545;
}

.color-tundora,
.has-tundora-color {
  color: #454545;
}

.fill-tundora {
  fill: #454545;
}

.background-white,
.has-white-background-color {
  background-color: #fff;
}

.color-white,
.has-white-color {
  color: #fff;
}

.fill-white {
  fill: #fff;
}

.background-whitesmoke,
.has-whitesmoke-background-color {
  background-color: #f1f1f1;
}

.color-whitesmoke,
.has-whitesmoke-color {
  color: #f1f1f1;
}

.fill-whitesmoke {
  fill: #f1f1f1;
}

.screen-reader-text {
  height: 0.0625rem;
  width: 0.0625rem;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  padding: 0.9375rem 1.4375rem 0.875rem;
  height: auto;
  width: auto;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.5);
  clip: auto;
  color: #1E2D5E;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  left: 0.3125rem;
  line-height: normal;
  text-decoration: none;
  top: 0.3125rem;
  z-index: 100000;
}

.alignleft {
  margin: 0 1.5rem 0 0;
  display: block;
  float: left;
}

.alignright {
  margin: 0 0 0 1.5rem;
  display: block;
  float: right;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.alignfull {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

body {
  max-width: 1400px;
  margin: 0 auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

hr {
  margin: 0 0 1.5rem;
  height: 1px;
  width: auto;
  background-color: #ccc;
  border: 0;
}

figure {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0 0 1.5rem 1.875rem;
  color: #697085;
}
ul:last-child,
ol:last-child {
  padding: 0 0 0 1.875rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem 0;
}

table {
  margin: 0 0 1.5rem;
  height: auto;
  width: 100%;
}

th {
  font-weight: 700;
}

main#main a:not(.button):not(.btn):not(.nav-link):not(.skip-link):not(.mejs-horizontal-volume-slider),
main#main .green-arrow {
  color: #30979C;
  transition: ease all 300ms;
  font-weight: bold;
  text-decoration: none;
  background-image: linear-gradient(#F4A200, #F4A200);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
}
main#main a:not(.button):not(.btn):not(.nav-link):not(.skip-link):not(.mejs-horizontal-volume-slider):visited,
main#main .green-arrow:visited {
  color: #30979C;
}
main#main a:not(.button):not(.btn):not(.nav-link):not(.skip-link):not(.mejs-horizontal-volume-slider):hover, main#main a:not(.button):not(.btn):not(.nav-link):not(.skip-link):not(.mejs-horizontal-volume-slider):active,
main#main .green-arrow:hover,
main#main .green-arrow:active {
  color: #F4A200;
  background-size: 100% 1px;
}
main#main a:not(.button):not(.btn):not(.nav-link):not(.skip-link):not(.mejs-horizontal-volume-slider):focus,
main#main .green-arrow:focus {
  color: #30979C;
}
main#main a.dropdown-item:hover, main#main a.dropdown-item:active {
  background-size: 0 0 !important;
}

.green-arrow:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 0.8rem;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin: 0;
  padding: 0;
  border: none;
}

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

.wp-caption {
  margin: 0 0 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  margin: 0 auto;
  display: block;
}
.wp-caption.aligncenter {
  margin: 0 auto 1.5rem;
}
.wp-caption.alignleft {
  margin-right: 1.5rem;
}
.wp-caption.alignright {
  margin-left: 1.5rem;
}
.wp-caption .wp-caption-text {
  margin: 0.75rem 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin: 0 0 1.5rem;
}

.gallery-item {
  height: auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.fluid-embed {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.fluid-embed embed,
.fluid-embed object,
.fluid-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.jetpack-video-wrapper {
  margin-left: -2.1875rem;
  max-width: calc(100% + 70px);
  width: calc(100% + 70px);
}
@media screen and (min-width: 900px) {
  .jetpack-video-wrapper {
    margin-left: -7.1875rem;
    max-width: calc(100% + 230px);
    width: calc(100% + 230px);
  }
}

.image-as-background {
  overflow: hidden;
  position: relative;
}

.video-background,
.image-background {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  display: block;
  transform: translateY(-50%);
  z-index: -1;
}
@supports (object-fit: cover) {
  .video-background,
.image-background {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.video-background {
  object-position: center top;
}

.image-background {
  object-position: center center;
}
.image-background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ie .video-background,
.edge .video-background {
  height: auto;
}

.svg-defs {
  display: none;
}

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/eb-garamond/eb-garamond-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/eb-garamond/eb-garamond-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("assets/fonts/eb-garamond/eb-garamond-v15-latin-600.woff2") format("woff2"), url("assets/fonts/eb-garamond/eb-garamond-v15-latin-600.woff") format("woff"), url("assets/fonts/eb-garamond/eb-garamond-v15-latin-600.ttf") format("truetype"), url("assets/fonts/eb-garamond/eb-garamond-v15-latin-600.svg#EBGaramond") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 600;
  src: url("assets/fonts/eb-garamond/eb-garamond-v15-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/eb-garamond/eb-garamond-v15-latin-600italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/eb-garamond/eb-garamond-v15-latin-600italic.woff2") format("woff2"), url("assets/fonts/eb-garamond/eb-garamond-v15-latin-600italic.woff") format("woff"), url("assets/fonts/eb-garamond/eb-garamond-v15-latin-600italic.ttf") format("truetype"), url("assets/fonts/eb-garamond/eb-garamond-v15-latin-600italic.svg#EBGaramond") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/noto-sans/noto-sans-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/noto-sans/noto-sans-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/noto-sans/noto-sans-v11-latin-regular.woff2") format("woff2"), url("assets/fonts/noto-sans/noto-sans-v11-latin-regular.woff") format("woff"), url("assets/fonts/noto-sans/noto-sans-v11-latin-regular.ttf") format("truetype"), url("assets/fonts/noto-sans/noto-sans-v11-latin-regular.svg#NotoSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: url("assets/fonts/noto-sans/noto-sans-v11-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/noto-sans/noto-sans-v11-latin-italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/noto-sans/noto-sans-v11-latin-italic.woff2") format("woff2"), url("assets/fonts/noto-sans/noto-sans-v11-latin-italic.woff") format("woff"), url("assets/fonts/noto-sans/noto-sans-v11-latin-italic.ttf") format("truetype"), url("assets/fonts/noto-sans/noto-sans-v11-latin-italic.svg#NotoSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/noto-sans/noto-sans-v11-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/noto-sans/noto-sans-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/noto-sans/noto-sans-v11-latin-700.woff2") format("woff2"), url("assets/fonts/noto-sans/noto-sans-v11-latin-700.woff") format("woff"), url("assets/fonts/noto-sans/noto-sans-v11-latin-700.ttf") format("truetype"), url("assets/fonts/noto-sans/noto-sans-v11-latin-700.svg#NotoSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 700;
  src: url("assets/fonts/noto-sans/noto-sans-v11-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/noto-sans/noto-sans-v11-latin-700italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/noto-sans/noto-sans-v11-latin-700italic.woff2") format("woff2"), url("assets/fonts/noto-sans/noto-sans-v11-latin-700italic.woff") format("woff"), url("assets/fonts/noto-sans/noto-sans-v11-latin-700italic.ttf") format("truetype"), url("assets/fonts/noto-sans/noto-sans-v11-latin-700italic.svg#NotoSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/roboto/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/roboto/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto/roboto-v20-latin-regular.woff2") format("woff2"), url("assets/fonts/roboto/roboto-v20-latin-regular.woff") format("woff"), url("assets/fonts/roboto/roboto-v20-latin-regular.ttf") format("truetype"), url("assets/fonts/roboto/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("assets/fonts/roboto/roboto-v20-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/roboto/roboto-v20-latin-italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto/roboto-v20-latin-italic.woff2") format("woff2"), url("assets/fonts/roboto/roboto-v20-latin-italic.woff") format("woff"), url("assets/fonts/roboto/roboto-v20-latin-italic.ttf") format("truetype"), url("assets/fonts/roboto/roboto-v20-latin-italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/roboto/roboto-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/roboto/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto/roboto-v20-latin-700.woff2") format("woff2"), url("assets/fonts/roboto/roboto-v20-latin-700.woff") format("woff"), url("assets/fonts/roboto/roboto-v20-latin-700.ttf") format("truetype"), url("assets/fonts/roboto/roboto-v20-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("assets/fonts/roboto/roboto-v20-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/roboto/roboto-v20-latin-700italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto/roboto-v20-latin-700italic.woff2") format("woff2"), url("assets/fonts/roboto/roboto-v20-latin-700italic.woff") format("woff"), url("assets/fonts/roboto/roboto-v20-latin-700italic.ttf") format("truetype"), url("assets/fonts/roboto/roboto-v20-latin-700italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/open-sans/open-sans-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/open-sans/open-sans-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("assets/fonts/open-sans/open-sans-v18-latin-300.woff2") format("woff2"), url("assets/fonts/open-sans/open-sans-v18-latin-300.woff") format("woff"), url("assets/fonts/open-sans/open-sans-v18-latin-300.ttf") format("truetype"), url("assets/fonts/open-sans/open-sans-v18-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("assets/fonts/open-sans/open-sans-v18-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/open-sans/open-sans-v18-latin-300italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/open-sans/open-sans-v18-latin-300italic.woff2") format("woff2"), url("assets/fonts/open-sans/open-sans-v18-latin-300italic.woff") format("woff"), url("assets/fonts/open-sans/open-sans-v18-latin-300italic.ttf") format("truetype"), url("assets/fonts/open-sans/open-sans-v18-latin-300italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/open-sans/open-sans-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/open-sans/open-sans-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/open-sans/open-sans-v18-latin-regular.woff2") format("woff2"), url("assets/fonts/open-sans/open-sans-v18-latin-regular.woff") format("woff"), url("assets/fonts/open-sans/open-sans-v18-latin-regular.ttf") format("truetype"), url("assets/fonts/open-sans/open-sans-v18-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("assets/fonts/open-sans/open-sans-v18-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/open-sans/open-sans-v18-latin-italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/open-sans/open-sans-v18-latin-italic.woff2") format("woff2"), url("assets/fonts/open-sans/open-sans-v18-latin-italic.woff") format("woff"), url("assets/fonts/open-sans/open-sans-v18-latin-italic.ttf") format("truetype"), url("assets/fonts/open-sans/open-sans-v18-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/open-sans/open-sans-v18-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/open-sans/open-sans-v18-latin-600.eot?#iefix") format("embedded-opentype"), url("assets/fonts/open-sans/open-sans-v18-latin-600.woff2") format("woff2"), url("assets/fonts/open-sans/open-sans-v18-latin-600.woff") format("woff"), url("assets/fonts/open-sans/open-sans-v18-latin-600.ttf") format("truetype"), url("assets/fonts/open-sans/open-sans-v18-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("assets/fonts/open-sans/open-sans-v18-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/open-sans/open-sans-v18-latin-600italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/open-sans/open-sans-v18-latin-600italic.woff2") format("woff2"), url("assets/fonts/open-sans/open-sans-v18-latin-600italic.woff") format("woff"), url("assets/fonts/open-sans/open-sans-v18-latin-600italic.ttf") format("truetype"), url("assets/fonts/open-sans/open-sans-v18-latin-600italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/open-sans/open-sans-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/open-sans/open-sans-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/open-sans/open-sans-v18-latin-700.woff2") format("woff2"), url("assets/fonts/open-sans/open-sans-v18-latin-700.woff") format("woff"), url("assets/fonts/open-sans/open-sans-v18-latin-700.ttf") format("truetype"), url("assets/fonts/open-sans/open-sans-v18-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("assets/fonts/open-sans/open-sans-v18-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/open-sans/open-sans-v18-latin-700italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/open-sans/open-sans-v18-latin-700italic.woff2") format("woff2"), url("assets/fonts/open-sans/open-sans-v18-latin-700italic.woff") format("woff"), url("assets/fonts/open-sans/open-sans-v18-latin-700italic.ttf") format("truetype"), url("assets/fonts/open-sans/open-sans-v18-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/*To change link styling, please change in _links.scss*/
body,
button,
input,
select,
textarea {
  -moz-font-feature-settings: "liga", "kern";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #1E2D5E;
  font-family: "Open Sans", sans-serif;
  font-feature-settings: "liga", "kern";
  line-height: 1.625;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-weight: bold;
  margin-top: 0;
}

h2,
.h2 {
  font-weight: bold;
  margin-top: 0;
}

h3,
.h3,
.widget .widget-title {
  font-weight: bold;
  margin-top: 0;
}

h4, h6,
.h6, h5,
.h5,
.h4 {
  font-weight: bold;
  margin-top: 0;
}

h5,
.h5 {
  font-weight: bold;
  margin-top: 0;
}

h6,
.h6 {
  font-weight: bold;
  margin-top: 0;
}

h1,
.h1,
.has-large-font-size {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.5rem;
}

h3,
.h3,
.widget .widget-title {
  font-size: 1.17rem;
}

h4, h6,
.h6, h5,
.h5,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-style: italic;
}

h6,
.h6 {
  font-style: italic;
}

.headline-one {
  font-family: "EB Garamond", serif;
  font-size: 60px;
  font-weight: bold;
  background: linear-gradient(135deg, #B29F4D 0%, #D7C67D 50%, #B29F4D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .headline-one {
    font-size: 100px;
  }
}
.headline-one:after {
  background: none;
  content: attr(data-heading);
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  text-shadow: 0 -1px 1px #efe8cc, 0 2px 3px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.4);
}

.headline-one-white {
  font-family: "EB Garamond", serif;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .headline-one-white {
    font-size: 100px;
  }
}

.headline-one-v2 {
  font-family: "EB Garamond", serif;
  font-size: 36px;
  color: #1E2D5E;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .headline-one-v2 {
    font-size: 50px;
  }
}

.sub-headline {
  font-family: Noto Sans, serif;
  letter-spacing: 0.3rem;
  color: #30979C;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}

.sub-headline-v2 {
  font-family: Noto Sans, serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.3rem;
  color: #F4A200;
  text-transform: uppercase;
  display: inline-block;
}

.headline-two,
.headline-two-v2 {
  font-family: Noto Sans, serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.15rem;
  color: #697085;
  text-transform: uppercase;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .headline-two,
.headline-two-v2 {
    font-size: 30px;
  }
}

.headline-two-v2 {
  font-weight: bold;
  display: inline-block;
}

.headline-three {
  font-family: Noto Sans, serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05rem;
  color: #30979C;
  display: inline-block;
}

.quote-copy {
  font-family: Noto Sans, serif;
  font-size: 19px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.5rem;
  color: #1E2D5E;
}

p {
  margin: 0 0 1.5rem;
}
p:last-child {
  margin: 0;
}

.text-gray {
  color: #697085;
}

.boldred {
  font-weight: bold;
  color: red;
}

.has-small-font-size {
  font-size: 0.75rem;
}

.has-huge-font-size {
  font-size: 3.125rem;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
q {
  margin: 0 0 1.5rem;
  position: relative;
  color: #697085;
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  blockquote,
q {
    padding-top: 0;
    padding-left: 3.75rem;
  }
}
blockquote p,
q p {
  position: relative;
  z-index: 1;
}
blockquote::before,
q::before {
  position: absolute;
  top: -15px;
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-size: 90px;
  line-height: 1;
  content: "“";
  color: #F4A200;
  background: linear-gradient(135deg, #B29F4D 0%, #D7C67D 50%, #B29F4D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  blockquote::before,
q::before {
    top: -20px;
    left: -10px;
    font-size: 120px;
  }
}
blockquote strong,
q strong {
  font-style: normal;
  background: linear-gradient(135deg, #B29F4D 0%, #D7C67D 50%, #B29F4D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
blockquote:last-child,
q:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  margin: 0 0 1.5rem -1.5rem;
  padding: 1.5rem;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  color: #808080;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.8125rem;
  line-height: 1.625;
  overflow: auto;
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

kbd {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125rem #fff inset;
  display: inline-block;
  margin: 0 0.1875rem;
  padding: 0.125rem 0.5rem;
}

code {
  background-color: #eee;
  color: #454545;
  padding: 0.125rem 0.25rem;
}

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.entry-title,
.entry-content,
.comments-title,
.comment-content,
.widget-title,
.widget {
  word-break: keep-all;
  word-wrap: break-word;
}

.box-shadow {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.14);
}

.box-shadow-small {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.310014);
}

.border-radius-small {
  border-radius: 6px;
  overflow: hidden;
}

.border-radius-big {
  border-radius: 10px;
  overflow: hidden;
}

.inner-padding {
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .inner-padding {
    padding: 60px;
  }
}

.bg-white {
  background-color: #fff;
}

.not-ready {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  visibility: hidden;
}
.ready .not-ready {
  opacity: 1;
  visibility: visible;
}

.bg-image {
  background-size: cover;
  background-position: center;
}

section {
  padding: 0 15px 80px;
}
@media screen and (min-width: 992px) {
  section {
    padding: 0 15px 120px;
  }
}

img:not(input) {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}

.btn,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  margin: 0;
  padding: 0.75rem 2.8125rem;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  border-radius: 5px;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  line-height: normal;
  overflow: visible;
  text-decoration: none;
  transition: 0.3s all ease;
  -webkit-user-select: none;
          user-select: none;
  vertical-align: bottom;
}
.ie .btn,
.ie .button,
.ie button,
.ie input[type=button],
.ie input[type=reset],
.ie input[type=submit] {
  padding: 0.4375rem 1.25rem;
}
.btn::-moz-focus-inner,
.button::-moz-focus-inner,
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}
.btn.btn-primary,
.button.btn-primary,
button.btn-primary,
input[type=button].btn-primary,
input[type=reset].btn-primary,
input[type=submit].btn-primary {
  background-color: #30979C;
  font-weight: bold;
  font-size: 18px;
}
.btn.btn-primary:hover,
.button.btn-primary:hover,
button.btn-primary:hover,
input[type=button].btn-primary:hover,
input[type=reset].btn-primary:hover,
input[type=submit].btn-primary:hover {
  background-color: #F4A200;
}
.btn.btn-black,
.button.btn-black,
button.btn-black,
input[type=button].btn-black,
input[type=reset].btn-black,
input[type=submit].btn-black {
  background-color: #000;
  color: #fff;
}
.btn.btn-black:hover,
.button.btn-black:hover,
button.btn-black:hover,
input[type=button].btn-black:hover,
input[type=reset].btn-black:hover,
input[type=submit].btn-black:hover {
  background-color: #fff;
  color: #000;
}
.btn:disabled:hover,
.button:disabled:hover,
button:disabled:hover,
input[type=button]:disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit]:disabled:hover {
  background-color: #30979C;
  cursor: not-allowed;
}

.comments-area {
  margin: 1.875rem 0.9375rem 3.75rem;
}
@media screen and (min-width: 1200px) {
  .comments-area {
    margin-left: auto;
    margin-right: auto;
  }
}
.comments-area .comment-reply-title {
  margin-top: 2.9375rem;
}
.comments-area .comments-title {
  margin-top: 7.875rem;
  font-size: 1.5rem;
}
.comments-area .comment-notes {
  margin-bottom: 3.375rem;
  font-size: 1em;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  font-size: 1rem;
  width: 100%;
}

.comment-form {
  width: 100%;
}
.comment-form input:not(.button) {
  clear: both;
  transition: border 200ms ease-in-out;
  width: 100%;
}
.comment-form input:not(.button):focus, .comment-form input:not(.button):active {
  border: 1px solid #333;
}
@media screen and (min-width: 300px) {
  .comment-form input:not(.button) {
    max-width: 15.625rem;
  }
}
.comment-form textarea {
  max-width: 54.375rem;
  transition: border 200ms ease-in-out;
}
.comment-form textarea:focus, .comment-form textarea:active {
  border: 1px solid #333;
}
.comment-form .form-submit {
  margin: 0;
}
.comment-form input[type=submit] {
  background-color: #30979C;
  color: #fff;
  transition: ease all 300ms;
  font-weight: bold;
  position: relative;
}
.comment-form input[type=submit]:before {
  content: "";
  height: 1px;
  width: 0;
  background-color: #30979C;
  position: absolute;
  bottom: 0;
  transition: width ease 200ms;
}
.comment-form input[type=submit]:visited {
  color: #30979C;
}
.comment-form input[type=submit]:hover, .comment-form input[type=submit]:active {
  background-color: #F4A200;
  text-decoration: none;
}
.comment-form input[type=submit]:hover:before, .comment-form input[type=submit]:active:before {
  width: 100%;
  background-color: #F4A200;
}
.comment-form input[type=submit]:focus {
  color: #30979C;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
}
.comment-list li > .comment-body {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.comment-list .comment-body {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.comment-list .comment-content {
  margin: 1.5rem 0;
  max-width: 58.5rem;
}
.comment-list .comment-meta {
  margin: 0 0 0.875rem;
}
.comment-list .comment-meta .comment-author {
  align-items: center;
  display: flex;
}
.comment-list .comment-meta .comment-author .says {
  display: inline-block;
  margin-left: 0.3125rem;
}
.comment-list .comment-author {
  line-height: 1;
}
.comment-list .comment-metadata {
  margin-top: 1.5625rem;
  line-height: 1;
}
.comment-list .comment-metadata a {
  color: #454545;
  text-decoration: none;
}
.comment-list .comment-metadata time {
  font-size: 0.75rem;
}
.comment-list .avatar {
  margin: 0 1.5rem 0 0;
  border-radius: 50%;
}
.comment-list .comment-reply-link {
  font-weight: 700;
}
.comment-list pre,
.comment-list code {
  margin: 0;
  padding-top: 0.3125rem;
  width: 100%;
}

.comment-list .children {
  padding-bottom: 0;
  padding-left: 30px;
  list-style: none;
  margin-left: 0;
}
.comment-list .children .comment-body {
  padding-top: 0;
}
.comment-list .children .depth-4 .comment-author,
.comment-list .children .depth-5 .comment-author,
.comment-list .children .depth-6 .comment-author,
.comment-list .children .depth-7 .comment-author,
.comment-list .children .depth-8 .comment-author,
.comment-list .children .depth-9 .comment-author,
.comment-list .children .depth-10 .comment-author {
  line-height: 1.25;
}
@media screen and (min-width: 300px) {
  .comment-list .children .depth-4 .comment-author,
.comment-list .children .depth-5 .comment-author,
.comment-list .children .depth-6 .comment-author,
.comment-list .children .depth-7 .comment-author,
.comment-list .children .depth-8 .comment-author,
.comment-list .children .depth-9 .comment-author,
.comment-list .children .depth-10 .comment-author {
    line-height: 1;
  }
}

.comment-list .comment-respond {
  padding: 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 300px) {
  .comment-list .comment-respond {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.comment-list .comment-respond .comment-reply-title a {
  display: inline-block;
  text-transform: lowercase;
}
.comment-list .comment-respond .comment-reply-title a::before {
  content: "(";
}
.comment-list .comment-respond .comment-reply-title a::after {
  content: ")";
}
.comment-list .comment-respond .form-submit {
  margin: 0;
}
.comment-list .comment-respond .form-submit input[type=submit] {
  margin-top: 0.3125rem;
}

.entry-title {
  font-size: 2.25rem;
}

.sticky,
.comments-link {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-footer,
.entry-summary {
  margin: 1.5rem 0 0;
}

.page-links {
  margin: 0 0 1.5rem;
  clear: both;
}

.tags-links {
  margin-left: 1.5rem;
}

.edit-link {
  margin: 0 0 0 0.3125rem;
}
.edit-link a {
  display: inline-block;
  text-transform: lowercase;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.site-footer {
  padding: 0 15px;
}
@media print {
  .site-footer {
    display: none;
  }
}
.site-footer .footer-logo {
  margin-bottom: 100px;
  position: relative;
}
.site-footer .footer-logo hr {
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}
.site-footer .footer-logo .logo {
  width: 360px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 30px;
}
.site-footer .footer-menu {
  margin: 0 -15px;
}
.site-footer .footer-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-menu > ul > li:not(.social-menu) {
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-menu > ul > li:not(.social-menu) {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .footer-menu > ul > li:not(.social-menu) {
    width: 25%;
  }
}
.site-footer .footer-menu > ul > li:not(.social-menu) > a {
  font-family: Noto Sans, serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.3rem;
  color: #F4A200;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}
.site-footer .footer-menu > ul > li:not(.social-menu) > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}
.site-footer .footer-menu > ul > li:not(.social-menu) > ul > li {
  line-height: 1.2;
  margin-bottom: 20px;
}
.site-footer .footer-menu > ul > li:not(.social-menu) > ul > li > a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1rem;
  color: #697085;
  transition: ease all 300ms;
  position: relative;
  background-image: linear-gradient(#F4A200, #F4A200);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
}
.site-footer .footer-menu > ul > li:not(.social-menu) > ul > li > a:hover, .site-footer .footer-menu > ul > li:not(.social-menu) > ul > li > a:active {
  color: #F4A200;
  text-decoration: none;
  background-size: 100% 1px;
}
.site-footer .social-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.site-footer .social-menu .facebook a {
  color: #3b5998;
}
.site-footer .social-menu .instagram a {
  color: #000;
}
.site-footer .social-menu .youtube a {
  color: #FF0000;
}
.site-footer .social-menu .twitter a {
  color: #1DA1F2;
}
.site-footer .social-menu a {
  margin-right: 30px;
  transition: ease all 300ms;
  border-bottom: 0 solid #F4A200;
  display: inline-block;
}
.site-footer .social-menu a:before {
  font-size: 26px;
}
.site-footer .social-menu a:hover {
  text-decoration: none;
  transform: translateY(-4px);
}

.footer-image {
  position: relative;
  overflow: hidden;
}
.footer-image:after {
  content: "";
  width: calc(100% + 2px);
  transform: rotate(180deg);
  position: absolute;
  top: -20%;
  left: -1px;
  padding-bottom: 20%;
  background-image: url("assets/images/svg/hero-wave-v2.svg");
  background-position: bottom;
  background-size: 100%;
  z-index: 10;
}
.footer-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0.31deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 36.61%);
  z-index: 10;
}
.footer-image img {
  position: relative;
  width: 100%;
  z-index: 9;
}

.site-info {
  padding: 15px;
}
.site-info p {
  font-size: 12px;
  color: #697085;
  margin-bottom: 0;
}

form {
  /**
  Standard Inputs
   */
  /**
  Fancy Select Fields
   */
  /**
  Fancy Radio Buttons
   */
}
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=password],
form input[type=search],
form input[type=number],
form input[type=tel],
form input[type=range],
form input[type=date],
form input[type=month],
form input[type=week],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=color],
form textarea {
  -webkit-appearance: none;
          appearance: none;
  border: 0.0625rem solid rgba(105, 112, 133, 0.3);
  color: #1E2D5E;
  line-height: 1.5;
  padding: 3px 17px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=number]:focus,
form input[type=tel]:focus,
form input[type=range]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=week]:focus,
form input[type=time]:focus,
form input[type=datetime]:focus,
form input[type=datetime-local]:focus,
form input[type=color]:focus,
form textarea:focus {
  border-color: #30979C;
  color: #30979C;
  outline: none;
}
form label {
  color: #697085;
  margin-bottom: 0;
}
form .boldred {
  font-weight: bold;
  color: red;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  margin-top: -0.25rem;
  display: block;
  line-height: 1.2;
}
form .small {
  margin-bottom: 5px;
}
form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle:after {
  content: "";
  font-weight: bold;
  font-family: "Font Awesome 5 Pro";
  border: none;
  color: #30979C;
}
form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn {
  /**
  @todo need some adjustments for Invitation page.
   */
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 4px 17px;
  color: #697085;
}
form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show .dropdown-menu {
  margin-top: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show .dropdown-menu .dropdown-item {
  font-weight: normal;
}
form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show .dropdown-menu .dropdown-item.active {
  background-color: #30979C;
}
form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show .dropdown-menu .dropdown-item.active .text {
  color: #fff;
}
form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show .dropdown-menu .dropdown-item:hover:before {
  display: none;
}
form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show .dropdown-menu li a span.text {
  white-space: normal;
}
form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show.dropup .dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show.dropup .dropdown-menu {
  border-top: 1px solid #ccc;
  margin-bottom: 0;
  border-bottom: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
form [type=radio]:checked,
form [type=radio]:not(:checked),
form [type=checkbox]:checked,
form [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
form [type=radio]:checked + label,
form [type=radio]:not(:checked) + label,
form [type=checkbox]:checked + label,
form [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
form [type=radio]:checked + label:before,
form [type=radio]:not(:checked) + label:before,
form [type=checkbox]:checked + label:before,
form [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(105, 112, 133, 0.4);
  border-radius: 100%;
  background: transparent;
}
form [type=checkbox]:checked + label:before,
form [type=checkbox]:not(:checked) + label:before {
  border-radius: 2px;
}
form [type=radio]:checked + label:after,
form [type=radio]:not(:checked) + label:after,
form [type=checkbox]:checked + label:after,
form [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #697085;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
form [type=checkbox]:checked + label:after,
form [type=checkbox]:not(:checked) + label:after {
  border-radius: 0;
  content: "";
  font-weight: bold;
  font-family: "Font Awesome 5 Pro";
  background-color: transparent;
  top: 1px;
  left: 4px;
}
form [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
form [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}
form [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
form [type=checkbox]:checked + label:after {
  opacity: 1;
}
form [type=checkbox]:disabled + label {
  cursor: not-allowed;
}
form [type=checkbox]:disabled + label:before {
  background-color: #eee;
}
form fieldset {
  padding: 0 0 30px;
}
form #tsep-cardNumDiv input,
form #tsep-datepickerDiv input,
form #tsep-cvv2Div input {
  margin-bottom: 0;
}

.site-header {
  z-index: 100;
  position: relative;
}

.social-menu {
  display: inline-block;
  margin: 5px 0;
  vertical-align: top;
}
.social-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-menu ul li {
  display: inline-block;
  margin: 0;
}
.social-menu ul li:not(:last-child) {
  margin: 0 20px 0 0;
}
.social-menu a {
  font-size: 20px;
  line-height: 24px;
}
.social-menu a:hover {
  text-decoration: none;
  color: #F4A200;
}

.social-menu li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Brands";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-menu li.dribbble a::before,
.social-menu li a[href*="dribbble.com"]::before {
  content: "";
}

.social-menu li.facebook a::before,
.social-menu li a[href*="facebook.com"]::before {
  content: "";
}

.social-menu li.flickr a::before,
.social-menu li a[href*="flickr.com"]::before {
  content: "";
}

.social-menu li.github a::before,
.social-menu li a[href*="github.com"]::before {
  content: "";
}

.social-menu li.googleplus a::before,
.social-menu li a[href*="plus.google.com"]::before {
  content: "";
}

.social-menu li.instagram a::before,
.social-menu li a[href*="instagram.com"]::before {
  content: "";
  color: #30979C;
}

.social-menu li.lastfm a::before,
.social-menu li a[href*="last.fm"]::before {
  content: "";
}

.social-menu li.linkedin a::before,
.social-menu li a[href*="linkedin.com"]::before {
  content: "";
}

.social-menu li.pinterest a::before,
.social-menu li a[href*="pinterest.com"]::before {
  content: "";
}

.social-menu li.skype a::before,
.social-menu li a[href*="skype.com"]::before {
  content: "";
}

.social-menu li.spotify a::before,
.social-menu li a[href*="spotify.com"]::before {
  content: "";
}

.social-menu li.stumbleupon a::before,
.social-menu li a[href*="stumbleupon.com"]::before {
  content: "";
}

.social-menu li.tumblr a::before,
.social-menu li a[href*="tumblr.com"]::before {
  content: "";
}

.social-menu li.twitter a::before,
.social-menu li a[href*="twitter.com"]::before {
  content: "";
}

.social-menu li.vimeo a::before,
.social-menu li a[href*="vimeo.com"]::before {
  content: "";
}

.social-menu li.vine a::before,
.social-menu li a[href*="vine.co"]::before {
  content: "";
}

.social-menu li.vk a::before,
.social-menu li a[href*="vk.com"]::before {
  content: "";
}

.social-menu li.xing a::before,
.social-menu li a[href*="xing.com"]::before {
  content: "";
}

.social-menu li.youtube a::before,
.social-menu li a[href*="youtube.com"]::before {
  content: "";
}

.navbar {
  padding: 30px 15px;
}
@media screen and (min-width: 992px) {
  .navbar {
    padding: 15px 0 0;
  }
}
.navbar .navbar-brand {
  padding: 0 0 0 15px;
  max-width: 225px;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-brand {
    padding: 0 0 0 15px;
  }
}
.navbar .mobile-nav {
  padding-right: 5px;
}

.navbar-toggler {
  border: none;
  margin: 0 0 0;
  padding: 10px;
  position: relative;
}
.navbar-toggler span.text {
  font-size: 12px;
  position: absolute;
  bottom: -14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #30979C;
  text-align: center;
  width: 100%;
}
.navbar-toggler:not(.collapsed) #menu-icon span.icon {
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) #menu-icon span.icon:before, .navbar-toggler:not(.collapsed) #menu-icon span.icon:after {
  top: 8px;
  left: 4px;
  width: 30px;
}
.navbar-toggler:not(.collapsed) #menu-icon span.icon:before {
  transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) #menu-icon span.icon:after {
  transform: rotate(-45deg);
}
.navbar-toggler #menu-icon {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  visibility: visible;
  transition: all 300ms ease-in-out;
  z-index: 10;
}
.navbar-toggler #menu-icon span.icon,
.navbar-toggler #menu-icon span.icon:before,
.navbar-toggler #menu-icon span.icon:after {
  display: block;
  position: absolute;
  height: 3px;
  width: 40px;
  left: 0;
  top: 0;
  background: #30979C;
  border-radius: 1px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  content: "";
}
.navbar-toggler #menu-icon span.icon:before {
  top: 7px;
}
.navbar-toggler #menu-icon span.icon:after {
  top: 14px;
}

#primary-menu,
#menu-top-nav {
  padding-left: 0;
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  #primary-menu,
#menu-top-nav {
    padding-top: 0;
  }
}
#primary-menu > li,
#menu-top-nav > li {
  border-bottom: 1px solid #f1f1f1;
}
#primary-menu > li:nth-child(1),
#menu-top-nav > li:nth-child(1) {
  order: 1;
}
#primary-menu > li:nth-child(2),
#menu-top-nav > li:nth-child(2) {
  order: 2;
}
#primary-menu > li:nth-child(3),
#menu-top-nav > li:nth-child(3) {
  order: 3;
}
#primary-menu > li:nth-child(4),
#menu-top-nav > li:nth-child(4) {
  order: 4;
}
#primary-menu > li:nth-child(5),
#menu-top-nav > li:nth-child(5) {
  order: 5;
}
#primary-menu > li:nth-child(6),
#menu-top-nav > li:nth-child(6) {
  order: 7;
  align-self: center;
  text-align: center;
  border-bottom: 0;
}
#primary-menu > li:nth-child(7),
#menu-top-nav > li:nth-child(7) {
  order: 6;
  text-align: center;
  border-bottom: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  #primary-menu > li,
#menu-top-nav > li {
    border: none;
  }
  #primary-menu > li:nth-child(1),
#menu-top-nav > li:nth-child(1) {
    order: 1;
  }
  #primary-menu > li:nth-child(2),
#menu-top-nav > li:nth-child(2) {
    order: 2;
  }
  #primary-menu > li:nth-child(3),
#menu-top-nav > li:nth-child(3) {
    order: 3;
  }
  #primary-menu > li:nth-child(4),
#menu-top-nav > li:nth-child(4) {
    order: 4;
  }
  #primary-menu > li:nth-child(5),
#menu-top-nav > li:nth-child(5) {
    order: 5;
  }
  #primary-menu > li:nth-child(6),
#menu-top-nav > li:nth-child(6) {
    order: 6;
  }
  #primary-menu > li:nth-child(7),
#menu-top-nav > li:nth-child(7) {
    order: 7;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  #primary-menu > li,
#menu-top-nav > li {
    display: flex;
    align-items: center;
    margin: 0 3px;
    z-index: 2;
    padding-top: 0;
  }
}
#primary-menu > li a,
#menu-top-nav > li a {
  color: #1E2D5E;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.3rem;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #primary-menu > li a,
#menu-top-nav > li a {
    padding: 16px 20px 40px 24px;
  }
}
#primary-menu > li a:hover,
#menu-top-nav > li a:hover {
  color: #30979C;
}
#primary-menu > li a.dropdown-toggle:after,
#menu-top-nav > li a.dropdown-toggle:after {
  display: none;
}
#primary-menu > li.login a,
#menu-top-nav > li.login a {
  font-size: 11px;
  letter-spacing: 0.125rem;
}
#primary-menu > li.show,
#menu-top-nav > li.show {
  z-index: 3;
}
#primary-menu > li.show > a,
#menu-top-nav > li.show > a {
  color: #30979C;
}
@media screen and (min-width: 992px) {
  #primary-menu > li.show > a,
#menu-top-nav > li.show > a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.310014);
  }
}
#primary-menu > li.show .dropdown-toggle,
#menu-top-nav > li.show .dropdown-toggle {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #primary-menu > li.show .dropdown-toggle:after,
#menu-top-nav > li.show .dropdown-toggle:after {
    display: block;
    border: none;
    margin: 0;
    content: "";
    height: 10px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
}
#primary-menu > li .dropdown-menu,
#menu-top-nav > li .dropdown-menu {
  border: none;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #primary-menu > li .dropdown-menu,
#menu-top-nav > li .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.310014);
    margin-top: 0;
    padding: 10px 0;
    min-width: 240px;
    z-index: -1;
    top: 78px;
  }
}
#primary-menu > li .dropdown-menu li,
#menu-top-nav > li .dropdown-menu li {
  margin: 0;
}
#primary-menu > li .dropdown-menu li a,
#menu-top-nav > li .dropdown-menu li a {
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  color: #697085;
  padding: 10px 24px;
}
#primary-menu > li .dropdown-menu li a:hover,
#menu-top-nav > li .dropdown-menu li a:hover {
  color: #30979C;
}

.top-nav #menu-top-nav {
  padding-top: 10px;
}
.top-nav #menu-top-nav > li a {
  padding: 10px 20px 10px 24px !important;
}

#primary-menu .search,
#menu-top-nav .search {
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 992px) {
  #primary-menu .search,
#menu-top-nav .search {
    margin: 0 0 0 30px;
  }
}
#primary-menu .search a,
#menu-top-nav .search a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 24px;
  width: 30px;
  clip: rect(24px, 24px, 24px, 24px);
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 20px 10px 3px;
}
@media screen and (min-width: 992px) {
  #primary-menu .search a,
#menu-top-nav .search a {
    padding: 20px 20px 10px 3px;
  }
}
#primary-menu .search a:before,
#menu-top-nav .search a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #1E2D5E;
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
}

.search-bar {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  top: 0;
  height: 0;
  width: 100%;
  position: fixed;
  transition: all 300ms ease-in-out;
  z-index: 100;
  overflow: hidden;
}
@media screen and (min-width: min-width 992px) {
  .search-bar {
    background: rgba(0, 0, 0, 0.5);
    top: 150px;
  }
  .fixed .search-bar {
    top: 56px;
  }
}
.search-bar.active {
  animation: search-bar-in 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.ie .search-bar.active, .edge .search-bar.active {
  height: calc(100vh - 50px);
}
.search-bar.active .search-form-wrap {
  animation: search-form-in 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
.search-bar.animate-out {
  animation: search-bar-out 0.3s 0.3s ease both;
}
.ie .search-bar.animate-out, .edge .search-bar.animate-out {
  height: 0;
}
.search-bar.animate-out .search-form-wrap {
  animation: search-form-out 0.3s ease both;
}
.search-bar .search-form-wrap {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
}
.search-bar .search-form {
  font-size: 20px;
}
.search-bar .search-form label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}
.search-bar .search-form input {
  border: none;
  padding: 20px 0;
  width: calc(100% - 40px);
}
@media screen and (min-width: min-width 992px) {
  .search-bar .search-form input {
    margin-left: 20px;
  }
}
.search-bar .search-form input:focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}
.search-bar .search-form input:focus {
  outline: none;
}
.search-bar .mobile-search-col {
  border-bottom: 1px solid #ccc;
}
.search-bar .mobile-search-col .close-button {
  display: block;
  font-size: 18px;
  padding: 10px 0;
}
.search-bar .mobile-search-col .close-button:before {
  content: "";
  color: #808080;
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
}
@media screen and (min-width: 992px) {
  .search-bar .close-button:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #A9B1B1;
    font-size: 24px;
    display: block;
    margin-right: 0;
    transform: rotate(45deg);
    cursor: pointer;
  }
}

@keyframes search-bar-in {
  0% {
    height: 0;
    opacity: 0;
  }
  1% {
    height: calc(100vh - 50px);
    opacity: 0;
    @media screen and (min-width: min-width 768px) {
      height: calc(100vh - 150px);
    }
  }
  100% {
    height: calc(100vh - 50px);
    opacity: 1;
    @media screen and (min-width: min-width 768px) {
      height: calc(100vh - 150px);
    }
  }
}
@keyframes search-bar-out {
  0% {
    height: calc(100vh - 60px);
    opacity: 1;
    @media screen and (min-width: min-width 768px) {
      height: calc(100vh - 150px);
    }
  }
  99% {
    height: calc(100vh - 60px);
    opacity: 0;
    @media screen and (min-width: min-width 768px) {
      height: calc(100vh - 150px);
    }
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@keyframes search-form-in {
  0% {
    top: -300px;
  }
  100% {
    top: 0;
  }
}
@keyframes search-form-out {
  0% {
    top: 0;
  }
  100% {
    top: -300px;
  }
}
.single-post article.post,
.single-quote article.post {
  padding: 0 15px;
}
.single-post .entry-header,
.single-quote .entry-header {
  margin-top: 60px;
}
.single-post .entry-header .headline-one-v2,
.single-quote .entry-header .headline-one-v2 {
  margin-bottom: 0;
}
.single-post .entry-header .entry-meta .cat-links,
.single-quote .entry-header .entry-meta .cat-links {
  color: #929292;
}
.single-post .entry-header .entry-meta .cat-links a,
.single-quote .entry-header .entry-meta .cat-links a {
  font-weight: 400 !important;
  color: #929292 !important;
  font-size: 18px;
}
.single-post .entry-header .entry-meta .cat-links a:before,
.single-quote .entry-header .entry-meta .cat-links a:before {
  background-color: #F4A200 !important;
}
.single-post .entry-header .entry-meta .cat-links a:hover,
.single-quote .entry-header .entry-meta .cat-links a:hover {
  color: #F4A200 !important;
}
.single-post .entry-content,
.single-quote .entry-content {
  color: #1E2D5E;
}
.single-post .entry-footer .share,
.single-quote .entry-footer .share {
  color: #1E2D5E;
}
.single-post .entry-footer .share input[type=text],
.single-quote .entry-footer .share input[type=text] {
  border: 1px solid #ccc;
  border-right: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 20px;
  flex-grow: 1;
  word-break: initial;
}
.single-post .entry-footer .share .btn,
.single-quote .entry-footer .share .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 6px 30px 8px;
}
.single-post .entry-footer .share .social,
.single-quote .entry-footer .share .social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-post .entry-footer .share .social li:first-child,
.single-quote .entry-footer .share .social li:first-child {
  margin-right: 15px;
}
.single-post .entry-footer .share .social li:not(:first-child),
.single-quote .entry-footer .share .social li:not(:first-child) {
  margin: 0 15px;
}
.single-post .entry-footer .share .social a,
.single-quote .entry-footer .share .social a {
  color: rgba(69, 69, 69, 0.8) !important;
}
.single-post .entry-footer .share .social a:before,
.single-quote .entry-footer .share .social a:before {
  background-color: #F4A200 !important;
}
.single-post .entry-footer .share .social a:hover,
.single-quote .entry-footer .share .social a:hover {
  color: #F4A200 !important;
}
.single-post .entry-footer .share .social i,
.single-quote .entry-footer .share .social i {
  font-size: 22px;
}
.single-post .related-posts,
.single-quote .related-posts {
  padding: 0 15px 120px;
}
.single-post .related-posts .slick-prev,
.single-post .related-posts .slick-next,
.single-quote .related-posts .slick-prev,
.single-quote .related-posts .slick-next {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.14);
  padding: 10px 18px 10px 15px;
  height: auto;
  width: 56px;
  z-index: 10;
}
.single-post .related-posts .slick-prev:before,
.single-post .related-posts .slick-next:before,
.single-quote .related-posts .slick-prev:before,
.single-quote .related-posts .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  color: #30979C;
  content: "";
  font-weight: bold;
  font-size: 30px;
  display: block;
  opacity: 1;
}
.single-post .related-posts .slick-prev,
.single-quote .related-posts .slick-prev {
  left: -30px;
}
@media screen and (min-width: 768px) {
  .single-post .related-posts .slick-prev,
.single-quote .related-posts .slick-prev {
    left: -60px;
  }
}
.single-post .related-posts .slick-next,
.single-quote .related-posts .slick-next {
  right: -30px;
  padding: 10px 15px 10px 18px;
}
@media screen and (min-width: 768px) {
  .single-post .related-posts .slick-next,
.single-quote .related-posts .slick-next {
    right: -60px;
  }
}
.single-post .related-posts .slick-next:before,
.single-quote .related-posts .slick-next:before {
  content: "";
}
.single-post .related-posts .slick-list,
.single-quote .related-posts .slick-list {
  padding-bottom: 0;
}
.single-post .related-posts .slick-track,
.single-quote .related-posts .slick-track {
  padding: 20px 0;
}
.single-post .related-posts .post,
.single-quote .related-posts .post {
  margin: 0 15px 40px;
}
@media screen and (min-width: 768px) {
  .single-post .related-posts .post,
.single-quote .related-posts .post {
    margin: 0 15px;
  }
}
.single-post .related-posts .post .box-shadow,
.single-quote .related-posts .post .box-shadow {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.14);
}
.single-post .related-posts .copy,
.single-quote .related-posts .copy {
  padding: 15px 30px 30px;
  color: #1E2D5E;
}
.single-post .related-posts .copy h4, .single-post .related-posts .copy h5,
.single-post .related-posts .copy .h5, .single-post .related-posts .copy h6,
.single-post .related-posts .copy .h6,
.single-quote .related-posts .copy h4,
.single-quote .related-posts .copy h5,
.single-quote .related-posts .copy .h5,
.single-quote .related-posts .copy h6,
.single-quote .related-posts .copy .h6 {
  font-size: 26px;
  display: block;
}
.single-post .related-posts .copy h4 a, .single-post .related-posts .copy h5 a,
.single-post .related-posts .copy .h5 a, .single-post .related-posts .copy h6 a,
.single-post .related-posts .copy .h6 a,
.single-quote .related-posts .copy h4 a,
.single-quote .related-posts .copy h5 a,
.single-quote .related-posts .copy .h5 a,
.single-quote .related-posts .copy h6 a,
.single-quote .related-posts .copy .h6 a {
  color: #1E2D5E !important;
  font-size: 26px;
  display: inline-block;
  white-space: normal !important;
}
.single-post .related-posts .copy h4 a:hover, .single-post .related-posts .copy h5 a:hover,
.single-post .related-posts .copy .h5 a:hover, .single-post .related-posts .copy h6 a:hover,
.single-post .related-posts .copy .h6 a:hover,
.single-quote .related-posts .copy h4 a:hover,
.single-quote .related-posts .copy h5 a:hover,
.single-quote .related-posts .copy .h5 a:hover,
.single-quote .related-posts .copy h6 a:hover,
.single-quote .related-posts .copy .h6 a:hover {
  color: #F4A200 !important;
}
.single-post .related-posts .copy a,
.single-quote .related-posts .copy a {
  font-size: 18px;
}

.single-quote .simple-heading {
  padding: 30px 15px;
  position: relative;
}
.single-quote .simple-heading .banner__content {
  z-index: 2;
}
.single-quote .simple-heading .banner__content h1 {
  margin-bottom: 0;
}
.single-quote .simple-heading .banner__content .headline-one-v2 {
  font-size: 40px;
}
@media screen and (min-width: 992px) {
  .single-quote .simple-heading .banner__content .headline-one-v2 {
    font-size: 60px;
  }
}
.single-quote .quote-of-the-day {
  padding: 60px 15px 120px;
}
.single-quote .quote-of-the-day blockquote {
  font-size: 20px;
  color: #1E2D5E;
  line-height: 2;
  font-weight: 600;
  margin-right: 0;
  font-style: normal;
}
.single-quote .quote-of-the-day blockquote .name {
  font-style: normal;
  font-weight: bold;
  padding-top: 30px;
  margin-bottom: 0;
  background: linear-gradient(135deg, #E5D07F 0%, #FFF2B8 50%, #DCC87B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.single-quote .quote-of-the-day blockquote .subtext {
  line-height: 1.2;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}
.single-quote .quote-of-the-day .post-nav {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.single-quote .quote-of-the-day .post-nav span.spacer {
  height: 25px;
  width: 1px;
  background-color: #ccc;
  margin: 0 30px;
  display: block;
}
.single-quote .quote-of-the-day .post-nav i {
  color: #30979C;
}
.single-quote .quote-of-the-day .post-nav a {
  color: #697085 !important;
  font-weight: normal !important;
}
.single-quote .quote-of-the-day .share {
  color: #1E2D5E;
}
.single-quote .quote-of-the-day .share input[type=text] {
  border: 1px solid #ccc;
  border-right: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 20px;
  flex-grow: 1;
  word-break: initial;
}
.single-quote .quote-of-the-day .share .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 6px 30px 8px;
}
.single-quote .quote-of-the-day .share .social {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
}
.single-quote .quote-of-the-day .share .social li:first-child {
  margin-right: 15px;
}
.single-quote .quote-of-the-day .share .social li:not(:first-child) {
  margin: 0 15px;
}
.single-quote .quote-of-the-day .share .social a {
  color: rgba(69, 69, 69, 0.8) !important;
}
.single-quote .quote-of-the-day .share .social a:before {
  background-color: #F4A200 !important;
}
.single-quote .quote-of-the-day .share .social a:hover {
  color: #F4A200 !important;
}
.single-quote .quote-of-the-day .share .social i {
  font-size: 22px;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 73.125rem;
}
@media screen and (min-width: 1194px) {
  .comment-navigation,
.posts-navigation,
.post-navigation {
    padding: 0;
  }
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  margin-top: 1.5rem;
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5rem;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  height: auto;
  width: 50%;
  margin-right: auto;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  height: auto;
  width: 50%;
  margin-left: auto;
  text-align: right;
}

.pagination-container .page-numbers.current {
  font-weight: 700;
}

.wp-block-button .wp-block-button__link {
  background: #333;
  border-radius: 0;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  opacity: 0.8;
}

.wp-block-gallery {
  margin: 0;
  padding: 0;
}

.wp-block-pullquote {
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
}

.wp-block-quote cite {
  font-style: italic;
}

.wp-block-separator {
  border-bottom: 1px solid #ccc;
  max-width: 100%;
}

.wp-block-table {
  display: table;
}

.wp-block-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.wp-block-video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.archive .page-header {
  padding: 60px 15px;
}
.archive .page-header .headline-one-v2 {
  margin-bottom: 0;
}
.archive .page-header .category {
  font-size: 18px;
  color: #aaa;
  margin-bottom: 0;
}
.archive .post {
  padding-bottom: 30px;
}
.archive .post .entry-meta {
  margin-bottom: 30px;
}
.archive .post .entry-meta .cat-links {
  color: #929292;
}
.archive .post .entry-meta .cat-links a {
  font-weight: 400 !important;
  color: #929292 !important;
  font-size: 16px;
}
.archive .post .entry-meta .cat-links a:before {
  background-color: #F4A200 !important;
}
.archive .post .entry-meta .cat-links a:hover {
  color: #F4A200 !important;
}
.archive .post .blog-intro {
  padding-top: 0;
}

.fancybox-container .fancybox-bg {
  background: #fff;
}
.fancybox-container .fancybox-slide > * {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.310014);
  margin: 0;
  padding: 30px 15px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .fancybox-container .fancybox-slide > * {
    padding: 40px 25px;
  }
}
.fancybox-container .fancybox-slide > * .headline-one-v2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .fancybox-container .fancybox-slide > * .headline-one-v2 {
    margin-bottom: 40px;
  }
}
.fancybox-container .fancybox-slide > * p {
  line-height: 2;
}
.fancybox-container .fancybox-slide > * .fancybox-close-small {
  top: 10px;
  right: 20px;
  height: 36px;
  width: 36px;
}
.fancybox-container .fancybox-slide > * .fancybox-close-small:after {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #30979C;
  background: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.310014);
}
.fancybox-container .fancybox-slide > * .fancybox-close-small:hover:after {
  background-color: #30979C;
  color: #fff;
}
.fancybox-container .fancybox-slide > * .fancybox-close-small:focus {
  outline: none;
}
.fancybox-container .fancybox-slide > * .fancybox-close-small:focus:after {
  outline: none;
}

.blog .site-main {
  margin: 60px 15px 120px;
}
.blog aside {
  border-left: 1px solid #ccc;
}
.blog aside .headline-two-v2 {
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.blog aside .headline-two {
  font-size: 18px;
}
.blog aside .recommended-posts {
  padding-left: 20px;
  padding-bottom: 10px;
}
.blog aside .recommended-posts figure img {
  object-fit: cover;
}
.blog aside .recommended-posts .entry-meta .cat-links {
  line-height: 1;
}
.blog aside .recommended-posts .entry-meta .cat-links a {
  display: inline-block;
  color: #aaa !important;
  font-size: 14px;
}
.blog aside .recommended-posts .entry-meta .cat-links a:before {
  background-color: #F4A200 !important;
}
.blog aside .recommended-posts .entry-meta .cat-links a:hover {
  color: #F4A200 !important;
}
.blog aside .recommended-posts a {
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0.075rem;
}
.blog aside .categories {
  padding-left: 20px;
  margin-top: 20px;
}
.blog aside .categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog aside .categories ul li {
  line-height: 2.2;
}
.blog .grid-item {
  margin-bottom: 30px;
}
.blog .post-card .copy {
  padding: 15px 30px 30px;
  color: #1E2D5E;
}
.blog .post-card .copy h4, .blog .post-card .copy h5,
.blog .post-card .copy .h5, .blog .post-card .copy h6,
.blog .post-card .copy .h6 {
  font-size: 25px;
  display: block;
}
.blog .post-card .copy h4 a, .blog .post-card .copy h5 a,
.blog .post-card .copy .h5 a, .blog .post-card .copy h6 a,
.blog .post-card .copy .h6 a {
  color: #1E2D5E !important;
  font-size: 26px;
}
.blog .post-card .copy h4 a:hover, .blog .post-card .copy h5 a:hover,
.blog .post-card .copy .h5 a:hover, .blog .post-card .copy h6 a:hover,
.blog .post-card .copy .h6 a:hover {
  color: #F4A200 !important;
}
.blog .post-card .copy p {
  font-size: 14px;
}
.blog .post-card .copy a {
  font-size: 18px;
}
.blog .post-card .copy .entry-meta {
  margin-bottom: 30px;
}
.blog .post-card .copy .entry-meta .cat-links {
  color: #929292;
}
.blog .post-card .copy .entry-meta .cat-links a {
  font-weight: 600 !important;
  color: #929292 !important;
  font-size: 16px;
}
.blog .post-card .copy .entry-meta .cat-links a:before {
  background-color: #F4A200 !important;
}
.blog .post-card .copy .entry-meta .cat-links a:hover {
  color: #F4A200 !important;
}

.membership-benefits.book {
  padding: 30px 0;
  margin-bottom: 120px;
}
.membership-benefits.book .negative-nance {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .membership-benefits.book .negative-nance {
    margin-top: -75px;
    margin-bottom: -75px;
  }
}
.membership-benefits .border-radius-small {
  overflow: visible;
}
.membership-benefits .border-radius-small .negative-nance {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .membership-benefits .border-radius-small .negative-nance {
    margin-top: -135px;
    margin-bottom: -135px;
  }
}

.post-type-archive-tribe_events .banner {
  padding: 60px 15px 30px;
  margin-bottom: 80px;
}
.post-type-archive-tribe_events .banner #tribe-events .tribe-events-title-bar {
  padding: 0;
}

.events-list .type-tribe_events {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 60px;
}
.events-list .type-tribe_events.tribe-events-last {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.tribe-events-month .tribe-event-description p:last-child {
  margin-bottom: 1.5rem;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #F4A200;
}

.tribe-events-calendar-month__calendar-event-details a:hover {
  border-bottom: none !important;
}

a.tribe-events-c-ical__link {
  border: 1px solid #30979C !important;
  transition: ease all 300ms !important;
}
a.tribe-events-c-ical__link:before {
  display: none !important;
}
a.tribe-events-c-ical__link:hover {
  background-color: #30979C !important;
  color: #fff !important;
}

.tribe-common a.tribe-common-c-btn-border:hover:before {
  display: none;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  background-color: #30979C;
}
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover {
  background-color: #F4A200;
}

.single-tribe_events .tribe-events-single-event-title {
  font-size: 40px;
}
.single-tribe_events .tribe-events-event-meta {
  border: none;
  margin: 0;
  background-color: #f1f1f1;
}
.single-tribe_events .tribe-events-event-meta.primary {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 40px;
}
.single-tribe_events .tribe-events-event-meta.secondary {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 30px;
}
.single-tribe_events .tribe-events-single-section-title {
  font-size: 18px;
  color: #30979C;
  margin-bottom: 20px;
}
.single-tribe_events .tribe-events-schedule {
  background: transparent;
  border: none;
  padding-left: 0;
}
.single-tribe_events .tribe-events-schedule h2 {
  font-size: 16px;
  font-weight: bold;
  color: #30979C;
}
.single-tribe_events .tribe-events-single-event-description {
  margin-bottom: 60px;
}
.single-tribe_events .tribe-events-cal-links {
  margin-bottom: 60px;
}
.single-tribe_events .tribe-events-single {
  margin-bottom: 80px;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background-color: #30979C;
}
#tribe-events-content .tribe-events-calendar h3.tribe-events-month-event-title {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#tribe-events a:not(.button):not(.btn):not(.nav-link):not(.tribe-events-button),
#tribe-events a:not(.button):not(.btn):not(.nav-link):not(.tribe-events-button):visited {
  color: #F4A200;
}
#tribe-events .tribe-events-list-event-title {
  font-size: 28px;
}
#tribe-events .tribe-events-list-event-title a {
  color: #fff !important;
}
#tribe-events .tribe-events-list-separator-month span {
  color: #000 !important;
}
#tribe-events .tribe-event-schedule-details {
  color: #F4A200;
  font-weight: normal;
  font-size: 16px;
}
#tribe-events .tribe-events-back {
  margin-bottom: 60px;
}
#tribe-events .tribe-events-back i {
  color: #30979C;
  margin-right: 10px;
}
#tribe-events .tribe-events-back a {
  font-size: 16px;
  font-weight: normal;
}
#tribe-events .tribe-events-back a:hover {
  color: #F4A200;
}
#tribe-events a.tribe-events-button {
  margin: 0;
  padding: 0.75rem 2.8125rem;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  border-radius: 5px;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  overflow: visible;
  text-decoration: none;
  transition: 0.3s all ease !important;
  -webkit-user-select: none;
          user-select: none;
  vertical-align: bottom;
  text-transform: none;
  background-color: #30979C;
  font-weight: bold;
  font-size: 18px;
  color: #fff !important;
  margin-right: 15px;
}
#tribe-events a.tribe-events-button:before {
  display: none;
}
.ie #tribe-events a.tribe-events-button {
  padding: 0.4375rem 1.25rem;
}
#tribe-events a.tribe-events-button::-moz-focus-inner {
  border: none;
  padding: 0;
}
#tribe-events a.tribe-events-button:hover {
  background-color: #F4A200;
  color: #30979C;
}
#tribe-events .tribe-events-list-separator-month span {
  color: #1E2D5E;
}
#tribe-events #tribe-bar-form label {
  color: #F4A200;
}
#tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #30979C;
  font-weight: bold;
}
#tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background-color: #F4A200;
}
#tribe-events #tribe-events-bar #tribe-bar-filters input::placeholder {
  opacity: 1;
}
#tribe-events #tribe-events-footer {
  border-top: none;
}

.tribe-events .datepicker .month.current {
  background: rgba(48, 151, 156, 0.3);
}
.tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused {
  background: #30979C;
}

.error404 .search-form label {
  display: inline-flex;
  align-items: center;
}
.error404 .search-form label input {
  margin: 0 0 0 15px;
}

.widget {
  margin: 0 0 1.5rem;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-submit {
  display: none;
}