@charset "UTF-8";
/* ==========================================================================
   Breakpoints
   ========================================================================== */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px); /* First bounce up */
  }
  50% {
    transform: translateY(0); /* Back to original position */
  }
  75% {
    transform: translateY(-5px); /* Second bounce up (smaller) */
  }
  100% {
    transform: translateY(0); /* End in the same place */
  }
}
/* ==============================================================
   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: "democratica", 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: "democratica", 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: "democratica", 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: #130E30;
  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(19, 14, 48, 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: #5B6AB7; /*Fallback */
  background-color: rgba(91, 106, 183, 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: #130E30;
  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 #130E30;
  border-left: 2px solid #130E30;
}
.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: #130E30;
  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: #5B6AB7; /*Fallback */
  background-color: rgba(91, 106, 183, 0.5);
}

/* ==========================================================================
	BASE
   	========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #130E30;
  background-image: url(../assets/img/layout/footer-bg-flames@2x.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  font-size: 100%;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

main {
  position: relative;
}

.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: 1500px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}
.container-xs {
  max-width: 780px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}
.container-sm {
  max-width: 1040px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}
.container-md {
  max-width: 1260px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}
.container-lg {
  max-width: 1500px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}
.container-xl {
  max-width: 1660px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; /* Fallback */
  margin-inline: auto;
}
.container-max {
  max-width: 1980px;
  width: 100%;
  padding: 0 15px;
  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-condensed", sans-serif;
  max-width: 800px;
}
@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 {
  position: relative;
  width: fit-content;
  height: fit-content;
  margin-inline: auto;
  text-align: center;
}
.image-wrapper a {
  display: block;
}
.image-wrapper img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.image-wrapper .overlay {
  background-image: url(../assets/img/layout/img-hov-flames-repeat.png);
  background-size: auto;
  background-position: bottom center;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 3;
  -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;
}
.image-wrapper .overlay .pseudo-link {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  font-family: "democratica", sans-serif;
  color: #130E30;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
.image-wrapper .overlay:before, .image-wrapper .overlay:after {
  -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;
}
.image-wrapper .overlay:hover, .image-wrapper .overlay:focus-visible {
  background-color: #E47042; /*Fallback */
  background-color: rgba(228, 112, 66, 0.5);
  opacity: 1;
}
.image-wrapper .image-label {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 5px 15px;
  color: white;
  background-color: #D6264B;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  z-index: 3;
}
@media only screen and (min-width: 767px) {
  .image-wrapper:has(.pseudo-border) {
    padding: 20px;
  }
}
.image-wrapper:not(.brand) img {
  outline: 4px solid #FBDF48;
}
.image-wrapper.left {
  transform: rotate(-5deg);
}
.image-wrapper.left .image-label {
  left: 0;
}
.image-wrapper.right {
  transform: rotate(5deg);
}
.image-wrapper.right .image-label {
  right: 0;
}

/* wysiwyg images with inline styles */
img[style*="float:left"] {
  margin: 6px 15px 15px 0;
}

img[style*="float:right"] {
  margin: 6px 15px 0 15px;
}

/* VIDEO */
.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/9;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 60px 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ITEMS */
.items-wrapper {
  position: relative;
}

.item {
  position: relative;
}

/* ==========================================================================
   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-bottom: 45px;
  font-weight: 700;
  color: #00B2CD;
  overflow-wrap: normal;
}
h1 a {
  color: inherit;
}
h1 .pre-heading, h1 .meta-data {
  display: block;
  font-family: "democratica", 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;
  margin-top: 75px;
  font-size: clamp(8rem, 5.7083rem + 3.0556vw, 9.375rem);
  font-family: "baroque-text-jf", sans-serif;
  font-weight: normal;
  line-height: 0;
  color: #00B2CD;
  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: 992px) {
  h1 .stylized {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  h1 .stylized {
    font-size: clamp(4.375rem, 1.1765rem + 14.2157vw, 8rem);
  }
}

h2 {
  margin-bottom: 45px;
  font-weight: 700;
  color: #00B2CD;
  overflow-wrap: normal;
}
h2 a {
  color: inherit;
}
h2 .pre-heading, h2 .meta-data {
  display: block;
  font-family: "democratica", 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;
  margin-top: 75px;
  font-size: clamp(8rem, 5.7083rem + 3.0556vw, 9.375rem);
  font-family: "baroque-text-jf", sans-serif;
  font-weight: normal;
  line-height: 0;
  color: #00B2CD;
  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: 992px) {
  h2 .stylized {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  h2 .stylized {
    font-size: clamp(4.375rem, 1.1765rem + 14.2157vw, 8rem);
  }
}

h3 {
  margin-bottom: 45px;
  font-weight: 700;
  color: #00B2CD;
  overflow-wrap: normal;
}
h3 a {
  color: inherit;
}
h3 .pre-heading, h3 .meta-data {
  display: block;
  font-family: "democratica", 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;
  margin-top: 75px;
  font-size: clamp(8rem, 5.7083rem + 3.0556vw, 9.375rem);
  font-family: "baroque-text-jf", sans-serif;
  font-weight: normal;
  line-height: 0;
  color: #00B2CD;
  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: 992px) {
  h3 .stylized {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  h3 .stylized {
    font-size: clamp(4.375rem, 1.1765rem + 14.2157vw, 8rem);
  }
}

h1 {
  font-size: 72px;
  font-size: 4.5rem;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  line-height: 90px;
  letter-spacing: 0.05em;
  font-variant: small-caps;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 1em;
  }
}

h2 {
  margin-bottom: 30px;
  font-size: 80px;
  font-size: 5rem;
  font-family: "democratica", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
h2:has(.stylized) {
  color: #D6264B;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 56px;
    font-size: 3.5rem;
    margin-bottom: 15px;
  }
}

h3 {
  margin-bottom: 30px;
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-variant: small-caps;
  color: #FBDF48;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.meta-data {
  font-size: 18px;
  font-size: 1.125rem;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
p {
  margin: 60px 0;
  line-height: 58px;
  letter-spacing: 0.025em;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  color: #FBDF48;
  font-size: 48px;
  font-size: 3rem;
}
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;
}
@media only screen and (max-width: 992px) {
  p {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5em;
  }
}

p strong,
.the-content li strong {
  position: relative;
  font-family: "democratica", sans-serif;
  font-weight: 600;
  color: #00B2CD;
  text-decoration: none;
}

ul,
ol {
  margin: 15px 0;
  padding: 0;
}
ul li,
ol li {
  position: relative;
  margin: 15px 0 15px 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  line-height: 28px;
  letter-spacing: 0.05em;
}

dl dt {
  font-family: "democratica", sans-serif;
  font-variant: small-caps;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #D6264B;
}
dl dd {
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-variant: small-caps;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #A79CCF;
}

.intro-wrapper {
  text-align: center;
}
.intro-wrapper .the-content {
  max-width: 900px;
  margin-inline: auto;
}
.intro-wrapper .the-content p {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60px;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 992px) {
  .intro-wrapper .the-content p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .intro-wrapper {
    text-align: left;
  }
}

.intro {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .intro {
    text-align: left;
  }
}
.intro h2 {
  margin-bottom: 45px;
}

@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";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-cross:before {
  content: "\ea0f";
}

/* ==========================================================================
   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 .masthead {
  padding: 10px 0;
}
header .masthead [class^=container] {
  display: grid;
  grid-gap: 30px;
  row-gap: 30px;
  grid-template-columns: 1fr 2fr 1fr;
}
@media only screen and (max-width: 1200px) {
  header .masthead [class^=container] {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  header .masthead .social-wrapper {
    grid-column: 1/3;
  }
}
header .masthead .social-wrapper ul li {
  border: 1px solid white;
}
header .masthead .brand {
  display: block;
  padding: 5px 0;
}
header .masthead nav {
  text-align: right;
}
header .masthead nav #menu-show-btn {
  background: none;
  border: 0;
  font-size: 54px;
  font-size: 3.375rem;
  cursor: pointer;
  color: #FBDF48;
  -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 #menu-show-btn:before, header .masthead nav #menu-show-btn:after {
  -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 #menu-show-btn:hover, header .masthead nav #menu-show-btn:focus-visible {
  color: #5B6AB7;
}
header .masthead nav ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style-type: none;
}
header .masthead nav ul li {
  justify-content: center;
  margin: 0;
}
header .masthead nav ul li:not(.here, .active)::before {
  display: none;
}
header .masthead nav ul li.here::after, header .masthead nav ul li.active::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: block;
  content: "TT";
  color: #130E30;
  transform: rotate(180deg);
}
header .masthead nav ul li a {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  color: #FBDF48;
  background: linear-gradient(#5B6AB7, #00B2CD) left no-repeat, #FBDF48;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: 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;
}
header .masthead nav ul li a:before, header .masthead nav ul li a:after {
  -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 a:hover, header .masthead nav ul li a:focus-visible {
  background-size: 100% 100%;
}
header .masthead nav ul li a.active::before {
  position: relative;
  left: -5px;
  content: "~";
  right: 0;
  top: 0;
  -webkit-text-fill-color: #00B2CD;
  font-family: "democratica", sans-serif;
}
header .masthead nav ul li .pseudo-border::before, header .masthead nav ul li .pseudo-border::after {
  border-width: 2px;
  width: 35%;
  height: 25%;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #130E30;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

header .masthead .nav-overlay [class^=container] {
  position: relative;
  background-color: #130E30;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

header .masthead .show-overlay {
  opacity: 1;
  visibility: visible;
}

.menu-bar {
  position: absolute;
  top: 25px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  padding: 10px 0;
  padding-left: 15px;
}
.menu-bar #menu-hide-btn {
  background-color: transparent;
  border: 0;
  font-size: 54px;
  font-size: 3.375rem;
  color: #FBDF48;
  cursor: pointer;
  -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;
}
.menu-bar #menu-hide-btn:before, .menu-bar #menu-hide-btn:after {
  -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;
}
.menu-bar #menu-hide-btn:hover, .menu-bar #menu-hide-btn:focus-visible {
  color: #5B6AB7;
}

/* ==========================================================================
   MAIN NAVIGATION
   ========================================================================== */
/* ==========================================================================
   IN-PAGE SUB NAV
   ========================================================================== */
/* ==========================================================================
   GLOBAL FOOTER
   ========================================================================== */
footer {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 45px;
  z-index: 7;
}
footer section {
  background-color: #A79CCF; /*Fallback */
  background-color: rgba(167, 156, 207, 0.35);
  padding: 15px 0;
  margin: 0;
  border-top: 1px solid #130E30;
  border-bottom: 1px solid #130E30;
}
footer section [class^=container] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
@media only screen and (max-width: 992px) {
  footer section [class^=container] {
    flex-direction: column;
  }
}
footer section .brand {
  margin-inline: initial;
}
footer section nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
footer section nav ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  color: #FBDF48;
}
footer section nav ul li::after {
  display: block;
  content: "|";
  font-weight: normal;
}
footer section nav ul li:last-child::after {
  display: none;
}
footer section nav ul li a {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "democratica", sans-serif;
  font-weight: initial;
  line-height: 1;
  letter-spacing: 0;
}
footer .bottom-bar {
  padding: 15px 0;
}
footer .bottom-bar .copyright {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
}
footer .bottom-bar .copyright > * {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #130E30;
}
@media only screen and (max-width: 768px) {
  footer .bottom-bar .copyright > * {
    color: #FBDF48;
  }
}

