/* 
	Customized global Theme By Glendale Designs. 
	Initial theme started as Miva Shadows 3.0 from MM 10.05+ and was highly customized.  GDCP, GDPM, GDJM

	   _____ _____  
	  / ____|  __ \ 
	 | |  __| |  | |
	 | | |_ | |  | |
	 | |__| | |__| |
	  \_____|_____/ 

	GlendaleDesigns.com

	Copyright Glendale Designs - Our optimizations are not freeware.
	Do not use, copy or distribute without written permission. 
	Ask us, we're nice! support@glendaledesigns.com
*/

/*
	BREAKPOINTS HELP:

	@media screen and (min-width: 30em) {
	}
	@media screen and (min-width: 40em) {
	}
	@media screen and (min-width: 48em) {
	}
	@media screen and (min-width: 60em) {
	}
	@media screen and (min-width: 75em) {
	}
	@media screen and (min-width: 90em) {
	}

*/

/* Scale GD
===============================================*/
.t-scale-1_25 {
	transform: scale(1.25);
}

.t-scale-1_5 {
	transform: scale(1.5);
}

.t-scale-2 {
	transform: scale(2);
}


/* Line Height/Leading GD
===============================================*/
.t-line-height-1 {
	line-height: 1;
}

.t-line-height-1_1 {
	line-height: 1.1;
}

.t-line-height-1_2 {
	line-height: 1.2;
}

.t-line-height-1_3 {
	line-height: 1.3;
}

.t-line-height-1_4 {
	line-height: 1.4;
}

.t-line-height-2 {
	line-height: 2;
}

.t-line-height-2_5 {
	line-height: 2.5;
}

.t-line-height-3 {
	line-height: 3;
}


/* Custom Font Sizes for Programming our Fancy Designs
===============================================*/
.u-font-10 {
	font-size: 0.625rem;
}

.u-font-11 {
	font-size: 0.688rem;
}

.u-font-12 {
	font-size: 0.750rem;
}

.u-font-13 {
	font-size: 0.813rem;
}

.u-font-14 {
	font-size: 0.875rem;
}

.u-font-15 {
	font-size: 0.938rem;
}

.u-font-16 {
	font-size: 1rem;
}

.u-font-17 {
	font-size: 1.063rem;
}

.u-font-18 {
	font-size: 1.125rem;
}

.u-font-20 {
	font-size: 1.25rem;
}

.u-font-22 {
	font-size: 1.375rem;
}

.u-font-24 {
	font-size: 1.5rem;
}

.u-font-26 {
	font-size: 1.625rem;
}

.u-font-28 {
	font-size: 1.750rem;
}

.u-font-30 {
	font-size: 1.875rem;
}

.u-font-32 {
	font-size: 2rem;
}

.u-font-36 {
	font-size: 2.25rem;
}

.u-font-49 {
	font-size: 3.063rem;
}

@media screen and (min-width: 30em) {
	.t-scale-1_25--xs {
		transform: scale(1.25);
	}

	.t-scale-1_5--xs {
		transform: scale(1.5);
	}

	.t-scale-2--xs {
		transform: scale(2);
	}

	.t-line-height-1--xs {
		line-height: 1;
	}

	.t-line-height-1_1--xs {
		line-height: 1.1;
	}

	.t-line-height-1_2--xs {
		line-height: 1.2;
	}

	.t-line-height-1_3--xs {
		line-height: 1.3;
	}

	.t-line-height-1_4--xs {
		line-height: 1.4;
	}

	.t-line-height-2--xs {
		line-height: 2;
	}

	.t-line-height-2_5--xs {
		line-height: 2.5;
	}

	.t-line-height-3--xs {
		line-height: 3;
	}

	.u-font-10--xs {
		font-size: 0.625rem;
	}

	.u-font-11--xs {
		font-size: 0.688rem;
	}

	.u-font-12--xs {
		font-size: 0.750rem;
	}

	.u-font-13--xs {
		font-size: 0.813rem;
	}

	.u-font-14--xs {
		font-size: 0.875rem;
	}

	.u-font-15--xs {
		font-size: 0.938rem;
	}

	.u-font-16--xs {
		font-size: 1rem;
	}

	.u-font-17--xs {
		font-size: 1.063rem;
	}

	.u-font-18--xs {
		font-size: 1.125rem;
	}

	.u-font-20--xs {
		font-size: 1.25rem;
	}

	.u-font-22--xs {
		font-size: 1.375rem;
	}

	.u-font-24--xs {
		font-size: 1.5rem;
	}

	.u-font-26--xs {
		font-size: 1.625rem;
	}

	.u-font-28--xs {
		font-size: 1.750rem;
	}

	.u-font-30--xs {
		font-size: 1.875rem;
	}

	.u-font-32--xs {
		font-size: 2rem;
	}

	.u-font-36--xs {
		font-size: 2.25rem;
	}

	.u-font-49--xs {
		font-size: 3.063rem;
	}
}

