
/* *********** */
/* CORE STYLES */
/* *********** */
/*** If any changes are made to this file, minify to base_member_jungle.min.css
	$sudo npm install -g minifier
	$minify nova_library/css/base_member_jungle.css
**/
body {
	font-size: 16px;
	font-weight:400;
	line-height: 1.4;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6, .head, .pageheading, .modboxhead, .heading, .heading > strong, .heading2 {
	font-weight: 600;
	text-align: left;
	margin-top: 0;
}

h1, .pageheading {
	font-size: 36px;
}
h2, .heading {
	font-size: 30px;
}

h3, .head, .modboxhead {
	font-size: 28px;
}
h4, .heading2 {
	font-size:26px;
}
h5 {
	font-size:22px;
}
h6 {
	font-size:18px;
}

td, p, li, input, textarea, label {
	font-weight:400;
	font-size: 16px;
	line-height: 1.4;
}
.lead {
	font-size: 22px;
	font-weight: 400;
}
a {
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: underline;
	font-weight: 400;
}

@media (max-width: 480px) {
	h3, .head {
		font-size: 18px;
	}
}
/* ------------------ */
/* Content Containers */
/* ------------------ */

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.section{
	width:1170px;
	margin-right:auto;
	margin-left:auto;
}

.page-content-container {
	padding-bottom: 20px;
	padding-top: 20px;
}

@media (max-width: 1169px){
	.section {
		width: 100%;
	}

}

/* --------------------- */
/* Header and navigation */
/* --------------------- */
#site-header-no-image{
	display:none;
}
#site-header-no-image > a {
	font-size: 30px;
}

.site-utility-container {
	position: absolute;
	top: 0;
	width: 100%;
}

.utility {
	float: right;
}


@media (max-width: 992px) {
	.site-utility-container {
		position: relative;
	}
}


/* ---------- */
/* Navigation */
/* ---------- */

.navbar {
	border: 0 none;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-collapse{
	padding-left:0;
	padding-right:0;
}

.navbar-nav > li > a {
	font-size: 16px;
	font-weight: 600;
	padding: 5px 5px 28px;
	max-width: 130px;
	text-align: center;
	vertical-align: middle;
}
.navbar.navbar-area .nav.navbar-nav {
	float: right;
	margin-left:300px;
}
.nav > li > a:hover, .nav > li > a:focus  {
	text-decoration: none;
	background-color: transparent;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
	border-color: transparent;
}
.dropdown-menu > li > a {
	font-size: 16px;
	white-space: normal;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: transparent none repeat scroll 0 0;
}
.navbar-nav > li > .dropdown-menu {
	border: 0 none;
}

.navbar-toggle .icon-bar{
	margin: auto;
	background-color: black;
}
.navbar-toggle{
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
.navbar-brand > img {
    max-height: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav > li > a {
		font-size: 16px;
		max-width: none;
	}
	.navbar.navbar-area .nav.navbar-nav {
		margin-left: 300px;
		margin-top: inherit;
	}
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px){
	.navbar-nav > li > a {
		font-size: 16px;
		max-width: none;
	}
	.nav.navbar-nav {
		margin-left: 156px;
		margin-top: -45px;
	}

	.navbar{
		height:170px;
	}
	.nav.navbar-nav {
		float: left;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width:767px){
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		margin-left: 0;
		margin-right: 0;
		margin-top: 40px;
	}
	.navbar-brand > img {
		margin-top: -95px;
	}
	.container > .navbar-collapse, .container-fluid > .navbar-collapse {
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		text-align: center;
		top: 0;
		z-index: 21;
		width:100%;
		margin:0
	}
	.navbar-brand {
		height: 42px;

	}
	.nav.navbar-nav {
		width:100%;
		margin: 0;
	}
	.dropdown-menu > li > a {
		color: #fff;
		text-align: center;
	}
	.navbar-nav > li > a {
		font-size: 18px;
		padding: 15px 0;
		max-width: none;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		margin-left: 0;
		margin-right: 0;
		margin-top: 40px;
	}
	.navbar-brand > img {
		margin-top: -89px;
		width: 86%;
	}
	.container > .navbar-collapse, .container-fluid > .navbar-collapse {
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		text-align: center;
		top: 0;
		z-index: 21;
		width:100%;
		margin:0
	}
	.navbar-brand {
		height: 42px;

	}
	.nav.navbar-nav {
		width:100%;
		margin: 0;
	}
	.dropdown-menu > li > a {
		text-align: center;
	}
	.navbar-nav > li > a {
		font-size: 14px;
		padding: 15px 0;
		max-width: 100%;
	}
}

/* -------- */
/* Carousel */
/* -------- */

/* Slideshow */
.carousel-caption {
	background: transparent none repeat scroll 0 0;
	bottom: 0;
	height: 100%;
	margin-left: 2%;
	margin-right: 2%;
	max-width: 100%;
	padding: 0;
	top: 25%;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}

/* ------ */
/* Footer */
/* ------ */
#site-footer-container div {
	text-align: center;
	padding: 2px;
}
.container-fluid.footer-area {
	padding-bottom: 15px;
	padding-top: 15px;
}

.footer-list a{
	font-size: 14px;
}

.footer-logo img {
	max-width: 100%;
	height: auto;
	padding: 10px;
}



/* ------- */
/* Buttons */
/* ------- */
button, html input[type="button"], input[type="reset"], input[type="submit"],.btn:not(.btn-link), .buttons:not(.pull-right), .button, #pdSubmit, .addtocart_text,
.photos_container form#CFForm_1 table tbody tr td input{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	border:none !important;
	font-size: 20px;
	padding: 7px 10px;
	text-transform:uppercase;
	font-weight:600;
	margin-right:0;
	white-space: normal;
	border-radius: 4px;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn:hover, .buttons:hover, .button:hover, #pdSubmit:hover, .addtocart_text:hover,
#pdSubmit,.photos_container form#CFForm_1 table tbody tr td input:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.btn-link, .btn-link:hover  {
	color: inherit;
}