/* ==========================================================================
   THE HERO UNIT (homepage NO slideshow)
   ========================================================================== */
.hero {
  position: relative;
  width: auto;
  padding: initial;
  margin: 150px 0;
  /* 	Move buttons down if video so not covering controls */
}
@media only screen and (max-width: 992px) {
  .hero {
    margin: 45px 0;
  }
}
.hero [class^=container] {
  position: relative;
  display: flex;
  gap: 60px;
  row-gap: 180px;
}
@media only screen and (max-width: 992px) {
  .hero [class^=container] {
    flex-direction: column;
    row-gap: 90px;
  }
}
.hero .image-wrapper {
  display: grid;
  align-items: flex-end;
}
@media only screen and (min-width: 767px) {
  .hero .image-wrapper > * {
    transform: rotate(15deg);
  }
}
.hero .image-wrapper img {
  width: auto;
  border-color: #D6264B;
}
.hero .the-content {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .hero .the-content {
    width: 100%;
  }
}
.hero .the-content p {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  line-height: 60px;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .hero .the-content p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5em;
  }
}
.hero .the-content .button-wrapper {
  margin-top: 60px;
}
@media only screen and (max-width: 992px) {
  .hero .the-content .button-wrapper {
    margin-top: 30px;
  }
}
@supports (-webkit-touch-callout: none) {
  .hero {
    /* CSS specific to iOS devices */
  }
  .hero .non-ios-mobile {
    display: none;
    visibility: hidden;
  }
  .hero .ios-mobile,
  .hero .hero .slide img.mobile {
    display: block;
    visibility: visible;
  }
  .hero .slide.ios-moble {
    text-align: center;
  }
}
@supports not (-webkit-touch-callout: none) {
  .hero {
    /* CSS for other than iOS devices */
  }
  .hero .non-ios-mobile {
    display: block;
    visibility: visible;
  }
  .hero .ios-mobile {
    display: none;
    visibility: hidden;
  }
}

/* ==========================================================================
   INTERIOR PAGE HEADERS
   ========================================================================== */