@media screen and (min-width: 40em) {
	.t-scale-1_25--s {
		transform: scale(1.25);
	}

	.t-scale-1_5--s {
		transform: scale(1.5);
	}

	.t-scale-2--s {
		transform: scale(2);
	}

	.t-line-height-1--s {
		line-height: 1;
	}

	.t-line-height-1_1--s {
		line-height: 1.1;
	}

	.t-line-height-1_2--s {
		line-height: 1.2;
	}

	.t-line-height-1_3--s {
		line-height: 1.3;
	}

	.t-line-height-1_4--s {
		line-height: 1.4;
	}

	.t-line-height-2--s {
		line-height: 2;
	}

	.t-line-height-2_5--s {
		line-height: 2.5;
	}

	.t-line-height-3--s {
		line-height: 3;
	}

	.u-font-10--s {
		font-size: 0.625rem;
	}

	.u-font-11--s {
		font-size: 0.688rem;
	}

	.u-font-12--s {
		font-size: 0.750rem;
	}

	.u-font-13--s {
		font-size: 0.813rem;
	}

	.u-font-14--s {
		font-size: 0.875rem;
	}

	.u-font-15--s {
		font-size: 0.938rem;
	}

	.u-font-16--s {
		font-size: 1rem;
	}

	.u-font-17--s {
		font-size: 1.063rem;
	}

	.u-font-18--s {
		font-size: 1.125rem;
	}

	.u-font-20--s {
		font-size: 1.25rem;
	}

	.u-font-22--s {
		font-size: 1.375rem;
	}

	.u-font-24--s {
		font-size: 1.5rem;
	}

	.u-font-26--s {
		font-size: 1.625rem;
	}

	.u-font-28--s {
		font-size: 1.750rem;
	}

	.u-font-30--s {
		font-size: 1.875rem;
	}

	.u-font-32--s {
		font-size: 2rem;
	}

	.u-font-36--s {
		font-size: 2.25rem;
	}

	.u-font-49--s {
		font-size: 3.063rem;
	}
}

@media screen and (min-width: 48em) {
	.t-scale-1_25--m {
		transform: scale(1.25);
	}

	.t-scale-1_5--m {
		transform: scale(1.5);
	}

	.t-scale-2--m {
		transform: scale(2);
	}

	.t-line-height-1--m {
		line-height: 1;
	}

	.t-line-height-1_1--m {
		line-height: 1.1;
	}

	.t-line-height-1_2--m {
		line-height: 1.2;
	}

	.t-line-height-1_3--m {
		line-height: 1.3;
	}

	.t-line-height-1_4--m {
		line-height: 1.4;
	}

	.t-line-height-2--m {
		line-height: 2;
	}

	.t-line-height-2_5--m {
		line-height: 2.5;
	}

	.t-line-height-3--m {
		line-height: 3;
	}

	.u-font-10--m {
		font-size: 0.625rem;
	}

	.u-font-11--m {
		font-size: 0.688rem;
	}

	.u-font-12--m {
		font-size: 0.750rem;
	}

	.u-font-13--m {
		font-size: 0.813rem;
	}

	.u-font-14--m {
		font-size: 0.875rem;
	}

	.u-font-15--m {
		font-size: 0.938rem;
	}

	.u-font-16--m {
		font-size: 1rem;
	}

	.u-font-17--m {
		font-size: 1.063rem;
	}

	.u-font-18--m {
		font-size: 1.125rem;
	}

	.u-font-20--m {
		font-size: 1.25rem;
	}

	.u-font-22--m {
		font-size: 1.375rem;
	}

	.u-font-24--m {
		font-size: 1.5rem;
	}

	.u-font-26--m {
		font-size: 1.625rem;
	}

	.u-font-28--m {
		font-size: 1.750rem;
	}

	.u-font-30--m {
		font-size: 1.875rem;
	}

	.u-font-32--m {
		font-size: 2rem;
	}

	.u-font-36--m {
		font-size: 2.25rem;
	}

	.u-font-49--m {
		font-size: 3.063rem;
	}
}

