@charset "UTF-8";
/* ==========================================================================
   Breakpoints
   ========================================================================== */
/* ==============================================================
   VARIABLES FOR MIXINS
   ============================================================== */
/* ==============================================================
   LAYERS, CONTAINERS, AND RESPONSIVE BREAKPOINTS
   ============================================================== */
/* ==============================================================
   FLEX MIXINS
   ============================================================== */
/* ==============================================================
   GRID MIXINS
   ============================================================== */
/* ==============================================================
   CUSTOM MIXINS
   ============================================================== */
/* ==============================================================
   USEFUL TOOLS
   ============================================================== */
/* ==========================================================================
	Sass (SCSS) mixins you should be using in your projects
	https://engageinteractive.co.uk/blog/top-10-scss-mixins
	========================================================================== */
/* EXAMPLE:
   --------  
	div {
	    @include responsive-ratio(16,9);
	}
*/
html.hc-nav-yscroll {
  overflow-y: scroll;
}

body.hc-nav-open {
  overflow: visible;
  position: fixed;
  width: 100%;
  min-height: 100%;
}

.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  text-align: left;
}
.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}
.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: transform 0.4s ease;
}
.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overscroll-behavior: none;
}
.hc-offcanvas-nav .nav-content {
  height: 100%;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-offcanvas-nav li {
  position: relative;
  display: block;
}
.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible;
}
.hc-offcanvas-nav li:not(.custom-content, .nav-item-custom) a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.hc-offcanvas-nav li:not(.custom-content, .nav-item-custom) a[disabled] {
  cursor: not-allowed;
}
.hc-offcanvas-nav li:not(.custom-content, .nav-item-custom) a, .hc-offcanvas-nav li:not(.custom-content, .nav-item-custom) a:hover {
  text-decoration: none;
}
.hc-offcanvas-nav input[type=checkbox] {
  display: none;
}
.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.hc-offcanvas-nav .nav-item-wrapper {
  position: relative;
}
.hc-offcanvas-nav .nav-item-link {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
  outline: none;
}
.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
  z-index: 10;
}
.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
  content: "";
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}
.hc-offcanvas-nav.disable-body::after {
  position: fixed;
}
.hc-offcanvas-nav .nav-wrapper::after {
  position: absolute;
}
.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}
.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
  max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: height 0s ease 0.4s;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
  overflow: visible;
  visibility: visible;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
  max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease;
}
.hc-offcanvas-nav.nav-position-left {
  left: 0;
}
.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-right {
  right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-top {
  top: 0;
}
.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}
.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-open[class*=hc-nav-] div.nav-container {
  transform: translate3d(0, 0, 0);
}
.hc-offcanvas-nav.rtl {
  text-align: right;
  direction: rtl;
}

.hc-nav-trigger {
  cursor: pointer;
  user-select: none;
  display: none;
  z-index: 9980;
  width: 30px;
  min-height: 24px;
}
.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495E;
  transition: all 0.2s ease;
}
.hc-nav-trigger span::before, .hc-nav-trigger span::after {
  content: "";
  width: 100%;
}
.hc-nav-trigger span::before {
  top: -10px;
}
.hc-nav-trigger span::after {
  bottom: -10px;
}
.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}
.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 10px, 0);
}
.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.hc-offcanvas-nav {
  /* Left */
  /* Right */
  /* Top */
  /* Bottom */
  /* Expand & none */
  /* RTL */
}
.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #aaa;
}
.hc-offcanvas-nav .nav-content > h1 {
  padding: 0 15px;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 26px;
  font-size: 1.625rem;
}
.hc-offcanvas-nav .nav-content > h1:not(.nav-title):not(.level-title) {
  font-size: 23px;
  padding: 15px 17px;
  background: #aaa;
}
.hc-offcanvas-nav .nav-content > h2 {
  padding: 0 15px;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 26px;
  font-size: 1.625rem;
}
.hc-offcanvas-nav .nav-content > h2:not(.nav-title):not(.level-title) {
  font-size: 23px;
  padding: 15px 17px;
  background: #aaa;
}
.hc-offcanvas-nav .nav-content > h3 {
  padding: 0 15px;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 26px;
  font-size: 1.625rem;
}
.hc-offcanvas-nav .nav-content > h3:not(.nav-title):not(.level-title) {
  font-size: 23px;
  padding: 15px 17px;
  background: #aaa;
}
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  padding: 14px 17px;
  font-size: 20px;
  color: black;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #FBDF48;
  transition: background 0.1s ease;
}
.hc-offcanvas-nav .nav-item-link:focus, .hc-offcanvas-nav .nav-item-link:focus-within,
.hc-offcanvas-nav li.nav-close a:focus,
.hc-offcanvas-nav li.nav-close a:focus-within,
.hc-offcanvas-nav .nav-back a:focus,
.hc-offcanvas-nav .nav-back a:focus-within {
  z-index: 10;
}
.hc-offcanvas-nav .nav-item-link[disabled],
.hc-offcanvas-nav li.nav-close a[disabled],
.hc-offcanvas-nav .nav-back a[disabled] {
  color: rgba(0, 0, 0, 0.5);
}
.hc-offcanvas-nav div.nav-back + ul > li:first-child > .nav-item-wrapper > .nav-item-link {
  border-top: none !important;
}
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background-color: #a79ccf; /*Fallback */
  background-color: rgba(167, 156, 207, 0.5);
}
.hc-offcanvas-nav .nav-custom-content {
  padding: 15px;
  font-size: 20px;
  border-bottom: 1px solid #FBDF48;
}
.hc-offcanvas-nav .nav-highlight {
  background: #a0a0a0;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
  border-top: 1px solid #FBDF48;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link + a {
  border-top: 1px solid #FBDF48;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:not(:last-child) {
  border-bottom: 2px solid #FBDF48;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h2, .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h3, .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h4, .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h5, .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + .title, .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + .faux-heading, .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h6 {
  margin-top: -2px;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > h2 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link, .hc-offcanvas-nav .nav-wrapper > .nav-content > h3 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link, .hc-offcanvas-nav .nav-wrapper > .nav-content > h4 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link, .hc-offcanvas-nav .nav-wrapper > .nav-content > h5 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link, .hc-offcanvas-nav .nav-wrapper > .nav-content > .title + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link, .hc-offcanvas-nav .nav-wrapper > .nav-content > .faux-heading + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link, .hc-offcanvas-nav .nav-wrapper > .nav-content > h6 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
  border-top: 1px solid #FBDF48;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h2, .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h3, .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h4, .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h5, .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + .title, .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + .faux-heading, .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h6,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + .title,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + .faux-heading,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h6,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + .title,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + .faux-heading,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h6 {
  border-top: 1px solid #FBDF48;
}
.hc-offcanvas-nav li {
  color: black;
  margin: 0;
}
.hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
  padding-right: 58px;
}
.hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
  margin-right: 45px;
}
.hc-offcanvas-nav .nav-close-button span,
.hc-offcanvas-nav .nav-parent .nav-next,
.hc-offcanvas-nav .nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.1s ease;
}
.hc-offcanvas-nav .nav-close-button {
  position: relative;
  display: block;
}
.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-top: 2px solid black;
  border-left: 2px solid black;
}
.hc-offcanvas-nav .nav-close-button span::before {
  margin-left: -12px;
  transform: rotate(135deg);
}
.hc-offcanvas-nav .nav-close-button span::after {
  transform: rotate(-45deg);
}
.hc-offcanvas-nav .nav-content > .nav-close {
  position: relative;
  z-index: 2;
}
.hc-offcanvas-nav .nav-content > .nav-close a {
  font-size: 20px;
  color: black;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  text-decoration: none;
  box-sizing: border-box;
}
.hc-offcanvas-nav .nav-content > .nav-close a:not(.has-label) {
  height: 50px;
}
.hc-offcanvas-nav .nav-content > .nav-close a.has-label {
  padding: 14px 17px;
  border-top: 1px solid #FBDF48;
}
.hc-offcanvas-nav .nav-content > .nav-close.has-label + ul {
  margin-top: -1px;
}
.hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content > .nav-close {
  margin-bottom: -1px;
}
.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
  position: absolute;
  width: 45px;
  height: 66px;
  line-height: 66px;
  top: -66px;
  right: 0;
}
.hc-offcanvas-nav li.nav-close a:not(.has-label) {
  height: 49px;
}
.hc-offcanvas-nav .nav-content > .nav-close:first-child a,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  background: #D6264B;
  color: white;
  border-top: 1px solid #FBDF48;
  border-bottom: 1px solid #FBDF48;
}
.hc-offcanvas-nav .nav-content > .nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover {
  background: #9f9f9f;
}
.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px;
}
.hc-offcanvas-nav a.nav-next {
  border-left: 1px solid #FBDF48;
  border-bottom: 1px solid #FBDF48;
}
.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav .nav-back span::before {
  content: "»";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  font-size: 24px;
  font-size: 1.5rem;
  box-sizing: border-box;
  transform-origin: center;
}
.hc-offcanvas-nav .nav-next span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hc-offcanvas-nav .nav-next span::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.hc-offcanvas-nav .nav-back span::before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right .nav-next span::before {
  margin-left: 2px;
  transform: translate(-50%, -50%);
}
.hc-offcanvas-nav.nav-position-right .nav-back span::before {
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(180deg);
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-top .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-top .nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper, .hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}
.hc-offcanvas-nav.nav-levels-expand li.level-open, .hc-offcanvas-nav.nav-levels-none li.level-open {
  background: #a0a0a0;
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
  border-bottom: 1px solid #FBDF48;
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a:hover, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a:hover {
  background: #a2a2a2;
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a > .nav-next span::before, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a > .nav-next span::before {
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
  padding-left: calc(17px + 20px * 1);
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
  padding-left: calc(17px + 20px * 2);
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
  padding-left: calc(17px + 20px * 3);
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
  padding-left: calc(17px + 20px * 4);
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
  padding-left: calc(17px + 20px * 5);
}
.hc-offcanvas-nav.rtl a.nav-next {
  border-left: none;
  border-right: 1px solid #FBDF48;
}
.hc-offcanvas-nav.rtl .nav-title + .nav-close a:not(.has-label),
.hc-offcanvas-nav.rtl .nav-close-button span,
.hc-offcanvas-nav.rtl .nav-next,
.hc-offcanvas-nav.rtl .nav-back span {
  left: 0;
  right: auto;
}
.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
  padding-left: 58px;
  padding-right: 17px;
}
.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
  margin-left: 45px;
  margin-right: 0;
}
.hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 1);
}
.hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 2);
}
.hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 3);
}
.hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 4);
}
.hc-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 5);
}

