@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
  font-display: block;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.svg_icon {
  background-image: url("/img/icons.svg");
}

.arrow-2-left > .svg_icon,
.arrow-2-left.svg_icon {
  display: inline-block;
  width: 13px;
  height: 20px;
  background-position: 0px 0;
}

.arrow-2-right > .svg_icon,
.arrow-2-right.svg_icon {
  display: inline-block;
  width: 13px;
  height: 20px;
  background-position: -33px 0;
}

.back-link > .svg_icon,
.back-link.svg_icon {
  display: inline-block;
  width: 23px;
  height: 18px;
  background-position: -66px 0;
}

.cancel-dark > .svg_icon,
.cancel-dark.svg_icon {
  display: inline-block;
  width: 18px;
  height: 19px;
  background-position: -109px 0;
}

.cancel > .svg_icon,
.cancel.svg_icon {
  display: inline-block;
  width: 18px;
  height: 19px;
  background-position: -147px 0;
}

.check-green > .svg_icon,
.check-green.svg_icon {
  display: inline-block;
  width: 14px;
  height: 12px;
  background-position: -185px 0;
}

.check > .svg_icon,
.check.svg_icon {
  display: inline-block;
  width: 25px;
  height: 21px;
  background-position: -219px 0;
}

.check2-green > .svg_icon,
.check2-green.svg_icon {
  display: inline-block;
  width: 22px;
  height: 19px;
  background-position: -264px 0;
}

.checkbox-checked > .svg_icon,
.checkbox-checked.svg_icon {
  display: inline-block;
  width: 15px;
  height: 16px;
  background-position: -306px 0;
}

.checkbox-unchecked > .svg_icon,
.checkbox-unchecked.svg_icon {
  display: inline-block;
  width: 14px;
  height: 15px;
  background-position: -341px 0;
}

.checkbox > .svg_icon,
.checkbox.svg_icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: -375px 0;
}

.close > .svg_icon,
.close.svg_icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-position: -410px 0;
}

.gear > .svg_icon,
.gear.svg_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: -451px 0;
}

.meatballs-small-dark > .svg_icon,
.meatballs-small-dark.svg_icon {
  display: inline-block;
  width: 16px;
  height: 5px;
  background-position: -495px 0;
}

.pause > .svg_icon,
.pause.svg_icon {
  display: inline-block;
  width: 16px;
  height: 20px;
  background-position: -531px 0;
}

.play > .svg_icon,
.play.svg_icon {
  display: inline-block;
  width: 16px;
  height: 19px;
  background-position: -567px 0;
}

.question > .svg_icon,
.question.svg_icon {
  display: inline-block;
  width: 3px;
  height: 12px;
  background-position: -603px 0;
}

.recurring > .svg_icon,
.recurring.svg_icon {
  display: inline-block;
  width: 12px;
  height: 15px;
  background-position: -626px 0;
}

.smallx > .svg_icon,
.smallx.svg_icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: -658px 0;
}

.x2-red > .svg_icon,
.x2-red.svg_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: -690px 0;
}

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 19px;
    left: 1px;
    width: 0;
  }
  54% {
    top: 17px;
    left: 2px;
    width: 0;
  }
  70% {
    top: 35px;
    left: -6px;
    width: 50px;
  }
  84% {
    top: 48px;
    left: 21px;
    width: 17px;
  }
  100% {
    top: 45px;
    left: 14px;
    width: 25px;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 19px;
    left: 1px;
    width: 0;
  }
  54% {
    top: 17px;
    left: 2px;
    width: 0;
  }
  70% {
    top: 35px;
    left: -6px;
    width: 50px;
  }
  84% {
    top: 48px;
    left: 21px;
    width: 17px;
  }
  100% {
    top: 45px;
    left: 14px;
    width: 25px;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 54px;
    right: 46px;
    width: 0;
  }
  65% {
    top: 54px;
    right: 46px;
    width: 0;
  }
  84% {
    top: 35px;
    right: 0;
    width: 55px;
  }
  100% {
    top: 38px;
    right: 8px;
    width: 47px;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 54px;
    right: 46px;
    width: 0;
  }
  65% {
    top: 54px;
    right: 46px;
    width: 0;
  }
  84% {
    top: 35px;
    right: 0;
    width: 55px;
  }
  100% {
    top: 38px;
    right: 8px;
    width: 47px;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -6px;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -6px;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 2.2em;
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-validationerror {
  font-size: 1em;
}

body.swal2-toast-shown > .swal2-container {
  position: fixed;
  background-color: transparent;
}

body.swal2-toast-shown > .swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown > .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown > .swal2-container.swal2-top-end, body.swal2-toast-shown > .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown > .swal2-container.swal2-top-start, body.swal2-toast-shown > .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown > .swal2-container.swal2-center-start, body.swal2-toast-shown > .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown > .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown > .swal2-container.swal2-center-end, body.swal2-toast-shown > .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown > .swal2-container.swal2-bottom-start, body.swal2-toast-shown > .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown > .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown > .swal2-container.swal2-bottom-end, body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: 0.625em;
  -webkit-box-shadow: 0 0 10px #d9d9d9;
  box-shadow: 0 0 10px #d9d9d9;
  overflow-y: hidden;
}

.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: initial;
}

.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 32px;
  height: 32px;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-info, .swal2-popup.swal2-toast .swal2-icon.swal2-warning, .swal2-popup.swal2-toast .swal2-icon.swal2-question {
  font-size: 26px;
  line-height: 32px;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 14px;
  width: 22px;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 5px;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 5px;
}

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 32px;
  height: 45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -4px;
  left: -15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  border-radius: 64px 0 0 64px;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -4px;
  left: 15px;
  -webkit-transform-origin: 0 32px;
  transform-origin: 0 32px;
  border-radius: 0 64px 64px 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 32px;
  height: 32px;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 7px;
  width: 7px;
  height: 43px;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 5px;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 18px;
  left: 3px;
  width: 12px;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 15px;
  right: 3px;
  width: 22px;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast 0.5s;
  animation: showSweetToast 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast 0.2s forwards;
  animation: hideSweetToast 0.2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip 0.75s;
  animation: animate-toast-success-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long 0.75s;
  animation: animate-toast-success-long 0.75s;
}

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-10px) rotateZ(2deg);
    transform: translateY(-10px) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateY(5px) rotateZ(2deg);
    transform: translateY(5px) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}
@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-10px) rotateZ(2deg);
    transform: translateY(-10px) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateY(5px) rotateZ(2deg);
    transform: translateY(5px) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: 9px;
    left: 1px;
    width: 0;
  }
  54% {
    top: 2px;
    left: 2px;
    width: 0;
  }
  70% {
    top: 10px;
    left: -4px;
    width: 26px;
  }
  84% {
    top: 17px;
    left: 12px;
    width: 8px;
  }
  100% {
    top: 18px;
    left: 3px;
    width: 12px;
  }
}
@keyframes animate-toast-success-tip {
  0% {
    top: 9px;
    left: 1px;
    width: 0;
  }
  54% {
    top: 2px;
    left: 2px;
    width: 0;
  }
  70% {
    top: 10px;
    left: -4px;
    width: 26px;
  }
  84% {
    top: 17px;
    left: 12px;
    width: 8px;
  }
  100% {
    top: 18px;
    left: 3px;
    width: 12px;
  }
}
@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 26px;
    right: 22px;
    width: 0;
  }
  65% {
    top: 20px;
    right: 15px;
    width: 0;
  }
  84% {
    top: 15px;
    right: 0;
    width: 18px;
  }
  100% {
    top: 15px;
    right: 3px;
    width: 22px;
  }
}
@keyframes animate-toast-success-long {
  0% {
    top: 26px;
    right: 22px;
    width: 0;
  }
  65% {
    top: 20px;
    right: 15px;
    width: 0;
  }
  84% {
    top: 15px;
    right: 0;
    width: 18px;
  }
  100% {
    top: 15px;
    right: 3px;
    width: 22px;
  }
}
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: auto;
  overflow-y: hidden;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-popup .swal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-popup .swal2-actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em auto 0;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  content: "";
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.625em 2em;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-popup .swal2-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em 0 0;
  padding-top: 1em;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  margin: 0;
  padding: 0;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.25em;
  line-height: 1.2em;
  cursor: pointer;
}

.swal2-popup .swal2-close:hover {
  color: #d55;
}

.swal2-popup > .swal2-input,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-textarea,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-checkbox {
  display: none;
}

.swal2-popup .swal2-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  word-wrap: break-word;
}

.swal2-popup #swal2-content {
  text-align: center;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  margin: 1em auto;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
  width: 100%;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::-ms-input-placeholder,
.swal2-popup .swal2-file::-ms-input-placeholder,
.swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-range input {
  width: 80%;
}

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0.75em;
}

.swal2-popup .swal2-input[type=number] {
  max-width: 10em;
}

.swal2-popup .swal2-file {
  font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  color: #545454;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-popup .swal2-validationerror {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

.swal2-popup .swal2-validationerror::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: "!";
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
.swal2-icon {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 1.25em auto 1.875em;
  border: 4px solid transparent;
  border-radius: 50%;
  line-height: 80px;
  cursor: default;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 37px;
  width: 47px;
  height: 5px;
  border-radius: 2px;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 17px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning, .swal2-icon.swal2-info, .swal2-icon.swal2-question {
  margin: 0.333333em auto 0.5em;
  font-family: inherit;
  font-size: 3.75em;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  border-radius: 120px 0 0 120px;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
  border-radius: 0 120px 120px 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: 8px;
  left: 26px;
  width: 7px;
  height: 90px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  height: 5px;
  border-radius: 2px;
  background-color: #a5dc86;
  z-index: 2;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 46px;
  left: 14px;
  width: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 38px;
  right: 8px;
  width: 47px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

[dir=rtl] .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.react-tags {
  position: relative;
  padding: 0.25rem 0 0 0.25rem;
  border: 2px solid #afb8c1;
  border-radius: 6px;
  background: #ffffff;
  /* shared font styles */
  font-size: 1rem;
  line-height: 1.2;
  /* clicking anywhere will focus the input */
  cursor: text;
}

.react-tags.is-active {
  border-color: #4f46e5;
}

.react-tags.is-disabled {
  opacity: 0.75;
  background-color: #eaeef2;
  /* Prevent any clicking on the component */
  pointer-events: none;
  cursor: not-allowed;
}

.react-tags.is-invalid {
  border-color: #fd5956;
  box-shadow: 0 0 0 2px rgba(253, 86, 83, 0.25);
}

.react-tags__label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.react-tags__list {
  /* Do not use display: contents, it's too buggy */
  display: inline;
  padding: 0;
}

.react-tags__list-item {
  display: inline;
  list-style: none;
}

button.react-tags__tag {
  margin: 0 0.25rem 0.25rem 0;
  padding: 0.5rem 0.5rem;
  border: 0;
  border-radius: 3px;
  background: #eaeef2;
  color: #000;
  /* match the font styles */
  font-size: 1.4rem;
  line-height: inherit;
  height: auto;
  font-weight: normal;
}
button.react-tags__tag:hover {
  color: #ffffff;
  background-color: #4f46e5;
}
button.react-tags__tag::after {
  content: "";
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  clip-path: polygon(10% 0, 0 10%, 40% 50%, 0 90%, 10% 100%, 50% 60%, 90% 100%, 100% 90%, 60% 50%, 100% 10%, 90% 0, 50% 40%);
  margin-left: 0.5rem;
  font-size: 0.875rem;
  background-color: #7c7d86;
}
button.react-tags__tag:hover::after {
  background-color: #ffffff;
}

.react-tags__combobox {
  display: inline-block;
  /* match tag layout */
  padding: 0.375rem 0.25rem;
  margin-bottom: 0.25rem;
  /* prevents autoresize overflowing the container */
  max-width: 100%;
}

.react-tags__combobox-input {
  /* prevent autoresize overflowing the container */
  max-width: 100%;
  /* remove styles and layout from this element */
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  /* match the font styles */
  font-size: inherit;
  line-height: inherit;
}

.react-tags__combobox-input::placeholder {
  color: #7c7d86;
  opacity: 1;
}

.react-tags__listbox {
  position: absolute;
  background-color: #fff;
  font-size: 1.6rem;
  z-index: 20 !important;
  top: calc(100% + 5px);
  /* Negate the border width on the container */
  left: -2px;
  right: -2px;
  max-height: 12.5rem;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #afb8c1;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -4px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
}

.react-tags__listbox-option {
  padding: 0.375rem 0.5rem;
}

.react-tags__listbox-option:hover {
  cursor: pointer;
  background: #eaeef2;
}

.react-tags__listbox-option:not([aria-disabled=true]).is-active {
  background: #4f46e5;
  color: #ffffff;
}

.react-tags__listbox-option[aria-disabled=true] {
  color: #7c7d86;
  cursor: not-allowed;
  pointer-events: none;
}

.react-tags__listbox-option[aria-selected=true]::after {
  content: "✓";
  margin-left: 0.5rem;
}

.react-tags__listbox-option[aria-selected=true]:not(.is-active)::after {
  color: #4f46e5;
}

.react-tags__listbox-option-highlight {
  background-color: #ffdd00;
}

.tag-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 8px;
  gap: 8px;
  background-color: rgba(0, 0, 0, 0.0117647059);
  margin: 0.25rem 0.5rem 0.5rem 0.25rem;
  justify-content: flex-start;
  border: 1px solid #e2e2e2;
  align-items: flex-start;
  border-radius: 4px;
}

.tag-group ul {
  margin: 0;
}

.tag-group > p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.5019607843);
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #3F3C35;
  -webkit-font-smoothing: antialiased;
  background-color: #292723;
}

body.show-mobile-nav {
  overflow: hidden;
}

p {
  line-height: 1.75;
}

label {
  font-family: "Campy", Verdana, sans-serif;
}

.lightText {
  color: #fff;
}

.lightText button,
.lightText .button {
  -webkit-font-smoothing: antialiased;
}

.lightText a {
  color: #fff;
}

.highlight {
  color: #000 !important;
  background-color: #FFD800;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
  text-decoration: none;
}

.skewhighlight {
  display: inline-block;
  color: #000 !important;
  background-color: #FFDB4C;
  font-weight: bold;
  text-decoration: none;
  transform: skewX(-14deg);
  border-radius: 3px;
  padding: 0 10px;
  margin-left: 10px;
  transition: all 0.15s;
}

a.skewhighlight:hover {
  text-decoration: none;
  background-color: #cca300;
}

.big {
  font-size: 2rem;
}

.smaller {
  font-size: 0.8em;
}

.center {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.strike {
  text-decoration: line-through;
}

.noTT {
  text-transform: none !important;
}

b, strong {
  font-weight: 700;
}

abbr[title] {
  text-decoration: none;
}

img.rounded {
  border-radius: 10px;
}

.marginBottomHalf {
  margin-bottom: 0.3em !important;
}

.marginBottom {
  margin-bottom: 1em !important;
}

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

.marginBottom2 {
  margin-bottom: 2em !important;
}

.marginBottom3 {
  margin-bottom: 3em !important;
}

.marginBottom4 {
  margin-bottom: calc(40px + 4%) !important;
}

.marginTop0 {
  margin-top: 0em !important;
}

.marginTop {
  margin-top: 1em;
}

.marginTop2 {
  margin-top: 2em !important;
}

.marginTop3 {
  margin-top: 3em;
}

.marginRight {
  margin-right: 0.5em;
}

.marginLeft {
  margin-left: 1em !important;
}

.middleCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

p {
  margin: 0 0 1.5em 0;
}

p + .button {
  margin-top: -0.5em;
}

h1, h2, h3, h4 {
  font-family: "Campy", Verdana, sans-serif;
  color: #071325;
}

h1 {
  font-size: 3.6rem;
  font-weight: 900;
  margin: 0 0 0.3em 0;
  /*&+p{
    margin-top: -4em;
  }*/
}

.masthead h1,
.intro h1 {
  text-transform: uppercase;
}

h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto 0.2em auto;
}

h3 {
  font-size: 1.8rem;
  margin: 1em 0 0.4em 0;
  line-height: 1.75;
}

h4 {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0 0 0 0;
  color: #585347;
}

.tightSpacing h2 {
  margin-bottom: 0 !important;
}
.tightSpacing h2 + p {
  margin-bottom: 0.5em !important;
}

.pushLeft {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.twocol {
  column-count: 2;
  column-gap: 20px;
}

.threecol {
  column-count: 3;
  column-gap: 20px;
}

ul.plain {
  padding: 0;
}

ul.plain li {
  list-style: none;
  margin: 0 0 0.5em 0;
}
ul.plain li::marker {
  content: "";
}

ul {
  padding-left: 1em;
}

li::marker {
  content: "•  ";
  display: inline-block;
  margin-right: 2em;
}

li > p:first-of-type {
  margin: 0;
  line-height: 1.3;
}

a, a:visited {
  color: #843A19;
}

a:hover {
  text-decoration: underline;
}

a.icon {
  display: inline-block;
}

.swal2-popup {
  font-size: 1.5rem !important;
}

.alignLeft {
  display: block;
  text-align: left !important;
  margin-left: 0;
  margin-right: auto;
}

.topBar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.topNav {
  border-bottom: 1px solid rgba(118, 131, 141, 0.5);
  background-color: #071325;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  height: 75px;
}
.topNav .logo {
  padding: 8px 20px 5px 65px;
}
.topNav .logo img {
  width: 110px;
  height: auto;
}
.topNav .desktop {
  width: 100%;
  height: 100%;
  display: flex;
}
.topNav .desktop ul {
  align-self: center;
  display: flex;
  flex: 1;
  padding: 0;
  height: 100%;
}
.topNav .desktop ul > div {
  width: 100%;
  display: flex;
}
.topNav li {
  position: relative;
  top: 1px;
  display: inline-flex;
  list-style: none;
  text-transform: uppercase;
  padding: 0 0px;
  height: 100%;
  align-items: center;
}
.topNav li:last-of-type {
  margin-left: auto;
  margin-right: 40px;
}
.topNav a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  padding: 7px 10px;
  line-height: 1;
  user-select: none;
}
.topNav a:not(.logo):hover {
  background-color: #364251;
  border-radius: 4px;
}
.topNav li.active {
  box-shadow: inset 0 -4px #fff;
}
.topNav li.active a {
  color: #fff;
  user-select: none;
}
.topNav .dropdown {
  position: relative;
}
.topNav .dropdown-content {
  position: absolute;
  width: 150px;
  display: none;
  top: -15px;
  left: -80px;
  background-color: #fff;
  border: 3px solid #A7B2BF;
  border-radius: 10px;
  padding: 10px 30px 10px 20px;
}
.topNav .dropdown-content .header {
  color: #071325;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 10px;
}
.topNav .dropdown-content ul {
  display: block;
}
.topNav .dropdown-content li {
  display: block;
  margin-left: -10px;
  text-transform: none;
}
.topNav .dropdown-content li:last-of-type {
  margin-right: 0;
}
.topNav .dropdown-content a {
  color: #071325;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  user-select: none;
  padding: 10px;
}
.topNav .dropdown-content a:hover {
  background-color: #ccc;
}
.topNav .dropdown-content a:hover .material-icons {
  color: #071325;
}
.topNav .dropdown-content .material-icons {
  font-size: 16px;
  margin-right: 10px;
  width: 16px;
  color: #8695A6;
}
.topNav .dropdown:focus-within .dropdown-content {
  display: block;
}