.page-header {
  margin: 150px 0;
}
@media only screen and (max-width: 992px) {
  .page-header {
    margin: 0;
  }
}
.page-header .content-wrapper {
  max-width: 100%;
}
.page-header .content-wrapper p {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.025em;
}
.page-header.basic-header [class^=container] {
  display: flex;
  flex-direction: column;
}
.page-header.basic-header .content-wrapper {
  display: grid;
  grid-gap: 45px;
  row-gap: 45px;
  align-items: baseline;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .page-header.basic-header .content-wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .page-header.basic-header .content-wrapper {
    row-gap: 0;
  }
}
.page-header.basic-header .image-wrapper {
  margin-top: 90px;
}
.page-header.basic-header .image-group {
  display: grid;
  grid-gap: 45px;
  row-gap: 75px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1200px) {
  .page-header.basic-header .image-group {
    grid-template-columns: 1fr;
  }
}
.page-header.basic-header .image-group .image-wrapper {
  max-width: 550px;
  margin-top: 0;
}
@media only screen and (min-width: 767px) {
  .page-header.basic-header .image-group .image-wrapper:nth-child(odd) > * {
    transform: rotate(-10deg);
  }
  .page-header.basic-header .image-group .image-wrapper:nth-child(even) > * {
    transform: rotate(10deg);
  }
}
@media only screen and (min-width: 767px) and (min-width: 1199px) {
  .page-header.basic-header .image-group .image-wrapper:nth-child(even) {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .page-header.basic-header .tags {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  .page-header.basic-header .image-group {
    margin-top: 60px;
  }
}
.page-header.portfolio-header [class^=container], .page-header.contact-header [class^=container] {
  display: grid;
  grid-gap: 30px;
  row-gap: 30px;
  grid-template-columns: 1.5fr 1fr;
}
@media (max-width: 992px) {
  .page-header.portfolio-header [class^=container], .page-header.contact-header [class^=container] {
    grid-template-columns: 1fr;
  }
}
.page-header.portfolio-header .social-wrapper, .page-header.contact-header .social-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 45px 0;
}
.page-header.portfolio-header .social-wrapper ul, .page-header.contact-header .social-wrapper ul {
  position: relative;
  top: 10px;
  gap: 0;
}
.page-header.portfolio-header .social-wrapper .social-share .a2a_kit, .page-header.contact-header .social-wrapper .social-share .a2a_kit {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
}
.page-header.portfolio-header .portfolio-info, .page-header.contact-header .portfolio-info {
  margin-top: 45px;
}
.page-header.portfolio-header .portfolio-info dl, .page-header.contact-header .portfolio-info dl {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-header.portfolio-header .portfolio-info dl .item, .page-header.contact-header .portfolio-info dl .item {
  width: 100%;
}
.page-header.portfolio-header .portfolio-info dl .item > *, .page-header.contact-header .portfolio-info dl .item > * {
  padding: 0 15px;
}
.page-header.portfolio-header .portfolio-info dl .item dt, .page-header.contact-header .portfolio-info dl .item dt {
  border-bottom: 3px solid #00B2CD;
}
@media only screen and (max-width: 768px) {
  .page-header.portfolio-header .portfolio-info dl, .page-header.contact-header .portfolio-info dl {
    flex-wrap: wrap;
  }
  .page-header.portfolio-header .portfolio-info dl .item, .page-header.contact-header .portfolio-info dl .item {
    max-width: 100%;
  }
}
.page-header.portfolio-header .content-wrapper h1, .page-header.contact-header .content-wrapper h1 {
  line-height: 1.25;
}
.page-header.portfolio-header.alt dl, .page-header.contact-header.alt dl {
  display: flex;
  flex-direction: row;
  gap: 45px;
}
.page-header.portfolio-header.alt dl .item.technique, .page-header.contact-header.alt dl .item.technique {
  max-width: fit-content;
}
.page-header.portfolio-header.alt dl .item dd, .page-header.contact-header.alt dl .item dd {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 5px;
}
.page-header.contact-header .portfolio-info dl {
  gap: 30px;
}
.page-header.contact-header .portfolio-info dl .item.social .social-wrapper {
  gap: 10px;
  flex-wrap: wrap;
  margin: 8px 0;
}
.page-header.contact-header .portfolio-info dl .item.social .social-wrapper dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #D6264B;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.page-header.contact-header .portfolio-info dl .item.social .social-wrapper dd a span {
  display: block;
}
.page-header.contact-header .portfolio-info dl .item.social .social-wrapper dd a span.icon-designs {
  font-size: 16px;
  font-size: 1rem;
}
.page-header.contact-header .portfolio-details .the-content {
  margin-bottom: 30px;
}
.page-header.contact-header .portfolio-details .the-content p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5em;
}
.page-header.contact-header .portfolio-details .image-wrapper img {
  outline: 4px solid #D6264B;
}

/* ==========================================================================
   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 {
  margin-top: 30px;
  margin-inline: auto;
}
form.freeform-form button {
  background-color: #D6264B;
  padding: 10px 60px;
  margin-top: 15px !important;
  border: 2px solid #E47042;
  border-radius: 0;
  outline: 2px solid #FBDF48;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-variant: small-caps;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  color: #130E30;
  -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;
}
form.freeform-form button:before, form.freeform-form button:after {
  -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;
}
form.freeform-form button:hover, form.freeform-form button:focus-visible {
  background-color: inherit;
}
form .freeform-row [class*=freeform-fieldtype-] {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  form .freeform-row [class*=freeform-fieldtype-] {
    padding: 20px 0;
  }
}
form .freeform-row [class*=freeform-col-] label {
  position: absolute;
  left: -10000px;
}
form .freeform-row [class*=freeform-col-] input,
form .freeform-row [class*=freeform-col-] textarea {
  background-color: #A79CCF;
  border: 2px solid #5B6AB7;
  border-radius: 0;
  padding: 20px 15px;
}
form .freeform-row [class*=freeform-col-] input::placeholder,
form .freeform-row [class*=freeform-col-] textarea::placeholder {
  color: #130E30;
}

/*!
 * 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: 800px;
  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-condensed", 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
   ========================================================================== */