@media screen and (min-width: 60em) {
	.t-scale-1_25--l {
		transform: scale(1.25);
	}

	.t-scale-1_5--l {
		transform: scale(1.5);
	}

	.t-scale-2--l {
		transform: scale(2);
	}

	.t-line-height-1--l {
		line-height: 1;
	}

	.t-line-height-1_1--l {
		line-height: 1.1;
	}

	.t-line-height-1_2--l {
		line-height: 1.2;
	}

	.t-line-height-1_3--l {
		line-height: 1.3;
	}

	.t-line-height-1_4--l {
		line-height: 1.4;
	}

	.t-line-height-2--l {
		line-height: 2;
	}

	.t-line-height-2_5--l {
		line-height: 2.5;
	}

	.t-line-height-3--l {
		line-height: 3;
	}

	.u-font-10--l {
		font-size: 0.625rem;
	}

	.u-font-11--l {
		font-size: 0.688rem;
	}

	.u-font-12--l {
		font-size: 0.750rem;
	}

	.u-font-13--l {
		font-size: 0.813rem;
	}

	.u-font-14--l {
		font-size: 0.875rem;
	}

	.u-font-15--l {
		font-size: 0.938rem;
	}

	.u-font-16--l {
		font-size: 1rem;
	}

	.u-font-17--l {
		font-size: 1.063rem;
	}

	.u-font-18--l {
		font-size: 1.125rem;
	}

	.u-font-20--l {
		font-size: 1.25rem;
	}

	.u-font-22--l {
		font-size: 1.375rem;
	}

	.u-font-24--l {
		font-size: 1.5rem;
	}

	.u-font-26--l {
		font-size: 1.625rem;
	}

	.u-font-28--l {
		font-size: 1.750rem;
	}

	.u-font-30--l {
		font-size: 1.875rem;
	}

	.u-font-32--l {
		font-size: 2rem;
	}

	.u-font-36--l {
		font-size: 2.25rem;
	}

	.u-font-49--l {
		font-size: 3.063rem;
	}
}

@media screen and (min-width: 75em) {
	.t-scale-1_25--xl {
		transform: scale(1.25);
	}

	.t-scale-1_5--xl {
		transform: scale(1.5);
	}

	.t-scale-2--xl {
		transform: scale(2);
	}

	.t-line-height-1--xl {
		line-height: 1;
	}

	.t-line-height-1_1--xl {
		line-height: 1.1;
	}

	.t-line-height-1_2--xl {
		line-height: 1.2;
	}

	.t-line-height-1_3--xl {
		line-height: 1.3;
	}

	.t-line-height-1_4--xl {
		line-height: 1.4;
	}

	.t-line-height-2--xl {
		line-height: 2;
	}

	.t-line-height-2_5--xl {
		line-height: 2.5;
	}

	.t-line-height-3--xl {
		line-height: 3;
	}

	.u-font-10--xl {
		font-size: 0.625rem;
	}

	.u-font-11--xl {
		font-size: 0.688rem;
	}

	.u-font-12--xl {
		font-size: 0.750rem;
	}

	.u-font-13--xl {
		font-size: 0.813rem;
	}

	.u-font-14--xl {
		font-size: 0.875rem;
	}

	.u-font-15--xl {
		font-size: 0.938rem;
	}

	.u-font-16--xl {
		font-size: 1rem;
	}

	.u-font-17--xl {
		font-size: 1.063rem;
	}

	.u-font-18--xl {
		font-size: 1.125rem;
	}

	.u-font-20--xl {
		font-size: 1.25rem;
	}

	.u-font-22--xl {
		font-size: 1.375rem;
	}

	.u-font-24--xl {
		font-size: 1.5rem;
	}

	.u-font-26--xl {
		font-size: 1.625rem;
	}

	.u-font-28--xl {
		font-size: 1.750rem;
	}

	.u-font-30--xl {
		font-size: 1.875rem;
	}

	.u-font-32--xl {
		font-size: 2rem;
	}

	.u-font-36--xl {
		font-size: 2.25rem;
	}

	.u-font-49--xl {
		font-size: 3.063rem;
	}
}