.topBanner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.topBanner.error {
  background-color: #C02504;
  color: #fff;
  padding: 15px 20px;
  align-items: center;
}
.topBanner.error h1 {
  color: #fff;
  font-size: 1.6rem;
}

.topNav.light {
  border-bottom: 1px solid rgba(118, 131, 141, 0.5);
  background-color: #fff;
  color: #56524B;
}
ul.custom {
  margin: 4px 0px;
  padding: 0;
}
ul.custom li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 6px;
  line-height: 1.4;
}
ul.custom li::marker {
  content: "";
}
ul.custom li:before {
  position: absolute;
  left: 0px;
  content: "·";
  margin-right: 6px;
  font-weight: 600;
}

a.back {
  font-family: "Campy", Verdana, sans-serif;
  text-decoration: none !important;
}
a.back:before {
  font-family: "Material Icons";
  content: "arrow_back";
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  margin-right: 6px;
}

.beige-panel {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F8F6F2 !important;
}

#mainColumn {
  position: relative;
  box-sizing: border-box;
}

#mainBody {
  background-color: #F8F6F2;
  padding: 115px 20px 0px 20px;
  overflow: hidden;
}
#mainBody.sub-page, #mainBody.sub-page2 {
  padding-top: max(10vw, 125px);
}
#mainBody.sub-page.dark {
  background-color: #071325;
  color: #fff;
}
#mainBody.sub-page.dark h2,
#mainBody.sub-page.dark h1 {
  color: #fff;
}

.profileImage {
  background-color: #fff;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
.profileImage > div {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.profileImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profileImage .placeholder {
  font-size: 4rem;
  font-weight: 500;
}

.socialLinks {
  display: flex;
  flex-wrap: wrap;
}
.socialLinks a {
  display: inline-block;
  margin-right: 23px;
}
.socialLinks a img {
  width: 16px;
}

#mainBody a,
.sub-page a,
.sub-page2 a,
.swal2-container a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration 0.125s ease;
}
#mainBody a:hover,
.sub-page a:hover,
.sub-page2 a:hover,
.swal2-container a:hover {
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: text-decoration 0.25s ease;
}

#mainBody.home {
  background-color: #0d1526;
  background-image: url(https://cdn.campnab.com/img/bg-main-0-3.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-position-y: 75px;
  background-size: 2000px;
  padding: 115px 40px 0px 40px;
  counter-reset: step;
  /*button{
    height: 56px;
  }*/
}
#mainBody.home h4 {
  color: #071325;
}
#mainBody.home section {
  position: relative;
  background-color: #FFF;
  padding: 90px 0;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
}
#mainBody.home section.bgBeige {
  background-color: #F8F6F2;
}
#mainBody.home section .content {
  text-align: center;
}
#mainBody.home .logos {
  display: grid;
  grid-gap: 45px;
  grid-template-columns: repeat(auto-fill, 150px);
  margin: 0 auto;
  align-content: space-around;
  justify-content: center;
}
#mainBody.home .logos a {
  align-self: center;
  justify-self: center;
}
#mainBody.home .logos img {
  align-self: center;
  justify-self: center;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 50% 50%;
}
#mainBody.home .email {
  text-align: left;
  display: block;
  margin-bottom: 1em;
}
#mainBody.home .email input {
  font-size: 1.6rem;
  padding: 12px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid rgb(230, 230, 230);
  margin-top: 0.5em;
}

.faq .twocol {
  column-gap: 100px;
}
.faq .item {
  text-align: left;
  margin-bottom: 2.9em;
  break-inside: avoid;
}
.faq .item h4 {
  color: #071325;
  text-align: left;
  margin-bottom: 1.7em;
}

#mainColumn.boxed {
  background-color: #F8F6F2;
  color: #3F3C35;
  border-radius: 32px;
  overflow: visible;
  padding: 50px 40px 0px 40px;
  border: 6px solid #596B3A;
  border-top-width: 56px;
  margin-bottom: 150px;
}
#mainColumn.boxed h1 {
  position: absolute;
  top: -36px;
  left: 0;
  margin: 0;
  padding: 0px;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.blog-posts {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 500px));
  margin: 0 auto;
  align-content: space-around;
  justify-content: center;
}
.blog-posts .post {
  background-color: #fff;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
.blog-posts .post h2 {
  margin-bottom: 0.3em;
}
.blog-posts .post h2 a {
  text-decoration: none !important;
  color: #071325;
}
.blog-posts .post .image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 75%;
}
.blog-posts .post .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-posts .post .intro {
  text-align: left;
  padding: 30px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.home #campgrounds .radioBlocks * {
  -webkit-tap-highlight-color: transparent;
}
.home #campgrounds .radioBlocks .label > label:before {
  top: 20px;
  transform: none;
}
.home #campgrounds .radioBlocks .label > label {
  display: block;
  margin: -16px -16px 0 -16px;
  padding: 16px 16px 16px 16px;
  width: 100%;
  cursor: pointer;
}
.home #campgrounds .radioBlocks .sites {
  display: none;
  max-height: 0;
  transition: all 0.25s ease;
  width: 100%;
}
.home #campgrounds .radioBlocks .sites label:before {
  content: none;
}
.home #campgrounds .radioBlocks .sites.visible .radioBlocksGrid {
  display: grid;
  max-height: none;
  grid-gap: 6px;
}
.home #campgrounds .radioBlocks .sites .radioBlocksGrid {
  display: none;
  max-height: 0;
  transition: all 0.25s ease;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.home #campgrounds .radioBlocks .sites .radioBlocksGrid label {
  font-size: 1.2rem;
  padding: 6px;
  margin: 0;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 4px;
  font-weight: 500;
  overflow: hidden;
}
.home #campgrounds .radioBlocks .sites .radioBlocksGrid label:hover {
  color: #071325;
  border-color: rgb(59, 122, 219);
  background-color: #fff;
}
.home #campgrounds .radioBlocks .sites .radioBlocksGrid input:checked + label {
  background-color: rgb(59, 122, 219);
  color: #fff;
  font-weight: 500;
}
.home #campgrounds .radioBlocks .sites ul {
  list-style: none;
  height: 100px;
  overflow: scroll;
  font-size: 1.4rem;
  padding: 0;
  width: 100%;
  border: 1px solid #071325;
}
.home #campgrounds .radioBlocks .sites ul li {
  padding: 3px 8px;
}
.home #campgrounds .radioBlocks .sitesToggle {
  margin: -5px 0 0 0;
}
.home #campgrounds .radioBlocks .sitesToggle label {
  border: none;
  padding: 0;
  display: inline-block;
  margin: 0 10px 2px 0;
  background: none;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.home #campgrounds .radioBlocks .sitesToggle input:checked + label {
  border-bottom: 1px solid #071325;
  margin-bottom: 0;
}
.home #campgrounds .radioBlocks .meta {
  text-transform: uppercase;
}
.home #campgrounds .radioBlocks input[name=campground] + .label {
  flex-direction: column;
  padding-bottom: 0;
}
.home #campgrounds .radioBlocks input[name=campground]:checked {
  padding-bottom: 16px;
}
.home #campgrounds .radioBlocks input[name=campground]:checked + label {
  padding-bottom: 0;
}
.home #campgrounds .radioBlocks input[name=campground]:checked + .label {
  padding-bottom: 16px;
}
.home #campgrounds .radioBlocks input[name=campground]:checked + .label > label {
  padding-bottom: 0;
}
.home #campgrounds .radioBlocks input[name=campground]:checked + .label .sites {
  display: grid;
  max-height: none;
  transition: all 0.125s ease;
}

.invoice {
  margin-left: auto;
}
.invoice td {
  text-align: right;
}

.sitesMembershipRequired {
  font-size: 1.2rem;
  grid-column: 1/-1;
  margin: 0 0 1em 0;
}

.intro h1, .intro h2, .intro h3, .intro h4 {
  text-transform: uppercase;
}

.sub-page {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #fff;
}
.sub-page img {
  width: 100%;
}
.sub-page .intro {
  max-width: 650px;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.4;
}
.sub-page .twocol-flex {
  columns: auto;
  display: flex;
  flex-direction: row;
}
.sub-page .twocol-flex .column {
  flex-basis: 50%;
  text-align: left;
}
.sub-page .twocol-flex .column h2 {
  margin-left: 0;
}
.sub-page.marker h2 {
  color: #071325;
}
.sub-page h2:first-of-type {
  margin-top: 0;
}
.sub-page li {
  margin: 0 0 0.5em 0;
}

.sub-page2 .mainBody {
  background-color: #fff;
}
.sub-page2 #mainColumn {
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}
.sub-page2 #mainColumn img {
  width: 100%;
}
.sub-page2 h1,
.sub-page2 h2 {
  text-transform: none;
  margin: 0em 0 1em 0;
  color: #071325;
}
.sub-page2 h1 {
  text-transform: uppercase;
}
.sub-page2 h4 + h2 {
  margin-top: -5px;
}
.sub-page2 h3 {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  margin: 1.5em 0 0.5em 0;
}
.sub-page2 .resources {
  font-size: 1.8rem;
  font-weight: 600;
}

.sub-page.pricing .pingpong .image {
  background-color: transparent;
}

.horizontal-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.plans .tabContent {
  grid-column: span 2;
}
.plans .planItem li {
  margin: 0 0 -0.1em 15px;
}
.plans .planItem h4 {
  font-weight: bold;
  border-bottom: 5px solid #071325;
  display: inline-block;
}
.plans .planItem .name {
  flex: 0 1 33%;
  min-width: 150px;
}
.plans .planItem#content-adhoc {
  display: block;
}

#tab-monthly:checked ~ #content-monthly {
  display: block;
}

#tab-annual:checked ~ #content-annual {
  display: block;
}

[data-plan=Good] h4 {
  color: #3092BA !important;
  border-color: #3092BA !important;
}

[data-plan=Better] h4 {
  color: #AD9703 !important;
  border-color: #AD9703 !important;
}

[data-plan=Awesome] h4 {
  color: #E25A09 !important;
  border-color: #E25A09 !important;
}

[data-plan=Mega] h4 {
  color: #8D216A !important;
  border-color: #8D216A !important;
}

[data-plan=Ultra] h4 {
  color: #561BA5 !important;
  border-color: #561BA5 !important;
}

h4 {
  color: #071325;
}

h3.above {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #585347;
  margin: 3em 0 0 0;
  line-height: 1;
  margin-bottom: -3px;
}
h3.above:first-of-type {
  margin-top: 0;
}
h3.above + h1 {
  margin-top: 7px;
}
h3.above + h2 {
  margin-top: 7px;
}

.masthead-dark h3.above {
  color: #ACA28B;
}

.marker h2 {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 700;
  text-align: left;
  font-weight: normal;
}

/*
body[class^=dash]{
  .intro{
    font-size: 1.6rem;
  }

  h1{
    margin: 0 0 0.25em 0;
    font-size: 3.2rem;
    font-weight: bold;
    text-transform: none;
  }

  h2{
    text-align: left;
    margin: 1.5em 0 0.5em 0;
    text-transform: none;
    font-size: 2.4rem;
  }
}*/
#mainBody.admin {
  font-family: "Campy", Verdana, sans-serif;
  font-size: 1.3rem;
  background-color: #fff;
  padding: 150px 30px 75px 30px;
}
#mainBody.admin textarea.code {
  width: 50%;
  font-size: 13px;
  font-family: "Courier New";
  height: 100px;
}

.columnsContainer {
  display: flex;
  flex-direction: row;
}
.columnsContainer .rightColumn {
  font-size: 1.4rem;
  flex: 1;
  margin-left: 5%;
}