@media only screen and (min-width: 767px) {
  .the-content,
  .content-wrapper {
    margin: 0 auto;
    margin-inline: auto;
  }
}
.the-content.left,
.content-wrapper.left {
  margin-left: 0;
}
.the-content.right,
.content-wrapper.right {
  margin-right: 0;
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
section,
.section {
  width: 100%;
  padding: 45px 0;
  margin: 45px 0;
}
@media only screen and (max-width: 768px) {
  section,
  .section {
    padding-top: 30px;
    margin-top: 30px;
  }
}
section.banner,
.section.banner {
  margin: 0;
}
section:has(.flame-wrapper),
.section:has(.flame-wrapper) {
  padding: 0;
}

.layout-wrapper {
  margin: 60px 0;
}

.gallery-wrapper {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .gallery-wrapper {
    margin-top: 15px;
  }
}

/* ==========================================================================
   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: grid;
  grid-gap: 45px;
  row-gap: 45px;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1200px) {
  .featured-content [class^=container] {
    grid-template-columns: 1fr;
  }
}
.featured-content .image-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.featured-content .the-content p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  letter-spacing: 0.025em;
}

.basic-content .image-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin: 60px 0;
}
.basic-content .image-group:has(> *:nth-child(3):nth-last-child(1)) {
  justify-content: space-between;
}
.basic-content .image-group .image-wrapper {
  margin-inline: initial;
}

.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;
}

.services .layout-wrapper {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.experience .layout-wrapper {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.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;
  }
}

.skills .layout-wrapper {
  display: grid;
  grid-gap: 45px;
  row-gap: 45px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .skills .layout-wrapper {
    grid-template-columns: 1fr;
  }
}
.skills .layout-wrapper h3 {
  font-size: 80px;
  font-size: 5rem;
  font-family: "democratica", sans-serif;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .skills .layout-wrapper h3 {
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 30px;
  }
}
.skills .layout-wrapper ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  list-style-type: none;
}
.skills .layout-wrapper ul li {
  background-color: #5B6AB7;
  padding: 5px 30px;
  width: max-content;
  margin: 0;
  color: #FBDF48;
}
@media only screen and (max-width: 992px) {
  .skills .layout-wrapper ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.portfolio-preview .layout-wrapper {
  display: grid;
  grid-gap: 90px;
  row-gap: 90px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1200px) {
  .portfolio-preview .layout-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .portfolio-preview .layout-wrapper {
    grid-template-columns: 1fr;
  }
}
.portfolio-preview .layout-wrapper > * {
  max-width: 550px;
}

.projects .gallery-wrapper {
  column-count: 3;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .projects .gallery-wrapper {
    column-count: 2;
  }
}
@media only screen and (max-width: 768px) {
  .projects .gallery-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-count: 1;
  }
}
.projects .gallery-wrapper .image-wrapper {
  max-width: 400px;
  margin: 30px 15px;
}
@media only screen and (max-width: 768px) {
  .projects .gallery-wrapper .image-wrapper {
    margin: 15px;
  }
}
.projects .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.projects .pagination > * {
  background: #00B2CD;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50px;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  color: #FBDF48;
  cursor: pointer;
}
.projects .pagination > *.mixitup-control-active {
  background: #130E30;
}
.projects .pagination .mixitup-control-prev,
.projects .pagination .mixitup-control-next {
  background: none;
  position: relative;
  top: -10px;
  display: flex;
  width: auto;
  height: auto;
  font-size: 125px;
  font-size: 7.8125rem;
}
.projects .pagination .mixitup-control-disabled {
  visibility: hidden;
}

.connect .heading-wrapper {
  text-align: center;
}
.connect .heading-wrapper h2 {
  font-size: 120px;
  font-size: 7.5rem;
  text-transform: none;
  color: #FBDF48;
}
@media only screen and (max-width: 992px) {
  .connect .heading-wrapper h2 {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 480px) {
  .connect .heading-wrapper h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.connect .heading-wrapper h2 .pre-heading, .connect .heading-wrapper h2 .meta-data {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  color: #00B2CD;
}
@media only screen and (max-width: 992px) {
  .connect .heading-wrapper h2 .pre-heading, .connect .heading-wrapper h2 .meta-data {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .connect .heading-wrapper h2 .pre-heading, .connect .heading-wrapper h2 .meta-data {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.connect .button-wrapper {
  justify-content: center;
}

.connect-callout [class^=container] {
  background: rgb(167, 156, 207);
  background: -moz-linear-gradient(150deg, rgb(167, 156, 207) 45%, rgb(0, 178, 205) 80%);
  background: -webkit-linear-gradient(150deg, rgb(167, 156, 207) 45%, rgb(0, 178, 205) 80%);
  background: linear-gradient(150deg, rgb(167, 156, 207) 45%, rgb(0, 178, 205) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a79ccf",endColorstr="#00b2cd",GradientType=1);
  padding: 45px 120px;
  display: grid;
  grid-gap: 45px;
  row-gap: 45px;
  align-items: center;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 768px) {
  .connect-callout [class^=container] {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1200px) {
  .connect-callout [class^=container] {
    padding: 45px 75px;
  }
}
@media only screen and (max-width: 992px) {
  .connect-callout [class^=container] {
    padding: 45px 45px;
  }
}
.connect-callout .content-wrapper h2 {
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: none;
  color: #130E30;
  margin-bottom: 20px;
}
.connect-callout .content-wrapper .the-content > * {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  letter-spacing: 0.025em;
  color: #130E30;
}
.connect-callout .button-wrapper {
  justify-content: flex-end;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .connect-callout .button-wrapper {
    justify-content: center;
  }
}

.project-details [class^=container] {
  background-color: #130E30;
  align-items: center;
  padding: 60px;
}
.project-details .image-wrapper img {
  border-color: #5B6AB7;
}
.project-details .the-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
.project-details .the-content dl dt {
  margin-bottom: 45px;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-variant: none;
  letter-spacing: 0.05em;
  color: #00B2CD;
}
.project-details .the-content dl dd {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #A79CCF;
  font-variant: none;
}
.project-details .the-content dl dd:not(:first-of-type) {
  margin-top: 30px;
}
.project-details .the-content dl dd span {
  font-weight: 700;
}

.tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 60px 0;
}
.tags > * {
  background: none;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  color: #FBDF48;
  border: none;
  cursor: pointer;
  -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;
}
.tags > *:before, .tags > *:after {
  -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;
}
.tags > *:hover, .tags > *:focus-visible {
  color: #D6264B;
}
@media only screen and (max-width: 768px) {
  .tags {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .tags.controls {
    flex-direction: column;
    align-items: flex-start;
  }
  .tags.controls > * {
    text-align: left;
  }
}

.fslightbox-container {
  background-color: #130E30; /*Fallback */
  background-color: rgba(19, 14, 48, 0.75);
}
.fslightbox-container .fslightbox-slide-number-container .fslightbox-flex-centered > * {
  color: #FBDF48;
  font-size: 20px;
  font-size: 1.25rem;
}
.fslightbox-container .fslightbox-slide-number-container .fslightbox-flex-centered .fslightbox-slash {
  height: 20px;
  background: #FBDF48;
}
.fslightbox-container .fslightbox-toolbar > * {
  background-color: #FBDF48;
  width: 45px;
  height: 45px;
  -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;
}
.fslightbox-container .fslightbox-toolbar > * svg {
  width: 30px;
  height: 30px;
}
.fslightbox-container .fslightbox-toolbar > * svg path {
  fill: #130E30;
}
.fslightbox-container .fslightbox-toolbar > *:before, .fslightbox-container .fslightbox-toolbar > *:after {
  -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;
}
.fslightbox-container .fslightbox-toolbar > *:hover, .fslightbox-container .fslightbox-toolbar > *:focus-visible {
  background-color: #E47042;
}
.fslightbox-container .fslightbox-toolbar > *:hover svg path, .fslightbox-container .fslightbox-toolbar > *:focus-visible svg path {
  fill: #130E30;
}
.fslightbox-container .fslightbox-slide-btn-container {
  -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;
}
.fslightbox-container .fslightbox-slide-btn-container .fslightbox-slide-btn {
  background-color: #FBDF48;
  padding: 15px;
}
.fslightbox-container .fslightbox-slide-btn-container .fslightbox-slide-btn svg {
  width: 30px;
  height: 30px;
}
.fslightbox-container .fslightbox-slide-btn-container .fslightbox-slide-btn svg path {
  fill: #130E30;
}
.fslightbox-container .fslightbox-slide-btn-container:before, .fslightbox-container .fslightbox-slide-btn-container:after {
  -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;
}
.fslightbox-container .fslightbox-slide-btn-container:hover .fslightbox-slide-btn, .fslightbox-container .fslightbox-slide-btn-container:focus-visible .fslightbox-slide-btn {
  background-color: #E47042;
}
.fslightbox-container .fslightbox-slide-btn-container:hover .fslightbox-slide-btn svg path, .fslightbox-container .fslightbox-slide-btn-container:focus-visible .fslightbox-slide-btn svg path {
  fill: #130E30;
}