@media screen and (min-width: 90em) {
	.t-scale-1_25--w {
		transform: scale(1.25);
	}

	.t-scale-1_5--w {
		transform: scale(1.5);
	}

	.t-scale-2--w {
		transform: scale(2);
	}

	.t-line-height-1--w {
		line-height: 1;
	}

	.t-line-height-1_1--w {
		line-height: 1.1;
	}

	.t-line-height-1_2--w {
		line-height: 1.2;
	}

	.t-line-height-1_3--w {
		line-height: 1.3;
	}

	.t-line-height-1_4--w {
		line-height: 1.4;
	}

	.t-line-height-2--w {
		line-height: 2;
	}

	.t-line-height-2_5--w {
		line-height: 2.5;
	}

	.t-line-height-3--w {
		line-height: 3;
	}

	.u-font-10--w {
		font-size: 0.625rem;
	}

	.u-font-11--w {
		font-size: 0.688rem;
	}

	.u-font-12--w {
		font-size: 0.750rem;
	}

	.u-font-13--w {
		font-size: 0.813rem;
	}

	.u-font-14--w {
		font-size: 0.875rem;
	}

	.u-font-15--w {
		font-size: 0.938rem;
	}

	.u-font-16--w {
		font-size: 1rem;
	}

	.u-font-17--w {
		font-size: 1.063rem;
	}

	.u-font-18--w {
		font-size: 1.125rem;
	}

	.u-font-20--w {
		font-size: 1.25rem;
	}

	.u-font-22--w {
		font-size: 1.375rem;
	}

	.u-font-24--w {
		font-size: 1.5rem;
	}

	.u-font-26--w {
		font-size: 1.625rem;
	}

	.u-font-28--w {
		font-size: 1.750rem;
	}

	.u-font-30--w {
		font-size: 1.875rem;
	}

	.u-font-32--w {
		font-size: 2rem;
	}

	.u-font-36--w {
		font-size: 2.25rem;
	}

	.u-font-49--w {
		font-size: 3.063rem;
	}
}


/* Some handy classes from CornerstoneUX and Misc Tools
===============================================*/
.splide__arrow:disabled {
	opacity: 0;
}

.hand-icon {
	cursor: pointer;
}

.circleborder {
	border: var(--default-border-width) solid rgba(0, 0, 0, 0);
	border-radius: 50%;
}

.nobgimage {
	background-image: none !important;
}

.side-padding {
	padding-left: var(--default-spacing-unit) !important;
	padding-right: var(--default-spacing-unit) !important;
}

.lp {
	padding-left: var(--default-spacing-unit) !important;
}

.rp {
	padding-right: var(--default-spacing-unit) !important;
}

.nlp {
	padding-left: 0 !important;
}

.nrp {
	padding-right: 0 !important;
}

.ntp {
	padding-top: 0 !important;
}

.nbp {
	padding-bottom: 0 !important;
}

.tp {
	padding-top: var(--default-spacing-unit) !important;
}

.bp {
	padding-bottom: var(--default-spacing-unit) !important;
}

.np {
	padding: 0 !important;
}

.nlm {
	margin-left: 0 !important;
}