@media all and (max-width: 800px) {
  .columnsContainer {
    flex-direction: column;
  }
  .columnsContainer .mainColumn {
    flex: 1 1 100%;
  }
  .columnsContainer .rightColumn {
    margin-left: 0;
  }
  .layoutDash .plans .planItem {
    flex-direction: column;
  }
  .layoutDash .plans .planItem .details {
    margin-bottom: 1em;
  }
}
.park-page {
  /*h2:first-of-type{
    margin-top: 0;
  }*/
}
.park-page .mainBody {
  padding: 75px 5% 100px 5%;
  background-color: #F8F6F2;
  min-height: 60vh;
}
.park-page .mainColumn {
  padding-left: 0;
  padding-right: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.park-page h2 {
  margin: 3em 0 1em 0;
}
.park-page .mainColumn {
  flex: 1 1 60%;
}
.park-page .rightColumn {
  font-size: 1.4rem;
  flex: 1 1 40%;
  margin-left: 5%;
}
.park-page .rightColumn h2 {
  font-size: 1.8rem;
}
.park-page .ctaBlock {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 20px 0px rgba(64, 64, 64, 0.1);
}
.park-page .ctaBlock h2 {
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-top: 0;
}
.park-page .campgroundsList {
  background-color: #fff;
  padding: 0 5%;
  position: relative;
}
.park-page .campgroundsList .items {
  columns: 3 250px;
  column-gap: 30px;
  color: #071325;
}
.park-page .campgroundsList .items .item {
  font-family: "Campy", Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  break-inside: avoid;
}
.park-page .campgroundsList .items .item h3 {
  font-size: 1.6rem;
  text-transform: none;
  color: #071325;
  margin-bottom: 0;
  margin-top: 0;
}
.park-page .campgroundsList .items .item a, .park-page .campgroundsList .items .item a:visited {
  color: #071325;
}
.park-page .overview table {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
.park-page .overview tr td:first-of-type {
  width: 30%;
  font-weight: 600;
}
.park-page .overview td {
  padding: 10px 0;
  vertical-align: top;
  text-align: left;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.park-page .overview td h3 {
  margin-bottom: 0.75em;
}
.park-page .overview ul {
  margin: 0 0 1em 0;
}
.park-page .overview li p {
  margin: 0;
}
.park-page .overview img {
  max-width: 100%;
  height: auto !important;
}
.park-page .firstReview {
  background-color: #fff;
  border-radius: 10px;
  columns: 2 250px;
  column-gap: 50px;
  padding: 60px 60px 60px 40px;
  text-align: left;
  border: 4px solid #A5D4DC;
}
.park-page .firstReview img {
  max-width: 100%;
}
.park-page .firstReview .notation {
  font-size: 1.1rem;
  font-weight: 600;
  color: #585347;
  margin: 1em 0;
}
.park-page .firstReview div {
  break-inside: avoid;
}

.rating {
  font-size: 1.5rem;
}
.rating a {
  color: #325D8A;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.rating .stars {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.rating .stars .star-icon {
  font-size: 2.1rem;
  color: rgba(50, 93, 138, 0.1882352941);
}
.rating .stars .star-icon .fill {
  color: #325D8A;
}

.masthead-dark .cta {
  width: 100%;
  background-color: #5f9c02;
  border-color: #5f9c02;
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  line-height: 1.5;
  border-radius: 150px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  text-wrap: balance;
}
.masthead-dark .cta:hover {
  background-color: #4d8502;
}
.masthead-dark .cta:visited {
  color: #fff;
}
.masthead-dark .cta .material-icons {
  font-size: 2rem;
  margin-right: 6px;
  animation: jiggle 3s infinite;
}
.masthead-dark a {
  color: #fff;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
}
.masthead-dark .rating {
  font-size: 1.4rem;
}
.masthead-dark .rating a {
  color: #fff;
}
.masthead-dark .rating .stars .star-icon {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.1882352941);
}
.masthead-dark .rating .stars .star-icon .fill {
  color: #fff;
}

@keyframes jiggle {
  0% {
    transform: rotate(0deg);
  }
  1% {
    transform: rotate(15deg);
  }
  3% {
    transform: rotate(-15deg);
  }
  5% {
    transform: rotate(15deg);
  }
  7% {
    transform: rotate(-15deg);
  }
  9% {
    transform: rotate(15deg);
  }
  11% {
    transform: rotate(-15deg);
  }
  15% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.badges {
  columns: 3 360px;
  column-gap: 30px;
  margin-left: auto;
  margin-right: auto;
}
.badges .item {
  break-inside: avoid;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.badges h2 {
  text-align: center;
}
.badges img {
  display: block;
  max-width: 210px;
  margin: 0 auto 1.5em auto;
}

.stats {
  display: flex;
  font-family: "Campy", Verdana, sans-serif;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 600;
}
.stats h2 {
  margin: 0;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
}
.stats .item {
  flex-basis: 25%;
  align-items: center;
  display: flex;
  flex-direction: column;
  min-width: 150px;
  text-align: center;
  margin-bottom: 3em;
}

/*
.loading{
  padding-top: 150px;
}*/
.bannerContainer {
  position: relative;
  overflow: hidden;
  margin-top: 72px;
}
.bannerContainer .btnGalleryRight {
  background-image: url(https://cdn.campnab.com/img/arrow-gallery-right.svg);
  background-size: 100%;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 20;
  margin: auto;
  opacity: 0.8;
  transition: opacity 0.25s;
}
.bannerContainer .btnGalleryRight:hover {
  opacity: 1;
}

.imageBanner {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  overflow-x: scroll;
  position: relative;
}
.imageBanner .image {
  margin-right: 8px;
  position: relative;
}
.imageBanner img {
  display: block;
  height: 40vw;
  max-height: 450px;
  width: auto;
}
.imageBanner .attribution {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 10;
}
.imageBanner .attribution a {
  color: #fff;
}

.masthead {
  position: relative;
  margin-top: 75px;
  padding: 0 25px;
  height: 50vh;
  min-height: 350px;
  max-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.masthead h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 5.2rem;
  margin: 0 0 0 0;
}
.masthead h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
}
.masthead .serratedStripBeigeTop {
  position: absolute;
  top: 100%;
  margin-top: -3px;
  left: 0;
  width: 100%;
}
.masthead.type2 h1 {
  font-size: 3.7rem;
  color: #F5B523;
  text-transform: none;
  font-weight: bold;
}

.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.span-3 {
  grid-column-end: span 3;
  grid-row-end: span 4;
}

.masthead-dark {
  background-color: #071325;
  position: relative;
  margin-top: 75px;
  padding: 75px 5% 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
  flex-direction: column;
}
.masthead-dark h1 {
  font-size: 3.6rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.masthead-dark h2 {
  color: #fff;
}
.masthead-dark img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.masthead-dark .content {
  text-align: left;
  max-width: 1140px;
  width: 100%;
  box-sizing: content-box;
  margin: 0 auto;
}
.masthead-dark .intro {
  max-width: 650px;
  line-height: 1.75;
}
.masthead-dark .twocol {
  columns: auto;
  display: flex;
  flex-direction: row;
}
.masthead-dark .twocol .column {
  flex-basis: 50%;
}
.masthead-dark .photos {
  margin-top: 3em;
  max-height: 60vh;
  grid-column-gap: 15px;
  width: 100%;
  margin-bottom: 50px;
}
.masthead-dark .photos.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-height: none;
}
.masthead-dark .photos.grid2 .item {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 100%;
  min-height: 0;
  height: auto;
  overflow: hidden;
}
.masthead-dark .photos.grid2 .item img {
  position: absolute;
  top: 0;
}
.masthead-dark .photos.grid5 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
  max-height: none;
}
.masthead-dark .photos.grid5 > div {
  min-height: 0;
  max-height: none;
  height: auto;
  padding-top: calc(100% - 16px);
}
.masthead-dark .photos.grid5 .item:first-of-type {
  grid-row: 1/3;
  height: 0;
  position: relative;
  padding-top: 100%;
}
.masthead-dark .photos.grid5 .item:first-of-type img {
  position: absolute;
  top: 0;
}
.masthead-dark .photos .item {
  position: relative;
  max-height: 60vh;
  height: 1000px;
}
.masthead-dark .photos img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.masthead-dark .photos .meta {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  text-shadow: 0 0 3px rgba(20, 20, 20, 0.8);
  text-align: right;
}
.masthead-dark nav {
  margin-left: -8px;
}
.masthead-dark nav a {
  display: inline-block;
  color: #fff;
  font-weight: 900;
  border-bottom: 4px solid transparent;
  font-family: "Campy", Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 8px 15px 8px;
}
.masthead-dark nav a.active {
  border-color: #fff;
}

.placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #325D8A;
  text-transform: uppercase;
  font-family: "Campy", Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: #97AEC3;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}

.pingpong {
  display: flex;
  flex-direction: row;
  margin-bottom: 55px;
  justify-content: space-between;
}
.pingpong .content {
  flex: 1;
  flex-basis: 50%;
  max-width: 50%;
  margin-top: 0.5em;
}
.pingpong .image {
  position: relative;
  margin-top: 0px;
  flex-basis: 50%;
  background-color: #fff;
  padding: 0px;
  align-self: flex-start;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 360px;
}
.pingpong .image img {
  width: 100%;
}
.pingpong .image .caption {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-family: "Campy", Verdana, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}
.pingpong.review .content {
  flex-basis: 65%;
  max-width: none;
}
.pingpong.review .image {
  margin-top: 25px;
  flex-basis: 35%;
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
  align-self: flex-start;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  flex: 1;
  flex-basis: 35% !important;
}
.pingpong.review .image img {
  width: 100%;
}
.pingpong.review .image .caption {
  position: relative;
  bottom: auto;
  right: auto;
  margin: 25px auto 10px;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.6rem;
  text-align: center;
  color: #1F1E1D;
}

.pingpong:nth-child(even) .image {
  align-content: flex-end;
}
.pingpong:nth-child(even).review .image {
  transform: rotateZ(-2deg);
  margin-right: 80px;
}

.pingpong:nth-child(odd) {
  flex-direction: row-reverse;
}
.pingpong:nth-child(odd) .image {
  text-align: right;
}
.pingpong:nth-child(odd).review .image {
  transform: rotateZ(2deg);
  margin-left: 80px;
}

.polaroid {
  margin-top: 25px;
  flex-basis: 35%;
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
  align-self: flex-start;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  flex: 1;
}
.polaroid img {
  width: 100%;
}
.polaroid .caption {
  position: relative;
  bottom: auto;
  right: auto;
  margin: 25px auto 10px;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.6rem;
  text-align: center;
  color: #1F1E1D;
}

.twocol.reviews {
  column-gap: 90px;
}
.twocol.reviews .review {
  margin-top: 0;
  margin-bottom: 4em;
}

.review {
  margin-top: 10%;
  margin-bottom: 10%;
  break-inside: avoid;
}
.review h2 {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  text-transform: none;
  text-align: left;
  margin: 0 0 1.2em 0;
}
.review .signature {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #526077;
}
.review .signature:before {
  content: "—";
}

.reviews .review {
  font-family: "Campy", Verdana, sans-serif;
  margin-bottom: 2.3em;
}
.reviews .review .snippet {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.reviews .review .name {
  font-size: 1.8rem;
  font-weight: 600;
}

.activityFeed .item {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  margin: 0 auto 1em auto;
  font-size: 1.4rem;
}
.activityFeed .item .header {
  margin-bottom: 2em;
  display: flex;
}
.activityFeed .item .header a {
  color: #071325;
}
.activityFeed .item .meta {
  font-size: 1.1rem;
  font-weight: 600;
}
.activityFeed .item .profileImage {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1em;
  flex-shrink: 0;
}
.activityFeed .reviewBody p:last-of-type {
  margin-bottom: 0;
}
.activityFeed .reviewFooter {
  font-size: 1.2rem;
}

.userProfile h1 {
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: none;
}
.userProfile .header {
  display: flex;
  flex-wrap: wrap;
}

.twocol.faq {
  column-gap: 90px;
  margin-bottom: 4em;
}

.faq {
  align-content: start;
}
.faq h2 {
  text-transform: uppercase;
}
.faq a.question {
  display: inline-block;
  width: 100%;
  border-top: 2px dotted rgba(172, 162, 139, 0.3);
  padding: 25px 0;
  text-decoration: none !important;
  font-family: "Campy", Verdana, sans-serif;
  color: #071325;
  font-size: 1.8rem;
  font-weight: 600;
}
.faq [id]::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
.faq a.anchor {
  display: inline;
  padding: 20px 0;
  text-decoration: none !important;
  font-family: "Campy", Verdana, sans-serif;
  color: #071325;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
}
.faq .answer {
  display: flex;
  flex-direction: column;
  width: 100%;
  break-inside: avoid;
}
.faq .answer h3 {
  margin-top: 0;
  margin-bottom: 1.5em;
  pointer-events: none;
}

#parkmap {
  width: 100%;
}

.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
  margin-top: 1em;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
  margin-top: 0.5em;
}

.dataTables_length {
  display: none;
}

button.dt-paging-button {
  font-size: 1.2rem;
  height: auto;
}

button.dt-paging-button.first,
button.dt-paging-button.last,
button.dt-paging-button.next,
button.dt-paging-button.previous {
  font-size: 2rem;
  padding: 5px !important;
}

table.dataTable tfoot td {
  text-align: left;
  padding: 8px 10px;
}

table.dataTable tbody tr {
  background-color: transparent;
}
table.dataTable tbody tr.error {
  background-color: #ff484d;
  color: #fff;
}
table.dataTable tbody tr.warning {
  background-color: #fff19d;
  color: #666;
}
table.dataTable tbody a {
  color: #071325;
}
table.dataTable tbody .material-icons {
  font-size: 1.6rem;
}

table .nowrap {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table td.width50 {
  width: 50%;
}

table tr {
  text-align: left;
}
table .headingRow th {
  padding-top: 2em !important;
  background-color: #eee;
  font-weight: bold;
}

.dataTable th {
  text-align: left;
}
.dataTable .parkName {
  white-space: nowrap;
}
.dataTable .noOverflow {
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
}
.dataTable tr.disabled {
  opacity: 0.3;
}
.dataTable tr.deleted {
  opacity: 0.3;
  text-decoration: line-through;
}
.dataTable tr.gone {
  opacity: 0.3;
  text-decoration: line-through;
}

.notificationsPopupTemplate {
  position: relative;
}

.notificationsPopup {
  top: -5px;
  right: 0;
  background-color: #eee;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #071325;
  position: absolute;
  width: 250px;
  height: 300px;
  overflow-y: scroll;
  font-size: 1.2rem;
  z-index: 100;
  cursor: pointer;
}
.notificationsPopup .notification {
  margin: 0 0 3px 0;
  font-weight: 500;
}
.notificationsPopup .click {
  font-weight: 400;
  margin: 0 0 2px 15px;
}
.notificationsPopup .click:last-of-type {
  margin-bottom: 6px;
}

.notificationsCount {
  display: inline-block;
  padding: 2px 3px;
  border-radius: 3px;
  background-color: #ccc;
  text-decoration: none;
  min-width: 15px;
  text-align: center;
}

#subscriptionsTable {
  display: block;
  overflow-x: scroll;
}

.step.show h2[step-number] {
  counter-increment: step;
  text-align: center;
}

h2[step-number] {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0em;
}
h2[step-number]:before {
  content: counter(step);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin: 0 auto 12px auto;
  border-radius: 100%;
  background-color: #EF4E28;
  font-weight: bold;
  color: #fff;
  font-size: 3.2rem;
}

#topIntro {
  text-align: center;
  color: #fff;
  margin: 0 auto 60px auto;
  /*h1 + p{
    margin-top: 0;
  }*/
}
#topIntro a {
  color: #FFE4A5;
}
#topIntro h1 {
  margin-top: 50px;
  color: #F6B523;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 900;
  margin-bottom: 0em;
  text-transform: none;
}

.columnWidth {
  max-width: 625px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}

.columnWidthNarrow {
  max-width: 550px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}

.columnWidthMedium {
  max-width: 750px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}

.columnWidthMedium2 {
  max-width: 900px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}

.columnWidthWide {
  max-width: 1140px;
  width: 100%;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}

div.step {
  max-height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}

div.step .intro {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  max-width: 450px;
  margin: 0 auto 1.8em auto;
  text-align: center;
}

div.step.show {
  max-height: 2400px;
  margin-bottom: 50px;
  overflow: visible;
  transition: overflow 0.1s 0.5s;
}

div.step.campgrounds.show {
  max-height: none;
}

input.arrivalDate {
  display: none;
}

div.arrivalDate .pika-select {
  display: none;
}
div.arrivalDate .pika-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: 1px solid rgba(111, 109, 101, 0.5);
  padding: 0 0 12px 0;
  margin-bottom: 12px;
  font-family: "Campy", Verdana, sans-serif;
  font-size: 1.8rem;
  position: relative;
}
div.arrivalDate .pika-label {
  display: inline;
  order: 2;
  font-weight: bold;
}
div.arrivalDate .pika-label:last-of-type {
  margin-left: 8px;
}
div.arrivalDate .pika-prev, div.arrivalDate .pika-next {
  border: none;
  background: none;
  position: absolute;
  padding: 0;
  text-indent: -9999px;
  width: 13px;
  margin: 0;
  opacity: 0.5;
  transition: opacity 0.125s ease;
  height: 20px !important;
}
div.arrivalDate .pika-prev:hover, div.arrivalDate .pika-next:hover {
  opacity: 1;
}
div.arrivalDate .pika-prev {
  order: 1;
  left: 0;
}
div.arrivalDate .pika-prev:after {
  display: inline-block;
  width: 13px;
  height: 20px;
  background-position: 0px 0;
  background-image: url(https://cdn.campnab.com/img/icons.svg);
  content: " ";
  position: absolute;
  left: 0;
  text-indent: 0;
}
div.arrivalDate .pika-next {
  order: 3;
  right: 0;
}
div.arrivalDate .pika-next:after {
  display: inline-block;
  width: 13px;
  height: 20px;
  background-position: -33px 0;
  background-image: url(https://cdn.campnab.com/img/icons.svg);
  content: " ";
  position: absolute;
  left: 0;
  text-indent: 0;
  text-align: right;
}
div.arrivalDate .pika-table {
  font-family: "Campy", Verdana, sans-serif;
  width: 100%;
  border-spacing: 2px;
  margin: 0 auto;
}
div.arrivalDate .pika-table tr, div.arrivalDate .pika-table thead {
  display: flex;
  width: 100%;
}
div.arrivalDate .pika-table td, div.arrivalDate .pika-table th {
  flex: 1;
  margin: 2px;
}
div.arrivalDate .pika-table thead th {
  padding: 0 0 20px 0;
}
div.arrivalDate .pika-table button {
  padding: 18px 2px;
  min-width: 20px;
  width: 100%;
  background: none;
  box-shadow: none;
  font-size: 1.8rem;
  margin: 1px;
  color: #0D2C4E;
  background-color: #fff;
  white-space: nowrap;
  border: 1px solid rgba(13, 44, 78, 0.5);
  border-radius: 8px;
  transition: all 0.125s ease;
}
div.arrivalDate .pika-table button:visited {
  color: #fff;
}
body:not(.touch) div.arrivalDate .pika-table td:not(.is-disabled):not(.is-selected) button:hover {
  background-color: #4990E2;
  border-color: #4990E2;
  color: #fff;
}
div.arrivalDate .pika-table button.flex-day {
  background-color: #DCEBFC;
  border-color: #4990E2;
  border-style: dashed;
  color: #0D2C4E;
}
div.arrivalDate .pika-table .is-selected button.pika-day {
  background-color: #DCEBFC;
  border-color: #4990E2;
  color: #0D2C4E;
  border-style: solid;
  border-width: 2px;
  margin: 0;
}
div.arrivalDate .pika-table .is-disabled button {
  color: #ccc;
  border-color: #ccc;
  cursor: default;
}
div.arrivalDate .pika-table .is-today button.pika-day {
  background-color: rgba(255, 255, 255, 0.25);
}
div.arrivalDate.inline {
  font-size: 1.6rem;
}
div.arrivalDate.inline .pika-title {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
div.arrivalDate.inline .pika-label {
  color: rgba(255, 255, 255, 0.5);
}
div.arrivalDate.inline .pika-table td {
  font-size: 1.6rem;
  margin: 2px 7px;
}
div.arrivalDate.inline .pika-table thead th {
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
  font-size: 1.4rem;
  text-align: center;
}
div.arrivalDate.inline .pika-table td.is-disabled button {
  color: rgba(255, 255, 255, 0.25);
}
div.arrivalDate.inline .pika-table .is-selected button.pika-day {
  background-color: #61A100;
  border-radius: 12px;
  color: #fff;
  border-style: none;
  margin: 1px;
}
div.arrivalDate.inline .pika-table td button {
  height: auto;
  padding: 7px 2px 6px;
  min-width: 10px;
  width: 100%;
  background: none;
  box-shadow: none;
  font-size: 1.6rem;
  margin: 1px;
  color: #fff;
  background-color: transparent;
  white-space: nowrap;
  border: none;
  border-radius: 8px;
  transition: all 0.125s ease;
}
div.arrivalDate.inline .pika-table td button:visited {
  color: #fff;
}
div.arrivalDate.inline .pika-table td:not(.is-disabled):not(.is-selected) button:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 12px;
}
div.arrivalDate.inline .pika-prev {
  left: 75px;
}
div.arrivalDate.inline .pika-prev:after {
  background: none;
  content: "‹";
  font-size: 5rem;
  line-height: 1;
  width: auto;
  height: auto;
}
div.arrivalDate.inline .pika-next {
  right: 75px;
}
div.arrivalDate.inline .pika-next:after {
  background: none;
  content: "›";
  font-size: 5rem;
  line-height: 1;
  width: auto;
  height: auto;
}
div.arrivalDate.inline .pika-next:hover, div.arrivalDate.inline .pika-prev:hover {
  background-color: transparent;
}

.radioBlocks,
.tabs {
  padding: 0;
}
.radioBlocks .name h4,
.tabs .name h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.3em;
  color: #071325;
}
.radioBlocks .tab,
.tabs .tab {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  color: #071325;
  display: inline;
  border: 1px solid rgba(13, 44, 78, 0.5);
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: flex-start;
  list-style: none;
  padding: 16px 16px 16px 16px;
  margin: 5px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  transition: all 0.25s ease;
  text-decoration: none;
}
.radioBlocks input,
.tabs input {
  position: absolute;
  visibility: hidden;
  display: none;
  cursor: pointer;
  left: 0;
}
.radioBlocks input + label, .radioBlocks input + .label,
.tabs input + label,
.tabs input + .label {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  color: #071325;
  display: inline;
  border: 1px solid rgba(13, 44, 78, 0.5);
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: flex-start;
  list-style: none;
  padding: 16px 16px 16px 16px;
  margin: 5px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  transition: all 0.25s ease;
  text-decoration: none;
  cursor: pointer;
}
.radioBlocks input:disabled + label, .radioBlocks input:disabled + .label,
.tabs input:disabled + label,
.tabs input:disabled + .label {
  opacity: 0.25;
  cursor: default;
}
.radioBlocks input.nohover + label, .radioBlocks input.nohover + .label,
.tabs input.nohover + label,
.tabs input.nohover + .label {
  cursor: default;
}
.radioBlocks input:not(.is-disabled):not(.nohover) + label:hover, .radioBlocks input:not(.is-disabled):not(.nohover) + .label:hover,
.tabs input:not(.is-disabled):not(.nohover) + label:hover,
.tabs input:not(.is-disabled):not(.nohover) + .label:hover {
  background-color: #DCEBFC;
  border-color: #4A90E2;
  transition: 0.125s ease;
  box-shadow: inset 0 0 0px 1px rgba(74, 144, 226, 0.6);
}
.radioBlocks input:not(.is-disabled):not(.nohover):not(:checked) + label:hover, .radioBlocks input:not(.is-disabled):not(.nohover):not(:checked) + .label:hover,
.tabs input:not(.is-disabled):not(.nohover):not(:checked) + label:hover,
.tabs input:not(.is-disabled):not(.nohover):not(:checked) + .label:hover {
  background-color: #fff;
  border-color: #0D2C4E;
  transition: 0.125s ease;
  box-shadow: inset 0 0 0px 1px #071325;
}
.radioBlocks input:not(.nohover):checked + label, .radioBlocks input:not(.nohover):checked + .label,
.tabs input:not(.nohover):checked + label,
.tabs input:not(.nohover):checked + .label {
  border-color: #4A90E2;
  background-color: #DCEBFC;
  transition: all 0.125s ease;
}
.radioBlocks.withCheckboxes input + label, .radioBlocks.withCheckboxes input + .label, .radioBlocks.withCheckboxes input + .expandWrap > label,
.tabs.withCheckboxes input + label,
.tabs.withCheckboxes input + .label,
.tabs.withCheckboxes input + .expandWrap > label {
  padding-left: 42px;
  flex-direction: column;
}
.radioBlocks.withCheckboxes input + label:before, .radioBlocks.withCheckboxes input + .label > label:before, .radioBlocks.withCheckboxes input + .expandWrap > label:before,
.tabs.withCheckboxes input + label:before,
.tabs.withCheckboxes input + .label > label:before,
.tabs.withCheckboxes input + .expandWrap > label:before {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: -375px 0;
  background-image: url(https://cdn.campnab.com/img/icons.svg);
}
.radioBlocks.withCheckboxes input:checked + label:before, .radioBlocks.withCheckboxes input:checked + .label > label:before, .radioBlocks.withCheckboxes input:checked + .expandWrap > label:before,
.tabs.withCheckboxes input:checked + label:before,
.tabs.withCheckboxes input:checked + .label > label:before,
.tabs.withCheckboxes input:checked + .expandWrap > label:before {
  display: inline-block;
  width: 15px;
  height: 16px;
  background-position: -306px 0;
}
.radioBlocks .meta,
.tabs .meta {
  font-size: 1rem;
}

.hideUnlessChecked {
  display: none;
}

.plans .planItem {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  color: #071325;
  display: inline;
  border: 1px solid rgba(13, 44, 78, 0.5);
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: flex-start;
  list-style: none;
  padding: 16px 16px 16px 16px;
  margin: 5px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  transition: all 0.25s ease;
  text-decoration: none;
  flex-direction: row;
  cursor: default;
}
.plans .planItem[selected] {
  background-color: #DCEBFC;
  border-color: #4990E2;
}
.plans .planItem .btnSelectPlan {
  margin-left: auto;
  margin-right: auto;
  align-self: flex-end;
}

.expandWrap.filters {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
}
.expandWrap.filters label {
  padding-left: 58px !important;
}

#filterDetails {
  position: relative;
  height: 0px;
  transition: max-height 0.5s ease, border-color 0.25s ease;
  overflow: hidden;
  border-top-style: none;
  background-color: #fff;
  width: calc(100% - 2px);
  margin: 1px;
}

#filters-enabled:hover + .label + #filterDetails {
  transition: all 0.125s ease;
  border-color: rgb(13, 44, 78);
  box-shadow: inset 0 0 0px 1px #071325;
}