/* ==========================================================================
   REUSABLE STYLES
   ========================================================================== */
.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 center, bottom center;
  background-size: auto;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 992px) {
  .flame-wrapper {
    background-size: 90%;
    padding: 20% 0;
  }
}
@media only screen and (max-width: 768px) {
  .flame-wrapper {
    background-size: 65%;
  }
}
.flame-wrapper .heading-wrapper h2 {
  color: #130E30;
}
.flame-wrapper .heading-wrapper:has(.stylized) h2 {
  color: #D6264B;
}

.pseudo-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pseudo-border::before, .pseudo-border::after {
  position: absolute;
  width: 15%;
  height: 15%;
  content: "";
}
.pseudo-border.df::before {
  right: 0;
  top: 0;
  border-right: 4px solid #00B2CD;
  border-top: 4px solid #00B2CD;
}
.pseudo-border.df::after {
  left: 0;
  bottom: 0;
  border-left: 4px solid #00B2CD;
  border-bottom: 4px solid #00B2CD;
}
.pseudo-border.tr::before {
  right: 0;
  top: 0;
  border-right: 4px solid #00B2CD;
  border-top: 4px solid #00B2CD;
}
.pseudo-border.tl::after {
  left: 0;
  top: 0;
  border-left: 4px solid #00B2CD;
  border-top: 4px solid #00B2CD;
}
.pseudo-border.br::before {
  right: 0;
  bottom: 0;
  border-right: 4px solid #00B2CD;
  border-bottom: 4px solid #00B2CD;
}
.pseudo-border.bl::after {
  left: 0;
  bottom: 0;
  border-left: 4px solid #00B2CD;
  border-bottom: 4px solid #00B2CD;
}
@media only screen and (max-width: 768px) {
  .pseudo-border {
    display: none;
  }
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: fit-content;
  z-index: 11;
}
.back-to-top a span {
  display: block;
  width: 50px;
  height: 50px;
}

/* ==========================================================================
    CARDS
    ========================================================================== */