/* CUSTOM */
.nav-item.top-bar {
  border-bottom: 0;
  padding: 0;
}
.nav-item.top-bar .nav-custom-content {
  border-bottom: 0;
}

.nav-item.active > .nav-item-wrapper .nav-item-link,
.nav-item.parent-active > .nav-item-wrapper .nav-item-link {
  background-color: #a79ccf; /*Fallback */
  background-color: rgba(167, 156, 207, 0.5);
}

/* ==========================================================================
   BASE
   ========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-size: 100%;
  font-family: "newbery-sans-pro", sans-serif;
  background-color: #130E30;
  background-image: url(../assets/img/layout/header-wave-bg.png), url(../assets/img/layout/footer-bg-flames@3x.png);
  background-position: top left, bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}
@media only screen and (max-width: 1200px) {
  body {
    background-size: contain, 1920px;
  }
}

main {
  position: relative;
  display: grid;
}

.layout-wrapper {
  width: 100%;
  margin-top: 30px;
}

/* Accessiblity */
.hidden {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

.offscreen {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  text-align: center;
  overflow: hidden;
}
.offscreen:focus, .offscreen:active, .offscreen:hover {
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  text-align: center;
  z-index: 999;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 18px;
  font-size: 1.125rem;
}

/* ==========================================================================
   GLOBAL STRUCTURE
   ========================================================================== */
.container {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}
.container-xs {
  max-width: 720px;
  width: 80%;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}
.container-sm {
  max-width: 980px;
  width: 80%;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}
.container-md {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}
.container-lg {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}
.container-xl {
  max-width: 1600px;
  width: 80%;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}
.container-max {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}

/* ==========================================================================
   GENERAL CLASSES & WYSIWYG CLASSES
   ========================================================================== */
.parent {
  position: relative;
}

.child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* SELECTION HIGHLIGHT */
::selection {
  background-color: #aaa;
  background-color: rgba(170, 170, 170, 0.85);
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background-color: #aaa;
  background-color: rgba(170, 170, 170, 0.85);
  /* Gecko Browsers */
  color: #fff;
}

/* ALERTS */
.message {
  font-family: "newbery-sans-pro", sans-serif;
  max-width: none;
}
@media (max-width: 768px) {
  .message {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .message {
    margin-top: 15px;
  }
}
.message p {
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  padding: 15px 60px;
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
  font-size: 1.375rem;
  border: 2px solid #aaa;
}
.message.success p {
  color: #aaa;
  border-color: #aaa;
  background-color: #aaa;
  background-color: rgba(170, 170, 170, 0.1);
}
.message.error p {
  color: #D6264B;
  border-color: #D6264B;
  background-color: #D6264B;
  background-color: rgba(214, 38, 75, 0.1);
}

/* IFRAMES */
.iframe-wrapper,
.media-wrapper {
  border: none;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed,
.media-wrapper iframe,
.media-wrapper object,
.media-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* IMAGES */
.image-wrapper {
  text-align: center;
  position: relative;
}
.image-wrapper img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.image-wrapper.left {
  text-align: left;
}
.image-wrapper.right {
  text-align: right;
}

/* wysiwyg images with inline styles */
img[style*="float:left"] {
  margin: 6px 15px 15px 0;
}

img[style*="float:right"] {
  margin: 6px 15px 0 15px;
}

/* ITEMS */
.items-wrapper {
  position: relative;
}

.item {
  position: relative;
}

.mix {
  display: none;
}

/* ==========================================================================
   CROSS BROWSER FIXES
   ========================================================================== */
/* Remove the custom styling for IE 7-8 */
.lt-ie9 label:before {
  display: none;
  content: none;
}

.lt-ie9 input[type=checkbox],
.lt-ie9 input[type=radio] {
  position: static;
  left: 0;
}

.lt-ie9 input[type=checkbox],
.lt-ie9 input[type=radio] {
  position: relative;
  top: 5px;
  margin-right: 0.5em;
}

/* ==========================================================================
   DEVELOPER STYLES
   ========================================================================== */
body .developer {
  display: none;
  visibility: hidden;
}
body.developer .developer {
  display: block;
  visibility: visible;
}
body.developer #modal_screen,
body.developer #modal_content {
  display: none;
  visibility: hidden;
}

.show-element {
  background-color: pink !important;
  font-weight: bold;
  border: 2px solid black;
  z-index: layer("important");
}

body:not(.developer-testing) .dev-tests {
  display: none;
  visibility: hidden;
}

:focus-visible {
  position: relative;
  z-index: 9;
  outline: #D6264B solid 3px;
  border-radius: 5px;
  box-shadow: 0 0 20px #E47042;
}

.button-wrapper a:focus-visible {
  outline-offset: 3px;
  box-shadow: none;
}

.skip-link:focus-visible,
.swiper-button-prev:focus-visible,
.swiper-button-next:focus-visible {
  position: absolute;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  line-height: calc(1em + 0.5rem);
}

body {
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, .title, .faux-heading, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* ==========================================================================
   LOCALIZED FONTS
   ========================================================================== */
/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fonts.com
*/
/* ==========================================================================
   HEADINGS
   ========================================================================== */
h1 {
  margin: 15px 0;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  color: #00b2cd;
}
h1 a {
  color: inherit;
}
h1 .pre-heading, h1 .meta-data {
  display: block;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: initial;
  text-transform: none;
  color: #D6264B;
  font-size: 0.5em;
}
h1 .sub-heading {
  display: block;
  font-family: inherit;
  font-weight: initial;
  text-transform: none;
  color: #D6264B;
  font-size: 0.5em;
}
h1 .stylized {
  display: block;
  font-size: clamp(8rem, 5.7083rem + 3.0556vw, 9.375rem);
  font-family: "baroque-text-jf", sans-serif;
  font-weight: normal;
  color: #00b2cd;
  line-height: 0;
  text-transform: none;
  font-variant: none;
}
@media only screen and (max-width: 1200px) {
  h1 .stylized {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  h1 .stylized {
    font-size: clamp(4.375rem, 1.1765rem + 14.2157vw, 8rem);
  }
}

h2 {
  margin: 15px 0;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  color: #00b2cd;
}
h2 a {
  color: inherit;
}
h2 .pre-heading, h2 .meta-data {
  display: block;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: initial;
  text-transform: none;
  color: #D6264B;
  font-size: 0.5em;
}
h2 .sub-heading {
  display: block;
  font-family: inherit;
  font-weight: initial;
  text-transform: none;
  color: #D6264B;
  font-size: 0.5em;
}
h2 .stylized {
  display: block;
  font-size: clamp(8rem, 5.7083rem + 3.0556vw, 9.375rem);
  font-family: "baroque-text-jf", sans-serif;
  font-weight: normal;
  color: #00b2cd;
  line-height: 0;
  text-transform: none;
  font-variant: none;
}
@media only screen and (max-width: 1200px) {
  h2 .stylized {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  h2 .stylized {
    font-size: clamp(4.375rem, 1.1765rem + 14.2157vw, 8rem);
  }
}

h3 {
  margin: 15px 0;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  color: #00b2cd;
}
h3 a {
  color: inherit;
}
h3 .pre-heading, h3 .meta-data {
  display: block;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: initial;
  text-transform: none;
  color: #D6264B;
  font-size: 0.5em;
}
h3 .sub-heading {
  display: block;
  font-family: inherit;
  font-weight: initial;
  text-transform: none;
  color: #D6264B;
  font-size: 0.5em;
}
h3 .stylized {
  display: block;
  font-size: clamp(8rem, 5.7083rem + 3.0556vw, 9.375rem);
  font-family: "baroque-text-jf", sans-serif;
  font-weight: normal;
  color: #00b2cd;
  line-height: 0;
  text-transform: none;
  font-variant: none;
}
@media only screen and (max-width: 1200px) {
  h3 .stylized {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  h3 .stylized {
    font-size: clamp(4.375rem, 1.1765rem + 14.2157vw, 8rem);
  }
}

h1 {
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1;
}

h2 {
  font-size: 80px;
  font-size: 5rem;
  font-family: "democratica", sans-serif;
  color: #D6264B;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 64px;
    font-size: 4rem;
  }
}

h3 {
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h5, .title, .faux-heading {
  font-size: 28px;
  font-size: 1.75rem;
}

h6 {
  font-size: 20px;
  font-size: 1.25rem;
}

.meta-data {
  font-size: 18px;
  font-size: 1.125rem;
}

.heading-bg {
  opacity: 0.5;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 120px;
  font-size: 7.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
p {
  position: relative;
  margin: 60px 0;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: 300;
  color: #FBDF48;
  font-size: 48px;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
p:only-of-type {
  margin: 0;
}
p span {
  display: inline-block;
  position: relative;
}

ul,
ol {
  margin: 15px 0;
  padding: 0;
}
ul li,
ol li {
  position: relative;
  margin: 15px 0 15px 20px;
  font-family: "newbery-sans-pro", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?oo13ze");
  src: url("../assets/fonts/icomoon.eot?oo13ze#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.ttf?oo13ze") format("truetype"), url("../assets/fonts/icomoon.woff?oo13ze") format("woff"), url("../assets/fonts/icomoon.svg?oo13ze#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon::before {
  display: inline-block;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-designs:before {
  content: "\e908";
}

.icon-upwork:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906";
}

.icon-freelancer:before {
  content: "\e907";
}

.icon-fiverr:before {
  content: "\e901";
}

.icon-pinterest:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e904";
}

.icon-dribbble:before {
  content: "\e902";
}

.icon-behance:before {
  content: "\e903";
}

/* ==========================================================================
   HEADER
   ========================================================================== */
header {
  position: relative;
  width: 100%;
  padding-top: 15px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
header .top-bar {
  width: 100%;
  padding: 10px 0;
}
@media only screen and (min-width: 1199px) {
  header .top-bar {
    position: absolute;
  }
}
header .top-bar .social-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  row-gap: 15px;
}
@media only screen and (max-width: 768px) {
  header .top-bar .social-wrapper {
    gap: 10px;
    justify-content: center;
  }
}
header .masthead {
  padding: 10px 0;
}
header .masthead [class^=container] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
header .masthead .brand {
  display: block;
  padding: 5px 0;
}
header .masthead nav ul {
  display: flex;
  align-items: center;
  justify-content: initial;
  gap: 10px;
  margin: 0;
  list-style-type: none;
}
header .masthead nav ul li {
  margin: 0;
  text-align: center;
}
header .masthead nav ul li a {
  padding: 10px 15px;
}
header .masthead nav ul li.dropdown {
  position: relative;
}
header .masthead nav ul li.dropdown ul.sub-nav {
  display: none;
  position: absolute;
  width: max-content;
  padding: 15px;
  background-color: #aaa;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .masthead nav ul li.dropdown:hover ul.sub-nav, header .masthead nav ul li.dropdown:focus ul.sub-nav {
  display: block;
}

/* ==========================================================================
   MAIN NAVIGATION
   ========================================================================== */
/* ==========================================================================
   IN-PAGE SUB NAV
   ========================================================================== */
/* ==========================================================================
   GLOBAL FOOTER
   ========================================================================== */
footer {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 7;
}
footer .group-wrapper section .brand img {
  margin-inline: auto;
}

/* ==========================================================================
   INSTAGRAM FEED
   ========================================================================== */
/* ==========================================================================
   THE HERO UNIT (homepage NO slideshow)
   ========================================================================== */
section.hero {
  position: relative;
  width: auto;
  padding: initial;
  margin: 150px 0;
  /* 	Move buttons down if video so not covering controls */
}
section.hero [class^=container] {
  position: relative;
  display: flex;
  gap: 60px;
  row-gap: 180px;
}
@media only screen and (max-width: 992px) {
  section.hero [class^=container] {
    flex-direction: column;
  }
}
section.hero .image-wrapper {
  display: grid;
  align-items: flex-end;
  padding: 20px;
  transform: rotate(15deg);
}
section.hero .image-wrapper::after {
  position: absolute;
  width: 50%;
  height: 50%;
  content: "";
}
section.hero .image-wrapper::after {
  right: 0;
  bottom: 0;
  border-right: 4px solid #00b2cd;
  border-bottom: 4px solid #00b2cd;
}
section.hero .image-wrapper img {
  width: 100%;
  border: 4px solid #D6264B;
}
section.hero .the-content {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  section.hero .the-content {
    width: 100%;
  }
}
section.hero .the-content p {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  line-height: 1.75;
}
section.hero .the-content .button-wrapper {
  margin-top: 60px;
}
@supports (-webkit-touch-callout: none) {
  section.hero {
    /* CSS specific to iOS devices */
  }
  section.hero .non-ios-mobile {
    display: none;
    visibility: hidden;
  }
  section.hero .ios-mobile,
  section.hero .hero .slide img.mobile {
    display: block;
    visibility: visible;
  }
  section.hero .slide.ios-moble {
    text-align: center;
  }
}
@supports not (-webkit-touch-callout: none) {
  section.hero {
    /* CSS for other than iOS devices */
  }
  section.hero .non-ios-mobile {
    display: block;
    visibility: visible;
  }
  section.hero .ios-mobile {
    display: none;
    visibility: hidden;
  }
}

/* ==========================================================================
   SIDEBAR LAYOUT
   ========================================================================== */
.sidebar .main-content .container {
  padding: 0;
}
@media (max-width: 768px) {
  .sidebar aside {
    clear: both;
  }
}
.sidebar aside h2, .sidebar aside h3, .sidebar aside h4 {
  text-transform: uppercase;
  color: #D6264B;
}

/* ==========================================================================
   FORMS
   ========================================================================== */
form {
  max-width: 800px;
  margin-top: 30px;
  margin-inline: auto;
}
form #mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 30px;
}
form #mc_embed_signup_scroll .email-field {
  flex-basis: 250px;
  flex-grow: 1;
  width: 100%;
}
form #mc_embed_signup_scroll .email-field .mc-field-group {
  display: flex;
  flex-direction: column;
}
form #mc_embed_signup_scroll .email-field .mc-field-group .email {
  padding: 10px;
  font-family: "newbery-sans-pro", sans-serif;
  color: black;
  border: 2px solid #5B6AB7;
  outline: 2px solid #a79ccf;
  font-size: 18px;
  font-size: 1.125rem;
}
form #mc_embed_signup_scroll .submit input {
  background-color: transparent;
  cursor: pointer;
}

/*!
 * Age verification CSS to go with the JS that can be found at (https://github.com/Herudea/age-verification)
 */
/* ==========================================================================
   AGE GATE POPUP
   ========================================================================== */
#modal_screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  background-color: #aaa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-webp #modal_screen {
  background: #aaa url("../img/layout/3000x1918.png") center center no-repeat;
}

#modal_content {
  position: fixed;
  z-index: 99999999;
  top: 15px;
  margin: 0 auto;
  margin-bottom: -15px;
  padding: 37.5px;
  width: none;
  text-align: center;
  background: transparent;
  transform: none;
  /*
  	@media only screen and (max-width: $screen-md) {
  		top: ( $gutter / 1.5 );
  	}
  */
  /*
      @media only screen and (max-width: $screen-xs) {
  		top: ( $gutter / 2 );
      }
  */
}
@media only screen and (max-width: 768px) {
  #modal_content {
    width: 95%;
    padding: 15px;
  }
}
#modal_content .image-wrapper {
  max-width: 50%;
  margin: 0 auto;
}
#modal_content.dialog-box p:not(.terms):not(.sub-text) {
  font-family: "newbery-sans-pro", sans-serif;
  color: #fff;
  font-weight: 700;
  margin: 30px 0 0;
  font-size: 48px;
  font-size: 3rem;
}
#modal_content.dialog-box p:not(.terms):not(.sub-text) em {
  color: #aaa;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  #modal_content.dialog-box p:not(.terms):not(.sub-text) {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    padding: 0 75px;
  }
}
#modal_content.dialog-box p.sub-text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
#modal_content.dialog-box p.terms {
  font-style: italic;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