#filters-enabled:checked + .label + #filterDetails {
  border-color: #4990E2;
}

/*
#filters-enabled + .label{
  margin-bottom: 0;
  border-bottom-color: transparent;
  border-radius: 8px 8px 0 0;
  padding-bottom: 6px;
}
#filters-enabled:checked + .label{
  border-bottom-color: #4990E2;
  padding-bottom: 12px;
}*/
#filters-enabled:checked ~ .expandWrap #filterDetails {
  height: auto;
  height: fit-content;
}

#filters-enabled + .label:before {
  top: 18px;
  transform: none;
}

.filterGroup {
  margin-bottom: 2em;
}

.filters {
  margin: 30px 25px;
  text-align: left;
}
.filters h3 {
  margin: 0 0 0.3em 0;
  text-transform: uppercase;
}
.filters label {
  display: block;
}
.filters select {
  height: 48px;
  padding: 5px 15px;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid rgba(13, 44, 78, 0.5);
  background-color: #fff;
}
.filters select:focus {
  border-color: rgb(13, 44, 78);
}
.filters .filterDescription {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
.filters .radioBlocks input + label {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.8rem;
  padding: 14px 10px;
}
.filters .radioBlocks.withCheckboxes input + label {
  padding-left: 42px;
}

/* CUSTOM RADIO & CHECKBOXES
   http://stackoverflow.com/a/17541916/383904 */
.rad,
.ckb {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.rad > input,
.ckb > input { /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute;
}

/* RADIO & CHECKBOX STYLES */
.rad > i,
.ckb > i { /* DEFAULT <i> STYLE */
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid #BFBFBF;
  background: transparent;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

/* CHECKBOX OVERWRITE STYLES */
.ckb > i {
  width: 25px;
  border-radius: 10px;
  background-color: #a9aaaa;
}

.rad:not(.disabled):hover > i { /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: rgba(100, 100, 100, 0.5);
}

.rad > input:checked + i { /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: rgb(100, 100, 100);
}

/* CHECKBOX */
.ckb > input + i:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin: 2px;
  border-radius: 50%;
  transition: inherit;
  background: #fff;
}

.ckb > input:checked + i:after { /* (RADIO CHECKED) <i> STYLE */
  margin-left: 11px;
  background: #fff;
}

.ckb > input:checked + i {
  background: #61A100;
}

.ckb input ~ .on {
  display: none;
  font-weight: bold;
}
.ckb input ~ .off {
  display: inline;
  font-weight: bold;
}

.ckb input:checked ~ .on {
  display: inline;
}
.ckb input:checked ~ .off {
  display: none;
}

.windows option {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

split-input {
  --height: 58px;
  --width: 51px;
  --font-size: 2.0rem;
  --font-weight: 600;
  --margin: 1em auto 1em auto;
  --input-margin: 0 3px 0px 3px;
  --color: #071325;
  --focus-border: 1px #479EFE solid;
  --outline: 0 0 0 6px transparent;
  --focus-outline: 0 0 0 6px #479EFE;
  --border: 1px solid #fff;
}

split-input.phone {
  --height: 58px;
  --width: 34px;
  --border: 1px rgba(14,44,78,0.4) solid;
  --input-margin: 0 2px 0px 2px;
}

.step.phone .phoneInput {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

body[class="dash.settings.plan"] .radioBlocks input + label {
  cursor: default;
}

.blockLink {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  color: #071325;
  display: inline;
  border: 1px solid rgba(13, 44, 78, 0.5);
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: flex-start;
  list-style: none;
  padding: 16px 16px 16px 16px;
  margin: 5px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  transition: all 0.25s ease;
  text-decoration: none;
  margin: 6px 0;
  text-decoration: none;
  color: #3F3C35;
}
.blockLink:visited {
  color: #3F3C35;
}
.blockLink:hover {
  text-decoration: none;
  background-color: #DCEBFC;
}
.blockLink:not(.is-disabled):hover {
  background-color: #4990E2;
  border-color: #4990E2;
  color: #fff;
}
.blockLink:not(.nohover):active {
  border-color: #4990E2;
  background-color: #DCEBFC;
}
.blockLink i.material-icons {
  margin-right: 0.5em;
}

.radioBlocksGrid {
  display: grid;
  grid-template-columns: 50% 50%;
}

.nightsSelector input + label {
  display: inline-block;
  min-width: 75px;
  width: 35%;
  min-width: 235px;
  justify-content: center;
  text-align: center;
}

.menu-toggle {
  display: none;
  cursor: pointer;
  color: #fff;
  justify-self: flex-end;
  margin-left: auto;
  margin-right: 20px;
}

.topNav.light .menu-toggle {
  color: #56524B;
}

.topNav .material-icons {
  font-size: 30px;
}

.topNav .mobile {
  display: none;
  margin: 85px 20px;
}
.topNav .mobile h2 {
  color: #AEA288;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.topNav .mobile a {
  text-transform: none;
}
.topNav .mobile-nav-footer {
  display: none;
}

.topNav .close {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 520px) {
  .radioBlocks h4,
  .tabs h4 {
    margin-bottom: 0.3em;
  }
  .radioBlocks input + label,
  .tabs input + label {
    flex-direction: column;
    padding: 20px 20px 20px 30px;
  }
  .radioBlocks input + label .details,
  .tabs input + label .details {
    margin: 10px 0;
  }
  .plans .planItem {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  #mainBody.home {
    background-image: none;
    background-color: #0d1526;
    padding: 80px 10px 0px 10px;
    background-image: none;
  }
  #mainBody.home section {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #mainBody.home #mainColumn {
    padding-left: 10px;
    padding-right: 10px;
  }
  #mainBody.home .paymentForm {
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 10px 40px;
    position: relative;
  }
  .masthead.type2 {
    display: block;
    height: auto;
    max-height: none;
    padding: 2em;
  }
  #card-element {
    padding-right: 0;
  }
  .step.buy.show {
    overflow: visible;
    margin-left: -10px;
    margin-right: -10px;
  }
  #topIntro h1 {
    font-size: 2.6rem;
  }
  .masthead h1 {
    font-size: 2.8rem;
  }
  .masthead h2 {
    font-size: 1.4rem;
  }
  .phone .form-group.inline .inlineContainer {
    display: block;
    width: 100%;
  }
  .masthead-dark .twocol {
    flex-direction: column;
  }
  h1 {
    font-size: 2.8rem;
  }
  h4 {
    font-size: 1.4rem;
    margin-bottom: 0.2em;
  }
  .big {
    font-size: 1.6rem;
  }
  .twocol {
    display: block;
    column-count: 1;
    max-width: 450px;
    margin: 0 auto;
  }
  .sub-page .twocol-flex {
    display: block;
  }
  .radioBlocksGrid {
    display: block;
  }
  body .tabs .tabContent label {
    flex-direction: column;
  }
  body .tabs label.tab {
    display: block;
  }
}
@media (max-width: 780px) {
  .topNav .logo {
    padding: 20px;
  }
  .topNav .hide-mobile {
    display: none;
  }
  .topNav .menu-toggle {
    display: inline-block;
  }
  body.show-mobile-nav .topNav {
    display: block;
    position: fixed;
    top: 0;
    background-color: #041326;
    width: 100%;
    z-index: 999;
    height: 100vh;
    font-size: 2.4rem;
    overflow: scroll;
    -webkit-font-smoothing: antialiased;
  }
  body.show-mobile-nav .topNav .logo {
    display: none;
  }
  body.show-mobile-nav .topNav .mobile-nav-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  body.show-mobile-nav .topNav .mobile-nav-footer {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    max-width: 300px;
    margin: 0;
  }
  body.show-mobile-nav .topNav .mobile-nav-footer .logo {
    display: block;
    padding: 0 0 10px;
    line-height: 1;
  }
  body.show-mobile-nav .topNav .mobile-nav-footer .logo img {
    width: 120px;
  }
  body.show-mobile-nav .topNav ul {
    text-align: left;
    display: block;
    padding: 0px 0 0 0;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    column-count: 2;
    column-gap: 20px;
  }
  body.show-mobile-nav .topNav ul li {
    display: block;
    height: auto;
    justify-content: center;
  }
  body.show-mobile-nav .topNav ul li.active {
    box-shadow: none;
  }
  body.show-mobile-nav .topNav ul li .material-icons {
    display: none;
  }
  body.show-mobile-nav .topNav ul a {
    font-size: 16px;
    line-height: 18px;
    height: auto;
    font-weight: 800;
  }
  body.show-mobile-nav .topNav .active a {
    box-shadow: none;
  }
  body.show-mobile-nav .topNav .close {
    display: inline-block;
  }
  body.show-mobile-nav .topNav .menu-toggle {
    display: none;
  }
  body.show-mobile-nav .hide-mobile {
    display: none;
  }
  body.show-mobile-nav .mobile {
    display: block;
  }
  body.show-mobile-nav .mobile-nav-footer {
    display: block;
  }
  body.show-mobile-nav .topNav li {
    list-style: none;
    margin: 0;
  }
  body.show-mobile-nav .topNav a {
    text-decoration: none;
    padding: 8px;
    margin-left: -8px;
    font-weight: 900;
    color: #fff;
  }
  .home #campgrounds .radioBlocks .sites.visible .radioBlocksGrid {
    margin-left: -25px;
  }
  .userProfile .header {
    flex-direction: column;
  }
}
select,
textarea,
input,
input[type=text].anti-modal-prompt,
.swal2-input,
.cardInput {
  display: block;
  width: calc(100% - 4px);
  margin-left: 2px;
  height: auto;
  line-height: inherit;
  padding: 18px;
  font-size: 2rem;
  font-family: "Campy", Verdana, sans-serif;
  color: #3F3C35;
  background: none;
  background-color: #fff;
  background-image: none;
  border-width: 0px;
  border-style: solid;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-color: #0D2C4E;
  background-clip: padding-box;
  box-shadow: 0 0 0 1px #0D2C4E;
  transition: all 0.25s ease;
}
select:focus,
textarea:focus,
input:focus,
input[type=text].anti-modal-prompt:focus,
.swal2-input:focus,
.cardInput:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #0D2C4E !important;
  transition: all 0.125s ease;
}
select::placeholder,
textarea::placeholder,
input::placeholder,
input[type=text].anti-modal-prompt::placeholder,
.swal2-input::placeholder,
.cardInput::placeholder {
  opacity: 1;
  color: #949391;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
input[type=text].anti-modal-prompt::-webkit-input-placeholder,
.swal2-input::-webkit-input-placeholder,
.cardInput::-webkit-input-placeholder {
  opacity: 1;
  color: #949391;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder,
input[type=text].anti-modal-prompt:-moz-placeholder,
.swal2-input:-moz-placeholder,
.cardInput:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #949391;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder,
input[type=text].anti-modal-prompt::-moz-placeholder,
.swal2-input::-moz-placeholder,
.cardInput::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #949391;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
input[type=text].anti-modal-prompt:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.cardInput:-ms-input-placeholder {
  opacity: 1;
  color: #949391;
}

textarea {
  resize: vertical;
  max-height: 10em;
}

/*
select{
  height: 50px;
}*/
input[type=radio] {
  display: inline-block;
  width: auto;
}

input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: 6px;
}

textarea[disabled] {
  color: #aaa;
}

input[type=text].warn {
  box-shadow: 0 0 0 2px #FFD800;
}

select.small {
  font-size: 1.4rem;
  width: auto;
  padding: 5px;
}

button,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 25px 5px;
  height: 56px;
  margin-top: -1px;
  text-align: center;
  font-family: "Campy", Verdana, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
  touch-action: manipulation;
  color: #fff;
  cursor: pointer;
  background-image: none;
  background-color: #4990E2;
  white-space: nowrap;
  border: 2px solid #4990E2;
  border-radius: 29px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  position: relative;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  align-self: flex-start;
  max-width: 100%;
  box-sizing: border-box;
  /*&.disabled:hover,
  &[disabled]:hover{
    color: #fff;
    background-color: rgba(74,144,226,0.5);
    border-color: transparent;

  }*/
  /*&.spin{
    background-image: url(https://cdn.campnab.com/img/spinner-dots.gif);
    background-repeat: no-repeat;
    background-position: center 49%;
    color: transparent !important;
    background-size: 215px;
    position: relative;
  }*/
}
button.center,
.button.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
button:focus,
.button:focus {
  outline: none;
}
button:hover:not(:disabled), button:active,
.button:hover:not(:disabled),
.button:active {
  background-color: #1563BD;
  color: #fff;
  transition: all 0.125s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-color: #1563BD;
  text-decoration: none;
}
button.disabled, button[disabled],
.button.disabled,
.button[disabled] {
  background-color: rgba(119, 119, 119, 0.5);
  background-color: #4A90E2;
  border-color: transparent;
  cursor: default;
  opacity: 0.5;
}
button:visited,
.button:visited {
  color: #fff;
}
button .spinner,
.button .spinner {
  display: none;
  margin-left: 8px;
}
button .spinner > div,
.button .spinner > div {
  width: 8px;
  height: 8px;
}
button.spin .spinner,
.button.spin .spinner {
  display: flex;
}
button.spin .label,
.button.spin .label {
  display: none;
}
button.loading .button__text,
.button.loading .button__text {
  visibility: hidden;
  opacity: 0;
}
button.loading::after,
.button.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

button.fullWidth,
.button.fullWidth {
  width: 100%;
  box-sizing: border-box;
}

.btn32,
.btn36,
.btn48 {
  height: 36px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0px 20px;
  line-height: 1;
  border-color: #071325;
  color: #071325;
  background-color: #fff;
  white-space: normal;
  text-wrap: balance;
}
.btn32.btnSecondary,
.btn36.btnSecondary,
.btn48.btnSecondary {
  padding: 0 20px;
}
.btn32.btnSecondary:visited,
.btn36.btnSecondary:visited,
.btn48.btnSecondary:visited {
  color: #071325;
}
.btn32.btnPrimary, .btn32.btnPrimary:visited,
.btn36.btnPrimary,
.btn36.btnPrimary:visited,
.btn48.btnPrimary,
.btn48.btnPrimary:visited {
  color: #fff;
  background-color: #4990E2;
  border: 2px solid #4990E2;
}
.btn32.btnPrimary:hover:not(:disabled), .btn32.btnPrimary:active, .btn32.btnPrimary:visited:hover:not(:disabled), .btn32.btnPrimary:visited:active,
.btn36.btnPrimary:hover:not(:disabled),
.btn36.btnPrimary:active,
.btn36.btnPrimary:visited:hover:not(:disabled),
.btn36.btnPrimary:visited:active,
.btn48.btnPrimary:hover:not(:disabled),
.btn48.btnPrimary:active,
.btn48.btnPrimary:visited:hover:not(:disabled),
.btn48.btnPrimary:visited:active {
  background-color: #1563BD;
  color: #fff;
  transition: all 0.125s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-color: #1563BD;
  text-decoration: none;
}
.btn32:visited,
.btn36:visited,
.btn48:visited {
  color: #071325;
}
.btn32:hover,
.btn36:hover,
.btn48:hover {
  background-color: #325D8A;
  border-color: #325D8A;
  color: #fff;
}