.card {
  /* SERVICE */
  /* EXPERIENCE */
}
.card .label {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.card h3 {
  font-size: 72px;
  font-size: 4.5rem;
  font-family: "democratica", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .card h3 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 0.85em;
  }
}
.card p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  letter-spacing: 0;
}
.card.service a {
  background-color: #D6264B;
  display: flex;
  align-items: center;
  gap: 45px;
  row-gap: 0;
  padding: 45px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.card.service a .number {
  position: relative;
  bottom: -150px;
  align-self: flex-end;
  font-size: 300px;
  font-size: 18.75rem;
  font-family: "baroque-text-jf", sans-serif;
  color: #00B2CD;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.card.service a .number:before, .card.service a .number:after {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .card.service a .number {
    font-size: 250px;
    font-size: 15.625rem;
  }
}
.card.service a .number span {
  display: block;
}
.card.service a .content-wrapper {
  display: flex;
  gap: 45px;
  align-items: center;
}
.card.service a .content-wrapper h3 {
  color: #FBDF48;
}
.card.service a .content-wrapper .label {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "democratica", sans-serif;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FBDF48;
}
.card.service a .content-wrapper .the-content > *,
.card.service a .content-wrapper .label {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.card.service a .content-wrapper .the-content > *:before, .card.service a .content-wrapper .the-content > *:after,
.card.service a .content-wrapper .label:before,
.card.service a .content-wrapper .label:after {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .card.service a {
    flex-direction: column;
  }
  .card.service a .number {
    position: initial;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .card.service a .label {
    display: none;
  }
}
.card.service a:before, .card.service a:after {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.card.service a:hover, .card.service a:focus-visible {
  background-color: #00B2CD;
}
.card.service a:hover .number, .card.service a:focus-visible .number {
  color: #D6264B;
}
.card.service a:hover .content-wrapper .the-content > *,
.card.service a:hover .content-wrapper .label, .card.service a:focus-visible .content-wrapper .the-content > *,
.card.service a:focus-visible .content-wrapper .label {
  color: #130E30;
}
.card.service:nth-child(even) a {
  flex-direction: row-reverse;
}
.card.service:nth-child(even) a .content-wrapper {
  flex-direction: row-reverse;
}
.card.service:nth-child(even) a .the-content {
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  .card.service:nth-child(even) a {
    flex-direction: column;
  }
  .card.service:nth-child(even) a .the-content {
    text-align: left;
  }
}
.card.exp {
  background-color: #A79CCF;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 75px;
  row-gap: 45px;
  padding: 45px;
  padding-left: 120px;
  overflow: hidden;
}
.card.exp .content-wrapper {
  display: flex;
  align-items: center;
  gap: 75px;
  margin: 0;
  margin-inline: initial;
}
.card.exp .content-wrapper .the-content {
  max-width: 800px;
}
.card.exp .content-wrapper .the-content > * {
  color: #130E30;
}
.card.exp .name p {
  display: block;
  width: min-content;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.025em;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .card.exp .name p {
    text-align: left;
  }
}
.card.exp .date p {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.01;
}
.card.exp.work {
  background-color: #00B2CD;
  background-image: url(../assets/img/layout/card-flame-l.png);
  background-position: left center;
  background-size: contain;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 992px) {
  .card.exp.work {
    background-size: auto;
  }
}
@media only screen and (max-width: 768px) {
  .card.exp.work {
    background-image: none;
  }
}
.card.exp.work h2,
.card.exp.work .label p {
  color: #D6264B;
}
.card.exp.education {
  background-color: #A79CCF;
  background-image: url(../assets/img/layout/card-flame-purple-l.png);
  background-position: left center;
  background-size: contain;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 992px) {
  .card.exp.education {
    background-size: auto;
  }
}
@media only screen and (max-width: 768px) {
  .card.exp.education {
    background-image: none;
  }
}
.card.exp.education h2,
.card.exp.education .label p {
  color: #5B6AB7;
}
.card.exp:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: start;
  padding-left: 60px;
  padding-right: 120px;
}
.card.exp:nth-child(even).work, .card.exp:nth-child(even).education {
  background-position: right center;
}
.card.exp:nth-child(even).work .content-wrapper, .card.exp:nth-child(even).education .content-wrapper {
  flex-direction: row-reverse;
}
.card.exp:nth-child(even).work {
  background-image: url(../assets/img/layout/card-flame-r.png);
}
@media only screen and (max-width: 992px) {
  .card.exp:nth-child(even).work {
    background-size: auto;
  }
}
@media only screen and (max-width: 768px) {
  .card.exp:nth-child(even).work {
    background-image: none;
  }
}
.card.exp:nth-child(even).education {
  background-image: url(../assets/img/layout/card-flame-purple-r.png);
}
@media only screen and (max-width: 992px) {
  .card.exp:nth-child(even).education {
    background-size: auto;
  }
}
@media only screen and (max-width: 768px) {
  .card.exp:nth-child(even).education {
    background-image: none;
  }
}
@media only screen and (max-width: 1200px) {
  .card.exp {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 60px;
  }
  .card.exp:nth-child(even) {
    flex-direction: column;
    padding-right: 60px;
  }
  .card.exp .name p {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .card.exp .label {
    display: none;
  }
}

/* ==========================================================================
   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;
}
a.tag {
  font-size: 48px;
  font-size: 3rem;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: initial;
  line-height: 1;
  letter-spacing: 0.025;
}

.button-wrapper,
.link-wrapper {
  position: relative;
  display: flex;
}
.button-wrapper a,
.link-wrapper a {
  display: flex;
  margin-top: 30px;
  font-size: 32px;
  font-size: 2rem;
  font-variant: small-caps;
}
.button-wrapper a span,
.link-wrapper a span {
  display: inline-block;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #130E30;
  text-align: center;
  text-decoration: none;
  padding: 0 30px;
  line-height: 51px;
  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 {
  animation: bounce 1.2s ease-in-out; /* Applies bounce effect */
}
@media only screen and (max-width: 768px) {
  .button-wrapper:not(.special) a,
  .link-wrapper:not(.special) a {
    background-color: #D6264B;
    border: 2px solid #E47042;
    outline: 2px solid #FBDF48;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .button-wrapper:not(.special) a span,
  .link-wrapper:not(.special) a span {
    background-image: none;
  }
  .button-wrapper:not(.special) a .flame-cap,
  .button-wrapper:not(.special) a .btn-cap,
  .link-wrapper:not(.special) a .flame-cap,
  .link-wrapper:not(.special) a .btn-cap {
    display: none;
  }
}
.button-wrapper.large a,
.link-wrapper.large a {
  font-size: 38px;
  font-size: 2.375rem;
}
.button-wrapper.blue span,
.link-wrapper.blue span {
  font-weight: 700;
  letter-spacing: 1px;
  color: #130E30;
  background-image: url(../assets/img/buttons/btn-mdl-blue.png);
  background-repeat: repeat-x;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .button-wrapper.blue span,
  .link-wrapper.blue span {
    background-image: none;
  }
}
@media only screen and (max-width: 768px) {
  .button-wrapper.blue a,
  .link-wrapper.blue a {
    background-color: #00B2CD;
    border: 2px solid #5B6AB7;
    outline: 2px solid #A79CCF;
  }
}
.button-wrapper.special a,
.link-wrapper.special a {
  background-image: none;
  background-image: url(../assets/img/buttons/btn-flames-cntct-off.png);
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  justify-content: center;
  padding-top: 150px;
  width: 200px;
  -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;
}
.button-wrapper.special a .button-bg,
.link-wrapper.special a .button-bg {
  background-image: none;
  background-color: #D6264B;
  position: relative;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border: 4px solid #FBDF48;
  border-radius: 100px;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.01em;
  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;
}
.button-wrapper.special a .button-bg:before, .button-wrapper.special a .button-bg:after,
.link-wrapper.special a .button-bg:before,
.link-wrapper.special a .button-bg:after {
  -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;
}
.button-wrapper.special a:before, .button-wrapper.special a:after,
.link-wrapper.special a:before,
.link-wrapper.special a:after {
  -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;
}
.button-wrapper.special a:hover, .button-wrapper.special a:focus-visible,
.link-wrapper.special a:hover,
.link-wrapper.special a:focus-visible {
  background-image: url(../assets/img/buttons/btn-flames-cntct-on-hover.png);
}
.button-wrapper.special a:hover .button-bg, .button-wrapper.special a:focus-visible .button-bg,
.link-wrapper.special a:hover .button-bg,
.link-wrapper.special a:focus-visible .button-bg {
  background-color: #00B2CD;
  border-color: #D6264B;
  color: #130E30;
}
.button-wrapper.left,
.link-wrapper.left {
  justify-content: flex-start;
}
.button-wrapper.center,
.link-wrapper.center {
  justify-content: center;
}
.button-wrapper.right,
.link-wrapper.right {
  justify-content: flex-end;
}

#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-condensed", 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 {
  margin-bottom: 30px;
}
.pagination [class^=container] {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pagination [class^=container] {
    flex-direction: column;
    gap: 45px;
  }
}
.pagination a {
  font-size: 48px;
  font-size: 3rem;
  font-family: "newbery-sans-pro-condensed", sans-serif;
  font-variant: small-caps;
  font-weight: 700;
  line-height: 1;
  color: #E47042;
  background: linear-gradient(#FBDF48, #D6264B) left no-repeat, #E47042;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: 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;
}
.pagination a:before, .pagination a:after {
  -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;
}
.pagination a:hover, .pagination a:focus-visible {
  background-size: 100% 100%;
}
.pagination + .button-wrapper {
  margin-bottom: 45px;
}

/* ==========================================================================
   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: #130E30;
}
.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;
}

/* ==========================================================================
   	LIKE BUTTON
   	========================================================================== */
.like-button {
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.like-button svg {
  max-width: 75px;
  width: 100%;
}
.like-button svg .cls-1 {
  fill: #D6264B;
}
.like-button svg .cls-2 {
  fill: #A79CCF;
}
.like-button .number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 68%;
  left: 46%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FBDF48;
  font-family: "newbery-sans-pro-condensed", sans-serif;
}
.like-button.active svg .cls-1 {
  fill: #5B6AB7;
}
.like-button.active svg .cls-2 {
  fill: #00B2CD;
}

/* ==========================================================================
   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-condensed", 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-condensed", 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;
  flex-wrap: wrap;
  justify-content: center;
  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%;
}
.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;
}

/* ==========================================================================
   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: "democratica", sans-serif;
  color: #aaa;
  font-weight: 400;
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.basic-callout .the-content a {
  font-family: "democratica", 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-condensed", 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: "democratica", 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
   ========================================================================== */
.swiper {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  margin: 30px 0;
}
.swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-wrapper .swiper-slide img {
  max-height: fit-content;
}
.swiper .swiper-pagination > * {
  background-color: #00B2CD; /*Fallback */
  background-color: rgba(0, 178, 205, 0.75);
  border: 1px solid #FBDF48;
  padding: 6px;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #00B2CD;
}
.swiper [class^=swiper-button-]::after {
  background-color: #00B2CD; /*Fallback */
  background-color: rgba(0, 178, 205, 0.45);
  color: #FBDF48;
  padding: 15px 25px;
}

/* ==========================================================================
   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;
}

/* =========================================================================
    BASE
    ========================================================================== */
.modal-item .modal-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 10px;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 0.5;
  border: 2px solid #E47042;
  border-radius: 50%;
  color: #E47042;
}

#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* ==========================================================================
    ABOUT PAGE
    ========================================================================== */
.about-page section:has(.flame-wrapper) {
  background: rgb(167, 156, 207);
  background: -moz-linear-gradient(0deg, rgb(167, 156, 207) 50%, rgb(0, 178, 205) 100%);
  background: -webkit-linear-gradient(0deg, rgb(167, 156, 207) 50%, rgb(0, 178, 205) 100%);
  background: linear-gradient(0deg, rgb(167, 156, 207) 50%, rgb(0, 178, 205) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a79ccf",endColorstr="#00b2cd",GradientType=1);
}
.about-page .flame-wrapper .intro-wrapper .the-content > * {
  color: #D6264B;
}

/* ==========================================================================
    HOMEPAGE
    ========================================================================== */
.home section:has(.flame-wrapper) {
  background: rgb(167, 156, 207);
  background: -moz-linear-gradient(0deg, rgb(167, 156, 207) 25%, rgb(214, 38, 75) 75%);
  background: -webkit-linear-gradient(0deg, rgb(167, 156, 207) 25%, rgb(214, 38, 75) 75%);
  background: linear-gradient(0deg, rgb(167, 156, 207) 25%, rgb(214, 38, 75) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a79ccf",endColorstr="#d6264b",GradientType=1);
}
.home h1 {
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1em;
}
.home .basic-content .heading-wrapper {
  margin-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .home .basic-content .heading-wrapper {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .home .basic-content .heading-wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home .basic-content.intro .the-content {
    text-align: left;
  }
}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */
.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: 800px;
    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-condensed", 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-condensed", 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;
}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */
.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: 800px;
    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-condensed", 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-condensed", 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;
}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */
.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: 800px;
    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-condensed", 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-condensed", 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;
}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */
.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: 800px;
    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-condensed", 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-condensed", 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;
}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */
.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: 800px;
    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-condensed", 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-condensed", 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;
}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */
.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: 800px;
    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-condensed", 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-condensed", 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;
}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */
.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: 800px;
    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-condensed", 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-condensed", 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;
}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */
.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: 800px;
    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-condensed", 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-condensed", 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;
}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */
.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: 800px;
    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-condensed", 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-condensed", 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;
}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */
.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: 800px;
    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-condensed", 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-condensed", 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;
}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */
.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: 800px;
    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-condensed", 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-condensed", 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;
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.contact-page section:has(.flame-wrapper) {
  background: rgb(167, 156, 207);
  background: -moz-linear-gradient(0deg, rgb(167, 156, 207) 50%, rgb(0, 178, 205) 100%);
  background: -webkit-linear-gradient(0deg, rgb(167, 156, 207) 50%, rgb(0, 178, 205) 100%);
  background: linear-gradient(0deg, rgb(167, 156, 207) 50%, rgb(0, 178, 205) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a79ccf",endColorstr="#00b2cd",GradientType=1);
}
.contact-page dl dt {
  font-size: 48px;
  font-size: 3rem;
}
.contact-page dl dd {
  font-size: 24px;
  font-size: 1.5rem;
}
.contact-page dl dd a:hover, .contact-page dl dd a:focus-visible {
  text-decoration: underline;
}
.contact-page .social-wrapper a:hover, .contact-page .social-wrapper a:focus-visible {
  background-color: #D6264B;
}
.contact-page .social-wrapper a:hover span, .contact-page .social-wrapper a:focus-visible span {
  color: #130E30;
}

/* ==========================================================================
    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-condensed", 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-condensed", 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-condensed", 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-condensed", 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-condensed", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
}
.blog.detail .post-wrapper,
.events.detail .post-wrapper {
  max-width: 800px;
  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-condensed", 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: 800px;
  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: 800px;
    margin: 0 auto;
    margin-top: 60px;
  }
}

.rewards .rewards-wrapper {
  text-align: center;
}
.rewards .rewards-wrapper a[href="http://join.mywallet.deals"] {
  text-align: center;
}

/* ==========================================================================
   SERVICES PAGE
   ========================================================================== */
.services-page section:has(.flame-wrapper) {
  background: rgb(91, 106, 183);
  background: -moz-linear-gradient(0deg, rgb(91, 106, 183) 25%, rgb(214, 38, 75) 75%);
  background: -webkit-linear-gradient(0deg, rgb(91, 106, 183) 25%, rgb(214, 38, 75) 75%);
  background: linear-gradient(0deg, rgb(91, 106, 183) 25%, rgb(214, 38, 75) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b6ab7",endColorstr="#d6264b",GradientType=1);
}
.services-page .page-header {
  margin-bottom: 90px;
  padding-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .services-page .page-header {
    margin-bottom: 45px;
  }
}
.services-page .page-header .tags {
  margin-top: 120px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .services-page .page-header .tags {
    margin-top: 90px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .services-page .page-header .tags {
    align-items: flex-start;
    margin-top: 60px;
  }
}
.services-page .page-header .tags a {
  color: #A79CCF;
  -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;
}
.services-page .page-header .tags a:before, .services-page .page-header .tags a:after {
  -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;
}
.services-page .page-header .tags a:hover, .services-page .page-header .tags a:focus-visible {
  color: #D6264B;
}
.services-page .service-content {
  padding: 45px 0;
  margin: 45px 0;
}
@media only screen and (max-width: 768px) {
  .services-page .service-content {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.services-page .service-content [class^=container] {
  display: grid;
  grid-gap: 90px;
  row-gap: 45px;
  grid-template-columns: 1fr 1.25fr;
}
@media (max-width: 1200px) {
  .services-page .service-content [class^=container] {
    grid-template-columns: 1fr;
  }
}
.services-page .service-content .service-number {
  background-color: #D6264B;
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
}
.services-page .service-content .service-number span {
  position: relative;
  bottom: -175px;
  align-self: flex-end;
  font-size: 300px;
  font-size: 18.75rem;
  font-size: clamp(12.5rem, 7.4519rem + 22.4359vw, 34.375rem);
  font-family: "baroque-text-jf", sans-serif;
  color: #00B2CD;
}
.services-page .service-content .service-number span span {
  display: block;
}
.services-page .service-content .content-wrapper h2 {
  color: #D6264B;
}
.services-page .service-content .content-wrapper .tags {
  justify-content: flex-start;
  gap: 20px;
  row-gap: 15px;
}
.services-page .service-content .content-wrapper .tags > * {
  font-size: 36px;
  font-size: 2.25rem;
  color: #00B2CD;
}
@media only screen and (max-width: 768px) {
  .services-page .service-content .content-wrapper .tags > * {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .services-page .service-content .content-wrapper .tags {
    margin-bottom: 30px;
  }
}
.services-page .service-content:nth-child(odd) [class^=container] {
  display: grid;
  grid-gap: 90px;
  row-gap: 45px;
  grid-template-columns: 1.25fr 1fr;
}
@media (max-width: 1200px) {
  .services-page .service-content:nth-child(odd) [class^=container] {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1199px) {
  .services-page .service-content:nth-child(odd) [class^=container] .service-number {
    order: 2;
  }
  .services-page .service-content:nth-child(odd) [class^=container] .content-wrapper {
    order: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .services-page .service-content .service-number span {
    bottom: -120px;
  }
}
@media only screen and (max-width: 768px) {
  .services-page .service-content .service-number span {
    bottom: -75px;
  }
}
.services-page .projects-preview .layout-wrapper {
  display: grid;
  grid-gap: 90px;
  row-gap: 90px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .services-page .projects-preview .layout-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   SHOP PAGE
   ========================================================================== */
.shop-page section:has(.flame-wrapper) {
  background: rgb(214, 38, 75);
  background: -moz-linear-gradient(0deg, rgb(214, 38, 75) 30%, rgb(91, 106, 183) 60%);
  background: -webkit-linear-gradient(0deg, rgb(214, 38, 75) 30%, rgb(91, 106, 183) 60%);
  background: linear-gradient(0deg, rgb(214, 38, 75) 30%, rgb(91, 106, 183) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6264b",endColorstr="#5b6ab7",GradientType=1);
}
.shop-page .intro-wrapper .heading-wrapper .stylized {
  color: #A79CCF;
}
.shop-page .intro-wrapper .the-content > * {
  color: #130E30;
}

/* ==========================================================================
   PORTFOLIO PAGE
   ========================================================================== */
.portfolio section:has(.flame-wrapper) {
  background: rgb(214, 38, 75);
  background: -moz-linear-gradient(0deg, rgb(214, 38, 75) 30%, rgb(91, 106, 183) 60%);
  background: -webkit-linear-gradient(0deg, rgb(214, 38, 75) 30%, rgb(91, 106, 183) 60%);
  background: linear-gradient(0deg, rgb(214, 38, 75) 30%, rgb(91, 106, 183) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6264b",endColorstr="#5b6ab7",GradientType=1);
}
.portfolio .page-header {
  margin-bottom: 0;
}
.portfolio .parent-wrapper .basic-content {
  margin: 60px 0;
  padding: 60px 0;
}
.portfolio .parent-wrapper .basic-content:first-child {
  margin-top: 30px;
  padding-top: 30px;
}
.portfolio .parent-wrapper .basic-content:last-child {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.portfolio .parent-wrapper .basic-content .heading-wrapper .stylized {
  color: #5B6AB7;
}
.portfolio .parent-wrapper .the-content > * {
  color: #130E30;
}
.portfolio .projects .intro-wrapper .heading-wrapper .stylized {
  color: #A79CCF;
}
.portfolio .projects .intro-wrapper .the-content > * {
  color: #130E30;
}

/* ==========================================================================
   PORTFOLIO DETAIL PAGE
   ========================================================================== */
.portfolio-detail section:has(.flame-wrapper) {
  background: rgb(0, 178, 205);
  background: -moz-linear-gradient(0deg, rgb(0, 178, 205) 25%, rgb(167, 156, 207) 60%);
  background: -webkit-linear-gradient(0deg, rgb(0, 178, 205) 25%, rgb(167, 156, 207) 60%);
  background: linear-gradient(0deg, rgb(0, 178, 205) 25%, rgb(167, 156, 207) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b2cd",endColorstr="#a79ccf",GradientType=1);
}
.portfolio-detail .parent-wrapper .flame-wrapper .intro-wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .portfolio-detail .parent-wrapper .flame-wrapper .intro-wrapper {
    margin-bottom: 0;
  }
}
.portfolio-detail .parent-wrapper .flame-wrapper .heading-wrapper h2 .stylized,
.portfolio-detail .parent-wrapper .flame-wrapper .intro-wrapper h2 .stylized {
  color: #5B6AB7;
}
.portfolio-detail .parent-wrapper .flame-wrapper .the-content h3 {
  color: #130E30;
}
.portfolio-detail .parent-wrapper .flame-wrapper .the-content p,
.portfolio-detail .parent-wrapper .flame-wrapper .the-content li {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2em;
  color: #130E30;
}
.portfolio-detail .intro-content [class^=container] {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.portfolio-detail .basic-content h3 {
  color: #130E30;
}
.portfolio-detail .basic-content .the-content > * {
  font-weight: 300;
}
.portfolio-detail .basic-content .image-group {
  flex-wrap: nowrap;
}
.portfolio-detail .basic-content .image-group > * {
  max-width: 515px;
  max-height: 800px;
}
@media only screen and (max-width: 992px) {
  .portfolio-detail .basic-content .image-group {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.portfolio-detail .gallery-wrapper {
  column-count: 3;
  overflow: hidden;
  padding: 5px;
}
.portfolio-detail .gallery-wrapper .mix {
  padding: 20px;
}
@media only screen and (max-width: 992px) {
  .portfolio-detail .gallery-wrapper {
    column-count: 2;
  }
}
@media only screen and (max-width: 768px) {
  .portfolio-detail .gallery-wrapper {
    column-count: 1;
  }
}

/* ==========================================================================
    ALL PAGES
    ========================================================================== */
@media only screen and (min-width: 767px) {
  .portfolio-preview .layout-wrapper .image-wrapper:nth-child(1) > *,
  .projects-preview .layout-wrapper .image-wrapper:nth-child(1) > * {
    transform: rotate(-10deg);
  }
  .portfolio-preview .layout-wrapper .image-wrapper:nth-child(2) > *,
  .projects-preview .layout-wrapper .image-wrapper:nth-child(2) > * {
    transform: rotate(10deg);
  }
}
@media only screen and (min-width: 991px) {
  .portfolio-preview .layout-wrapper .image-wrapper:nth-child(2),
  .projects-preview .layout-wrapper .image-wrapper:nth-child(2) {
    margin-top: 120px;
  }
}

/* ==========================================================================
    GRADIENT BACKGROUNDS
    ========================================================================== */
.home section:has(.flame-wrapper) {
  background: rgb(91, 106, 183);
  background: linear-gradient(0deg, rgb(91, 106, 183) 25%, rgb(214, 38, 75) 100%);
}

.gradient-red {
  background: rgb(91, 106, 183);
  background: linear-gradient(0deg, rgb(91, 106, 183) 25%, rgb(214, 38, 75) 100%);
}

.gradient-purple {
  background: rgb(0, 178, 205);
  background: linear-gradient(0deg, rgb(0, 178, 205) 25%, rgb(167, 156, 207) 75%);
}

.gradient-blue {
  background: rgb(167, 156, 207);
  background: -moz-linear-gradient(0deg, rgb(167, 156, 207) 40%, rgb(0, 178, 205) 75%);
  background: -webkit-linear-gradient(0deg, rgb(167, 156, 207) 40%, rgb(0, 178, 205) 75%);
  background: linear-gradient(0deg, rgb(167, 156, 207) 40%, rgb(0, 178, 205) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a79ccf",endColorstr="#00b2cd",GradientType=1);
}/*# sourceMappingURL=main.css.map */