@media (max-width: 768px) {
	button, html input[type="button"], input[type="reset"], input[type="submit"],.btn, .buttons, .button, #pdSubmit, .addtocart_text,
	.photos_container form#CFForm_1 table tbody tr td input{
		font-size: 20px;
		padding: 7px 10px;
	}
}

/** Fix input group buttons ***/
.input-group-btn:last-child > .btn {
    padding-top: 3px;
    padding-bottom: 3px;
}

/* ---------- */
/* Fix MySite */
/* ---------- */

.mysite.container table {
   width: 100%;
}

.mysite.membership > tbody > tr > th {
    display: none;
}

table#mysite.membership {
  width:100%;
}

.mysite.membership.list .button.renew {
  font-size: 14px;
}

.secondary-members {
	padding-top: 20px;
	clear: both;
}

.email-area {
	word-break: break-all;
}


/* ------------- */
/* Forms General */
/* ------------- */


input, .form-control, select, textarea {
	border: 1px solid #000;
	border-radius: 4px;
	margin: 5px 15px 5px 5px;
	padding: 14px 10px;
    font-size: 16px; /* any smaller and iOS devices will zoom in (and not zoom out) */
    width: 90%;
}
.input-group > .form-control {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.input-group {
    margin: 5px 15px 5px 5px;
    font-size: 16px;
    width: 90%;
}

input[type="checkbox"], input[type="radio"] {
	line-height: normal;
	margin: 4px 10px 0 0;
	width: auto !important;
}

.form-control {
	padding: 0 10px;
}

span.required {
    margin-left: -10px;
    position: relative;
    top: -10px;
    color: #cc3333;
}

@media (max-width: 768px) {
	.module.output.form input[type='text'], .module.output.contact.form input, .module.output.form select, .module.output.contact.form .form-control, .module.output.form textarea{
		width: 85%;
	}
}

.ui-datepicker-trigger {
  background: #fff;
}

span.required {
    margin-left: -10px;
    position: relative;
    top: -10px;
    color: #cc3333;
}

/* --------------- */
/* Membership Form */
/* --------------- */

.membership_v2_container .workflow_content .module.output.powerdata.form .section_heading {
	display: none;
}

.membership_v2_container .workflow_content .module.output.powerdata.form td{
	padding-bottom: 10px;
}

div.module.output div.head, .modboxhead {
	background-color: transparent;
	margin-bottom: 20px;
}
.modboxhead {
	display: none;
}

/* ---------------- */
/* Modules - Events */
/* ---------------- */

.module.output.event div.head{
	display:none;
}

.module.output.event div.foot span.view-all a{
	display:none;
}

@media (min-width: 992px) {
	.module.output.events.list {
		-webkit-columns: 2 auto;
		columns: 2 auto;
		-moz-columns: 2 auto;
		height: 100%;
		padding-top: 30px;
		-webkit-column-gap: 25px; /* Chrome, Safari, Opera */
		-moz-column-gap: 25px; /* Firefox */
		column-gap: 25px;
	}
}


/* -------------- */
/* Modules - NEWS */
/* -------------- */

.module.output.news.list {
	list-style: none;
	padding-left: 0;
}
.module.output.news.list > li {
	display: inline-block;
	margin-bottom: 20px;
}

.module.output.news.list a {
	font-size: 28px;
	font-weight: 600;
	margin-right: 10px;
	text-transform: uppercase;
}
.news_container .output.news {
	padding-bottom: 20px;
}

.module.output.news.list {
	background: transparent none repeat scroll 0 0 !important;
	list-style: outside none none;
	padding-left: 0;
}

div.module.output.news div.head {
	display: none;
}

@media (min-width: 992px) {
	.module.output.news.list {
		-webkit-columns: 2 auto;
		columns: 2 auto;
		-moz-columns: 2 auto;
		height: 100%;
		padding-top: 30px;
		-webkit-column-gap: 25px; /* Chrome, Safari, Opera */
		-moz-column-gap: 25px; /* Firefox */
		column-gap: 25px;
	}
}

/* ------ */
/* PHOTOS */
/* ------ */

/******* This is the homepage photo gallery and photo module *******/

.module.output.photos .category-images .photo_image.hover_image .hover_title {
    background: rgba(147, 147, 147, 0.8);
    height: 100%;
    padding: 40px 5px 5px 5px;
    transition-duration: 0.1s;
}
.module.output.photos .category-images .photo_image.hover_image img{
	left: 0 !important;
}

.module.output.photos.post_content .photo_image, .photo_image {
    height: 200px !important;
    overflow: hidden;
}

.module.output.photos.post_content .photo_image img, .photo_image img {
   /* transform: scale(1.3); */
   height: 200px;
   margin-left: auto;
   margin-right: auto;
   max-width: none;
}

.module.output.photos.post_content .head {
  display: none;
}
.module.output.photos.post_content {
    margin-bottom: -30px;
}


.module.output.photos.post_content {
    width: 100%;
    overflow: hidden;
}

.module.output.photos.post_content .photo_image.hover_image .hover_title {
   display: none;
}

.module.output.photos .category-images .photo_image {
    margin-left: auto;
    margin-right: auto;
}

/* *********** */


/* ----- */
/* STORE */
/* ----- */

.product_details a, .assoc-product-container span.product_title > a {
	font-size: 20px;
	text-align: center;
}

.storetiger.list.quick_view .product_price, .assoc-product-container span.product_price {
	font-size: 34px;
	font-weight: 400;
	text-align: center;
}

.discount_price {
	font-weight: 400;
	font-size: 34px;
}

.product_price.discounted {
	font-size: 24px;
}

table.module.output.storetiger.product_head th {
	white-space: normal;
}

.show_all_featured  {
	font-size: 20px;
	text-transform: capitalize;
}

/* Indiv View additional images */

.module.output.storetiger.product_thumbnails img {
	height: 100px;
	object-fit: cover;
	width: 100px;
	margin: 12px 12px 0px 12px;
	border-radius: 6px;

}
.storetiger.product_thumbnails {
	padding: 0 0 40px;
}

.product_details img {
	border-radius: 6px;
}

.module.output.storetiger.product_details tbody tr td.product_images a img{
	padding-bottom:20px;
}

ul.tab_collection li a:link,ul.tab_collection a:visited {
	font-size: 20px;
}

.storetiger.list.sub_categories, .storetiger.list.sub_categories td, .storetiger.product_head tbody, .storetiger.product_head tbody td, .storetiger.product_prices .weight, .storetiger.product_prices .weight td, .storetiger.product_prices .delivery_price, .storetiger.product_prices .delivery_price td, .storetiger.product_prices .available_stock, .storetiger.product_prices .available_stock td, .product_variants .more_link, .product_variants .add_to_cart, .special_product {
	font-size:inherit;
}

.module.output.storetiger.product_details {
	margin-top: 30px;
}

.addtocart_text {
	margin: 20px;
}

table.module.output.storetiger.list.quick_view td {
	width: 25%;
}
.storenav.nav.navbar-nav > li {
    width: 100%;
}
@media (max-width:768px) {
	/* Fix the table output when we are tiny */
	div#storeSearchContainer {
		height: auto
	}

	.module.output.storetiger.product_categories tr {
		display: table
	}

	.module.output.storetiger.product_categories img {
		margin-bottom: 0;
		margin-left: 0;
		margin-top: 20px;
		max-width: 100%;
		width: 100%
	}

	table.module.output.storetiger.list.quick_view td {
		display: table;
		height: 100%;
		width: 100%
	}

	.storetiger.list.quick_view tbody tr td table.product_details tbody tr td a img {
		margin-bottom: 10px;
		width: auto
	}

	/* Express Checkout Form */
	.formtable {
		width: 100%;
	}
	.formtable table {
		width: 100% !important;
	}

	/* Check details for mobile */
	.module.output.storetiger.details.billing th,.module.output.storetiger.details.shipping th {
		padding-right: 10px;
	}

	.subtotal_title {
		padding-right: 10px !important;
	}
	table.module.output.storetiger.details.billing th, table.module.output.storetiger.details.shipping th {
		display: block;
		padding-bottom: 10px;
		vertical-align: top;
	}
	.module.output.storetiger.form.coupons input{
		WIDTH:100%;
	}
	.storetiger.form.coupons tbody tr td input.button{
		width:auto !important;
		margin-left:10px;
	}
	.module.output.storetiger.details.delivery th {
		padding-right: 10px;
		vertical-align: top;
	}

	.module.output.storetiger.details.cart td {
		display: block;
	}
	.module.output.storetiger.details.shipping {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.module.output.storetiger.order_process td {
		font-size: 14px;
		padding-left: 3px;
		padding-right: 3px;
	}
}


/***** Business Directory ******/
.bd-output, .bd-display-cell, .bd-display, .nested-business-details{
    width: 100%;
}

/**** Invalid Powerdata *****/

.powerdata.form .invalid_field span.invalid_field {
    font-weight: bolder;
    font-size: large;
    color: red;
}


/**** Poll *****/
@media (max-width: 991px) {
	.progress-label { text-align:left }
}

.poll-unavailable {
	margin-bottom: 20px;
}

.progress-label.col-md-4 {
	margin-bottom: 20px;
}

/****** Site Override goes here ****//*
/* Font Type
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .head, .pageheading, .modboxhead, .heading, .heading > strong, .heading2, td, p, li, input, textarea, label{
	font-family: 'Dosis', sans-serif;
}

/* Custom Text Transform
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .head, .pageheading, .modboxhead, .heading, .heading > strong, .heading2, .navbar-nav > li > a  {
	text-transform:uppercase;
}
.carousel-indicators{
	display:none;
}

/****** Primary Accent Colour (eg Links, backgrounds etc) ******

/* Text Colour *
.storenav.navbar-nav > li > a, a, a:hover, a:focus, .nav > li > a:hover, .nav > li > a:focus, .navbar-nav > li.active > a, .active > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	color: #0093fe;
}
/* Background Colour *
.panel > .panel-heading, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .container-fluid.footer-area {
	background: #0093fe;
}
/* Border Colour *
.panel-primary , .panel > .panel-heading, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .panel-primary > .panel-heading + .panel-collapse > .panel-body{
	border-color: #0093fe;
}

/******* Secondary Accent Colour (light, text contrasting to accent background below) *******
.navbar-toggle .icon-bar, body, .navbar-toggle .icon-bar{
	background-color: #ffffff;
}
.site-utility-container, .panel > .panel-heading, .panel .panel-heading a, .navbar.navbar-area .navbar-nav > li > a, .dropdown-menu > li > a, .container-fluid.footer-area p a, .container-fluid.footer-area p,.container-fluid.footer-area h3, #standardfooter, #dynamicfooter, #standardfooter a, #dynamicfooter a, .footer-list a, button, html input[type="button"], input[type="reset"], input[type="submit"],.btn:not(.btn-link), .buttons:not(.pull-right), .button, #pdSubmit, .addtocart_text, .photos_container form#CFForm_1 table tbody tr td input, .module.output.news.list a, .module.output.news div.list ul.module.output.news.list li span.short_desc, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	color: #ffffff;
}

/*** Accent Background Colour (contrast to secondary accent colour) (nav, buttons, default text colour) ****
.container > .navbar-collapse, .container-fluid > .navbar-collapse, .navbar, .container > .navbar-collapse, .container-fluid > .navbar-collapse, button, html input[type="button"], input[type="reset"], input[type="submit"],.btn:not(.btn-link), .buttons:not(.pull-right), .button, #pdSubmit, .addtocart_text, .photos_container form#CFForm_1 table tbody tr td input{
	background: #3C3377;
}
body, td, p, li, input, textarea, labelh1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .head, .pageheading, .modboxhead, .heading, .heading > strong, .heading2, .dropdown-menu > li > a, .storetiger.list.quick_view .product_price, .assoc-product-container span.product_price{
	color: #3C3377;
}

input, .form-control, select {
	border-color: #3C3377;
}
/* Nav shadow *
.navbar.navbar-area .navbar-nav > li > a{
	text-shadow: 0 1px 2px #3C3377;
}
@media (max-width: 992px){
	.site-utility-container {
	    color: #3C3377;
	}
}


/******* This is for the loading animation (event-registration, admin etc) *******
.ln-loader-inner {
    -webkit-animation: site-loader-anim 1.2s infinite linear !important;
    animation: site-loader-anim 1.2s infinite linear !important;
}
@-webkit-keyframes site-loader-anim {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.1em #3C3377, 2em -2em 0 0em #0093fe, 3em 0 0 -0.5em #3C3377, 2em 2em 0 -1em #0093fe, 0 3em 0 -1em #3C3377, -2em 2em 0 -1em #0093fe, -3em 0 0 -0.5em #3C3377, -2em -2em 0 0 #0093fe ;
  }
  12.5% {
    box-shadow: 0 -3em 0 0 #3C3377, 2em -2em 0 0.1em #0093fe, 3em 0 0 0 #3C3377, 2em 2em 0 -0.5em #0093fe, 0 3em 0 -1em #3C3377, -2em 2em 0 -1em #0093fe, -3em 0 0 -1em #3C3377, -2em -2em 0 -0.5em #0093fe ;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em #3C3377, 2em -2em 0 0 #0093fe, 3em 0 0 0.1em #3C3377, 2em 2em 0 0 #0093fe, 0 3em 0 -0.5em #3C3377, -2em 2em 0 -1em #0093fe, -3em 0 0 -1em #3C3377, -2em -2em 0 -1em #0093fe;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em #3C3377, 2em -2em 0 -0.5em #0093fe, 3em 0em 0 0 #3C3377, 2em 2em 0 0.1em #0093fe, 0 3em 0 0em #3C3377, -2em 2em 0 -0.5em #0093fe, -3em 0em 0 -1em #3C3377, -2em -2em 0 -1em #0093fe;
  }
  50% {
    box-shadow: 0 -3em 0 -1em #3C3377, 2em -2em 0 -1em #0093fe, 3em 0 0 -0.5em #3C3377, 2em 2em 0 0em #0093fe, 0 3em 0 0.1em #3C3377, -2em 2em 0 0 #0093fe, -3em 0em 0 -0.5em #3C3377, -2em -2em 0 -1em #0093fe;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em #3C3377, 2em -2em 0 -1em #0093fe, 3em 0 0 -1em #3C3377, 2em 2em 0 -0.5em #0093fe, 0 3em 0 0 #3C3377, -2em 2em 0 0.1em #0093fe, -3em 0 0 0 #3C3377, -2em -2em 0 -0.5em #0093fe;
  }
  75% {
    box-shadow: 0em -3em 0 -0.5em #3C3377, 2em -2em 0 -1em #0093fe, 3em 0em 0 -1em #3C3377, 2em 2em 0 -1em #0093fe, 0 3em 0 -0.5em #3C3377, -2em 2em 0 0 #0093fe, -3em 0em 0 0.1em #3C3377, -2em -2em 0 0 #0093fe;
  }
  87.5% {
    box-shadow: 0em -3em 0 0 #3C3377, 2em -2em 0 -0.5em #0093fe, 3em 0 0 -1em #3C3377, 2em 2em 0 -1em #0093fe, 0 3em 0 -1em #3C3377, -2em 2em 0 -0.5em #0093fe, -3em 0em 0 0 #3C3377, -2em -2em 0 0.1em #0093fe;
  }
}
@keyframes site-loader-anim {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.1em #3C3377, 2em -2em 0 0em #0093fe, 3em 0 0 -0.5em #3C3377, 2em 2em 0 -1em #0093fe, 0 3em 0 -1em #3C3377, -2em 2em 0 -1em #0093fe, -3em 0 0 -0.5em #3C3377, -2em -2em 0 0 #0093fe;
  }
  12.5% {
    box-shadow: 0 -3em 0 0 #3C3377, 2em -2em 0 0.1em #0093fe, 3em 0 0 0 #3C3377, 2em 2em 0 -0.5em #0093fe, 0 3em 0 -1em #3C3377, -2em 2em 0 -1em #0093fe, -3em 0 0 -1em #3C3377, -2em -2em 0 -0.5em #0093fe;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em #3C3377, 2em -2em 0 0 #0093fe, 3em 0 0 0.1em #3C3377, 2em 2em 0 0 #0093fe, 0 3em 0 -0.5em #3C3377, -2em 2em 0 -1em #0093fe, -3em 0 0 -1em #3C3377, -2em -2em 0 -1em #0093fe;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em #3C3377, 2em -2em 0 -0.5em #0093fe, 3em 0em 0 0 #3C3377, 2em 2em 0 0.1em #0093fe, 0 3em 0 0em #3C3377, -2em 2em 0 -0.5em #0093fe, -3em 0em 0 -1em #3C3377, -2em -2em 0 -1em #0093fe;
  }
  50% {
    box-shadow: 0 -3em 0 -1em #3C3377, 2em -2em 0 -1em #0093fe, 3em 0 0 -0.5em #3C3377, 2em 2em 0 0em #0093fe, 0 3em 0 0.1em #3C3377, -2em 2em 0 0 #0093fe, -3em 0em 0 -0.5em #3C3377, -2em -2em 0 -1em #0093fe;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em #3C3377, 2em -2em 0 -1em #0093fe, 3em 0 0 -1em #3C3377, 2em 2em 0 -0.5em #0093fe, 0 3em 0 0 #3C3377, -2em 2em 0 0.1em #0093fe, -3em 0 0 0 #3C3377, -2em -2em 0 -0.5em #0093fe;
  }
  75% {
    box-shadow: 0em -3em 0 -0.5em #3C3377, 2em -2em 0 -1em #0093fe, 3em 0em 0 -1em #3C3377, 2em 2em 0 -1em #0093fe, 0 3em 0 -0.5em #3C3377, -2em 2em 0 0 #0093fe, -3em 0em 0 0.1em #3C3377, -2em -2em 0 0 #0093fe;
  }
  87.5% {
    box-shadow: 0em -3em 0 0 #3C3377, 2em -2em 0 -0.5em #0093fe, 3em 0 0 -1em #3C3377, 2em 2em 0 -1em #0093fe, 0 3em 0 -1em #3C3377, -2em 2em 0 -0.5em #0093fe, -3em 0em 0 0 #3C3377, -2em -2em 0 0.1em #0093fe;
  }
}
*/