.btn48 {
  height: 48px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0px 20px;
}

.btn32 {
  height: 32px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0px 20px;
}

.btn20 {
  height: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 5px 10px;
}
.btn20.btnSecondary {
  font-weight: 600;
  text-transform: none;
  font-size: 1.2rem;
  padding: 5px 10px;
}

.btnSecondary {
  background-color: #fff;
  color: #071325;
  border-color: #071325;
  padding: 5px 40px;
}
.btnSecondary:visited {
  color: #071325;
}
.btnSecondary:hover {
  background-color: #325D8A;
  border-color: #325D8A;
  color: #fff;
}
.btnSecondary.disabled, .btnSecondary[disabled] {
  color: #999;
  background-color: #fff;
  border-color: #999999;
}
.btnSecondary.disabled:hover, .btnSecondary[disabled]:hover {
  color: #999;
  background-color: #fff;
  border-color: #999999;
}

.btnRed {
  background-color: #D03E26;
  border-color: #D03E26;
  color: #fff !important;
}
.btnRed:hover:not(:disabled) {
  background-color: #a5311e;
  border-color: #a5311e;
}

.btnCTA {
  background-color: #61A100;
  color: #fff;
  border: 2px solid #61A100;
  border-radius: 44px;
  padding: 20px;
  width: 100%;
  max-width: 470px;
  height: auto;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
}

.spinner {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 3px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.1s infinite ease-in-out both;
  animation: sk-bouncedelay 1.1s infinite ease-in-out both;
}

.btnSecondary .spinner > div {
  background-color: #999;
}