#modal_content.dialog-box p.terms a {
  color: inherit;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
}

#modal_content .content_wrapper h1::before,
#modal_content .content_wrapper h1::after {
  display: none;
}

#modal_content .content_wrapper {
  text-align: center;
}

.content_wrapper nav {
  text-align: center;
  position: relative;
}

.content_wrapper nav ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0;
  width: auto;
}

.content_wrapper nav li {
  display: inline-block;
  text-align: center;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .content_wrapper nav li {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.content_wrapper nav small {
  display: block;
  text-align: center;
  color: #aaa;
  margin: 1em 0 0;
}

.content_wrapper p.error {
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 480px) {
  .content_wrapper nav ul {
    display: block;
    width: 100%;
    margin-top: 45px;
  }
}
.content_wrapper nav a.av_btn {
  color: #fff;
  padding: 0;
  border: 0;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 700;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .content_wrapper nav a.av_btn {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.content_wrapper nav a.av_btn::after {
  display: none;
}
.content_wrapper nav a.av_btn:focus, .content_wrapper nav a.av_btn:hover {
  text-decoration: none;
  color: #aaa;
  background-color: transparent;
}

body.legal #modal_screen,
body.legal #modal_content {
  display: none !important;
  visibility: hidden !important;
  width: 0;
  height: 0;
  opacity: 0;
}

.cc-window {
  z-index: 999999999;
}

.cc-window.cc-floating {
  max-width: 1900px;
}

.cc-bottom {
  bottom: 0;
}

.cc-link {
  opacity: 1 !important;
  font-size: 16px !important;
}

.cc-btn {
  width: auto;
  font-size: 1em !important;
  border: 1px solid #fff !important;
}

.cc-floating .cc-compliance > .cc-btn {
  flex: none;
}
@media only screen and (max-width: 768px) {
  .cc-floating .cc-compliance > .cc-btn {
    flex: 1;
  }
}

.cc-btn:hover,
.cc-btn:focus {
  color: #fff !important;
  background-color: #aaa !important;
  border: 1px solid #fff !important;
  text-decoration: none;
}

/* ==========================================================================
   SPLASH LOGIN PAGE
   ========================================================================== */
.splash-login {
  background-color: #aaa;
  background-color: rgba(170, 170, 170, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.splash-login .login-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.splash-login .form-wrapper {
  margin: 30px auto;
}
.splash-login p {
  text-align: center;
  color: #aaa;
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
.the-content {
  max-width: none;
  margin: 0 auto;
  margin-inline: auto;
}
.the-content.left {
  margin-left: 0;
}
.the-content.right {
  margin-right: 0;
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
section,
.section {
  width: 100%;
  padding: 30px 0;
  margin: 30px 0;
}
section.banner,
.section.banner {
  margin: 0;
}

/* ==========================================================================
   CONTENT BLOCKS
   ========================================================================== */
.alternating-content:nth-child(odd) [class^=container] {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .alternating-content:nth-child(odd) [class^=container] {
    flex-direction: column;
  }
}

.featured-content [class^=container] {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 30px;
  align-items: center;
  justify-content: center;
}
.featured-content [class^=container] > * {
  flex-basis: calc((100% - 30px) / 2);
}
@media (max-width: 1200px) {
  .featured-content [class^=container] > * {
    flex-basis: calc((100% - 30px) / 2);
  }
}
@media (max-width: 992px) {
  .featured-content [class^=container] > * {
    flex-basis: calc((100% - 0px) / 1);
  }
}
@media (max-width: 768px) {
  .featured-content [class^=container] > * {
    flex-basis: calc((100% - 0px) / 1);
  }
}
@media (max-width: 480px) {
  .featured-content [class^=container] > * {
    flex-basis: calc((100% - 0px) / 1);
  }
}

.parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .parallax {
    display: none;
    visibility: hidden;
  }
}
@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */
  .parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
  }
}
/* ==========================================================================
   REVEAL CONTENT WHEN SCROLL INTO VIEW
   ========================================================================== */
.revealL [class^=container] {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 2s all ease;
}

.revealL.active [class^=container] {
  transform: translateX(0);
  opacity: 1;
}

.revealR [class^=container] {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 2s all ease;
}

.revealR.active [class^=container] {
  transform: translateX(0);
  opacity: 1;
}

/* ==========================================================================
   CUSTOM CONTENT TODO: HAVENT DICED WHERE THIS STUFF WILL GO YET
   ========================================================================== */
/* HEADING WRAPPER: NOTE - for headings that have subheadings */
.heading-wrapper {
  position: relative;
  margin: 60px 0;
}
.heading-wrapper.intro {
  text-align: center;
}

.basic-content h3 {
  color: #FBDF48;
  margin-bottom: 45px;
}

.signup {
  background: rgb(91, 106, 183);
  background: linear-gradient(0deg, rgb(91, 106, 183) 25%, rgb(214, 38, 75) 100%);
  padding: 0;
  margin: 0;
}
.signup .flame-wrapper {
  display: flex;
  padding: 400px 0;
  background-image: url(../assets/img/layout/flame-section-top-thin.png), url(../assets/img/layout/flame-section-bottom-thin.png);
  background-position: top -1px center, bottom -1px center;
  background-size: auto;
  background-repeat: repeat-x;
}
.signup .the-content {
  max-width: 800px;
}

.showcase .image-wrapper {
  padding: 20px;
}
.showcase .image-wrapper img {
  width: 100%;
}
.showcase .image-wrapper .image-label {
  display: block;
  padding: 5px 10px;
  background-color: white; /*Fallback */
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "democratica", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (min-width: 767px) {
  .showcase .image-wrapper .image-label {
    position: absolute;
    left: 20px;
    bottom: 45px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 30px;
  }
}
.showcase .pseudo-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.showcase .pseudo-border::before, .showcase .pseudo-border::after {
  position: absolute;
  width: 15%;
  height: 15%;
  content: "";
}
.showcase .pseudo-border::before {
  right: 0;
  top: 0;
  border-right: 4px solid #00b2cd;
  border-top: 4px solid #00b2cd;
}
.showcase .pseudo-border::after {
  left: 0;
  bottom: 0;
  border-left: 4px solid #00b2cd;
  border-bottom: 4px solid #00b2cd;
}

.tags {
  display: grid;
  grid-gap: 30px;
  row-gap: 30px;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  margin: 150px 0;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "newbery-sans-pro", sans-serif;
  color: #D6264B;
}
@media (max-width: 1200px) {
  .tags {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .tags {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .tags {
    margin: 120px 0;
  }
}
.tags .item {
  text-align: center;
}

/* ==========================================================================
   LINKS
   ========================================================================== */
a {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: inherit;
}
a:hover .pseudo-link::after,
a:hover .pseudo-link::after, a:focus .pseudo-link::after,
a:focus .pseudo-link::after {
  transform: scaleX(0);
  transform-origin: center;
}

p a,
.the-content li a {
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid #a79ccf;
}
p a::after,
.the-content li a::after {
  content: "";
  position: absolute;
  width: 30px;
  transform: scaleX(1);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FBDF48;
  transform-origin: left;
  transition: transform 0.25s ease-out;
  transition: all 0.5s ease-in-out;
}
p a:hover::after, p a:focus::after,
.the-content li a:hover::after,
.the-content li a:focus::after {
  transform: scaleX(1);
  transform-origin: left;
  width: 100%;
}
p a::after,
.the-content li a::after {
  bottom: -2px;
}

.button-wrapper,
.link-wrapper {
  position: relative;
  display: flex;
  margin-top: 30px;
  font-size: 26px;
  font-size: 1.625rem;
  font-variant: small-caps;
}
.button-wrapper .flame-cap,
.link-wrapper .flame-cap {
  margin-right: -2px;
}
.button-wrapper a,
.link-wrapper a {
  display: inline-block;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #130E30;
  text-align: center;
  text-decoration: none;
  padding: 0 30px;
  line-height: 55px;
  background-image: url(../assets/img/buttons/btn-mdl-red.png);
  background-repeat: repeat-x;
}
.button-wrapper a:hover, .button-wrapper a:focus-visible,
.link-wrapper a:hover,
.link-wrapper a:focus-visible {
  color: white;
}
.button-wrapper.blue .flame-cap,
.link-wrapper.blue .flame-cap {
  margin-left: -2px;
}
.button-wrapper.blue .btn-cap,
.link-wrapper.blue .btn-cap {
  margin-right: -2px;
}
.button-wrapper.blue input,
.link-wrapper.blue input {
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #130E30;
  background-image: url(../assets/img/buttons/btn-mdl-blue.png);
  background-repeat: repeat-x;
  border: 0;
}

#main-content p a:not(.button) {
  background-image: -webkit-linear-gradient(top, #aaa 0, #aaa 100%);
  background-image: linear-gradient(to bottom, #aaa 0, #aaa 100%);
  background-position: 0 76%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  text-decoration: none;
}
#main-content p a:not(.button):hover, #main-content p a:not(.button):focus {
  color: inherit;
  background-position: 0 85%;
}

.faux-button,
.button-set a { /* faux-button used when container is wrapped in an a tag - we can make it "look" like it's button, although the whole container is the link */
  position: relative;
  color: #fff;
  padding: 6px 30px;
  border: 1px solid #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  height: 44px;
  line-height: 32px;
  font-family: "newbery-sans-pro", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faux-button::after,
.button-set a::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.faux-button:hover, .faux-button:focus,
.button-set a:hover,
.button-set a:focus {
  color: #fff;
}
.faux-button:hover::after, .faux-button:focus::after,
.button-set a:hover::after,
.button-set a:focus::after {
  height: 100%;
  opacity: 0.15;
}
.faux-button:active::after,
.button-set a:active::after {
  height: 130%;
  opacity: 0.15;
}

a .video-link:after,
.video-link a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e606";
  font-size: 16px;
  font-size: 1rem;
  padding-left: 5px;
  position: relative;
  top: 2px;
}
/* ==========================================================================
   HEADER BUTTONS
   ========================================================================== */
/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination-wrapper {
  clear: both;
  width: 100%;
}
.pagination-wrapper .pagination {
  display: block;
  width: auto;
  margin-top: 15px;
  float: none;
  text-align: center;
}
.pagination-wrapper .pagination li {
  display: inline-block;
  list-style: none;
}
.pagination-wrapper .pagination a {
  padding: 2px 6px;
  line-height: 42px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "newbery-sans-pro", sans-serif;
  color: #aaa;
  border: none;
  background: transparent;
  font-size: 22px;
  font-size: 1.375rem;
}
.pagination-wrapper .pagination a.prev::before, .pagination-wrapper .pagination a.next::after {
  display: inline-block;
  position: relative;
  top: 5px;
  font-family: "icomoon";
  font-size: 28px;
  font-size: 1.75rem;
}
.pagination-wrapper .pagination a.prev::before {
  content: "\e911";
}
.pagination-wrapper .pagination a.next::after {
  content: "\e912";
}
.pagination-wrapper .pager {
  padding-top: 6px;
  display: block;
  clear: both;
}
.pagination-wrapper .pager a {
  font: 400 2em "newbery-sans-pro", sans-serif;
  text-transform: uppercase;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
  clear: both;
}
.breadcrumbs [class^=container] {
  background: #aaa;
}
.breadcrumbs ul {
  width: 100%;
}
.breadcrumbs ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.breadcrumbs ul li a {
  color: #aaa;
  line-height: 44px;
}
.breadcrumbs ul li a:hover {
  color: black;
}
.breadcrumbs ul li a:after {
  position: relative;
  top: 2px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\f105";
  margin-left: 10px;
  font-size: 16px;
  font-size: 1rem;
}

/* ==========================================================================
   FAUX-MODALS
   ========================================================================== */
.welcome .holiday-popup {
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 22px;
  font-size: 1.375rem;
}

.faux-modal {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.faux-modal:target {
  position: fixed;
  display: inline-block;
  z-index: 1001;
  visibility: visible;
  opacity: 1;
}
.faux-modal .popup-window {
  position: relative;
  transition: all 0.5s ease-in-out;
  text-align: center;
  margin: 70px auto;
  padding: 30px 60px;
  background: white;
  width: 28%;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  -webkit-box-shadow: 0 5px 17px #000;
  box-shadow: 0 5px 17px #000;
}
@media only screen and (max-width: 1499px) {
  .faux-modal .popup-window {
    width: 35%;
  }
}
@media only screen and (max-width: 1399px) {
  .faux-modal .popup-window {
    width: 40%;
  }
}
@media only screen and (max-width: 1299px) {
  .faux-modal .popup-window {
    width: 45%;
  }
}
@media only screen and (max-width: 1199px) {
  .faux-modal .popup-window {
    width: 50%;
  }
}
@media only screen and (max-width: 1099px) {
  .faux-modal .popup-window {
    width: 55%;
  }
}
@media only screen and (max-width: 999px) {
  .faux-modal .popup-window {
    width: 60%;
  }
}
@media only screen and (max-width: 899px) {
  .faux-modal .popup-window {
    width: 70%;
  }
}
@media only screen and (max-width: 799px) {
  .faux-modal .popup-window {
    width: 80%;
  }
}
@media only screen and (max-width: 699px) {
  .faux-modal .popup-window {
    width: 90%;
  }
}
@media only screen and (max-width: 599px) {
  .faux-modal .popup-window {
    width: 100%;
  }
}
.faux-modal .popup-window a.close {
  position: absolute;
  top: 0;
  right: 4px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
}
.faux-modal .popup-window a.close:hover .icon, .faux-modal .popup-window a.close:focus .icon {
  text-decoration: none;
}
.faux-modal .popup-window .icon {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  color: #aaa;
}
.faux-modal .popup-window .content {
  max-height: 30%;
  overflow: auto;
}
.faux-modal .popup-window h2,
.faux-modal .popup-window h3,
.faux-modal .popup-window h4 {
  font-family: "newbery-sans-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  color: #aaa;
  font-size: 30px;
  font-size: 1.875rem;
}
.faux-modal .popup-window p {
  text-align: center;
  color: #aaa;
  font-weight: 600;
  line-height: 21px;
  font-size: 18px;
  font-size: 1.125rem;
}
.faux-modal .popup-window a:not(.button) {
  color: #aaa;
}
.faux-modal .popup-window a.close,
.faux-modal .popup-window a:hover,
.faux-modal .popup-window a:focus {
  text-decoration: none;
}

.holiday-schedule .icon {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  color: #aaa;
}
.holiday-schedule .icon:hover, .holiday-schedule .icon:focus {
  color: #D6264B;
}

.holiday-schedule p {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}

.holiday-schedule a.close,
.holiday-schedule a:not(.button),
.holiday-schedule a.close {
  text-decoration: none;
  padding: 10px;
}
.holiday-schedule a.close:hover .icon, .holiday-schedule a.close:focus .icon,
.holiday-schedule a:not(.button):hover .icon,
.holiday-schedule a:not(.button):focus .icon,
.holiday-schedule a.close:hover .icon,
.holiday-schedule a.close:focus .icon {
  text-decoration: none;
}

/* ==========================================================================
   POPOVERS & TOOLTIPS
   ========================================================================== */
.popover {
  width: 33.3%;
  max-width: 900px !important;
  padding: 60px 15px;
  text-align: center;
  background-color: #aaa;
  border: none;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .popover {
    width: 500px;
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .popover {
    width: 400px;
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .popover {
    width: 300px;
  }
}
.popover * {
  color: #fff;
}
.popover .popover-arrow {
  display: none;
  visibility: hidden;
}
.popover .popover-header {
  margin-top: 0;
  line-height: 1.2;
  color: #aaa;
  font-family: "newbery-sans-pro", sans-serif;
  font-weight: 600;
  font-size: 35px;
  font-size: 2.1875rem;
  background-color: #aaa;
  border: none;
}
@media only screen and (max-width: 992px) {
  .popover .popover-header {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .popover .popover-header {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 480px) {
  .popover .popover-header {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.popover .popover-body p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .popover .popover-body p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .popover .popover-body p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.popover .popover-body a {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .popover .popover-body a {
    margin-top: 15px;
  }
}
.popover .popover-body a::before, .popover .popover-body a::after {
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.popover .popover-body a::before {
  margin-right: 10px;
  content: "[";
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.popover .popover-body a::after {
  margin-left: 10px;
  content: "]";
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.popover .popover-body a:hover, .popover .popover-body a:focus {
  text-decoration: none;
}
.popover .popover-body a:hover::before, .popover .popover-body a:hover::after, .popover .popover-body a:focus::before, .popover .popover-body a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

/* ==========================================================================
   GLOBAL SIGNUP MODAL
   ========================================================================== */
.sticky-signup {
  position: relative;
  z-index: 99999;
  /* panel wrappper */
  /* simulate panel state control --
  this can also be triggered by a 
  class name added to the body tag. 
  Just using a checkbox sibling here
  for simplicity
  */
  /* ---------- SUCCESS STATE ---------- */
}
@media only screen and (max-width: 768px) {
  .sticky-signup {
    position: fixed;
    visibility: hidden;
    z-index: 1001;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
  }
}
.sticky-signup input#clicker {
  display: none;
}
.sticky-signup label.clicker-label {
  position: fixed;
  padding: 15px;
  top: 50%;
  left: -76px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  transform: rotate(-90deg);
  background-color: #D6264B;
}
@media only screen and (max-width: 768px) {
  .sticky-signup label.clicker-label {
    display: none;
  }
}
.sticky-signup .panel-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 390px;
  text-align: center;
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: transform 0.6s ease;
  z-index: 999;
  /* ---------- SOCIAL LINKS ---------- */
}
@media only screen and (max-width: 768px) {
  .sticky-signup .panel-wrap {
    position: relative;
    top: 20%;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 480px) {
  .sticky-signup .panel-wrap {
    top: 10%;
  }
}
.sticky-signup .panel-wrap .panel {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  padding: 15px;
  background: #aaa;
  overflow: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 768px) {
  .sticky-signup .panel-wrap .panel {
    width: 80%;
    left: 10%;
    right: 10%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.sticky-signup .panel-wrap .panel .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  transform: initial;
  background-color: initial;
}
@media only screen and (max-width: 768px) {
  .sticky-signup .panel-wrap .panel .close {
    top: 8px;
    right: 5px;
  }
}
.sticky-signup .panel-wrap .panel .close .icon {
  font-size: 33.5px;
  font-size: 2.09375rem;
  padding: 5px;
}
.sticky-signup .panel-wrap .panel h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sticky-signup .panel-wrap .panel h2 {
    padding-top: 30px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.sticky-signup .panel-wrap .panel h2,
.sticky-signup .panel-wrap .panel p {
  clear: both;
  display: block;
  width: 100%;
  color: #fff;
}
.sticky-signup .panel-wrap .panel p.faux-label {
  margin: 0;
  font-weight: 700;
}
.sticky-signup .panel-wrap .panel form .item {
  width: 100%;
}
.sticky-signup .panel-wrap .panel form .item input {
  width: 100%;
  height: 50px;
}
.sticky-signup .panel-wrap .panel form .item.su-submit {
  margin: 0;
}
.sticky-signup .panel-wrap .panel form .item.su-submit input {
  float: none;
  margin: 10px auto 15px auto;
  height: 65px;
  width: auto;
  min-width: 280px;
  color: #fff;
  background: #aaa;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .sticky-signup .panel-wrap .panel form .item.su-submit input {
    min-width: 150px;
  }
}
.sticky-signup .panel-wrap .panel form .item.su-submit input:hover, .sticky-signup .panel-wrap .panel form .item.su-submit input:focus {
  color: #aaa;
  background: transparent;
}
.sticky-signup .panel-wrap .panel form .item.su-submit input.disabled {
  opacity: 0.75;
}
.sticky-signup .panel-wrap .panel form .item.su-submit input.disabled:hover, .sticky-signup .panel-wrap .panel form .item.su-submit input.disabled:focus {
  color: #fff;
  background: #aaa;
}
.sticky-signup .panel-wrap ul.social-links {
  float: none;
  display: inline-block;
  margin: 60px auto 0 auto;
  width: auto;
}
.sticky-signup .panel-wrap ul.social-links li {
  margin: 0;
  padding: 0 6px;
}
.sticky-signup .panel-wrap ul.social-links a {
  color: #fff;
}
.sticky-signup .panel-wrap ul.social-links a .icon {
  padding: 10px 10px;
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .sticky-signup .panel-wrap ul.social-links a .icon {
    padding: 5px;
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.sticky-signup .panel-wrap ul.social-links a:hover,
.sticky-signup .panel-wrap ul.social-links a:focus {
  text-decoration: none;
}
.sticky-signup [type=checkbox]:checked ~ .panel-wrap {
  transform: translateX(0%);
}
.sticky-signup.success .panel-wrap .panel {
  padding: 100px 15px;
}
.sticky-signup.success .clicker,
.sticky-signup.success .clicker-label {
  display: none;
}

/* ---------- OPEN STATE ---------- */
@media only screen and (max-width: 768px) {
  .signup-open .sticky-signup {
    display: inline-block;
    visibility: visible;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
  }
  .signup-open .sticky-signup .panel-wrap {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.signup-open .sticky-signup .clicker-label {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* ---------- SUCCESS STATE - MOBILE ---------- */
@media only screen and (max-width: 768px) {
  .signup-successful .sticky-signup {
    display: inline-block;
    visibility: visible;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
  }
  .signup-successful .sticky-signup .panel-wrap {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* ==========================================================================
   SOCIAL LINKS
   ========================================================================== */
.social-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: initial;
  gap: 10px;
  margin: 0;
  list-style-type: none;
  gap: 5px;
}
.social-wrapper ul li {
  margin: 0;
  text-align: center;
}
.social-wrapper ul li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid white;
}
.social-wrapper ul li:hover, .social-wrapper ul li:focus {
  background-color: #00b2cd;
}
.social-wrapper ul li a .icon {
  position: relative;
  display: block;
  line-height: 30px;
  width: 45px;
  height: 45px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 45px;
  color: #FBDF48;
}
.social-wrapper ul li a .icon.icon-freelancer, .social-wrapper ul li a .icon.icon-upwork {
  top: 2px;
}
.social-wrapper ul li a .icon.icon-dribble {
  top: 1px;
}
.social-wrapper ul li a .icon.icon-designs {
  right: 2px;
  font-size: 24px;
  font-size: 1.5rem;
}

.accordion .accordion-wrapper {
  list-style-type: none;
}
.accordion .accordion-wrapper .accordion-item {
  margin: 0;
  overflow: hidden;
}
.accordion .accordion-wrapper .accordion-item .expand-link {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: layer("layer-top");
  display: flex;
  align-items: center;
}
.accordion .accordion-wrapper .accordion-item .expand-link > * {
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
}
.accordion .accordion-wrapper .accordion-item .accordion-body {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.accordion .accordion-wrapper .accordion-item.active .expand-link {
  pointer-events: none;
}
.accordion .accordion-wrapper .accordion-item.active .accordion-body {
  opacity: 1;
  filter: alpha(opacity=100);
}
.accordion .accordion-wrapper .accordion-item:not(.active) .expand-link:hover > *, .accordion .accordion-wrapper .accordion-item:not(.active) .expand-link:focus > * {
  color: #a79ccf;
}
.accordion.vert .accordion-wrapper {
  display: flex;
  flex-direction: column;
}
.accordion.vert .accordion-wrapper .accordion-item .expand-link {
  gap: 15px;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #FBDF48;
}
.accordion.vert .accordion-wrapper .accordion-item .accordion-body {
  display: none;
  margin: 10px 0;
}
.accordion.vert .accordion-wrapper .accordion-item .accordion-body .the-content {
  margin-left: 0;
}
.accordion.vert .accordion-wrapper .accordion-item.active {
  margin-bottom: 10px;
}
.accordion.vert .accordion-wrapper .accordion-item.active .accordion-body {
  display: block;
}
.accordion.horz .accordion-wrapper {
  display: flex;
}
.accordion.horz .accordion-wrapper .accordion-item {
  position: relative;
  background-color: #D6264B;
  display: flex;
  align-items: center;
  -webkit-transition: flex 1s ease-in-out;
  -moz-transition: flex 1s ease-in-out;
  -ms-transition: flex 1s ease-in-out;
  -o-transition: flex 1s ease-in-out;
  transition: flex 1s ease-in-out;
}
.accordion.horz .accordion-wrapper .accordion-item:last-of-type {
  border-right: 0;
}
.accordion.horz .accordion-wrapper .accordion-item .expand-link {
  background-color: #D6264B;
  flex-direction: column;
  justify-content: space-between;
  height: inherit;
  margin-right: -1px; /* Match border size so that when closed borders overlap */
  padding: 10px;
  border-right: 1px solid #FBDF48;
  border-left: 1px solid #FBDF48;
  color: #00b2cd;
  cursor: pointer;
}
.accordion.horz .accordion-wrapper .accordion-item .expand-link > * {
  color: #00b2cd;
}
.accordion.horz .accordion-wrapper .accordion-item .expand-link .title {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}
.accordion.horz .accordion-wrapper .accordion-item .accordion-body {
  position: absolute;
  min-width: max-content;
  max-width: -webkit-fill-available;
  width: 100%;
  margin-left: 58px; /* Set this to be same size as expand-link (includes border) */
  padding: 60px 15px;
  display: flex;
  align-items: center;
}
.accordion.horz .accordion-wrapper .accordion-item .accordion-body > * {
  width: 40vw;
}
.accordion.horz .accordion-wrapper .accordion-item.active {
  flex-grow: 1;
}
.accordion.horz .accordion-wrapper .accordion-item.active .expand-link {
  background: #a79ccf;
}
.accordion.horz .accordion-wrapper .accordion-item.active .expand-link > * {
  color: #FBDF48;
}
.accordion.horz .accordion-wrapper .accordion-item.active .accordion-body {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.accordion.horz .accordion-wrapper .accordion-item:not(.active) .expand-link:hover, .accordion.horz .accordion-wrapper .accordion-item:not(.active) .expand-link:focus {
  background-color: #FBDF48;
}
@media only screen and (max-width: 1200px) {
  .accordion.horz .accordion-wrapper {
    flex-direction: column;
  }
  .accordion.horz .accordion-wrapper .accordion-item {
    align-items: initial;
    flex-direction: column;
  }
  .accordion.horz .accordion-wrapper .accordion-item .expand-link {
    flex-direction: row;
    height: auto;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #FBDF48;
  }
  .accordion.horz .accordion-wrapper .accordion-item .expand-link .title {
    transform: rotate(0);
    writing-mode: initial;
  }
  .accordion.horz .accordion-wrapper .accordion-item .accordion-body {
    position: relative;
    display: none;
    min-width: auto;
    max-width: auto;
    margin-left: 0;
  }
  .accordion.horz .accordion-wrapper .accordion-item .accordion-body > * {
    width: auto;
  }
  .accordion.horz .accordion-wrapper .accordion-item.active .accordion-body {
    display: block;
  }
}

/* ==========================================================================
   CALLOUTS & BLURBS
   ========================================================================== */
.basic-callout [class^=container] {
  background-color: #aaa;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.basic-callout h2 {
  margin: 0;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  text-transform: uppercase;
}
.basic-callout .the-content {
  text-align: center;
}
.basic-callout .the-content p {
  font-family: "newbery-sans-pro-condensed", sans-serif;
  color: #aaa;
  font-weight: 400;
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.basic-callout .the-content a {
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: underline;
}
.basic-callout .the-content a:hover, .basic-callout .the-content a:focus {
  text-decoration: none;
}

.banner-callout {
  padding: 120px 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1134px) {
  .banner-callout {
    padding: 45px 0;
  }
}
.banner-callout .faux-heading {
  display: block;
  font-family: "newbery-sans-pro", sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 75px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-size: 50px;
  font-size: 3.125rem;
}
.banner-callout .faux-heading span.line-1 {
  display: inline-block;
  position: relative;
}
.banner-callout .faux-heading span span {
  font-family: "newbery-sans-pro-condensed", sans-serif;
  color: #D6264B;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  text-transform: none;
  font-size: 68px;
  font-size: 4.25rem;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .banner-callout .faux-heading span span {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (max-width: 480px) {
  .banner-callout .faux-heading {
    font-size: 32px;
    font-size: 2rem;
  }
}

.no-webp .banner-callout {
  background: #aaa url("../img/layout/1440x500.jpg") center center no-repeat;
}

.section.banner-callout {
  margin: 90px 0;
}

/* ==========================================================================
   OWL CAROUSEL - DEFAULTS
   ========================================================================== */
.owl-carousel {
  clear: both;
  z-index: 15;
}
.owl-carousel .owl-stage-outer {
  z-index: 15;
}

.owl-nav {
  position: absolute;
  z-index: 12;
  top: 45%;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 44px;
}
@media (max-width: 576px) {
  .owl-nav {
    z-index: 99;
  }
  .owl-nav .owl-prev {
    left: 0;
  }
  .owl-nav .owl-next {
    right: 0;
  }
}

.owl-prev,
.owl-next {
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  margin: 0 5px;
  background: transparent;
}
.owl-prev.disabled,
.owl-next.disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.75;
}
.owl-prev.disabled .icon,
.owl-next.disabled .icon {
  color: #aaa;
}
.owl-prev .icon,
.owl-next .icon {
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #aaa;
  font-size: 40px;
  font-size: 2.5rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-prev .icon::before,
.owl-next .icon::before {
  display: block;
}
.owl-prev:hover .icon, .owl-prev:focus .icon,
.owl-next:hover .icon,
.owl-next:focus .icon {
  color: #D6264B;
}
.owl-prev:before,
.owl-next:before {
  position: relative;
}

.owl-prev {
  left: -45px;
}

.owl-next {
  right: -45px;
}

.owl-stage {
  margin: 0 auto;
}

/* ==========================================================================
   DEALS SLIDES
   ========================================================================== */
.deals-slides .owl-stage-outer {
  z-index: 99;
}
.deals-slides .item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #aaa;
  background-color: rgba(170, 170, 170, 0.6);
}
.deals-slides .item .overlay .icon {
  display: block;
  text-align: center;
  color: #aaa;
  margin-bottom: 30px;
  font-size: 46px;
  font-size: 2.875rem;
}
@media (max-width: 576px) {
  .deals-slides .item .overlay .icon {
    color: #fff;
  }
}
.deals-slides .item .faux-heading {
  text-align: center;
  color: white;
  text-transform: none;
  line-height: 55px;
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  letter-spacing: 0;
}
.deals-slides .item .faux-heading span {
  display: block;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "newbery-sans-pro", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .deals-slides .item .faux-heading {
    line-height: 1;
    font-size: 32px;
    font-size: 2rem;
  }
  .deals-slides .item .faux-heading span {
    line-height: 1;
  }
}
.deals-slides .item .the-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 15px;
  padding: 30px;
  border-radius: 10px;
  background-color: #aaa;
  background-color: rgba(170, 170, 170, 0.8);
}
.deals-slides .item .the-content ul,
.deals-slides .item .the-content p {
  margin: 15px 0;
}
.deals-slides .item .the-content .faux-heading,
.deals-slides .item .the-content li,
.deals-slides .item .the-content p {
  color: #fff;
}
.deals-slides .item .the-content ul li {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.deals-slides .item .the-content ul li::before {
  background-color: #fff;
}
@media (max-width: 1200px) {
  .deals-slides .item .the-content li,
  .deals-slides .item .the-content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.deals-slides .item .the-content .link-wrapper {
  display: block;
  text-align: center;
  margin: 0;
  width: auto;
}
.deals-slides .item .the-content .link-wrapper a {
  color: #fff;
  background: none;
  padding: 0;
  font-size: 28px;
  font-size: 1.75rem;
}
.deals-slides .item .the-content .link-wrapper a:hover, .deals-slides .item .the-content .link-wrapper a:focus {
  border: 0;
}
@media (max-width: 1200px) {
  .deals-slides .item .the-content .link-wrapper a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.deals-slides .item:hover, .deals-slides .item:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.deals-slides .item:hover .overlay .day, .deals-slides .item:focus .overlay .day {
  display: none;
}
.deals-slides .item:hover .the-content, .deals-slides .item:focus .the-content {
  display: flex;
}
@media (max-width: 992px) {
  .deals-slides .item .overlay .day {
    display: none;
  }
  .deals-slides .item .the-content {
    display: flex;
  }
}
.deals-slides .button-outline {
  display: block;
  text-align: center;
}

/* ==========================================================================
   PRODUCT SLIDES / Three Up Slides
   ========================================================================== */
.product-slides .the-heading {
  text-align: center;
  margin-bottom: 30px;
}
.product-slides .the-heading h2 {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .product-slides .the-heading h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .product-slides .the-heading h2 span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.product-slides .owl-carousel .owl-stage {
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-slides .owl-item.center {
  display: block;
}
.product-slides .owl-item.active.center {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.product-slides .owl-item.active.center .link-wrapper a {
  transform: scale(0.85);
}
.product-slides .category {
  display: block;
  color: #D6264B;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 3px;
  font-family: "newbery-sans-pro", sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
.product-slides .link-wrapper {
  margin-top: 0;
}
.product-slides .link-wrapper a {
  padding-left: 0;
  padding-right: 0;
  min-width: initial;
}
.product-slides .item {
  margin: 0 30px;
}
@media (max-width: 992px) {
  .product-slides .owl-nav .owl-prev {
    left: -15px;
  }
  .product-slides .owl-nav .owl-next {
    right: -15px;
  }
  .product-slides .owl-nav .icon {
    color: #aaa;
  }
}

/* ==========================================================================
   SINGLE SLIDES
   ========================================================================== */
.single-slides {
  padding: 0;
}
.single-slides .item {
  margin: 0 auto;
}
.single-slides .item.text {
  max-width: none;
}
.single-slides .item.text h2 {
  font-size: 45px;
  font-size: 2.8125rem;
}
.single-slides .item.text h3 {
  font-size: 36px;
  font-size: 2.25rem;
}
.single-slides .item.text h4 {
  font-size: 32px;
  font-size: 2rem;
}
.single-slides .item.text p {
  font-size: 18px;
  font-size: 1.125rem;
}
.single-slides .item .icon-wrapper {
  margin-bottom: 15px;
}
.single-slides .item img {
  width: auto;
}
.single-slides .item.left {
  text-align: left;
  float: none;
}
.single-slides .item.left img {
  margin: 0;
}
.single-slides .item.center {
  text-align: center;
  float: none;
}
.single-slides .item .the-content {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .single-slides .item.graphic img.desktop {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .single-slides .item.graphic img.mobile {
    display: none;
  }
}
.single-slides .item .owl-nav {
  top: 40%;
}
@media (max-width: 992px) {
  .single-slides .item {
    padding: 0 15px;
  }
  .single-slides .owl-prev {
    left: -30px;
  }
  .single-slides .owl-next {
    right: -30px;
  }
}

.intro-slides h2,
.intro-slides h3 {
  font-weight: 700;
  line-height: 44px;
  color: #D6264B;
  font-size: 36px;
  font-size: 2.25rem;
}

.section.intro-slides h2 span {
  font-family: "newbery-sans-pro", sans-serif;
  font-size: inherit !important;
}
.section.intro-slides h3 span {
  font-family: "newbery-sans-pro", sans-serif;
  font-size: inherit !important;
}
.section.intro-slides h4 span {
  font-family: "newbery-sans-pro", sans-serif;
  font-size: inherit !important;
}

/* ==========================================================================
   FEATURED SLIDES
   ========================================================================== */
.slide-img-txt .item {
  display: flex;
  grid-gap: 45px;
  padding: 0 15px;
}
.slide-img-txt .item::after {
  display: none;
}
@media (max-width: 992px) {
  .slide-img-txt .item {
    flex-direction: column;
  }
}
.slide-img-txt .item .the-content {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .slide-img-txt .item {
    padding: 0 15px;
  }
  .slide-img-txt .owl-nav {
    top: 15%;
  }
  .slide-img-txt .owl-nav .owl-prev {
    left: -30px;
  }
  .slide-img-txt .owl-nav .owl-next {
    right: -30px;
  }
}

/* ==========================================================================
   LOGO PARADE
   ========================================================================== */
@media only screen and (max-width: 1200px) {
  .logo-parade [class^=container] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-parade [class^=container] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.logo-parade .owl-carousel .owl-stage-outer {
  z-index: 15;
}
.logo-parade .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.logo-parade .image-wrapper img {
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo-parade .image-wrapper img:hover, .logo-parade .image-wrapper img:focus {
  filter: none;
}
.logo-parade .owl-nav {
  top: 37%;
}

/* ==========================================================================
   FEATURED CONTENT
   ========================================================================== */
.feature-wrapper .container {
  padding-top: 30px;
  border-top: 1px solid #FBDF48;
}
@media (max-width: 768px) {
  .feature-wrapper .container {
    margin-bottom: 30px;
  }
}
.feature-wrapper .section.featured-item {
  padding-left: 0;
}
.feature-wrapper .section.the-content {
  padding-right: 0;
}
.feature-wrapper .iframe-wrapper {
  margin-top: 15px;
}
.feature-wrapper h2 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #D6264B;
  text-transform: uppercase;
}
.feature-wrapper p, .feature-wrapper a {
  font-size: 16px;
  font-size: 1rem;
}
.feature-wrapper a {
  color: #D6264B;
}
.feature-wrapper a:hover {
  color: blue;
}

/* ==========================================================================
   BLOG
   ========================================================================== */
.blog.listings .main-content {
  background: url("../img/layout/blog-bg.jpg") center bottom no-repeat;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .blog.listings .main-content {
    background-size: contain;
  }
}
@media (min-width: 1600px) {
  .blog.listings .main-content {
    background-size: contain;
  }
}

.message.no-results {
  margin: 0 auto;
}

.blog .main-content p .categories a:not(.button) {
  background-image: none;
  text-shadow: none;
  text-decoration: underline;
}
.blog .main-content p .categories a:not(.button):hover, .blog .main-content p .categories a:not(.button):focus {
  text-decoration: none;
}
.blog .listings-wrapper {
  clear: both;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .blog .listings-wrapper {
    padding: 0 0 30px 0;
    margin-top: 0;
  }
}
.blog .listings-wrapper .intro {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .blog .listings-wrapper .intro {
    max-width: none;
    margin: 0 auto;
  }
}
.blog .listings-wrapper .the-listings {
  padding-top: 60px;
  text-align: center;
}
.blog .listings-wrapper .item {
  float: left;
  margin-bottom: 45px;
  background: transparent;
}
.blog .listings-wrapper .item .detail-link {
  display: block;
}
.blog .listings-wrapper .item .image-wrapper img {
  width: 100%;
  height: auto !important;
}
.blog .listings-wrapper .item .the-content {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  text-align: left;
  background: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 550px) {
  .blog .listings-wrapper .item .the-content {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.blog .listings-wrapper .item .the-content .location {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
}
.blog .listings-wrapper .item .the-content .title {
  display: block;
  margin: 15px 0 15px 0;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 3px;
  font-family: "newbery-sans-pro", sans-serif;
  text-transform: uppercase;
  color: #aaa;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .blog .listings-wrapper .item .the-content .title {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}
.blog .listings-wrapper .item .the-content .categories {
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .blog .listings-wrapper .item .the-content .categories {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.blog .listings-wrapper .item .the-content .categories a {
  color: #D6264B;
}
.blog .listings-wrapper .item .the-content .post-date {
  font-family: "newbery-sans-pro", sans-serif;
  font-weight: 600;
  color: #aaa;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .blog .listings-wrapper .item .the-content .post-date {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.blog .listings-wrapper .item .the-content p {
  margin-top: 0;
}
.blog .listings-wrapper .item .the-content p .read-more {
  margin-left: 5px;
}
.blog .listings-wrapper .item .the-content p .read-more:hover, .blog .listings-wrapper .item .the-content p .read-more:focus {
  color: #D6264B;
}
.blog .listings-wrapper .item .the-content .links-wrapper {
  clear: both;
  display: block;
  margin-top: 15px;
}
.blog .listings-wrapper .item .the-content .links-wrapper a {
  display: inline-block;
  color: #D6264B;
  font-weight: 700;
  background-image: -webkit-linear-gradient(top, #D6264B 0, #D6264B 100%);
  background-image: linear-gradient(to bottom, #D6264B 0, #D6264B 100%);
  background-position: 0 82%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  text-decoration: none;
}
.blog .listings-wrapper .item .the-content .links-wrapper a:hover, .blog .listings-wrapper .item .the-content .links-wrapper a:focus {
  color: #D6264B;
  background-size: 1px 5px;
  background-position: 0 85%;
}
.blog .listings-wrapper .button-wrapper {
  clear: both;
  margin-top: 15px;
  padding: 0 0 15px;
  text-align: center;
}
.blog .listings-wrapper .button-wrapper .button {
  float: none;
}

/* ==========================================================================
    EVENTS - CALENDAR
    ========================================================================== */
.calendar:not(.preview) {
  padding: 15px;
  line-height: 1;
  text-align: center;
  background: #aaa;
}
.calendar:not(.preview) div > span {
  display: block;
}
.calendar:not(.preview) * {
  color: #fff;
  line-height: 1.2;
}

/* ==========================================================================
    EVENTS PAGES + CATEGORIES
    ========================================================================== */
.events.detail .main-content {
  margin-top: 30px;
}

.events .main-content p .categories a:not(.button) {
  background-image: none;
  text-shadow: none;
  text-decoration: underline;
}
.events .main-content p .categories a:not(.button):hover, .events .main-content p .categories a:not(.button):focus {
  text-decoration: none;
}
.events .listings-wrapper {
  clear: both;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .events .listings-wrapper {
    padding: 0 0 30px 0;
    margin-top: 0;
  }
}
.events .listings-wrapper .the-listings {
  padding-top: 60px;
}
.events .listings-wrapper .item {
  float: left;
  margin-bottom: 45px;
}
.events .listings-wrapper .item a {
  width: 100%;
}
.events .listings-wrapper .item .image-wrapper img {
  width: 100%;
  height: auto !important;
}
.events .listings-wrapper .item .meta-data {
  font-family: "newbery-sans-pro", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .events .listings-wrapper .item .meta-data {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}
.events .listings-wrapper .item .the-content {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 15px;
  background: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #aaa;
}
@media only screen and (max-width: 550px) {
  .events .listings-wrapper .item .the-content {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.events .listings-wrapper .item .the-content .location {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
}
.events .listings-wrapper .item .the-content .title {
  display: block;
  font-family: "newbery-sans-pro", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #aaa;
}
@media only screen and (max-width: 768px) {
  .events .listings-wrapper .item .the-content .title {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}
.events .listings-wrapper .item .the-content .categories {
  margin-bottom: 15px;
  display: block;
  font-family: "newbery-sans-pro", sans-serif;
  color: #D6264B;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .events .listings-wrapper .item .the-content .categories {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.events .listings-wrapper .item .the-content .categories a {
  color: #D6264B;
  text-decoration: underline;
  width: auto;
}
.events .listings-wrapper .item .the-content .categories a:hover {
  text-decoration: none;
}

/* ==========================================================================
    EVENTS DETAIL
    ========================================================================== */
body.events.detail .post-wrapper h1 {
  margin: 0;
  line-height: 65px;
  font-size: 48px;
  font-size: 3rem;
}
body.events.detail .post-wrapper .date-time {
  margin: 15px 0;
}
body.events.detail .post-wrapper .date-time span {
  letter-spacing: 0.05em;
  color: #D6264B;
  font-family: "newbery-sans-pro", sans-serif;
  font-size: 32px;
  font-size: 2rem;
}

/* ==========================================================================
	BLOG & EVENTS DETAIL
	========================================================================== */
.blog.detail .page-header .calendar.preview,
.events.detail .page-header .calendar.preview {
  position: relative;
  top: -45px;
}
.blog.detail .page-header .calendar.preview .date-time,
.events.detail .page-header .calendar.preview .date-time {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 80px;
  background-color: #aaa;
}
.blog.detail .page-header .calendar.preview .date-time span,
.events.detail .page-header .calendar.preview .date-time span {
  font-family: "newbery-sans-pro", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
}
.blog.detail .post-wrapper,
.events.detail .post-wrapper {
  max-width: none;
  margin: 0 auto;
  margin-bottom: 30px;
}
.blog.detail .post-wrapper .categories,
.events.detail .post-wrapper .categories {
  color: #D6264B;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 1.75rem;
}
.blog.detail .post-wrapper .categories:hover, .blog.detail .post-wrapper .categories:focus,
.events.detail .post-wrapper .categories:hover,
.events.detail .post-wrapper .categories:focus {
  text-decoration: none;
  color: #D6264B;
}
.blog.detail .post-wrapper h1,
.events.detail .post-wrapper h1 {
  font-family: "newbery-sans-pro", sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 2;
  letter-spacing: 3px;
  color: #aaa;
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .blog.detail .post-wrapper h1,
  .events.detail .post-wrapper h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.blog.detail .post-wrapper .date-time,
.events.detail .post-wrapper .date-time {
  margin-top: 30px;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .blog.detail .post-wrapper .date-time,
  .events.detail .post-wrapper .date-time {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.blog.detail .post-wrapper .date-time span,
.events.detail .post-wrapper .date-time span {
  color: #aaa;
}

.post-detail .button-wrapper {
  display: block;
  text-align: center;
}

/* ==========================================================================
   SPECIALS
   ========================================================================== */
.the-specials .specials-wrapper .item .divider {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #000;
}
.the-specials .specials-wrapper .item .divider::before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: white;
  color: #aaa;
  padding: 0 45px;
  transform: translate(-50%, -50%);
  font-size: 68px;
  font-size: 4.25rem;
}
@media (max-width: 768px) {
  .the-specials .specials-wrapper .item .divider {
    display: none;
  }
}
.the-specials .specials-wrapper .item .the-special {
  max-width: none;
  margin: 0 auto;
  padding: 90px 0;
}
.the-specials .specials-wrapper .item .the-special .the-content h2,
.the-specials .specials-wrapper .item .the-special .the-content h3 {
  text-transform: none;
  line-height: 45px;
  letter-spacing: 3px;
  font-size: 36px;
  font-size: 2.25rem;
}
.the-specials .specials-wrapper .item .the-special .the-content ul,
.the-specials .specials-wrapper .item .the-special .the-content p {
  color: #aaa;
}
.the-specials .specials-wrapper .item .the-special .the-content li {
  font-weight: 500;
  line-height: 45px;
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
}
.the-specials .specials-wrapper .item .the-special .the-content li:before {
  top: 19px;
}
@media (max-width: 768px) {
  .the-specials .specials-wrapper .item .the-special .the-content ul {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .the-specials .specials-wrapper .item .the-special {
    padding: 30px 0;
  }
}
.the-specials .specials-wrapper .item .has-img {
  display: flex;
  align-items: center;
  grid-gap: 13%;
  max-width: 100%;
}
.the-specials .specials-wrapper .item .has-img .image-wrapper,
.the-specials .specials-wrapper .item .has-img .the-content {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .the-specials .specials-wrapper .item .has-img {
    display: block;
  }
  .the-specials .specials-wrapper .item .has-img .the-content {
    max-width: none;
    margin: 0 auto;
    margin-top: 60px;
  }
}

.rewards .rewards-wrapper {
  text-align: center;
}
.rewards .rewards-wrapper a[href="http://join.mywallet.deals"] {
  text-align: center;
}/*# sourceMappingURL=main.css.map */