.nrm {
	margin-right: 0 !important;
}

.nm {
	margin: 0 !important;
}

.ntm {
	margin-top: 0 !important;
}

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

.tm {
	margin-top: var(--default-spacing-unit) !important;
}

.rm {
	margin-right: var(--default-spacing-unit) !important;
}

.bm {
	margin-bottom: var(--default-spacing-unit) !important;
}

.lm {
	margin-left: var(--default-spacing-unit) !important;
}

.autom {
	margin-left: auto;
	margin-right: auto;
}

.nb {
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
}

.do-clear {
	clear: both;
}

.icon-margin-right {
	margin-right: 0.5em;
}

.icon-margin-left {
	margin-left: 0.5em;
}

table.fix-nested-tags,
.fix-nested-tags,
.fix-nested-tags td,
.fix-nested-tags tr {
	border: 0;
	margin: 0;
	padding: 0;
}

.flip-horizontal {
	transform: scaleX(-1);
}

.block-as-link {
	cursor: pointer;
	transition: transform .2s;
}

.x-hover--allowed .block-as-link:hover {
	transform: scale(1.2);
}

.do-img-fullwidth img {
	display: block;
	height: auto;
	margin: 0;
	max-width: none !important;
	padding: 0;
	width: 100%;
}

.simple-text-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 30em) {
	.autom--xs {
		margin-left: auto;
		margin-right: auto;
	}

	.nrm--xs {
		margin-right: 0 !important;
	}

	.nlm--xs {
		margin-left: 0 !important;
	}

	.ntm--xs {
		margin-top: 0 !important;
	}

	.nbm--xs {
		margin-bottom: 0 !important;
	}

	.nm--xs {
		margin: 0 !important;
	}

	.nrp--xs {
		padding-right: 0 !important;
	}

	.nlp--xs {
		padding-left: 0 !important;
	}

	.ntp--xs {
		padding-top: 0 !important;
	}

	.nbp--xs {
		padding-bottom: 0 !important;
	}

	.np--xs {
		padding: 0 !important;
	}

	.nb--xs {
		border-bottom: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
	}

	.tp--xs {
		padding-top: var(--default-spacing-unit) !important;
	}

	.lp--xs {
		padding-left: var(--default-spacing-unit) !important;
	}

	.bp--xs {
		padding-bottom: var(--default-spacing-unit) !important;
	}

	.rp--xs {
		padding-right: var(--default-spacing-unit) !important;
	}
}

@media screen and (min-width: 40em) {
	.autom--s {
		margin-left: auto;
		margin-right: auto;
	}

	.nrm--s {
		margin-right: 0 !important;
	}

	.nlm--s {
		margin-left: 0 !important;
	}

	.ntm--s {
		margin-top: 0 !important;
	}

	.nbm--s {
		margin-bottom: 0 !important;
	}

	.nm--s {
		margin: 0 !important;
	}

	.nrp--s {
		padding-right: 0 !important;
	}

	.nlp--s {
		padding-left: 0 !important;
	}

	.ntp--s {
		padding-top: 0 !important;
	}

	.nbp--s {
		padding-bottom: 0 !important;
	}

	.np--s {
		padding: 0 !important;
	}

	.nb--s {
		border-bottom: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
	}

	.tp--s {
		padding-top: var(--default-spacing-unit) !important;
	}

	.lp--s {
		padding-left: var(--default-spacing-unit) !important;
	}

	.bp--s {
		padding-bottom: var(--default-spacing-unit) !important;
	}

	.rp--s {
		padding-right: var(--default-spacing-unit) !important;
	}
}