.step > .spinner {
  display: block;
}
.step > .spinner > div {
  background-color: #0F265B;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

input[type=range] {
  margin: 0 !important;
  padding: 5px 0;
  outline: none;
  box-shadow: none;
}
input[type=range]:focus {
  box-shadow: none !important;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.plans .planItem[selected] h4:after {
  font-family: "Material Icons";
  content: "check_circle";
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  color: #4A90E2;
  position: relative;
  left: 6px;
  top: 3px;
}

.react-code-input input[type=number]::-webkit-outer-spin-button,
.react-code-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-code-input input[type=number] {
  -moz-appearance: textfield;
  padding: 0 !important;
  display: inline;
  text-align: center;
  width: 60px !important;
  height: 60px !important;
  font-size: 3.2rem !important;
  vertical-align: middle !important;
  border-radius: 2px !important;
}

.plans input.selected + label {
  border: 2px solid #4A90E2 !important;
  color: #071325;
  opacity: 1;
  background-color: #fff !important;
}

button.smaller {
  font-size: 1.6rem;
  padding: 8px 16px;
  border-width: 1px;
}

.smaller select, .smaller textarea, .smaller input, .smaller input[type=text].anti-modal-prompt {
  font-size: 1.3rem;
  padding: 10px;
}
.smaller button {
  font-size: 1.3rem;
  padding: 8px 16px;
}

.paymentForm {
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 8% 40px;
  position: relative;
}
.paymentForm .serratedWhiteTop {
  top: -10px;
  left: 0;
}
.paymentForm .serratedWhiteBottom {
  bottom: -10px;
  left: 0;
}

.step.buy.show {
  overflow: visible;
}

.form-group.promoCode {
  margin: 0 auto 15px auto;
}

.form-group {
  position: relative;
}

.form-group.inline,
.form-group .inputWrap {
  display: inline-block;
  display: flex;
  flex-direction: row;
  flex: 1;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: center;
}
.form-group.inline input,
.form-group .inputWrap input {
  margin-bottom: 12px;
}
.form-group.inline button,
.form-group .inputWrap button {
  margin: 0;
}

.form-group .inputWrap {
  margin-right: 15px;
}

.form-group .help-icon {
  position: absolute;
  top: 20px;
  right: 18px;
}
.form-group .help-icon:after {
  font-family: "Material Icons";
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-size: 1.6rem;
}
.form-group .help-block {
  position: absolute;
  display: inline-block;
  top: 23px;
  right: 40px;
  color: #93CB0D;
  font-size: 11px;
}

.form-group .inputWrap input,
.form-group.inline .inputWrap input {
  margin-right: 0;
}

.form-group.inline input {
  display: inline-block;
}

.form-group.inline .inlineContainer {
  flex: 1;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.form-group.has-question .help-block {
  color: #FFD800;
  right: 35px;
}

.form-group.empty .help-icon,
.form-group input:invalid ~ .help-icon {
  display: none;
}

.form-group.isValid .help-icon {
  position: absolute;
  top: 20px;
  right: 18px;
  display: inline-block;
  width: 14px;
  height: 12px;
  background-position: -185px 0;
}

.isValid .help-block {
  color: #93CB0D;
}

.form-group.lightFill {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  padding: 16px;
}

.has-error .help-block {
  color: #D03E26;
}
.has-error .help-icon {
  position: absolute;
  display: block !important;
}
.has-error .help-icon:after {
  content: "close";
  color: #D03E26;
}

.has-error.stacked input,
.has-question.stacked input {
  padding-right: 100px;
}

.has-question .help-icon {
  display: block;
  display: inline-block;
  width: 3px;
  height: 12px;
  background-position: -603px 0;
}

.form-group.stacked {
  position: relative;
}
.form-group.stacked label {
  display: none;
  font-size: 2rem;
}
.form-group.stacked textarea {
  min-height: 58px;
}
.form-group.stacked input:focus, .form-group.stacked input:not(:placeholder-shown),
.form-group.stacked textarea:focus, .form-group.stacked textarea:not(:placeholder-shown) {
  padding-top: 24px;
  padding-bottom: 12px;
}
.form-group.stacked input:invalid ~ label {
  top: 16px;
  font-size: inherit;
  text-transform: none;
}
.form-group.stacked label {
  position: absolute;
  top: 12px;
  left: 12px;
  transition: all 0.25s;
  color: #949391;
  pointer-events: none;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 6px 10px 0px 6px;
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
.form-group.stacked input:focus ~ label,
.form-group.stacked input:not(:placeholder-shown) ~ label,
.form-group.stacked textarea:focus ~ label,
.form-group.stacked textarea:not(:placeholder-shown) ~ label {
  top: 5px;
  left: 13px;
  font-size: 12px;
  transition: all 0.125s;
  color: #585347;
}

.form-group.spin .help-icon {
  background-image: url(https://cdn.campnab.com/img/spinner-dots.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px;
  display: block !important;
  position: absolute;
  width: 55px;
  height: 20px;
  right: 0;
}

.errorMessage,
.swal2-validation-message {
  background-color: #D03E26;
  padding: 12px 15px;
  color: #fff;
  border-radius: 12px;
  margin: 5px auto 15px;
  max-width: 375px;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.errorMessage .head,
.swal2-validation-message .head {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.errorMessage a,
.swal2-validation-message a {
  color: #fff;
}

.errorMessage:empty {
  display: none;
}

.errorBlock {
  text-align: center;
  padding: 10px 30px;
  font-size: 1.6rem !important;
  color: #D03E26;
  background-color: rgba(208, 62, 38, 0.1);
  border-radius: 4px;
}
.errorBlock:empty {
  display: none;
}
.errorBlock h1 {
  color: #D03E26;
  text-transform: uppercase !important;
  margin: 0 !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
}
.errorBlock p {
  margin: 0 !important;
}

.paymentSource {
  font-family: "Campy", Verdana, sans-serif;
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

/************************
* Modals
*/
.anti-modal-body {
  padding: 0;
  margin: 20px;
}

.anti-modal-overlay {
  min-height: 100vh;
  overflow: hidden;
}

.AntiModalFull {
  background-color: #5a3aff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 100vh;
  padding: 25px;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 100;
}
.AntiModalFull textarea {
  height: 100px;
  margin-bottom: 1em;
  text-align: left;
  resize: none;
}
.AntiModalFull h3 {
  margin-bottom: 0.3em;
}
.AntiModalFull p {
  margin-bottom: 1.5em;
}
.AntiModalFull .container {
  max-width: 500px;
  width: 100%;
}

.btnProfile {
  position: absolute;
  top: 25px;
  right: 25px;
  font-family: "Campy", Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
}
.btnProfile a {
  color: #fff;
  text-decoration: none;
}

.subscriptionsList {
  margin-bottom: 1em;
}
.subscriptionsList h3.name {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 0.25em;
  padding-right: 50px;
}
.subscriptionsList h3.name a {
  text-decoration: none;
  color: inherit;
}
.subscriptionsList .scanItem {
  position: relative;
  color: #0D2C4E;
  font-family: "Campy", Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  border: 2px solid rgba(13, 44, 78, 0.5);
  border-radius: 8px;
  margin: 0 0 6px 0;
  padding: 17px 20px 10px 20px;
  background-color: #fff;
  /*display: flex;
  align-items: stretch;*/
  overflow: hidden;
}
.subscriptionsList .scanItem .scanName {
  margin-right: 70px;
}
.subscriptionsList .scanItem .scanName input {
  font-size: 1.6rem;
  font-weight: 800;
  padding: 7px 4px;
  margin: 4px 0 10px;
  border-radius: 2px;
  border-color: rgba(7, 19, 37, 0.2);
  box-shadow: 0 0 0 1px rgba(7, 19, 37, 0.2);
}
.subscriptionsList .scanItem .scanName input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #071325;
}
.subscriptionsList .scanItem .controls {
  display: flex;
  margin-left: -5px;
  margin-top: 10px;
}
.subscriptionsList .scanItem .controls a {
  font-size: 1.2rem;
}
.subscriptionsList .scanItem .controls .material-icons {
  font-size: 12px;
  margin-right: 6px;
}
.subscriptionsList .scanItem.warning {
  border-color: #DF8002 !important;
}
.subscriptionsList.activeSubscriptions .scanItem {
  border-color: #3b9b0d;
}
.subscriptionsList.pausedSubscriptions .scanItem {
  border-color: #DF8002;
}
.subscriptionsList.pausedSubscriptions .scanItem .statusIndicator {
  color: #DF8002;
}
.subscriptionsList.expiredSubscriptions .scanItem {
  opacity: 0.5;
}

.statusIndicator.active:after {
  animation: glowPulseActive 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.statusIndicator.paused {
  color: #DF8002 !important;
}
.statusIndicator.paused:after {
  background-color: #DF8002 !important;
}

.impersonating {
  background-color: #D03E26;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 1.4rem;
}
.impersonating a {
  color: #fff;
}

.scanItem {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 500;
}
.scanItem .controls {
  display: flex;
  margin-left: -5px;
  margin-top: 10px;
}
.scanItem .controls .material-icons {
  font-size: 16px;
  margin-right: 6px;
}
.scanItem .controls a {
  display: flex;
  height: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #0d2c4e;
  opacity: 1;
  transition: opacity 0.125s ease;
  padding: 3px 15px 3px 5px;
  border-radius: 4px;
}
.scanItem .controls a:hover {
  background-color: #E6E7E9;
}
.scanItem .statusIndicator {
  color: #3b9b0d;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 20px;
  font-weight: 600;
  font-size: 11px;
}
.scanItem .statusIndicator:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #3b9b0d;
}

a.back {
  font-family: "Campy", Verdana, sans-serif;
  color: #AAA38D;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1em;
}
a.back .material-icons {
  margin-right: 6px;
  font-size: 1.8rem;
}

.notification {
  font-family: "Campy", Verdana, sans-serif;
  margin-bottom: 1.5em;
}
.notification .date {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0 0 0.8em;
}
.notification .message {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0.3em 0;
  background-color: #1386fe;
  border: 1px solid #1386fe;
  border-radius: 11px 11px 11px 0;
  overflow: hidden;
  color: #fff;
  padding: 15px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.notification .message a {
  color: #fff;
}
.notification .message .messageStatus {
  background-color: #fff;
  color: #071325;
  margin: 15px -15px -15px -15px;
  padding: 15px;
}
.notification .message .messageStatus .messageItem {
  position: relative;
  padding-left: 25px;
  font-size: 1.2rem;
}
.notification .message .messageStatus .messageItem:before {
  position: absolute;
  top: -3px;
  left: 0;
  font-family: "Material Icons";
  content: "";
  font-size: 1.6rem;
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  margin-right: 10px;
}
.notification .message .messageStatus .messageItem.success {
  color: #5A8714;
}
.notification .message .messageStatus .messageItem.success:before {
  content: "check_circle";
}
.notification .message .messageStatus .messageItem.error {
  color: #D03E26;
}
.notification .message .messageStatus .messageItem.error:before {
  content: "warning";
}
.notification .message .messageStatus .messageItem.pending {
  color: #6a6a6a;
}
.notification .message .messageStatus .messageItem.pending:before {
  content: "hourglass_top";
}

/*
.btnPause{
  //border-left: 1px solid rgba(134,149,166,0.25);
  display: flex;
  //flex: 0 1 55px;
  position: relative;


  .svg_icon {
    /*position: absolute;
    right: 19px;
    top: 50%;
    //transform: translateY(-50%);
    transition: opacity 0.125s ease;
    @include svgIcon-pause;
  }

  &:hover .svg_icon{
    opacity: 1;
  }
}

&.pausedSubscriptions .btnPause .svg_icon{
  @include svgIcon-play;
}*/
.tabs label.tab {
  font-family: "Campy", Verdana, sans-serif;
  display: inline-block;
  padding: 15px 25px;
  font-weight: normal;
  text-align: left;
  background-color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4;
  border-color: #0D2C4E;
  border-style: solid;
  border-width: 1px;
}
.tabs input {
  display: none;
}
.tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
.tabs .tabContent {
  margin-top: 1em;
  display: none;
}
.tabs .tabContent label {
  display: flex;
  flex-direction: row;
}
.tabs .name {
  flex: 0 1 30%;
  text-align: left;
  font-family: "Campy", Verdana, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.tabs .details {
  flex: 1;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  font-family: "Campy", Verdana, sans-serif;
}
.tabs .details h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}
.tabs .details ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.tabs .tabContent.active {
  display: block;
}
.tabs[data-selectedtab=monthly] .tabContent[tab=content-monthly] {
  display: block;
}
.tabs[data-selectedtab=adhoc] .tabContent[tab=content-adhoc] {
  display: block;
}
.tabs[data-selectedtab=annual] .tabContent[tab=content-annual] {
  display: block;
}

.tab-plan {
  max-width: 50%;
}

body.hideProof .proofWidget {
  display: none;
}

.footerLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
  padding: 0 30px;
  margin: 66px auto 43px auto;
  box-sizing: border-box;
}
.footerLayout h3 {
  font-size: 1.4rem;
  color: #F8F6F2;
  margin: 0 0 0.5em 0;
}

.parkLinks {
  background-color: #312E28;
  display: grid;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 3% 5% 5% 5%;
}
.parkLinks .parkLinksContainer > div {
  column-width: 200px;
  column-gap: 40px;
  text-align: left;
  margin: 0 auto;
  max-width: 1000px;
}
.parkLinks h2 {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 25px 0;
}
.parkLinks h3 {
  color: #AEA288;
  font-size: 1.6rem;
  margin: calc(2em + 5%) 0 5px 0;
}
.parkLinks h3:first-of-type {
  margin-top: 2em;
}
.parkLinks a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.glossary h2 {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}
.glossary dd {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0;
}
.glossary .columns {
  columns: 250px 4;
  -moz-column-gap: 30px;
  column-gap: 30px;
  width: 100%;
  font-size: 1.4rem;
  margin: 2.3em 0 calc(2em + 5%);
  line-height: 1.6;
}

.roundedBlock {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 30px 20px 30px;
}

.userreviews {
  columns: 2 250px;
  margin-bottom: 2em;
}
.userreviews .item {
  break-inside: avoid;
  margin-bottom: 1em;
  font-size: 1.4rem;
}
.userreviews .item p:last-of-type {
  margin-bottom: 0;
}
.userreviews h3 {
  margin: 0;
}
.userreviews .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
}
.userreviews .meta a {
  color: #071325;
}
.userreviews .profileImage {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin-right: 10px;
}
.userreviews .images {
  display: flex;
  flex-wrap: wrap;
}
.userreviews .images div {
  width: 75px;
  height: 75px;
  margin: 0 15px 15px 0;
}
.userreviews .images div img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  transition: all 0.25s ease;
}
.userreviews .images div img:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #325D8A;
  transition: all 0.125s ease;
}

.parkReviews {
  colums: 2;
}

.sub-page.rounded {
  background-color: #F8F6F2 !important;
}
.sub-page.rounded .roundedBlock {
  background-color: #fff;
  border-radius: 36px;
  box-sizing: border-box;
  max-width: 750px;
  padding: 80px 70px;
  /*.glossaryImage{
    max-width: 100%;
    max-height: 400px;
    margin: 3% auto 5% auto;
  }*/
}
.sub-page.rounded .roundedBlock img {
  max-width: 100%;
  max-height: 400px;
  margin: 3% auto 5% auto;
  display: block;
  object-fit: contain;
}
.sub-page.rounded .roundedBlock img.fullWidth {
  margin-left: -70px;
  margin-right: -70px;
  width: calc(100% + 140px);
  max-width: none;
}
.sub-page.rounded .roundedBlock h2 {
  font-weight: 800;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.sub-page.rounded .roundedBlock .notation {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Campy", Verdana, sans-serif;
}
.sub-page.rounded .roundedBlock .notation p {
  line-height: 1.5;
}

@media (max-width: 768px) {
  .sub-page.rounded .roundedBlock {
    padding: 50px 30px;
  }
  .sub-page.rounded .roundedBlock img.fullWidth {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}
.glossaryTerm {
  font-size: 2rem;
}
.glossaryTerm .type {
  font-family: "IBM Plex Serif", serif;
  font-size: 2rem;
}

.footerCenter {
  flex-basis: 40%;
  padding: 0 42px;
  font-size: 1.4rem;
}
.footerCenter .logo {
  display: block;
  margin-bottom: 10px;
}
.footerCenter .logo img {
  width: 48px;
}

.footerLeft,
.footerRight {
  flex-shrink: 0;
}

.footerLeft {
  text-align: left;
}
.footerLeft a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

.footerCenter {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: bold;
}

.footerRight {
  text-align: right;
  margin-top: 51px;
}
.footerRight.footerLinks li {
  text-align: right;
}

.footerLinks {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin-top: 51px;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: bold;
}
.footerLinks ul:first-of-type {
  margin-right: 25px;
}
.footerLinks a {
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.75;
}

.wideCTA {
  border-top: 2px dotted #979797;
  text-align: center;
  padding-top: 2em;
  margin-bottom: 5em;
}
.wideCTA h2 {
  font-family: "Campy", Verdana, sans-serif;
  font-size: 2.4rem;
  text-transform: none;
  margin: 0em 0 1em 0;
  font-weight: 800;
  color: #071325;
  text-align: center;
}
.wideCTA h3 {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #585347;
  margin: 3em 0 -0.2em 0 !important;
}

.footer {
  position: relative;
  background-color: #292723;
  color: #fff;
  text-align: center;
  padding: 0 0px 50px;
  margin-bottom: 0px;
  /*.serratedStrip,
  .serratedStripBeige{
    width: calc(100% + 60px);
    margin-left: -30px;
  }*/
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #a6a6a6;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.footer li::marker {
  display: none;
  content: "";
}
.footer .asSeen {
  margin-top: 11px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
}
.footer .asSeen img {
  height: auto;
}

.footerBottom {
  display: flex;
  flex-direction: row;
  border-top: 4px solid rgba(216, 216, 216, 0.2);
  margin: 0px auto 0 auto;
  padding: 15px 30px 0;
  font-family: "Campy", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  max-width: 1000px;
}
.footerBottom .footerLeft,
.footerBottom .footerRight {
  margin-top: 0;
  flex-basis: 30%;
}

@media (max-width: 750px) {
  #mainBody.glossaryTerm .glossaryTermBlock {
    padding: 40px 5%;
  }
  .park-page .columnsContainer {
    flex-direction: column;
  }
  .park-page .mainColumn,
  .park-page .rightColumn {
    flex: 1;
    margin-left: 0;
  }
  .park-page .rightColumn {
    margin-top: 2em;
  }
  .park-page #slider {
    max-width: 100%;
  }
  .parkLinks .parkLinksContainer > div {
    column-width: 120px;
  }
  body.hideProof .proofWidget {
    display: none;
  }
}
@media all and (max-width: 860px) {
  .sub-page {
    padding-top: 60px;
  }
  .community {
    flex-direction: column;
  }
  .footerLayout {
    flex-direction: column;
    align-items: center;
    margin-top: 53px;
  }
  .footerLayout .footerLeft,
  .footerLayout .footerCenter,
  .footerLayout .footerRight {
    flex-basis: auto;
    max-width: 400px;
    text-align: center;
  }
  .footerLayout .footerLeft {
    order: 2;
  }
  .footerLayout .footerCenter {
    order: 1;
  }
  .footerLayout .footerRight {
    order: 3;
  }
  .footerLayout .footerLinks {
    margin-top: 37px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }
  .footerLayout .footerLinks ul {
    margin-left: 0;
    margin-right: 0;
  }
  .footerLayout .footerLinks li {
    text-align: center;
  }
  .footerLayout .footerLinks a {
    line-height: 2;
  }
  .footerBottom {
    flex-direction: column;
    font-size: 1.4rem;
    align-items: center;
  }
  .footerBottom .footerLeft {
    order: 3;
    margin-top: 30px;
    text-align: center;
  }
  .footerBottom .footerCenter {
    order: 1;
    margin-top: 30px;
    text-align: center;
  }
  .footerBottom .footerRight {
    order: 2;
    margin-top: 30px;
    text-align: center;
  }
  .pingpong {
    flex-direction: column !important;
    align-items: center;
  }
  .pingpong div {
    flex: 1;
    max-width: 400px;
  }
  .pingpong .image {
    align-self: center;
  }
  .pingpong .content {
    flex-basis: auto;
    max-width: 500px;
  }
  .pingpong:nth-child(odd).review, .pingpong:nth-child(even).review {
    flex-direction: column;
  }
  .pingpong:nth-child(odd).review .image, .pingpong:nth-child(even).review .image {
    transform: none;
    margin: 0 auto 50px auto;
  }
}
.serratedStrip {
  position: absolute;
  left: 0;
  height: 10px;
  width: 100%;
  background-repeat: repeat-x;
  background-size: 39px;
  z-index: 1;
}

.masthead .serratedStrip {
  position: absolute;
  bottom: 0;
}

.serratedBeigeTop {
  background-image: url(https://cdn.campnab.com/img/serrated-beige-top.png);
}

.serratedBeigeBottom {
  background-image: url(https://cdn.campnab.com/img/serrated-beige-bottom.png);
}

.serratedBeige2Top {
  background-image: url(https://cdn.campnab.com/img/serrated-beige2-top.png);
}

.serratedBeige2Bottom {
  background-image: url(https://cdn.campnab.com/img/serrated-beige2-bottom.png);
}

.serratedBlueTop {
  background-image: url(https://cdn.campnab.com/img/serrated-blue-top.png);
}

.serratedBlueBottom {
  background-image: url(https://cdn.campnab.com/img/serrated-blue-bottom.png);
}

.serratedWhiteTop {
  background-image: url(https://cdn.campnab.com/img/serrated-white-top.png);
}

.serratedWhiteBottom {
  bottom: -10px;
  background-image: url(https://cdn.campnab.com/img/serrated-white-bottom.png);
}

.serratedGreenBottom {
  background-image: url(https://cdn.campnab.com/img/serrated-green-bottom.png);
}

.serratedGreen2Bottom {
  background-image: url(https://cdn.campnab.com/img/serrated-green2-bottom.png);
}

.serratedGreen2Top {
  background-image: url(https://cdn.campnab.com/img/serrated-green2-top.png);
}

.serratedBrownBottom {
  background-image: url(https://cdn.campnab.com/img/serrated-brown-bottom.png);
}

.serratedBrown2Top {
  background-image: url(https://cdn.campnab.com/img/serrated-brown2-top.png);
}

.serratedBrown2Bottom {
  background-image: url(https://cdn.campnab.com/img/serrated-brown2-bottom.png);
}

.footerLinks {
  font-family: "Campy", Verdana, sans-serif;
  font-size: 1.4rem;
}

.home_footer {
  padding: 100px 20px 0 20px;
  color: #fff;
}
.home_footer h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
.home_footer ul {
  margin: 25px 0 0 0;
  padding: 0;
  font-family: "Campy", Verdana, sans-serif;
}
.home_footer li {
  margin: 0;
  padding: 0.4em 0;
  list-style: none;
  display: block;
  text-align: left;
}
.home_footer .parkName {
  font-weight: 600;
}
.campgroundList li.disabled a {
  color: #aaa;
}

.localCampgrounds li a.status {
  display: none;
  color: #000;
  text-decoration: none;
}

.localCampgrounds li:hover a.status,
.localCampgrounds li a.status.show {
  display: inline;
}

#sitesTable {
  width: auto;
  margin: 0 auto 0 0;
}
#sitesTable th {
  text-align: left;
}
#sitesTable td {
  padding: 2px 10px;
  text-align: left;
}
#sitesTable td.status {
  width: 30px;
}
#sitesTable td.status div {
  display: inline-block;
}
#sitesTable td.status .material-icons {
  font-size: 1.8rem;
}
#sitesTable .deleted td {
  opacity: 0.3;
}
#sitesTable .deleted td.name {
  text-decoration: line-through;
}

.step.autocomplete.show {
  overflow: visible;
}

.widget_autocomplete input:focus {
  box-shadow: 0 0 0 3px #0d2c4e !important;
}

.widget_autocomplete_itemlist li {
  text-align: left;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
  padding: 12px 15px 10px;
  border-radius: 4px;
  margin: 8px;
  font-family: "Campy", Verdana, sans-serif;
  color: #071325;
}
.widget_autocomplete_itemlist li:hover {
  color: #071325;
  background-color: #DCEBFC;
}
.widget_autocomplete_itemlist li.highlight {
  color: #071325;
  background-color: #c5defa;
  font-weight: normal;
}
.widget_autocomplete_itemlist li .top {
  font-size: 1.4rem;
  font-weight: 600;
}
.widget_autocomplete_itemlist li .bottom {
  margin-top: 2px;
  font-size: 1.2rem;
  font-weight: normal;
}

.widget_autocomplete_itemlist.open {
  top: calc(100% - 3px);
  left: -1px;
  width: calc(100% + 2px);
  max-height: 300px;
  border: 3px solid #071325;
  border-top-width: 0px;
  border-radius: 0 0 5px 5px;
}
.widget_autocomplete_itemlist:before {
  content: "";
  border-top: 2px solid #ff0000;
}

.widget_autocomplete.inline {
  margin-right: auto;
}
.widget_autocomplete.inline:focus input {
  box-shadow: 0 0 0 2px #0D2C4E;
}

a[data-tooltip] .material-icons {
  color: rgba(11, 50, 96, 0.25);
  font-size: 1.6rem;
  vertical-align: middle;
  padding: 0 0 0 5px;
}

.notFoundMessage {
  display: none;
  color: #f00;
  font-weight: bold;
}

.help-block {
  font-size: 12px;
}

.not-found .notFoundMessage {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

table.grid {
  border-collapse: collapse;
}
table.grid td, table.grid th {
  white-space: nowrap;
  padding: 6px 5px;
  border: 1px solid #999;
  transition: box-shadow 0.1s ease;
}
table.grid td input, table.grid th input {
  margin-bottom: 0;
}
table.grid td.okay, table.grid th.okay {
  background-color: rgba(0, 255, 0, 0.25);
}
table.grid td.okay.bloom, table.grid th.okay.bloom {
  box-shadow: 0 0 10px 5px inset rgba(0, 255, 0, 0.5);
}
table.grid td.warn, table.grid th.warn {
  background-color: rgba(255, 242, 0, 0.25);
}
table.grid td.warn.bloom, table.grid th.warn.bloom {
  box-shadow: 0 0 10px 5px inset rgba(255, 242, 0, 0.5);
}
table.grid td.error, table.grid th.error {
  background-color: rgba(255, 0, 0, 0.25);
}
table.grid td.error.bloom, table.grid th.error.bloom {
  box-shadow: 0 0 10px 5px inset rgba(255, 0, 0, 0.5);
}
.swal2-container.swal2-center.swal2-backdrop-show {
  background-color: #122236 !important;
}

.swal2-popup {
  font-size: 1.5rem !important;
  background-color: #041326 !important;
  border-radius: 24px !important;
  color: #fff;
  width: 100% !important;
  max-width: 500px !important;
}
.swal2-popup.compact {
  font-size: 1.25em !important;
}
.swal2-popup.compact * {
  font-size: 1.2rem !important;
}
.swal2-popup.compact .swal2-title {
  font-size: 2rem !important;
  margin-top: 0.5em !important;
}
.swal2-popup.compact .swal2-title:before {
  display: none;
}
.swal2-popup.compact .swal2-html-container {
  max-width: 400px;
  width: 100%;
}
.swal2-popup.compact button {
  height: 36px !important;
  min-width: 100px;
}
.swal2-popup .swal2-loader {
  animation: none;
  border: none;
}
.swal2-popup .swal2-html-container {
  color: #fff;
  line-height: 1.6;
}
.swal2-popup .swal2-title,
.swal2-popup .swal2-content {
  color: #fff;
}
.swal2-popup .swal2-header {
  margin-top: 4em;
}
.swal2-popup .swal2-title {
  font-size: 2.8rem !important;
  margin: 4em 0 0.1em !important;
}
.swal2-popup .swal2-title:before {
  content: "";
  height: 48px;
  background: url(/img/icon-campnab.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: block;
  position: absolute;
  top: -3em;
}
.swal2-popup.swal2-modal {
  padding: 40px 30px 40px !important;
}
.swal2-popup.swal2-modal > div {
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.swal2-popup.swal2-modal.wideButtons .swal2-actions button {
  width: 85%;
}
.swal2-popup.swal2-modal .swal2-footer {
  border: none;
  font-size: 1.4rem;
  color: #fff;
  display: block !important;
  padding: 0;
  margin-top: 2em;
  text-align: center;
  max-width: 350px;
}
.swal2-popup.swal2-modal .swal2-footer a {
  display: inline;
  color: #fff;
}
.swal2-popup.swal2-modal .swal2-html-container {
  margin-top: 0;
  font-size: 2rem;
  overflow: visible;
  max-width: 400px;
}
.swal2-popup.swal2-modal .radioBlocks label {
  justify-content: center;
}
.swal2-popup.swal2-modal .radioBlocks input:not(.nohover):checked + label {
  background-color: #8bafde;
}
.swal2-popup .swal2-content {
  font-size: 2rem !important;
  line-height: 1.5 !important;
}
.swal2-popup .swal2-actions {
  margin: 1.25em auto -15px;
  width: 100%;
}
.swal2-popup .swal2-actions button.swal2-styled.fixed-width {
  min-width: 350px;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled {
  border-radius: 30px;
  min-width: 150px;
  font-weight: bold;
  font-size: 2rem;
  height: 60px;
  margin-bottom: 15px;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled.swal2-deny {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:focus {
  box-shadow: none;
}
.swal2-popup .swal2-actions.swal2-loading {
  margin-top: 0;
}
.swal2-popup .swal2-styled:focus {
  box-shadow: none;
}
.swal2-popup .swal2-styled.swal2-cancel {
  background-color: transparent;
  border: 2px solid #fff;
}
.swal2-popup input {
  margin-top: 20px;
  margin-bottom: 17px;
  background-color: #fff;
}
.swal2-popup input[type=radio] {
  margin: 0 5px 0 0;
  box-shadow: none;
}
.swal2-popup .swal2-close {
  opacity: 0.6;
  font-weight: normal;
  font-size: 4rem;
  color: #fff;
  top: 10px;
  right: 14px;
}
.swal2-popup .swal2-close:hover {
  opacity: 1;
  color: #545454;
  background: none;
  border: none;
}
.swal2-popup .swal2-validation-message {
  margin-left: auto !important;
  margin-right: auto !important;
  color: #fff;
  background-color: #D03E26;
  border-radius: 4px;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 500;
  text-wrap: balance;
}
.swal2-popup .swal2-validation-message::before {
  display: none;
}
.swal2-popup .swal2-validation-message:empty {
  display: none !important;
}
.swal2-popup.swal-list input {
  margin: 5px 10px 5px 5px;
}

.swal2-icon {
  font-size: 18px !important;
}

.map {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.map .marker {
  background-image: url(https://cdn.campnab.com/img/map-marker.png);
  font-weight: normal;
  background-size: contain;
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stripeCheckoutContainer {
  border: 6px solid #596B3A;
  background-color: #fff;
  margin-top: -130px;
  margin-bottom: 30px;
  border-radius: 25px;
  overflow: hidden;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
  display: none;
}
.stripeCheckoutContainer.show {
  display: block;
}

.mapboxgl-popup {
  min-width: 225px;
  max-width: 300px;
}
.mapboxgl-popup h3 {
  font-size: 1.2rem;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: bold;
  margin: 0 0 2px 0;
  line-height: 1.2;
}
.mapboxgl-popup p {
  margin: 0;
}
.mapboxgl-popup .mapboxgl-popup-content {
  display: flex;
  text-align: left;
  border-radius: 8px;
}
.mapboxgl-popup .mapboxgl-popup-content .content {
  display: flex;
  flex-direction: column;
}
.mapboxgl-popup .mapboxgl-popup-content .image {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  margin: -5px 10px -10px -5px;
  background-color: #999;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
}
.mapboxgl-popup .mapboxgl-popup-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.stars {
  margin-bottom: 0.25em;
}

.star-icon {
  font-size: 1.7rem;
  position: relative;
  color: rgba(50, 93, 138, 0.1882352941);
}

.star-icon .fill {
  color: #325D8A;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
  width: 0;
  overflow: hidden;
}

@-moz-document url-prefix() { /* Firefox Hack :( */
  .star-icon {
    font-size: 17px;
    line-height: 34px;
  }
}
.imageSelectComponent {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.imageSelectComponent nav {
  padding: 3px;
  background-color: #5d5de1;
  display: flex;
  align-items: center;
}
.imageSelectComponent nav a {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1254901961);
  border-radius: 3px;
  margin-right: 8px;
}
.imageSelectComponent nav a:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1882352941);
}
.imageSelectComponent nav a.active {
  background: rgba(255, 255, 255, 0.3137254902);
}
.imageSelectComponent nav a.close {
  background: none;
}
.imageSelectComponent nav a.close .material-icons {
  font-size: 16px;
  font-weight: bold;
}
.imageSelectComponent .flickrGallery {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.imageSelectComponent .items {
  overflow: scroll;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  width: 100%;
}
.imageSelectComponent .selectedItems > div {
  /*display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px, 1fr));
  max-height: 250px;
  overflow: scroll;*/
}
.imageSelectComponent .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-color: #ccc;
  margin-bottom: 1em;
}
.imageSelectComponent .item .action {
  display: inline-flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #000;
}
.imageSelectComponent .item .source {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.7529411765);
  color: #071325;
  border-radius: 0 4px 0 0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imageSelectComponent .item .source.flickr {
  background-image: url(/img/logo-flickr-32-color.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center 3px;
}
.imageSelectComponent .item .source.ugc:before {
  font-family: "Material Icons";
  content: "person";
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
}
.imageSelectComponent img {
  width: 100%;
  height: auto;
  display: inline;
  vertical-align: top;
}
.imageSelectComponent .btnSave {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.imageSelectComponent .btnShowSelect {
  flex: 0 0 100%;
  display: block;
  background-color: #4990E2;
  padding: 6px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.imageSelectComponent .meta {
  position: absolute;
  bottom: 4px;
  right: 4px;
  text-align: right;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.adminModal {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 75%;
  height: 80%;
  background-color: #ccc;
  border-radius: 8px;
  top: 10%;
  left: 12%;
  padding: 20px 20px 20px 20px;
  box-sizing: content-box;
  z-index: 100;
  overflow: hidden;
}
.adminModal .btnClose {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.photosPreview .photos {
  overflow: scroll;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
}
.photosPreview .photos .item {
  max-width: 250px;
  margin: 0 10px 10px 0;
}
.photosPreview .photos .item img {
  width: 100%;
  height: auto;
}

.parkMigration {
  max-width: 400px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.jurisdictionsList {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin: 0 auto;
  align-content: space-around;
  justify-content: center;
}
.jurisdictionsList .item a {
  color: #071325;
}
.jurisdictionsList .item .image {
  padding-top: 68%;
}
.jurisdictionsList .item .label {
  margin-top: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #071325;
}

.breadcrumb {
  font-family: "Campy", Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #AAA38D;
}
.breadcrumb a {
  text-decoration: none;
  color: #AAA38D;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

h2 {
  position: relative;
}

.offsetAnchor {
  position: absolute;
  top: -100px;
}

.parksList {
  columns: 4 250px;
  column-gap: 30px;
  width: 100%;
  font-size: 1.4rem;
  margin: 2.3em 0 calc(2em + 5%) 0;
  line-height: 1.6;
}
.parksList h3 {
  color: #071325;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}
.parksList ul {
  margin: 0 0 2em 0;
  padding: 0;
}
.parksList a, .parksList a:visited {
  text-decoration: none;
  color: #325D8A;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 600;
}
.parksList a:hover, .parksList a:visited:hover {
  text-decoration: underline;
}

.popularParks {
  /*columns: 4 250px;
  column-gap: 30px;
  width: 100%;*/
  display: grid;
  grid-gap: 28px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  margin: 0 auto;
  align-content: space-around;
  justify-content: center;
  align-items: start;
  font-size: 1.4rem;
  margin: 2.3em 0 0 0;
  line-height: 1.6;
}

article.block {
  break-inside: avoid;
  padding-bottom: 1em;
}
article.block h2 {
  font-size: 1.6rem;
  color: #071325;
  margin: 0;
  text-transform: uppercase;
}
article.block h2 a {
  color: #071325;
  text-decoration: none;
}
article.block h2 a:hover {
  text-decoration: none;
}
article.block .image {
  height: 0;
  padding-top: 75%;
  position: relative;
  object-fit: cover;
}
article.block .image .aspectRatio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  background-color: #999;
}
article.block .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #999;
  border-radius: 10px;
}
article.block .summary {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-line;
}

.blog-post {
  max-width: 950px;
}
.blog-post .title {
  max-width: 750px;
}
.blog-post .title .back {
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 13px 3px;
  border-radius: 3px;
  line-height: 1;
  background-color: #585347;
  color: #fff;
}
.blog-post .title .back:before {
  display: none;
}
.blog-post h1 {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  color: #071325;
  text-align: left;
  margin-top: 0;
}
.blog-post h1 + p {
  margin-top: 0;
}
.blog-post h2 {
  text-align: left;
  color: #3F3C34;
  font-size: 2rem;
  font-weight: bold;
  margin: 1.8em 0 0.4em 0;
}
.blog-post h4 {
  color: #071325;
}
.blog-post header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog-post .blogTitle {
  background-color: #403C34;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  padding: 4px 13px;
  margin-right: 20px;
}
.blog-post img {
  border-radius: 10px;
}
.blog-post img + em {
  font-style: normal;
  font-size: 1.6rem;
}
.blog-post .meta {
  font-size: 1.1rem;
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 500;
  color: #071325;
}
.blog-post .blog-post-columns {
  display: flex;
  flex-direction: row;
}
.blog-post .blog-post-columns .leftCol {
  flex: 1 1 30%;
  min-width: 200px;
  margin-right: 95px;
  font-size: 1.4rem;
}
.blog-post .blog-post-columns .mainColumn {
  flex: 1;
}
.blog-post .leftCol img {
  border-radius: 0;
}
.blog-post .emetti-image {
  max-width: 100%;
}

.campy #mainBody > .columnWidthWide {
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}
.campy label {
  font-size: 2rem;
  font-weight: 600;
  margin-left: -25px;
}
.campy label input {
  margin-right: 10px;
}
.campy .description {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 1.4rem;
}
.campy .item {
  text-align: left;
  border: 1px solid rgba(13, 44, 78, 0.5);
  border-radius: 8px;
  padding: 25px 50px;
  background-color: #fff;
  margin-bottom: 10px;
}
.campy .item:not([disabled]) {
  background-color: #F3F9FF;
  border-color: #91C2FD;
}
.campy h3 {
  margin-bottom: 1em;
}

body.app_campy .footer > .serratedStrip {
  background-image: url(/img/serrated-brown2-bottom.png);
}

.community {
  display: flex;
}
.community .mainCol {
  flex: 1 1 70%;
  margin-right: 80px;
}
.community .rightCol {
  flex: 1 1 30%;
  min-width: 300px;
  font-size: 1.4rem;
}
.community .rightCol > h3 {
  margin-top: 0;
  margin-bottom: 1em;
}

.migrate-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.4rem;
}
.migrate-select select {
  font-size: 1.2rem;
  margin: 0 10px 0;
}
.migrate-select .material-icons {
  font-size: 2rem;
  margin-left: 5px;
}

@media (max-width: 780px) {
  .blog-post .blog-post-columns {
    flex-direction: column-reverse;
  }
  .community {
    display: flex;
  }
  .community .mainCol {
    flex: 1 1 100%;
    margin-right: 0px;
  }
}
.sub-page .blog-post h2:first-of-type {
  margin-top: 1.8em;
}

.aspectRatio75,
.aspectRatio100,
.aspectRatioYoutube {
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.aspectRatio75 img,
.aspectRatio75 .placeholder,
.aspectRatio100 img,
.aspectRatio100 .placeholder,
.aspectRatioYoutube img,
.aspectRatioYoutube .placeholder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.aspectRatio75.video .placeholder,
.aspectRatio100.video .placeholder,
.aspectRatioYoutube.video .placeholder {
  background-color: #ccc;
}
.aspectRatio75.video iframe,
.aspectRatio100.video iframe,
.aspectRatioYoutube.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.aspectRatio100 {
  padding-top: 100%;
}

.aspectRatioYoutube {
  padding-top: calc(55% - 7px);
}

.video {
  border: 10px solid #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}

.previewRecipients {
  margin: 15px -15px;
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(204, 204, 204, 0.2);
}

@keyframes glowPulseActive {
  0% {
    box-shadow: 0 0 0px rgba(59, 155, 13, 0.6);
  }
  30% {
    box-shadow: 0 0 0px #3b9b0d;
    transform: scale(1);
  }
  80% {
    box-shadow: 0 0 6px 6px rgba(59, 155, 13, 0);
    transform: scale(1.1);
  }
  100% {
    box-shadow: 0 0 15px 6px rgba(59, 155, 13, 0);
    transform: scale(1);
  }
}
.widget_autocomplete:not(.has-error) .help-icon {
  background-image: none;
}

.widget_autocomplete input {
  margin-bottom: 0;
}

.widget_autocomplete .topborder {
  border-top: 1px solid rgba(13, 44, 78, 0.5);
  top: -4px;
  position: relative;
  padding: 0 10px;
  margin: 0 10px;
}

.widget_autocomplete_itemlist {
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-flex: 1;
  flex: 1;
  margin: -1px 0 0 0;
  padding: 8px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #3F3C35;
  z-index: 999;
  max-height: 0;
  transition: max-height 0.2s ease 2s;
}
.widget_autocomplete_itemlist:empty {
  display: none;
}
.widget_autocomplete_itemlist.open {
  max-height: 170px;
  overflow-y: scroll;
  transition: max-height 0.2s ease 0s;
}
.widget_autocomplete_itemlist li {
  list-style: none;
  padding: 6px 15px 6px 15px;
  margin: 0;
  cursor: pointer;
}
.widget_autocomplete_itemlist li.highlight {
  color: #fff !important;
  background-color: rgb(74, 144, 226);
}
.widget_autocomplete_itemlist li:hover {
  color: #fff;
  background-color: rgba(74, 144, 226, 0.6);
}
.widget_autocomplete_itemlist li:last-of-type {
  border-bottom: none;
}

.widget_autocomplete.inline {
  margin-right: 15px;
}
.widget_autocomplete.inline input {
  margin-right: 0;
  margin-bottom: 0;
}

.widget_autocomplete.userSelect li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_autocomplete.userSelect .profileImage {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  vertical-align: middle;
  margin: 5px 10px 5px 0;
}

body[class^=dash] {
  background-color: #F8F6F2;
  overflow: hidden;
}

.layoutDash {
  display: flex;
  flex-direction: row;
  height: 100vh;
  font-family: "Campy", Verdana, sans-serif;
  /*.panel > *:not(.scroll){
    margin-left: 25px;
    margin-right: 25px;
  }*/
  /*select{
    height: 32px;
    padding: 3px;
    font-size: 1.6rem;
    max-width: 400px;
    width: 80%;
  }*/
}
.layoutDash .leftCol {
  /*flex: 0 0 250px;
  padding: 0px 25px 50px 25px;
  overflow: scroll;*/
  box-shadow: inset 0 0 8px 6px rgba(0, 0, 0, 0.05);
  background-color: #F8F6F2;
}
.layoutDash h1 {
  font-size: 3.2rem;
  font-weight: 800;
}
.layoutDash h1 + p {
  margin-top: 0;
}
.layoutDash * + h2 {
  margin-top: 1.1em;
}
.layoutDash p + input {
  margin-top: 1em;
}
.layoutDash .btnMenu {
  text-decoration: none;
  color: #3F3C35;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
}
.layoutDash .panel {
  padding: 0;
  flex: 0 0 250px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  min-width: 250px;
}
.layoutDash .scroll {
  overflow-y: scroll;
  padding-left: 25px;
  padding-right: 25px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.layoutDash .scroll > *:first-child {
  margin-top: 33px !important;
}
.layoutDash p {
  margin: 0 0 0.75em 0;
}
.layoutDash .smaller {
  font-size: 1.4rem;
}
.layoutDash .mainCol {
  background-color: #FDFCF9;
  flex: 1 1 auto;
  overflow-x: auto;
}
.layoutDash .mainCol .widthLimit {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.layoutDash .mainCol .widthLimit p {
  max-width: 550px;
}
.layoutDash .mainCol .scroll > *:first-child {
  margin-top: 65px !important;
  margin-bottom: 50px !important;
}
.layoutDash .mainCol .dashMobilenav {
  display: none;
  height: 55px;
  align-items: center;
  padding: 0 0 0 25px;
  background-color: #F8F6F2;
  box-shadow: inset 0 0 8px 6px rgba(0, 0, 0, 0.05);
}
.layoutDash .mainCol a.logo {
  font-size: 0;
  line-height: 1;
  max-width: 100%;
  width: 107px;
  display: inline-block;
}
.layoutDash .mainCol a.logo img {
  width: 100%;
}
.layoutDash .panelHeader {
  display: flex;
  flex-direction: row;
  flex: 0 0 56px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 25px;
  margin: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
}
.layoutDash .panelHeader h2 {
  flex: 1;
  margin: 0;
}
.layoutDash .panelHeader .btnEdit {
  justify-self: flex-end;
}
.layoutDash input {
  /*padding: 6px 8px;
  border-radius: 2px;
  max-width: 400px;*/
}
.layoutDash input.big {
  font-size: 2rem;
}
.layoutDash nav.tabs {
  display: flex;
  flex-direction: row;
  flex: 0 0 56px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 0px;
  margin: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
}
.layoutDash nav.tabs a {
  flex: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #dadada;
  font-weight: bold;
  font-size: 1rem;
  padding: 5px 10px;
  box-sizing: border-box;
  position: relative;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  margin: 0 2px 0 0;
  color: #0D2C4E;
}
.layoutDash nav.tabs a.active {
  color: #fff;
  background-color: #3F3C35;
}
.layoutDash nav.tabs a.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.layoutDash .tabsContent div[data-tab] {
  display: none;
}
.layoutDash .tabsContent div[data-tab].active {
  display: block;
}
.layoutDash .twocol > div {
  white-space: nowrap;
  break-inside: avoid;
}

.ratingTag {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #61A100;
  padding: 0 15px 0 5px;
  height: 30px;
  color: #fff;
  box-sizing: border-box;
  line-height: 1;
  border-radius: 0 3px 3px 0;
}
.ratingTag .arrowLeft {
  position: absolute;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #61A100;
}

.overviewEditor .content {
  border: 1px solid #ccc;
  padding: 10px;
}
.overviewEditor .content.editor {
  padding: 0;
}

.dataTables_wrapper input,
.layoutDash.admin input {
  font-size: 1.6rem;
  padding: 6px 8px;
  border-radius: 2px;
  max-width: 400px;
}

.whiteBlock {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
}

a.btnDelete {
  text-decoration: none;
  font-size: 2rem;
}
a.btnDelete:hover {
  text-decoration: none;
}

.dataTables_wrapper.table-block-wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 30px 15px;
}
.dataTables_wrapper.table-block-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.dataTables_wrapper.table-block-wrapper thead th {
  padding: 0 0 10px 0;
  color: #8A96AB;
  font-weight: bold;
}
.dataTables_wrapper.table-block-wrapper td {
  border-top: 1px solid #EBEBEB;
  font-weight: 500;
  padding: 16px 0 13px;
  line-height: 1.2;
}
.dataTables_wrapper.table-block-wrapper .bold {
  font-weight: bold;
}
.dataTables_wrapper.table-block-wrapper .width-50 {
  width: 50%;
}
.dataTables_wrapper.table-block-wrapper .flex-cell {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.dataTables_wrapper.table-block-wrapper .flex-cell input {
  position: relative;
  left: -12px;
  padding: 5px 8px;
  margin: 0;
}
.dataTables_wrapper.table-block-wrapper td {
  position: relative;
}
.dataTables_wrapper.table-block-wrapper td .value {
  cursor: pointer;
}
.dataTables_wrapper.table-block-wrapper tr .btnDelete {
  opacity: 0;
  pointer-events: none;
}
.dataTables_wrapper.table-block-wrapper tr .btnDelete i {
  font-size: 24px;
  color: #D03E26;
}
.dataTables_wrapper.table-block-wrapper tr:hover .btnDelete {
  pointer-events: all;
  opacity: 1;
}
.dataTables_wrapper.table-block-wrapper tr:hover .btnDelete i:hover {
  opacity: 0.5;
}
.dataTables_wrapper.table-block-wrapper td:not(:first-of-type),
.dataTables_wrapper.table-block-wrapper th:not(:first-of-type) {
  padding-left: 15px;
}

.popup-menu .trigger {
  display: inline-block;
  position: relative;
  top: 0;
}
.popup-menu.open .menu {
  display: block;
}
.popup-menu .menu {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  list-style: none;
  background-color: #fff;
  border-radius: 5px;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.4);
  z-index: 999;
}
.popup-menu .menu li {
  display: block;
  margin: 0;
  padding: 3px 15px;
  min-width: 105px;
  font-size: 1.3rem;
}
.popup-menu .menu li:hover {
  background-color: #ddd;
}

.layoutDash.admin .mainCol {
  font-size: 1.2rem;
}

.greeting-wrap {
  display: inline-block;
  width: 100%;
  padding: 0 8px 8px 8px;
}
.greeting-wrap label {
  margin: 3px 0 0px 0;
  line-height: 1.3;
  font-size: 1.2rem;
  opacity: 0.5;
}
.greeting-wrap textarea {
  resize: none;
  height: 80px;
  width: 100%;
  max-width: 475px;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 14px;
}

.greeting-item .controls {
  font-size: 1.4rem;
}
.greeting-item .controls a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
}
.greeting-item .controls a i {
  margin-right: 4px;
  font-size: 16px;
}
.greeting-item .spinner-icon {
  margin-left: 12px;
}

.greeting textarea + label {
  font-weight: 400;
  color: #999;
}

.layoutDash .columnWidth {
  margin-left: 0;
  margin-right: auto;
}

.healthJob {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 8px;
  cursor: pointer;
  opacity: 0.3;
}
.healthJob.enabled {
  border: 1px solid rgba(0, 255, 0, 0.15);
  background-color: rgba(0, 255, 0, 0.05);
  opacity: 1;
}
.healthJob.error {
  background-color: rgba(255, 0, 0, 0.05);
  border-color: rgba(255, 0, 0, 0.15);
}
.healthJob h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 0.25em 0;
}
.healthJob p:last-of-type {
  margin-bottom: 0;
}
.healthJob .controls {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1rem;
}

.healthAlert {
  border: 1px solid rgba(255, 0, 0, 0.15);
  border-radius: 0px;
  padding: 10px 15px;
  margin-bottom: 8px;
  background-color: rgba(255, 0, 0, 0.05);
}
.healthAlert.resolved {
  border: 1px solid #8695A6;
  background-color: #fff;
}
.healthAlert p {
  margin-bottom: 0.5em;
}
.healthAlert p:last-of-type {
  margin-bottom: 0;
}

.adminDefinitions h2.letter:after {
  position: relative;
  left: 10px;
  top: 4px;
  font-family: "Material Icons";
  content: "add_circle_outline";
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
}
.adminDefinitions .letterGroup {
  columns: 250px 4;
  -moz-column-gap: 30px;
  column-gap: 30px;
  width: 100%;
  font-size: 1.4rem;
  margin: 1em 0 calc(2em + 5%);
  line-height: 1.6;
}
.adminDefinitions .editItem {
  display: inline-block;
  width: 300px;
  background-color: #e6e6e6;
  z-index: 10;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.adminDefinitions .editItem label {
  margin: 1em 0 1em 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.adminDefinitions .item {
  position: relative;
}
.adminDefinitions dt {
  font-weight: 600;
  cursor: pointer;
}
.adminDefinitions dd {
  display: none;
}

.tagInput {
  margin-top: 0em;
  position: relative;
}
.tagInput input {
  font-size: 1.2rem;
}

.faqItems .item {
  border: 1px solid #aaa;
  padding: 15px;
  border-radius: 6px;
  position: relative;
}
.faqItems .item .question {
  font-weight: bold;
}
.faqItems .item .btnEdit {
  position: absolute;
  top: 5px;
  right: 5px;
}
.faqItems .item .btnEdit i {
  font-size: 14px;
}

.categorySort {
  position: relative;
}
.categorySort li.draggable-mirror {
  width: 100%;
}

.faqItems {
  position: relative;
}
.faqItems div.item {
  width: 100%;
  margin-bottom: 1em;
}

.ql-editor h2 {
  font-size: 1.4em;
}
.ql-editor h3 {
  font-size: 1.2em;
  text-transform: none;
}

#editor-container {
  max-height: 85vh;
  overflow-y: scroll;
}

@media (max-width: 650px) {
  .layoutDash .leftCol {
    margin-left: -250px;
    z-index: 9999;
    transition: transform 0.25s ease;
  }
  .layoutDash .panel {
    height: calc(100% - 55px);
  }
  .layoutDash.navOpen .leftCol {
    box-shadow: 0 0 10px rgba(100, 100, 100, 0.3);
    transform: translateX(100%);
  }
  .layoutDash .mainCol .dashMobilenav {
    display: flex;
  }
}
.attachments-preview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.attachments-preview .attachment-add {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.01);
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.25s;
}
.attachments-preview .attachment-add:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: #e5e5e5;
  transition: all 0.125s;
  border-color: rgba(0, 0, 0, 0.02);
}
.attachments-preview .attachment-add input {
  display: none;
}
.attachments-preview .attachment-item {
  position: relative;
  border-radius: 50%;
  user-select: none;
}
.attachments-preview .attachment-item img {
  display: block;
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.attachment-item {
  width: 72px;
  height: 72px;
  box-sizing: border-box;
  background-color: #ccc;
}

.attachment-preview {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 50%;
}
.attachment-preview.error {
  background-color: red;
  padding: 4px;
  border-radius: 20px;
}

.uploadPreview .attachment-item {
  width: 72px;
  height: 72px;
}

.attachment-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.attachment-action {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 50;
  background-color: #333;
  color: #fff;
  line-height: 1;
  border-radius: 100%;
  box-shadow: 0 0 0 1.5px #fff;
  font-size: 0px;
  padding: 2px;
  width: 20%;
  height: 20%;
  max-width: 20%;
  max-height: 20%;
  min-width: 14px;
  min-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attachment-action i {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.attachment-action.attachment-remove {
  background-color: #333;
  cursor: pointer;
}
.attachment-action.attachment-transferring {
  background-color: #0270E9;
  font-size: 9px;
}
.attachment-action.attachment-done {
  background-color: #5A8714;
}

.progress-bar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border-radius: inherit;
}
.progress-bar .progress-bar-track {
  max-width: 240px;
  background-color: rgba(135, 173, 189, 0.7);
  width: 80%;
  height: 4px;
  position: relative;
}
.progress-bar .progress-bar-track .progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3fc3ee;
  height: 100%;
}

.ugcReview .attachments-preview:not(:empty) {
  padding: 0px 15px 0 0px;
}
.ugcReview .attachments-preview .attachment-item {
  border-radius: 11px;
}
.ugcReview .attachments-preview .attachment-item img {
  border-radius: 11px;
}
.ugcReview .attachments-preview .attachment-item.attachment-add {
  background-color: #fff;
  border: 2px solid #8696A7;
}
.ugcReview .attachments-preview .attachment-item.attachment-add .material-icons {
  font-size: 42px;
}
.ugcReview .attachment-action {
  top: 4px;
  right: 4px;
}
.ugcReview .attachment-preview {
  margin: 0;
}
.ugcReview .attachment-item {
  margin-right: 8px;
  margin-bottom: 8px;
}

.reviewImages {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.reviewImages div {
  margin: 0 0.5em 0.5em 0;
}
.reviewImages img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.reviewImages img:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #325d8a;
  transition: all 0.125s ease;
}

h3 + .notation {
  margin-top: -0.7em;
}

.notation {
  font-size: 1.4rem;
}

.uploadPreview.profileLarge {
  margin-right: 20px;
}
.uploadPreview.profileLarge .profileImage, .uploadPreview.profileLarge .attachment-item {
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

.blockIcons {
  display: flex;
  flex-wrap: wrap;
}
.blockIcons > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 115px;
  box-sizing: border-box;
  padding: 25px 20px;
  border-radius: 8px;
  border: 1px solid rgba(13, 44, 78, 0.5);
  text-align: center;
  background-color: #fff;
  transition: all 0.25s ease;
  text-decoration: none;
  color: #071325;
}
.blockIcons > a:hover {
  background-color: #E9EEF3;
  transition: all 0.125s ease;
}
.blockIcons > a > img {
  width: 50%;
  margin-bottom: 10px;
}

.leftNav {
  width: 200px;
  font-family: "Campy", Verdana, sans-serif;
}
.leftNav .panelHeader {
  margin: 0 25px;
  padding: 0;
}
.leftNav .scroll::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.leftNav .material-icons {
  font-size: 16px;
}
.leftNav a.logo {
  font-size: 0;
  line-height: 1;
  max-width: 100%;
  width: 107px;
}
.leftNav a.logo img {
  width: 100%;
  height: auto;
}
.leftNav ul {
  margin: 6px 0 20px 0;
  padding: 0;
}
.leftNav ul ul {
  margin: 0 0 0px 36px;
  font-size: 0.8em;
}
.leftNav h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  color: rgba(86, 82, 75, 0.5);
}
.leftNav ul li {
  padding: 0px 0;
  margin: 0 0 3px 0;
  position: relative;
}
.leftNav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  color: #2F3E61;
  user-select: none;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 1.4rem;
}
.leftNav ul li a:hover {
  background-color: #E5E2DF;
}
.leftNav ul li a:visited {
  color: #2F3E61;
}
.leftNav ul li a.active {
  color: #fff;
  background-color: #205F02;
  font-weight: bold;
}
.leftNav ul li a.active i {
  opacity: 1;
}
.leftNav ul li a i {
  opacity: 0.4;
  margin-right: 12px;
  transition: all 0.25s;
}
.leftNav ul li a:hover i {
  opacity: 0.75;
}
.leftNav ul li a.active:hover i {
  opacity: 1;
}
.leftNav ul li li a {
  font-size: 1.2rem;
}
.leftNav ul li .counter {
  font-size: 1rem;
  position: absolute;
  right: 3px;
  top: 6px;
  background-color: #F44336;
  padding: 3px 5px;
  border-radius: 50%;
  color: #fff;
}
.leftNav .mdi:before {
  margin-right: 12px;
  font-size: 18px;
  line-height: 1;
}
.leftNav .projectSelector {
  position: relative;
  margin-bottom: 0px;
  margin-left: -15px;
}
.leftNav .projectSelector .projectName {
  display: inline-block;
}
.leftNav .projectSelector .currentProject .projectName {
  font-family: "Campy", Verdana, sans-serif;
  font-weight: 600;
}
.leftNav .projectSelector .item {
  cursor: pointer;
  padding: 4px 15px;
}
.leftNav .projectSelector .item.newProject .projectIcon {
  background-color: transparent;
}
.leftNav .projectSelector .item.newProject .projectIcon:before {
  font-size: 28px;
}
.leftNav .projectSelector .projectIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #ccc;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 4px;
}
.leftNav .projectSelector .projectName {
  vertical-align: middle;
}
.leftNav .projectSelector .iconDown {
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.leftNav .projectSelector .projectList {
  position: absolute;
  top: -15px;
  padding: 15px 0 19px 0;
  display: none;
  background-color: #eee;
  width: 100%;
}
.leftNav .projectSelector .projectList .item:hover {
  background-color: #479EFE;
  color: #fff;
}
.leftNav .projectSelector.open .projectList {
  display: block;
}

.embedWrapper iframe {
  background-color: #ddd;
}

.embedWrapper.soundcloud {
  max-width: 320px;
  height: 166px;
}

.embedWrapper.bandcamp {
  max-width: 400px;
  height: 120px;
}

.medium-insert-embeds figure {
  margin: 0;
}

.embedWrapper.youtube .videoWrap,
.medium-insert-embed .video {
  position: relative;
  /*padding-top: 25px;*/
  padding-bottom: calc(56.25% - 11px);
  height: 0px;
  background-size: 102%;
  background-position: center;
  margin-bottom: 1em;
}

.embedWrapper.youtube iframe,
.medium-insert-embed .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.medium-insert-embed .video iframe {
  opacity: 1;
}

.embedWrapper .btnPlay {
  position: absolute;
  width: 20%;
  margin: auto !important;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.embedWrapper .playCircle {
  position: absolute;
  top: 0;
  border-radius: 50%;
  box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.35);
  padding-bottom: 100%;
  height: 0;
  width: 100%;
  margin-top: -50% !important;
  opacity: 0.8;
}

.embedWrapper .playTriangle {
  left: 0%;
  top: 0%;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/icon-play.png);
  background-position: 60% center;
  background-repeat: no-repeat;
  background-size: 35%;
  opacity: 0.9;
}

.embedWrapper .playCircle {
  transition: all 0.125s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.embedWrapper .videoWrap.clicked .btnPlay {
  transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.embedWrapper .videoWrap.clicked .btnPlay {
  transform: scale(3, 3);
  opacity: 0;
}

.embedWrapper .videoWrap.clicked iframe {
  background-color: transparent;
}

.embedWrapper .videoWrap:hover .playCircle {
  opacity: 1;
}

.embedWrapper .videoWrap:hover .playCircle {
  box-shadow: 0 0 0px 12px rgba(255, 255, 255, 0.9);
}

.medium-editor-insert-plugin .medium-insert-buttons button {
  color: #000;
  opacity: 0.6;
  transition: all 0.25s;
}

.medium-editor-insert-plugin .medium-insert-buttons button:hover {
  opacity: 1;
}

.rr--group {
  display: flex;
  width: 100%;
  position: relative;
}

.rr--box {
  display: flex;
  width: 100%;
  flex-grow: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rr--svg {
  display: flex;
  aspect-ratio: 1;
  width: 100%;
  flex-grow: 1;
  overflow: clip;
  pointer-events: none;
}

@supports not (overflow: clip) {
  .rr--svg {
    overflow: auto;
  }
}
.rr--box:focus, .rr--box:focus-visible, .rr-reset:focus-visible, .rr-reset:focus {
  outline: none;
  box-shadow: none;
}

.rr--focus-reset {
  outline: 6px double #0079ff;
}

.rr--box:focus-visible .rr--svg {
  outline: 6px double #0079ff;
  isolation: isolate;
}

.rr--reset {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  right: 0;
  bottom: 50%;
}

[dir=rtl] .rr--reset {
  left: 0;
  right: auto;
}

.rr--dir-y .rr--reset {
  bottom: 0;
  right: 50%;
}

.rr--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.rr--disabled .rr--svg {
  pointer-events: none;
}

.rr--pointer .rr--box {
  cursor: pointer;
}

.rr--dir-x {
  flex-direction: row;
}

.rr--dir-y {
  flex-direction: column;
}

.rr--space-sm .rr--svg {
  padding: 8%;
}

.rr--space-md .rr--svg {
  padding: 12.5%;
}

.rr--space-lg .rr--svg {
  padding: 17.5%;
}

.rr--dir-x.rr--gap-sm .rr--svg {
  margin: 0 6.25%;
}

.rr--dir-x.rr--gap-sm .rr--box:focus-visible:after {
  width: 87.5%;
  left: 6.25%;
}

.rr--dir-x.rr--gap-md .rr--svg {
  margin: 0 12.5%;
}

.rr--dir-x.rr--gap-md .rr--box:focus-visible:after {
  width: 75%;
  left: 12.5%;
}

.rr--dir-x.rr--gap-lg .rr--svg {
  margin: 0 25%;
}

.rr--dir-x.rr--gap-lg .rr--box:focus-visible:after {
  width: 50%;
  left: 25%;
}

.rr--dir-y.rr--gap-sm .rr--svg {
  margin: 6.25% 0;
}

.rr--dir-y.rr--gap-md .rr--svg {
  margin: 12.5% 0;
}

.rr--dir-y.rr--gap-lg .rr--svg {
  margin: 25% 0;
}

.rr--rx-sm .rr--svg {
  border-radius: 5%;
}

.rr--rx-md .rr--svg {
  border-radius: 15%;
}

.rr--rx-lg .rr--svg {
  border-radius: 20%;
}

.rr--rx-full .rr--svg {
  border-radius: 100%;
}

.rr--has-stroke .rr--svg {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rr--has-border .rr--svg {
  border-width: var(--rr--border-width);
  border-style: solid;
}

.rr--on .rr--svg {
  fill: var(--rr--fill-on-color, none);
}

.rr--off .rr--svg {
  fill: var(--rr--fill-off-color, none);
}

.rr--has-stroke .rr--on .rr--svg {
  stroke: var(--rr--stroke-on-color, currentColor);
}

.rr--has-stroke .rr--off .rr--svg {
  stroke: var(--rr--stroke-off-color, currentColor);
}

.rr--on .rr--svg {
  background-color: var(--rr--box-on-color, none);
}

.rr--off .rr--svg {
  background-color: var(--rr--box-off-color, none);
}

.rr--has-border .rr--off .rr--svg {
  border-color: var(--rr--border-off-color, currentColor);
}

.rr--has-border .rr--on .rr--svg {
  border-color: var(--rr--border-on-color, currentColor);
}

.rr--fx-colors {
  --rr--easing: .2s cubic-bezier(.61, 1, .88, 1) ;
}

.rr--fx-colors .rr--svg {
  transition-duration: 0.2s;
  transition-timing-function: var(--rr--easing);
  transition-property: background-color, border-color, fill, stroke;
}

.rr--fx-opacity .rr--off {
  opacity: 0.35;
  transition: opacity var(--rr--easing);
}

.rr--fx-opacity .rr--on {
  opacity: 1;
}

@media (hover: hover) {
  .rr--fx-opacity .rr--box:hover {
    opacity: 1;
  }
}
@media (hover: hover) {
  .rr--fx-zoom .rr--box {
    transition: transform var(--rr--easing);
    transform: scale(1);
  }
  .rr--fx-zoom .rr--box:hover {
    transform: scale(1.2);
  }
}
@media (hover: hover) and (prefers-reduced-motion) {
  .rr--fx-zoom .rr--box:hover {
    transform: scale(1);
  }
}
@media (hover: hover) {
  .rr--fx-position .rr--box {
    transition: transform var(--rr--easing);
    transform: translateY(0);
  }
  .rr--fx-position .rr--box:hover {
    transform: translateY(-15%);
  }
}
@media (hover: hover) and (prefers-reduced-motion) {
  .rr--fx-position .rr--box:hover {
    transform: translateY(0);
  }
}
.rr--svg-stop-1 {
  stop-color: var(--rr--fill-on-color, rgba(0, 0, 0, 0));
}

[dir=rtl] .rr--svg-stop-1, .rr--svg-stop-2 {
  stop-color: var(--rr--fill-off-color, rgba(0, 0, 0, 0));
}

[dir=rtl] .rr--svg-stop-2 {
  stop-color: var(--rr--fill-on-color, rgba(0, 0, 0, 0));
}

.rr--hf-svg-on {
  fill: var(--rr--fill-on-color, none);
}

.rr--hf-svg-off {
  fill: var(--rr--fill-off-color, none);
}

.rr--has-stroke .rr--hf-svg-on {
  stroke: var(--rr--stroke-on-color, currentColor);
}

.rr--has-stroke .rr--hf-svg-off {
  stroke: var(--rr--stroke-off-color, currentColor);
}

.rr--hf-svg-on .rr--svg, .rr--hf-svg-off .rr--svg {
  background-color: var(--rr--box-off-color, none);
}

.rr--has-border .rr--hf-svg-on .rr--svg {
  border-color: var(--rr--border-on-color, currentColor);
}

.rr--has-border .rr--hf-svg-off .rr--svg {
  border-color: var(--rr--border-off-color, currentColor);
}

.rr--dir-x .rr--hf-box-int .rr--svg {
  background: linear-gradient(to right, var(--rr--box-on-color, none) 50%, var(--rr--box-off-color, none) 50%);
}

[dir=rtl] .rr--dir-x .rr--hf-box-int .rr--svg {
  background: linear-gradient(to left, var(--rr--box-on-color, none) 50%, var(--rr--box-off-color, none) 50%);
}

.rr--dir-y .rr--hf-box-int .rr--svg {
  background: linear-gradient(to bottom, var(--rr--box-on-color, none) 50%, var(--rr--box-off-color, none) 50%);
}

.rr--hf-box-on .rr--svg {
  background-color: var(--rr--box-on-color, none);
}

.rr--hf-box-off .rr--svg {
  background-color: var(--rr--box-off-color, none);
}

.rr--hf-box-on .rr--svg, .rr--hf-box-off .rr--svg, .rr--hf-box-int .rr--svg {
  fill: var(--rr--fill-off-color, none);
}

.rr--has-stroke .rr--hf-box-on .rr--svg, .rr--has-stroke .rr--hf-box-off .rr--svg, .rr--has-stroke .rr--hf-box-int .rr--svg {
  stroke: var(--rr--stroke-off-color, currentColor);
}

.rr--has-border .rr--hf-box-on .rr--svg, .rr--has-border .rr--hf-box-int .rr--svg {
  border-color: var(--rr--border-on-color, currentColor);
}

.rr--has-border .rr--hf-box-off .rr--svg {
  border-color: var(--rr--border-off-color, currentColor);
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
[data-tooltip] {
  position: relative;
  cursor: pointer;
  transition: 0.125s ease;
  text-decoration: underline dotted;
  text-decoration-color: #325D8A;
}
[data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 10;
  top: 130%;
  left: 70%;
  transform: translateX(-50%) scale(0);
  padding: 15px 25px 10px 20px;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  color: #071325;
  font-size: 1.4rem;
  border-radius: 18px;
  text-wrap: balance;
  opacity: 0;
  user-select: none;
  min-width: 200px;
}
[data-tooltip]:hover:before, [data-tooltip]:focus:before {
  top: 100%;
  opacity: 1;
  transition: all 0.125s ease 0.35s;
  transform: translateX(-50%) scale(1);
}