@media screen and (min-width: 48em) {
	.autom--m {
		margin-left: auto;
		margin-right: auto;
	}

	.nrm--m {
		margin-right: 0 !important;
	}

	.nlm--m {
		margin-left: 0 !important;
	}

	.ntm--m {
		margin-top: 0 !important;
	}

	.nbm--m {
		margin-bottom: 0 !important;
	}

	.nm--m {
		margin: 0 !important;
	}

	.nrp--m {
		padding-right: 0 !important;
	}

	.nlp--m {
		padding-left: 0 !important;
	}

	.ntp--m {
		padding-top: 0 !important;
	}

	.nbp--m {
		padding-bottom: 0 !important;
	}

	.np--m {
		padding: 0 !important;
	}

	.nb--m {
		border-bottom: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
	}

	.tp--m {
		padding-top: var(--default-spacing-unit) !important;
	}

	.lp--m {
		padding-left: var(--default-spacing-unit) !important;
	}

	.bp--m {
		padding-bottom: var(--default-spacing-unit) !important;
	}

	.rp--m {
		padding-right: var(--default-spacing-unit) !important;
	}
}

@media screen and (min-width: 60em) {
	.autom--l {
		margin-left: auto;
		margin-right: auto;
	}

	.nrm--l {
		margin-right: 0 !important;
	}

	.nlm--l {
		margin-left: 0 !important;
	}

	.ntm--l {
		margin-top: 0 !important;
	}

	.nbm--l {
		margin-bottom: 0 !important;
	}

	.nm--l {
		margin: 0 !important;
	}

	.nrp--l {
		padding-right: 0 !important;
	}

	.nlp--l {
		padding-left: 0 !important;
	}

	.ntp--l {
		padding-top: 0 !important;
	}

	.nbp--l {
		padding-bottom: 0 !important;
	}

	.np--l {
		padding: 0 !important;
	}

	.nb--l {
		border-bottom: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
	}

	.tp--l {
		padding-top: var(--default-spacing-unit) !important;
	}

	.lp--l {
		padding-left: var(--default-spacing-unit) !important;
	}

	.bp--l {
		padding-bottom: var(--default-spacing-unit) !important;
	}

	.rp--l {
		padding-right: var(--default-spacing-unit) !important;
	}
}

@media screen and (min-width: 75em) {
	.autom--xl {
		margin-left: auto;
		margin-right: auto;
	}

	.nrm--xl {
		margin-right: 0 !important;
	}

	.nlm--xl {
		margin-left: 0 !important;
	}

	.ntm--xl {
		margin-top: 0 !important;
	}

	.nbm--xl {
		margin-bottom: 0 !important;
	}

	.nm--xl {
		margin: 0 !important;
	}

	.nrp--xl {
		padding-right: 0 !important;
	}

	.nlp--xl {
		padding-left: 0 !important;
	}

	.ntp--xl {
		padding-top: 0 !important;
	}

	.nbp--xl {
		padding-bottom: 0 !important;
	}

	.np--xl {
		padding: 0 !important;
	}

	.nb--xl {
		border-bottom: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
	}

	.tp--xl {
		padding-top: var(--default-spacing-unit) !important;
	}

	.lp--xl {
		padding-left: var(--default-spacing-unit) !important;
	}

	.bp--xl {
		padding-bottom: var(--default-spacing-unit) !important;
	}

	.rp--xl {
		padding-right: var(--default-spacing-unit) !important;
	}
}

@media screen and (min-width: 90em) {
	.autom--w {
		margin-left: auto;
		margin-right: auto;
	}

	.nrm--w {
		margin-right: 0 !important;
	}

	.nlm--w {
		margin-left: 0 !important;
	}

	.ntm--w {
		margin-top: 0 !important;
	}

	.nbm--w {
		margin-bottom: 0 !important;
	}

	.nm--w {
		margin: 0 !important;
	}

	.nrp--w {
		padding-right: 0 !important;
	}

	.nlp--w {
		padding-left: 0 !important;
	}

	.ntp--w {
		padding-top: 0 !important;
	}

	.nbp--w {
		padding-bottom: 0 !important;
	}

	.np--w {
		padding: 0 !important;
	}

	.nb--w {
		border-bottom: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
	}

	.tp--w {
		padding-top: var(--default-spacing-unit) !important;
	}

	.lp--w {
		padding-left: var(--default-spacing-unit) !important;
	}

	.bp--w {
		padding-bottom: var(--default-spacing-unit) !important;
	}

	.rp--w {
		padding-right: var(--default-spacing-unit) !important;
	}
}
