﻿@charset "UTF-8";
@font-face {
    font-family: "Aspira";
    src: url("/templates/assets/fonts/Aspira_Regular.otf") format("opentype");
}

@font-face {
    font-family: "Aspira Light";
    src: url("/templates/assets/fonts/Aspira_Light.otf") format("opentype");
}

@font-face {
    font-family: "Aspira Demi";
    src: url("/templates/assets/fonts/Aspira_Demi.otf") format("opentype");
}

@font-face {
    font-family: "Aspira Bold";
    src: url("/templates/assets/fonts/Aspira_Bold.otf") format("opentype");
}

@font-face {
    font-family: "Aspira Heavy";
    src: url("/templates/assets/fonts/Aspira_Heavy.otf") format("opentype");
}

@font-face {
    font-family: "Aspira Black";
    src: url("/templates/assets/fonts/Aspira Black.otf") format("opentype");
}

@font-face {
    font-family: "Chronicle Light";
    src: url("/templates/assets/fonts/ChronicleDisp-Light.otf") format("opentype");
}

@font-face {
    font-family: "Chronicle Roman";
    src: url("/templates/assets/fonts/ChronicleDisp-Roman.otf") format("opentype");
}
@font-face {
    font-family: "Chronicle";
    src: url("/templates/assets/fonts/ChronicleDisp-Roman.otf") format("opentype");
}
/*
	Intensify by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* add to templates/1/assets/main.css */

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/*RYAN REMOVED:
    font: inherit;
	vertical-align: baseline;*/

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}
strong, b, .strong, .AspiraBold, *[style*="bold"] {
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */
.splitText {
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #333333
}

.listHL {
    background-color: #FFCCCC
}

	.container {
		margin-left: auto;
		margin-right: auto;
    	width: 65em;
	}

.doneDiv {
    margin-right: 3px;
    display: inline-block;
    width: 70px;
    height: 20px;
    background-color: #009900;
    border-radius: 6px;
}
.openDiv {
    margin-right: 3px;
    display: inline-block;
    width: 70px;
    height: 20px;
    border-radius: 6px;
    background-color: #999999;
}
.scoreDiv {
    height: 20px;
    border-radius: 6px;
    background-color: #000099;
}
.scoreDivBg {
    border-radius: 6px;
    background-color: #999999;
    padding:1px;
}

.divEventImg {
    margin: .8em;
}

.divContainerEventList {
    display: block;
}

.eventDate {
    display: inline-block;
    width: 70px;
    height: 71px;
    vertical-align: top;
    background-color: #FFFF00;
    text-align: center;
}

.rightTile {
    padding: .8em .8em 0 0;
}

.eventText {
    margin-left: 5px;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    height: 71px;
    vertical-align: top;
    line-height: 1.5;
}

.eventSmlTxt {
    font-size: .8em;
}

.eventBuy {
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
    width: 130px;
    height: 71px;
    vertical-align: top;
}


.lightbg {
    background-color: #eeeeee;
}
	



/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	

	body {
		background: #fff;
	}
    /*
		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}*/

	.inner {
		margin: 0 auto;
		max-width: 1060px;
	}

		

/* Type */

	body, input, select, textarea {
		color: #767d85;
		font-family: 'Aspira', Arial, Helvetica, sans-serif;
		font-size: 11pt;
		font-weight: 200;
		line-height: 1.65;
	}

	a {
		color: #3c3f40;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}



	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

h1, h2, h3, h4, h5, h6 {
    color: #727a82;
    font-weight: 700;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2em;
		line-height: 1.3;
	}
#hairPage .inner h1 {
    text-transform: uppercase;
    max-width: 800px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
#hairPage .mapListH3 {
    text-transform: uppercase;
}
h2 {
    font-size: 1.75em;
}

	h3 {
		font-size: 1.25em;
	}
    #three h3 {
        text-transform:uppercase;
        font-family: 'Aspira Heavy';
    }
#one h3 {
    text-transform: uppercase;
    font-family: 'Aspira Heavy';
    margin-top:2em;
}
#one h3 .chronicle {
    font-family:'Chronicle Light';
}
	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		font-style: italic;
		margin: 0 0 2em 0;
	}
    .style1 blockquote {
        color:#fff;
    }
.style1 cite.company {
    color:#fff;
}
cite {
    display: block;
}

		cite.author {
			font-weight: 400;
		}

		cite.company {
			font-size: .8em;
		}

	figure {
		margin: 0 0 2em 0;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 8px;
		border: solid 1px #dee1e3;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: 3px double #dee1e3;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}
    .chronicle {
        font-family:'Chronicle Light';
    }

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #bbb;
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h1 + p {
		font-size: 1.25em;
		/*margin-top: -1em;*/
	}

	header h2 + p {
		font-size: 1.25em;
		/*margin-top: -1em;*/
	}

	header h3 + p {
		font-size: 1.1em;
		/*margin-top: -0.8em;*/
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		/*margin-top: -0.6em;*/
	}

/* Form */
/*RYAN REMOVED
	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #727a82;
		display: block;
		font-size: 0.9em;
		font-weight: 700;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(144, 144, 144, 0.075);
		border-radius: 8px;
		border: none;
		border: solid 1px #dee1e3;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100% !important;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #3c3f40;
			box-shadow: 0 0 0 1px #3c3f40;
		}
       
	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: "Font Awesome 6 Pro";
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: #dee1e3;
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

input[type="text"],
input[type="password"],
input[type="email"],
select {
    height: 3.5em;
    line-height: 3.5em;
    margin: .75em 0;
    background: #f6f6f6;
}
     
textarea {
    background: #f6f6f6;
}
	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #767d85;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
            margin-top:1em;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: "Font Awesome 6 Pro";
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.075);
				border-radius: 4px;
				border: solid 1px #dee1e3;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #BB0C2F;
			border-color: #BB0C2F;
			color: #ffffff;

			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #3c3f40;
			box-shadow: 0 0 0 1px #3c3f40;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}
    */

.form_large {
    padding: 8px;
    border: 1px solid #BBBBBB;
    background-color: #fafafa;
    font-size: 14px;
    color: black;
    FONT-FAMILY: 'Aspira',Arial,sans-serif;
    margin: 4px 0;
}

.search input[type="text"] {
    margin: .2em 0 0 5em;
    line-height: 2.5em;
    height: 2.5em;
    border-radius: initial;
    width: 200px;
    border: none;
    padding: 0 0 0 .8em;
}

	::-webkit-input-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 8px;
		border: solid 1px #dee1e3;
		margin-bottom: 2em;
		overflow: hidden;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box .image.fit {
			margin: 0;
		}

		.box .content {
			padding: 1.5em;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon::before {
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
        }

		.icon > .label {
			display: none;
		}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.round img {
			border-radius: 100%;
		}

        #hairPage .image.round img {
			border-radius: 100%;		
            max-width: 350px;
            float: left;
            padding:2em;
        }

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}
    .noImgIcon {
        font-size:4em;
        color:lightgray;
    }

/* List */
ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #dee1e3;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 2em;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

			

	dl {
		margin: 0 0 2em 0;
	}

        dl dt {
            display: block;
            font-weight: 700;
            font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
            margin: 0 0 1em 0;
        }

		dl dd {
			margin-left: 2em;
		}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		/*margin: 0 0 2em 0;
		width: 100%;*/
	}

		table tbody tr {
			/*border: solid 1px #dee1e3;*/
			border-left: 0;
			border-right: 0;
            /*background:#fff;*/
		}

            table tbody tr:nth-child(2n + 1) {
                /*background-color: rgba(144, 144, 144, 0.075);*/
			}

		table td {
			padding: 0;
      
		}
td[colspan], td[valign], td[width] {
    padding: 0.55em 0.75em;
}

table th {
    color: #727a82;
    font-size: 0.9em;
    font-weight: 700;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}

		table thead {
			border-bottom: solid 2px #dee1e3;
		}

		table tfoot {
			border-top: solid 2px #dee1e3;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #dee1e3;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* /*RYAN REMOVED:
    
    Button 
    input[type="submit"], input[type="reset"], input[type="button"], button, .button {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        background-color: #BB0C2F;
        border-radius: 8px;
        border: 0;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: "Lato", sans-serif;
        height: 3.5em;
        line-height: 3.5em;
        padding: 0 3.5em;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        text-transform: uppercase;
    }*/

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #BB0C2F;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 5px 20px;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: "Aspira";
    font-weight: initial;
    font-size:.7em;
}
        .LMSPage input[type="submit"], .LMSPage input[type="reset"], .LMSPage input[type="button"] {
            border-radius: 0;
        }

        input[type="submit"]:hover,
        input[type="reset"]:hover,
        input[type="button"]:hover,
        button:hover,
        .button:hover {
            background-color: #000;
        }

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: #f56046;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		button.alt,
		.button.alt {
			background-color: rgba(144, 144, 144, 0.075);
			box-shadow: inset 0 0 0 1px #dee1e3;
			color: #727a82 !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background-color: rgba(144, 144, 144, 0.085);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			button.alt:active,
			.button.alt:active {
				background-color: rgba(144, 144, 144, 0.2);
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			button.alt.icon:before,
			.button.alt.icon:before {
				color: #bbb;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #3c3f40;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #BB0C2F;
			}

            input[type="submit"].special:active,
            input[type="reset"].special:active,
            input[type="button"].special:active,
            button.special:active,
            .button.special:active {
                background-color: #BB0C2F;
            }

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #767d85 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

		

/* Flex */

	.flex {
		display: -ms-flexbox;
		-ms-flex-wrap: nowrap;
		-ms-flex-pack: justify;
		-ms-flex-align: stretch;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
	}

		.flex.flex-3 .flex-item {
			-ms-flex: 0 1 auto;
			-ms-flex-preferred-size: 30%;
			-moz-flex-basis: 30%;
			-webkit-flex-basis: 30%;
			-ms-flex-basis: 30%;
			flex-basis: 30%;
		}

			.flex.flex-3 .flex-item.left {
				text-align: right;
			}

		


/*Wrapper*/ 
	.wrapper {
		padding: 6em 0 4em 0;
	}
    #dashPage .wrapper {
        max-width:1000px;
        margin: 0 auto;
        padding: 0 0 4em 0;
    }

	.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5 {
		color: #3c3f40;
	}

.wrapper.style1 {
    background: #BB0C2F;
    color: #000;
}
#LMSLandingPage .wrapper.style1, #LMSCalendarNew .wrapper.style1, #LMSDetailPage .wrapper.style1 {
    background-color: #efe8e0
}
.LMSPage .wrapper.style2 {
    padding: 2em 0;
}
.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5 {
    color: #fff;
}

	.wrapper.style1 cite.author {
		color: #fff;
	}

    .wrapper.style2 {
        background: #dcd7d1;
        color: #000;
    }

    .wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5 {
        color: #BB0C2F;
    }

    .wrapper.style2 cite.author {
        color: #BB0C2F;
    }

		

/* Header */

	body {
		padding-top: 6em;
	}

#header {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #eeeeee;
    cursor: default;
    height: 6em;
    left: 0;
    line-height: 6em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
    text-align: center;
}

        #header .logo {
            /*color: #BB0C2F;
			font-family: "Pacifico", cursive;
			font-size: 2.5em;*/
            color: #3c3f40;
            font-size: 1.5em;
            font-weight: 700;
            font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
            letter-spacing: 2px;
            margin-top: -5px;
            text-decoration: none;
            display: inline-block;
            vertical-align: top;
        }
        #header .siteLogo {
            margin:.8em .2em 0 .2em;
            height:70px;
        }

        #header nav {
            position: absolute;
            top: 0;
            height: inherit;
            line-height: 3em;
            padding-top: 1.3em;
            text-align: right;
        }

			#header nav.left {
				left: 2em;
                z-index:2;
			}
            #header nav.search {
                z-index: 1;
            }

			#header nav.right {
				right: 2em;
			}

			#header nav .button {
				padding: 0 2em;
				
			}

			#header nav a {
				text-decoration: none;
				display: inline-block;
			}

				#header nav a[href="#menu"] {
					text-decoration: none;
					-webkit-tap-highlight-color: transparent;
					font-size: 2em;
					color: #BB0C2F;
					z-index: 10005;
                    padding-top:8px;
				}

                    #header nav a[href="#menu"]:before {
                
                        content: url(/templates/images/menu-icon2.png);
                    }

					#header nav a[href="#menu"] span {
						display: none;
					}

					#header nav a[href="#menu"]:before {
						margin: 0 0.5em 0 0;
					}

nav.search .far.fa-search {
    position: absolute;
    top: 35px;
    right: -58px;
    cursor:pointer;
}

/* Menu */

    #menu {
        -moz-transform: translateX(-20em);
        -webkit-transform: translateX(-20em);
        -ms-transform: translateX(-20em);
        transform: translateX(-20em);
        -moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
        -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
        -ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
        transition: transform 0.5s ease, visibility 0.5s;
        -webkit-overflow-scrolling: touch;
        background: #717171;
        color: #ffffff;
        height: 100%;
        max-width: 80%;
        overflow-y: auto;
        padding: 3em 2em;
        position: fixed;
        left: 0;
        top: 0;
        visibility: hidden;
        width: 20em;
        z-index: 10002;
    }

        #menu > ul {
            margin: 0 0 1em 0;
        }

            #menu > ul.links {
                list-style: none;
                padding: 0;
            }

                #menu > ul.links > li {
                    padding: 0;
                }

                    #menu > ul.links > li > a:not(.button) {
                        border: 0;
                        border-top: solid 1px rgba(255, 255, 255, 0.25);
                        color: inherit;
                        display: block;
                        line-height: 3.5em;
                        text-decoration: none;
                        text-transform: uppercase;
                        letter-spacing: .1em;
                    }

                    #menu > ul.links > li > .button {
                        display: block;
                        margin: 0.5em 0 0 0;
                    }

                    #menu > ul.links > li:first-child > a:not(.button) {
                        border-top: 0 !important;
                    }

            #menu > ul.actions {
                display: none;
            }

        #menu .close {
            text-decoration: none;
            -moz-transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
            -ms-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
            -webkit-tap-highlight-color: transparent;
            border: 0;
            color: #c1c1c1;
            cursor: pointer;
            display: block;
            height: 3.25em;
            line-height: 3.25em;
            padding-right: 1.25em;
            position: absolute;
            right: 0;
            text-align: right;
            top: 0;
            vertical-align: middle;
            width: 7em;
        }

            #menu .close:before {
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                content: "\f2ee";
            }

            #menu .close:before {
                font-size: 1.25em;
            }

            #menu .close:hover {
                color: #ffffff;
            }

   

    #menu.visible {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    

/* Banner */

    #banner {
        padding: 0;
        /*background-color: #e2e2e2;*/
        color: #3c3f40;
        background-size: cover;
        /*max-height: 730px;*/
        text-align: center;
        margin: 0 auto;
        /*padding: 14em 0 12em 0;
        color: rgba(255, 255, 255, 0.75);
        background-image: url(../../images/banner.jpg);
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
        text-align: center;
		*/
    }

        #banner .content {
            -moz-transition: opacity 1s ease-in-out, -moz-transform 0.75s ease-in-out;
            -webkit-transition: opacity 1s ease-in-out, -webkit-transform 0.75s ease-in-out;
            -ms-transition: opacity 1s ease-in-out, -ms-transform 0.75s ease-in-out;
            transition: opacity 1s ease-in-out, transform 0.75s ease-in-out;
            opacity: 1;
            text-align: left;
            width: 100%;
            margin: 0 auto;
            max-width: 1000px;
            padding-bottom: 2em;
        }

#splitPage #banner .content {
    text-align: center;
    position: absolute;
    top: 100px;
    max-width: 100%;
    padding-bottom: initial;
    z-index: 1000;
    
}

    #splitPage #LblName1 {
        font-size: .9em;
    }

    #splitPage #LblDesc1 i {
        font-style: normal;
        font-size: .7em;
        display: block;
    }
    /*#splitPage #LblDesc1 {
            font-size: 1.8em;
            line-height: 1.5;
            padding: 1em 0;
        }*/
    #splitPage #banner {
        background-color: #e2e2e2;
        max-height: 730px;
        
    }

    #splitPage #logos {
        text-align: center;
        margin: 2em;
    }
#splitPage #one.wrapper {
    /*background-image: url(/templates/3/images/circle-blue-sml.png);*/
    background-repeat: no-repeat;
    background-position: center 55px;
    padding:1em 0 0 0;

}
#splitPage #three.wrapper {
    
    padding: 1em 0 0 0;
}

#splitPage .quotes h2 {
    text-transform:capitalize;
}
#banner h1 {
    font-size: 3em;
    color: #3c3f40;
    line-height: 1em;
    margin: 0 0 0.5em 0;
    padding: 0;
}
.LMSPage #banner h1 {
    color: #000;
    font-weight: 600;
    font-family: 'Aspira Heavy', Arial, Helvetica, sans-serif;
    padding-bottom: initial;
}

#banner h2 {
    font-size: 2em;
    color: #fff;
    line-height: 1.5;
    margin: 0 auto 2em auto;
    
    padding: 0;
}

    #banner h2 span {
        font-size: 1em;
        display: block;
        font-family: 'Aspira Heavy', Arial, Helvetica, sans-serif;
        text-shadow: 1px 1px 3px #000;
        text-transform: uppercase;
    }
        #banner h2 span .chronicle {
            font-family: 'Chronicle Light';
            font-weight: initial;
        }

        #banner p {
            font-size: 1.25em;
            font-weight: 700;
            font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
            margin-bottom: 1.75em;
            color: #3c3f40;
        }

    #splitPage #banner p {
        margin: .5em auto;
        color: #fff;
        font-weight: normal;
    }

    .divHair, .divNail {
        max-width: 40%;
        display: inline-block;
        background-color: rgba(255,255,255,0.4);
        padding: 1.2em;
        min-width: 280px;
    }
    

        .divHair ul, .divNail ul {
            margin-bottom: 1em;
        }

    .divHair {
        margin-left: 15%;
        float: left;
    }

    .divNail {
        margin-right: 15%;
        float: right;
    }

/*buttons*/




    /*
		body.is-loading #banner .content {
			opacity: 0;
			-moz-transform: translateY(1em);
			-webkit-transform: translateY(1em);
			-ms-transform: translateY(1em);
			transform: translateY(1em);
		}*/
    /* ----------- BX Slider ----------- */
    .bx-wrapper {
        margin: 0 auto;
        margin-bottom: 0;
    }

    .bxOverlay {
        background: url("images/overlay.png") center;
    }

    ul.bxslider, .bxslider li {
        padding: 0;
        margin: 0;
    }

    .bxSliderContainer {
        z-index: 1;
        max-width: 1024px;
        margin: 0 auto;
    }

    .bx-wrapper .bx-pager {
        position: relative;
        top: -130px
    }

    .bx-controls, .bx-has-pager, .bx-has-controls-direction {
        display: none;
    }

    .bxslider img {
        -webkit-animation: zoomin 5s 1;
    }

    .bx-wrapper .bx-viewport {
        background: #575a53;
    }

    /* Main */

    #one .inner {
        margin-bottom: 2em;
    }

    #one .flex-item {
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        -ms-flex-pack: justify;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: stretch;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
    }

        #one .flex-item.left div:first-child, #one .flex-item.right div:first-child {
            padding-top: 1em;
        }

        #one .flex-item.left div:last-child, #one .flex-item.right div:last-child {
            -moz-align-self: -moz-flex-end;
            -webkit-align-self: -webkit-flex-end;
            -ms-align-self: -ms-flex-end;
            align-self: flex-end;
        }

        #one .flex-item.left div p, #one .flex-item.right div p {
            margin-bottom: 1em;
        }

    #one h2 {
        text-align: center;
    }

    

   

    /* Footer */

    #footer {
        padding: 6em 0 4em 0;
        background: #e2e2e2;
        text-align: center;
        color: #3c3f40;
    }

        #footer h2 {
            color: #3c3f40;
        }

        #footer .icon {
            color: #BB0C2F;
        }

        #footer a {
            color: #3c3f40;
            text-decoration: none;
        }

        #footer ul li {
            padding: 0 2em;
        }

        #footer .copyright {
            display: inline-block;
            color: #3c3f40;
            font-size: 0.75em;
            margin: 0 0 2em 0;
            padding: 0;
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.25);
            padding: 2em 10em;
        }

            #footer .copyright img {
                max-width: 100%;
            }

/*newly added css*/

#footer {
    padding: 6em 0 4em 0;
    background: #e2e2e2;
    text-align: center;
    color: #3c3f40;
}

    #footer h2 {
        color: #3c3f40;
    }

    #footer .icon {
        color: #BB0C2F;
    }

    #footer a {
        color: #3c3f40;
        text-decoration: none;
    }

    #footer ul li {
        padding: 0 2em;
    }

    #footer .copyright {
        display: inline-block;
        color: #3c3f40;
        font-size: 0.75em;
        margin: 0 0 2em 0;
        padding: 0;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        padding: 2em 10em;
    }

        #footer .copyright img {
            max-width: 100%;
        }

.mainFooterDiv {
    text-align: left;
    line-height: 2;
    font-size: .85em;
    color: #e6e6e6;
    text-align:center;
}
.footerTableMobile {
    padding: 120px 0 50px 0;
    margin-top: 2em;
    clear: both;
    background-color: #141414;
}

.WRExt .footerTableMobile {
    margin-top: 0;
}

.footerTableMobile a {
    color: #e6e6e6;
    text-decoration: none;
}

.fGTitles {
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #BB0C2F;
    text-transform: uppercase;
}

.footerCopy {
    font-size: .8em;
    color: #e6e6e6;
    padding-top: 4em;
}

.elabFooter {
    display: inline-block;
    text-align: left;
    line-height: 1;
    text-transform: uppercase;
    font-size: .8em;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: Bold;
    padding: 2px 0 0 .5em;
    vertical-align: top;
}

.botFoot {
    margin-top: 170px;
}

.divNavPos0, .divNavPos1 {
    display: block;
}

.smlLogo {
    max-height: 20px;
    padding: 0 1.2em 0 0;
}

.sml35Logo, .smlLogo35 {
    max-height: 35px;
    padding: 0 1.2em 0 0;
}


.navPos0, .navPos1, .navPos2 {
    text-decoration: none;
    font-family: 'Aspira', Arial, Helvetica, sans-serif;
}

.navPos0, .navPos1 {
    display: block;
}


.navPos2 {
    padding: .3em;
    /*This hides the social media links in footer since we cant turn them off until in DB the new site is launched. */
    display: none;
}

.divFooterInfo {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 0 0;
}

.divFooterNav {
    max-width: 232px;
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 40px 0;
    text-align:left;
}

    .divFooterNav .hide {
        display: none;
    }



    .divFooterNav .show {
        padding: .9em .5em 0;
        font-size: .5em;
        font-family: 'Aspira', Arial, Helvetica, sans-serif;
        display: inline-block;
        padding: .9em .5em 0;
        vertical-align: top;
    }

.divFooterLeft h2 {
    color: #e6e6e6;
    font-family: 'Aspira Light', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    font-size: 16pt;
    letter-spacing: .03em;
    margin-bottom: 20px;
}

.divFooterRight, .divFooterLeft {
    vertical-align: top;
    display: inline-block;
    margin-left: 40px;
    text-align:left;
}

.WellaRewards .divFooterLeft {
    display: inline-block;
    margin-left: 71px;
    vertical-align: top;
}

.WellaRewards .botFoot {
    margin-top: 30px;
}

.WellaRewards .footerLogos {
    margin-left: 0;
}

.WellaRewards .footerCopy {
    font-size: initial;
}

.WellaRewards .footerCopy {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-left: 120px;
}

.divFooterRight {
    margin-left: 80px;
}
.txtSubscribe {
    font-size: 2em;
}

.footerLogos {
    margin-left: 40px;
}
.redTxtSubscribe {
    color: #BB0C2F;
    display: block;
}
.subscribeLink {
    float: right;
    font-size: 1.5em;
}
.footerEqual {
    margin-left: 40px;
    font-size:.8em;
    text-align:left;
}
.fGBoxes {
    display: inline-block;
    max-width: 1000px;
    vertical-align: top;
    line-height: 1.2;
    text-align:left;
}

.divNavPos2 {
    font-size: 2em;
}

/*end new css*/
/*Custom ------------*/

    /*ALL Pages ---------*/

    .clearB {
        clear: both;
    }

    .clearR {
        clear: right;
    }

    .clearL {
        clear: left;
    }

    .floatR {
        float: right;
    }

    .floatL {
        float: left;
    }

    .inlineB {
        display: inline-block;
    }

    .redIcon {
        color: #BB0C2F
    }

    td[valign=top] {
        vertical-align: top;
    }
/* ClearFix */
    .clearFix:before,
    .clearFix:after {
        content: "";
        display: table;
    }

    .clearFix:after {
        clear: both;
    }

    .clearFix {
        zoom: 1; /* For IE 6/7 (trigger hasLayout) */
    }

    .ltGryTxt, .ltGryTxt a {
        color: #999999;
    }

.signOutBut {
    line-height: 1.5em;
    left: 25px;
    font-size: .9em;
}

    .userNameHead {
        text-transform: capitalize;
    }

.mainHeadlineH1 {
    position: relative;
    top: 30px;
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #BB0C2F;
    font-weight: 700;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-size: 3em;
    padding: 0 0;
    clear: both;
}



/*Split Page------*/
    #banner .mainTitleH1 {
        font-weight: 400;
        font-size: 2em;
        font-family:Aspira Heavy;
        line-height: 1.5;
        text-transform:uppercase;
        padding: 1em 0;
        clear: both;
    }
#banner .mainTitleH1 .chronicle{
    font-family: 'Chronicle Light';
}
    /*#banner .mainTitleH1 span {
       text-transform:uppercase;
       font-size: 1.5em ;

    }*/
    #LblDesc4 div:first-of-type, #LblDesc3 div:first-of-type {
        margin-bottom: 3em;
    }

    .divInfoHair {
        padding-top: 2em;
    }

    .infoDivBlock {
        display: inline-block;
        width: 45%;
        vertical-align: top;
    }

        .infoDivBlock:first-of-type {
            margin-right: 5%;
        }

    /*Map Page------*/
    .leaflet-control-mapquest-navigation button {
        line-height: 1;
    }

    .learnBut {
        float: right;
        margin-right: .5em;
    }
/*Spotlight Page ------------------*/
#spotlightPage #LblCategory {
    float:right;
}
#spotlightPage.LMSPage #LblCategory {
    display:none;
}
#spotlightPage #ImgDisplay1 {
    text-align: center;
    display: block;
}
#spotlightPage.LMSPage .divLblName1, #spotlightPage.LMSPage .divLblName1 {
    background-color: #eee;
}
#spotlightPage.LMSPage .divLblName1, #spotlightPage.LMSPage .divLblName1 {
    background-color: transparent;
}

/*Login Page------*/
.divloginPage {
    max-width: 600px;
}

/*map Page ------*/
    .mapListLI {
        max-width: 60%;
        float: left;
        list-style: none;
    }
    .mapListH3 {
        clear: both;
        margin-top: 5em;
    }

    /*Dashboard Page------*/
    .divProfile {
        margin-top: 20px;
        max-width: 600px;
        background-color: white;
        border-radius: 6px;
        padding: 1em;
        background-color: #eeeeee;
        clear: both;
    }

        .divProfile h3 {
            font-size: 1.5em;
            font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

    .imgProfile {
        float: left;
        padding-right: 1em;
    }

    .divCard {
        float: right;
        background-color: #ffffff;
        margin: 3px;
        padding: 3px;
        border-radius: 6px;
        font-style: italic;
        margin-top:2em;
    }

    #LblDashboard {
        margin-top: 2em;
    }
    #dashPage .hideBut, #dashPage .hideSpan {
        display: none;
    }
    .noHand {
        cursor:auto;
    }
#dashPage .button.top {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #BB0C2F;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 3px;
    font-family: 'Aspira', Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: top;
    padding: 8px 20px 5px 20px;
    border-radius: 0;
    min-width: 111px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .7em;
    font-weight: initial;
}
    #dashPage .button.top:hover {
        background-color: #000;
    }
    .divDashSubNav {
        text-align: right;
        float: right
    }
    .LblProfile {
        clear: both;
    }
    .msgComplete {
        color:red;
        display:block;
        clear:both;
    }
    #LblNextBut .button {
        margin:1em 0;
    }
/*Form Styles ---------------*/
    .ui-datepicker-calendar {
        width: initial;
        background-color: white;
    }

    #dashPage td {
        padding-left: .75em;
        min-width: 150px;
    }
        /*#LblDashboard table:nth-of-type(3) tr:first-of-type {
        background-color: #BB0C2F !important;

    }
    #LblDashboard table:nth-of-type(3) tr:first-of-type span{
        color: #fff !important;
    }*/
    tr[bgcolor="#CCCCFF"] {
        background-color: #BB0C2F !important;
        color: #fff;
    }

    tr[bgcolor="#FFCCCC"] {
        background-color: #FFCCCC !important;
    }

    img[src*="spacer"] {
        display: none;
    }

    #PnlUploadTool td {
        padding: 0.75em;
    }
    #TxtNotes {
        margin: .25em .75em 0 0;
    }

    .slick-slider {
        background-color: #f3f3f3;
    }
    .quotes.slick-slider {
        background-color: transparent;
    }

    .slick-list {
        max-height: 400px;
    }
/*Library Page ----------------------*/
#dashPage img {
    max-width: 100%
}
#dashPage .imgProfile img {
    float: left;
    height: 120px;
    border-radius: 6px;
    margin-right: 3px;
}

#PnlCatlist {
    min-width: 200px;
}

#PnlCatlist {
    background-color: #eeeeee;
    border-radius: 8px;
    padding: 1em;
}

    #PnlCatlist td[colspan], #PnlCatlist td[valign], #PnlCatlist td[width] {
        padding: 0
    }

#DdlViewMode {
    margin: 0;
}

#LblLibrary {
    padding: 1em;
    display: block;
}

#BtnDownloadZip {
    margin: 1em;
}

#TxtSearchLibrary {
    max-width: 35%;
    display: inline-block;
}

#BtnSearch {
    display: inline-block;
}

#DtlLibraryAvail img[src*="spacer"] {
    display: block;
}
.divCatPageMenu, .divCatPageImg {
    display: inline-block;
    vertical-align: top;
}

#PnlCatSearch {
    display: inline-block;
    width: 70%
}

#PnlCatDownload {
    display: inline-block;
    max-width: 29%;
    vertical-align: bottom;
}

.LMSPage #TxtSearchLibrary {
    max-width: 65%;
}
.LMSPage #LblLibrary {
    padding: initial;
    display: initial;
}
.gridDtlItems {
    display: grid;
    grid-template-columns: 20% 55% 20%;
    grid-gap: 1em;
    padding: 1em 0;
    border-bottom: 1px solid black;
    align-items:center;
}
.LMSPage .gridDtlItems h3 {
    font-family: 'Aspira', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #BB0C2F;
    margin: 0;
    font-size: 1.3em;
}
.DtlItemImg {
   text-align:center;
}
.DtlItemCbx {
    vertical-align:top;
}
    .DtlItemCbx input[type="checkbox"] + label, .DtlItemCbx input[type="radio"] + label {
        margin-top:0;
    }
    /*LMS Pages ---------------------------------------*/
    body.LMSPage {
        font-family: 'Aspira', Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #000;
    }
.LMSPage #menu {
    background-color: #3c3f40;
}
.fontSpaceMono {
    font-family: 'Aspira', Arial, Helvetica, sans-serif;
}

.LMSPage #header nav .button{
        padding: 1em 0 0 0;
        height: 1em;
        background: none;
        line-height: 1em;
        box-shadow: none;
        text-transform: lowercase;
        font-family: 'Aspira', Arial, Helvetica, sans-serif;
        vertical-align: top;
        font-weight: normal;
    }

.LMSPage #header nav.right a{
        color: black !important;
    }

/*.LMSPage .siteLogo {
    position: relative;
    top: 1em;
}*/

.LMSPage #banner {    
    color: #000;
}
    .LMSPage #banner img {
        margin-top: 0;
    }

    .LMSPage #banner .divBlockNavLinks {
        margin-top:2em;
    }

    .LMSPage #banner a {

        text-decoration: none;

        margin: 0 2em;
    }
.LMSPage #divBannerWide img {
    margin-top: 2em;
}
.LMSPage #banner .bannerUnderline {
    border-bottom: #BB0C2F solid 1em;
    max-width: 85%;
    margin-bottom: 0;
}
.LMSPage H1 {
    font-family: 'Aspira', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #BB0C2F;
    margin: 0;
    margin-top:1em;
}

.LMSPage H2 {
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    text-transform: lowercase;
    color: #000;
    font-size: 1em;
    line-height: initial;
    margin: 0;
}
.LMSPage H3 {
    font-family: 'Aspira', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    font-size:1.8em;
}
.LMSPage H4 {
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    text-transform: lowercase;
    color: #000;
    font-size: 1em;
    line-height: initial;
}

.divLMSContainer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.divLMSContainerFull {
    width: 100%;
    margin: 0 auto;
}
.bgTanFull {
    background-color: #eeeeee;
}
.bgGreenFull {
    background-color: #e0efe1;
}
.bgRedFull {
    background-color: #f3b0b0;
}
.orange {
    color: #ff692a;
}
input[type="submit"].btnOrangeText, .btnOrangeText {
    text-transform: uppercase;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ff692a;
    font-size: 1.2em;
    text-decoration: none;
    background: none;
    padding: 0;
    margin: 0;
    line-height: initial;
    height: initial;
}
/*Lower content section ------------------*/
    .LMSPage .box {
    border-radius: initial;
    border: initial;
}
        .LMSPage .box .content p {
            text-align: center;
            font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
            font-weight: bold;
        }
    .LMSPage .box H3 {
        font-family: 'Aspira', Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        color: #BB0C2F;
        margin: 0;
        text-align: center;
    }
        .LMSPage .box a {
            text-transform: uppercase;
            font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #ff692a;
            text-decoration: none;
            text-align: center;
            display: block;
            font-size: 1.2em;
        }

/*SLICK SLIDER----------------------------*/
    .LMSPage .slick-slider {
        background-color: white;
    }
.LMSPage .slick-slide figure {
    margin: 2em 1em;
    height: 170px;
}
.LMSPage .slick-slide footer {
    margin-bottom: 2em;
}
    .LMSPage .slick-slide img {
        max-width: 100%;
    }

.LMSPage .slick-slide footer {
    vertical-align: bottom;
}
.LMSPage .slick-slide h2 {
    text-transform: uppercase;
    margin: .5em 0;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
}
.LMSPage .slick-slide blockquote {
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    color: #000000;
    font-style: normal;
    max-height: 100px;
    overflow: hidden;
    font-weight: bold;
}

.LMSPage .slick-slide .company a {
    text-transform: uppercase;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight:bold;
    background-color: #ff692a;
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    padding: .8em 1em;
}

.LMSPage #PnlLogoBar {
    text-align: center;
    margin: 4em 0;
}
#PnlMidHeadline .mainHeadlineH1 {
    position: relative;
    top: 20px;
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #BB0C2F;
    font-size: 3em;
    padding: 0 0;
    clear: both;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}
#PnlMidHeadline .mainText {
    font-family: 'Aspira', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color:black;
}
.LMSPage .mainText2 {
    font-family: 'Aspira', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: black;
    max-width: 1200px;
    margin: 3em auto;
    padding: 0 2em;
    display: block;
}
#PnlMidHeadline .wrapper {
    padding: 3em 0 0 0;
}
#PnlRotator .wrapper {
    padding: 0 0 3em 0;
}
#PnlBannerBar .divBannerContainer {
    text-align: center;
    padding: 2em 0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 70%, #ffffff 70%, #BB0C2F 70%, #BB0C2F 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 70%,#ffffff 70%,#BB0C2F 70%,#BB0C2F 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#ffffff 70%,#ffffff 70%,#BB0C2F 70%,#BB0C2F 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#BB0C2F',GradientType=1 ); /* IE6-9 */
}
.divBannerContainer #LtlBannerBlock {
    position: relative;
    z-index: 2;
}
#PnlBannerBar .divBannerContainer {
    max-width: 1700px;
    margin: 0 auto;
}
.divOfferContainer {
    position: relative;
    z-index: 2;
    padding: 2em;
    background: #BB0C2F; /* Old browsers */
    background: -moz-linear-gradient(left, #BB0C2F 0%, #BB0C2F 42%, #BB0C2F 42%, #BB0C2F 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #BB0C2F 0%,#BB0C2F 42%,#BB0C2F 42%,#BB0C2F 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #BB0C2F 0%,#BB0C2F 42%,#BB0C2F 42%,#BB0C2F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BB0C2F', endColorstr='#BB0C2F',GradientType=1 ); /* IE6-9 */
    text-align: center;
}
divBannerContainer {
  
}

#PnlOfferBar .bgRedBox {
    background-color: #BB0C2F;
    width: 40%;
    height: 420px;
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 4em 0;
}
#PnlOfferBar {
    z-index: 5;
    position: relative;
    background: white;
}
.offerBox {
    width: 23%;
    height: 170px;
    background-color: #FFFFFF;
    display: inline-block;
    margin-right: 2%;
    vertical-align:top;
    padding:1em;
}
    .offerBox b {
        font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #BB0C2F;
        display: block;
        min-height: 90px;
        font-size: 1.2em;
        text-transform: uppercase;
    }
    .offerBox a {
        font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #ff692a;
        text-transform: uppercase;
        vertical-align: bottom;
        text-decoration: none;
    }
.LMSPage #PnlLogoBar {
    text-align: center;
    margin: 3em 0;
}

#LtlBannerBlock img {
    max-width: 500px;
    padding: 1em;
    max-width: 100%;
}
#PnlSplashImage {
    z-index: 1;
    position: relative;
    max-height: 509px;
    overflow: hidden;
}
    #PnlSplashImage a {
        vertical-align:top;
    }
    #instaSection {
        max-width: 1200px;
        margin: 0 auto 2em auto;
        text-align: center;
    }
#insta a {
    vertical-align: top;
    display: inline-block;
    max-height: 220px;
    overflow:hidden;
}
.instaImg {
    width:220px;
    
}
.divLMSContainer.rotatorTabs {
    text-align: left;
    max-width: 953px;
}
#LMSLandingPage .instaUnderline {
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 14%, #ffffff 14%, #000000 14%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 14%,#ffffff 14%,#000000 14%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#ffffff 14%,#ffffff 14%,#000000 14%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    min-height: .3em;
}
#emailSection {
    text-align: center;
    margin: 4em auto;
    max-width: 70%;
    font-family: 'Aspira', Arial, Helvetica, sans-serif;
    color:#000000;
}
    #emailSection h1 {
        font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #BB0C2F;
    }
    #emailSection .emailFooter {
        font-size: .8em;
        font-family: 'Aspira', Arial, Helvetica, sans-serif;
    }
    #TxtEmailSubscribe {
        max-width: 500px;
        display: inline-block;
    }
.sidewaysR {
    transform: rotate(90deg);
    display: block;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 2.5em;
    text-transform: uppercase;
    position: absolute;
    right: 0;
}
.sidewaysL {
    transform: rotate(-90deg);
    display: block;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 2.5em;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 41%;
    z-index: 10;
    max-width: 450px;
}
#footerTableMobile {
    background-color: #e2e2e2;
    padding: 3em 0;
}
/*.LMSPage .footerGrid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}*/
.fGTitles {
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #BB0C2F;
    text-transform: uppercase;
}
/*.footerCopy {
    font-size: .8em;
    font-family: 'Aspira', Arial, Helvetica, sans-serif;
    color:black;
}*/
.elabFooter {
    display: inline-block;
    text-align: left;
    line-height: 1;
    text-transform: uppercase;
    font-size: .8em;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 2px 0 0 .5em;
    vertical-align: top;
}
.divNavPos0, .divNavPos1 {
    display:inline;
}
/*.navPos0, .navPos1, .navPos2 {
    padding: 1em;
    text-decoration: none;
    font-weight: normal;
}*/
/*.LMSPage .navPos0, .LMSPage .navPos1, .LMSPage .navPos2 {
    padding: 1em;
    text-decoration: none;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: .9em;
}*/
/*.LMSPage .navPos0, .LMSPage .navPos1 {
    display: inline-block;
}*/
.divFooterLeft h2 {
    color: #e6e6e6;
    font-family: 'Aspira Light', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    font-size: 16pt;
    letter-spacing: .03em;
    margin-bottom: 20px;
}
.LMSPage .navPos2 {
    padding: .3em;
}
.footerGrid .hide {
    display: none;
}
.footerGrid .show {   
    padding: .9em .5em 0;
}
.LMSPage .footerGrid .show {
    font-size: .8em;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    padding: .9em .5em 0;
    vertical-align: baseline;
}

.LMSPage .LMSPage .divNavPos2 {
    font-size: 2em;
}

/*LMS Calendar New-------------------*/

    #LMSCalendarNew .wrapper {
        padding-top:1em;
    }
    #LMSCalendarNew .eventDate {
        background-color: #BB0C2F;
        color: white;
    }


#LMSCalendarNew #PnlSearchControl {
    margin:1em 0;
    padding:1em 1em 0 1em;
}
    #LMSCalendarNew .tabHead {      
        vertical-align: top;
        width: 100%;
        margin: 0px;
    }
#LMSCalendarNew #LblCalTitle {
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #BB0C2F;
}
#LMSCalendarNew #LblCalendarCount {
    float: right;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 1em;
}
.LMSPage .showCal, .LMSPage .showList{
    padding: .1em .5em;
}
.LMSPage .showBut {
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.rotatorTabs .showBut {
    color: black;
    font-size: 18px;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: .1em .5em;
    cursor: pointer;
}
#LMSCalendarNew .fieldBox select, #LMSCalendarNew .fieldBox input[type="text"] {
    margin: 0;
}
    #LMSCalendarNew .gridSearchButs {
        display: grid;
        grid-gap:.5em;
        grid-template-areas: 'left center right' 'leftbot leftbot rightbot';
    }
    
    #LMSCalendarNew .fieldBox.month {
        grid-area: left
    }
    #LMSCalendarNew .fieldBox.location {
        grid-area: center
    }
    #LMSCalendarNew .fieldBox.type {
        grid-area: right
    }
    #LMSCalendarNew .fieldBox.searchbox {
        grid-area: leftbot
    }
    #LMSCalendarNew .fieldBox.searchbut {
        grid-area: rightbot
    }
    #LMSCalendarNew .gridPageTiles {
        display: grid;
        grid-gap: .5em;
        grid-template-columns: 33% 33% 33%;
    }
    

    #LMSCalendarNew td[colspan], #LMSCalendarNew td[valign], #LMSCalendarNew td[width] {
        padding: 0;
    }
        #LMSCalendarNew td[width].monthHeader {
            padding: 1em;
        }
    #LMSCalendarNew .monthCell {
        font-size: .85em;
        border:#d51348 1px solid;
        text-align:center;
        padding-bottom:1.5em;
    }

    #LMSCalendarNew .eventlink {
        padding:.5em 0;
    }

    #LMSCalendarNew .eventOver {
        padding: 1em;
        text-align: center;
    }
#LMSCalendarNew .eventOverTitle {
    color: #d51348;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
    #LMSCalendarNew .eventImg {
        max-width: 100%;
    }
#LMSCalendarNew .eventTitle {
    color: #d51348;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}
    #LMSCalendarNew .nextMonth, #LMSCalendarNew .prevMonth {
        text-align: left;
        padding-left: 1em;
    }
    #LMSCalendarNew .calPrice {
        color:#000;
        font-size:11px;

    }
    #LMSCalendarNew .eventlist {
        display: grid;
        grid-gap: .5em;
        grid-template-columns: 10% 10% 50% 30%;
        padding: .5em 0;
        align-items: center;
    }
    #LMSCalendarNew .divEventListImg {
        margin:0 auto;
    }
    #LMSCalendarNew .divEventListDate {
        margin: 0 auto;
        background-color: #BB0C2F;
        color:white;
        text-align: center;
        width: 70px;
        height: 70px;

    }
    #LMSCalendarNew .eventListMonth {
        font-size: 14px
    }

    #LMSCalendarNew .eventListDay {
        font-size: 24px
    }
    #LMSCalendarNew .divEventListDetails a {
        text-decoration: none;
    }
#LMSCalendarNew .eventListTitle {
    color: #d51348;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
}
#LMSCalendarNew .divEventListCost {
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
    #LMSCalendarNew .eventListTixBut {
        
        color: #ff692a;
        text-decoration: none;
    }
#LMSCalendarNew .eventListDate {
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
    #LMSCalendarNew .classrow {
        display: none;
    }
#LMSCalendarNew .divEventImg {
    width: 200px;
    text-align: center;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
    cursor: pointer;
    background: #fff;
    height: 230px;
    color: #BB0C2F;
    text-transform: uppercase;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

    #LMSCalendarNew .facetsTop {
        background: #efe8e0;
        text-align: center;
    }
    #LMSCalendarNew .facetEventImg {
        width: 175px;
        height: 175px;
        object-fit: contain;
    }
    #LMSCalendarNew .eventImgFull {
        width: 300px;
        height: 300px;
        object-fit: contain;
    }
#LMSCalendarNew .backBut {
    cursor: pointer;
    color: #ff692a;
    text-transform: uppercase;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
    #LMSCalendarNew .leftTile {
        width: 300px;
        margin-right: 1em;
        vertical-align: top;
        display: inline-block;
    }
    #LMSCalendarNew .rightTile {
        padding: 0;
        vertical-align: top;
        display: inline-block;
        width: 60%;
    }
    #LMSCalendarNew .divContainerEventList {
        display: grid;
        grid-gap: .5em;
        grid-template-columns: 15% 65% 15%;
        padding: .5em 0;
        align-items: center;
        border-bottom: 2px solid #CCCCCC;
    }
    #LMSCalendarNew .eventText {
        margin-left: 5px;
        vertical-align: top;
        display: initial;
        max-width: initial;
        width: initial;
        height: initial;
        line-height: initial;
    }


/*MOVED OVER FROM CALENDARNEW PAGE ----*/

A.sessionPop {
    font-size: 18px;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.eventOver {
    position: absolute;
    z-index: 10000;
    background-color: #FFFFFF;
    border: 3px solid #EFEFEF;
    box-shadow: rgba(0,0,0,.4) 5px 5px;
    width: 160px;
}
.monthHeader, .monthHeader a {
    color: #fff;
    background-color: #d51348;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    text-transform: uppercase;
}

.weekHeader {
    color: #fff;
    background-color: #d51348;
    font-family: 'Aspira', Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    text-align: center
}

    .weekHeader a {
        color: #fff;
        background-color: #d51348;
        font-family: 'Aspira', Arial, Helvetica, sans-serif;
        text-transform: lowercase;
        text-align: center
    }

.dayHeader {
    color: #EEEEEE;
    background-color: #999999;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    height: 16px
}

    .dayHeader a {
        color: #EEEEEE;
        background-color: #999999;
        font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 16px;
        height: 16px
    }

.toolsHeader {
    color: #333333;
    background-color: #DDDDDD;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px
}

    .toolsHeader a {
        color: #333333;
        background-color: #DDDDDD;
        font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px
    }

.dayTimeHeader {
    color: #333333;
    background-color: #DDDDDD;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px
}

.hoursHeader {
    color: #333333;
    background-color: #CCCCCC;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    align: center;
    height: 16px
}

.hoursHeaderC {
    background-color: #ffcccc;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    height: 40px
}

.hoursHeaderO {
    background-color: #ccffcc;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    height: 40px
}

.staffHeader {
    color: #333333;
    background-color: #DDDDDD;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    height: 60px
}

.staffHeaderVert {
    color: #333333;
    background-color: #DDDDDD;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    height: 20px
}

.staffFooter {
    color: #333333;
    background-color: #DDDDDD;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px
}

.staffColumn {
    width: 200px
}

.monthCell {
    height: 100px;
    width: 14%;
    vertical-align: top
}

.monthCellSmall {
    height: 30px;
    width: 14%;
    vertical-align: top
}

SELECT.formDD {
    color: #333333;
    background-color: #FFFFFF;
    font-size: 9px
}

.currDay {
    color: #333333;
    background-color: #FFFFFF;
    font-size: 1em
}

.currDayBusy {
    color: #333333;
    background-color: #EDEDED;
    font-size: 1em
}

.dayTimeCell {
    height: 30px;
    vertical-align: top
}

.prevMonth {
    color: #bbbbbb;
    background-color: #e8e8e8;
    font-size: 1em
}

.currMonth {
    color: #333333;
    background-color: #FFFFFF;
    padding: .1em
}

.nextMonth {
    color: #bbbbbb;
    background-color: #e8e8e8;
    font-size: 1em
}

.monthDayData {
    border: 1px #AAAAAA solid
}

.monthCalendar {
    background-color: #999999;
}

.dayCalendar {
    background-color: #999999;
}

.highlightDate {
    background-color: #f8f3cd;
}

.todayDate {
    background-color: #efe8e0;
}

.dayNumber {
    font-size: 14px;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.eventDesc {
    font-size: 1em;
    vertical-align: top
}

.active {
    background-color: #FFFFCC
}

.hidden {
    display: none;
}

.companyEvent {
    font-size: 10px;
}

.divViewDate {
    z-index: 99999;
}

.showCal {
    cursor: pointer;
}

    .showCal:hover {
        color: #d51348;
    }

.showList {
    cursor: pointer
}

    .showList:hover {
        color: #d51348;
    }


.sideways {
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    font-size: 10px;
}

.vertTime {
    font-size: 9px;
}

.offTime {
    background-color: #AAA;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    -webkit-background-size: 50px 50px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
}


.vertTimeHour {
    font-size: 13px;
}

.warn {
    color: #cc0000;
}

.ghost {
    width: 200px;
    position: absolute;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background-color: #CCF;
    border-color: #AAD;
    color: #AAD;
    z-index: 10000;
}

.outline {
    width: 200px;
    background-color: #FCC;
    border-color: #DAA;
    border-style: dashed;
    color: #DAA;
}

.showText {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.hideText {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.loadbox {
    text-align: center;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    width: 100%;
    height: 300px;
    font-size: 16px
}

.nodisp {
    display: none;
}

.handle {
    cursor: move;
}

A.addLink {
    border: 1px #666666 solid;
    color: #666666;
    background-color: #eeeeff;
    font-size: 12px
}



.imageText {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 12pt;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000;
    padding: 10px;
    width: 100%;
}

.viewArea {
    width: 100%;
    display: inline-block;
}

.viewList {
    display: none;
}

.eventlist {
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 2px;
    margin-top: 2px
}

.tabShoulder {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0px;
}

.tileContainerWide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-height: 200px;
    overflow: hidden;
}

    .tileContainerWide img {
        object-fit: cover;
        height: 200px;
    }

.linkTile {
    cursor: pointer;
}

.tileContainer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 230px;
    height: 240px;
    overflow: hidden;
}

    .tileContainer img {
        position: absolute;
        top: 40px;
        left: 0px;
        max-width: 220px;
        max-height: 160px;
        z-index: 100
    }

.tileContainerSmall {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 165px;
    height: 220px;
}

.tileTopText {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 12pt;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333333;
    text-shadow: 1px 1px 1px #FFFFFF;
    padding: 10px;
    width: 90%;
    text-align: left;
    z-index: 200
}

.tileBotText {
    position: absolute;
    bottom: 0px;
    left: 90px;
    font-size: 28pt;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #d51348;
    text-shadow: 1px 1px 1px #FFFFFF;
    padding: 10px;
    width: 100%;
    text-align: left;
    z-index: 200
}

.tileTopTextSmall {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 11pt;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333333;
    text-shadow: 1px 1px 1px #FFFFFF;
    padding: 10px;
    width: 100%;
    text-align: left;
    z-index: 200
}

.tileArrowSmall {
    position: absolute;
    top: 90px;
    left: -30px;
    font-size: 40pt;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #d51348;
    text-shadow: 1px 1px 1px #FFFFFF;
    padding: 10px;
    width: 100%;
    text-align: left;
    z-index: 200
}

.tileBotImageSmall {
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 199
}

.tileBotTextSmall {
    position: absolute;
    bottom: 0px;
    left: 60px;
    font-size: 18pt;
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #d51348;
    text-shadow: 1px 1px 1px #FFFFFF;
    padding: 10px;
    width: 100%;
    text-align: left;
    z-index: 200
}

#footerTable {
    width: 1000px;
}

.eventbut {
    cursor: pointer;
}



.showBut {
    display: inline-block;
}



/*LMS Details Page----------------*/
#LMSDetailPage td[colspan], #LMSDetailPage td[valign], #LMSDetailPage td[width] {
    padding:0;
}
.LMSPage #PnlDiscount {
    padding: 2em 0 0 0;
    margin: 0 0 2em 0;
}
    .LMSPage #PnlDiscount input[type="text"], .LMSPage #PnlDiscount select {
        margin: 0 .75em .75em 0;
    }
    .LMSPage #PnlDiscount #BtnDiscount {
        margin-top: 1.5em;
    }
    .LMSPage #PnlDiscount input[type="checkbox"] + label{
        color: #000;
    }
        .LMSPage #PnlDiscount input[type="checkbox"] + label:before {
            background: #fff;
        }
#LMSDetailPage .imgEventDetail {
    float: left;
    max-width: 100%;
    padding: 1em 1em 1em 0;
}
#LMSDetailPage .eventDetailDate {
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    text-transform: lowercase;
    color: #000;
}
#LMSDetailPage .gridEventDetail {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin-top: 2em;
    align-items: center;
}
#LMSDetailPage #secTickets {
    margin-top:2em;
    padding-top:1em;
}
#LMSDetailPage .tixName {
    font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #BB0C2F;
    margin: 0;
}
#LMSDetailPage .divBtnPurchase {
    text-align:right
}

/*LMS Gallery Page--------------*/

.galleryPhoto {
    text-align: center;
    margin: 0 1em 2em 1em;
}
    .galleryPhoto a {
        min-height: 90px;
        display: block;
    }
#DtlTop9 td {
    vertical-align:top;
}

/*LMS Dashboard ------------------*/

#dashPage.LMSPage .imgProfile img {
    height: 250px;
}
.LMSPage .divProfile {
    background-color:#fff;
}
.LMSPage .divCard {
    float: initial;
    display: inline;
}

.divCard {
    float: right;
    background-color: initial;
    margin: initial;
    padding: initial;
    border-radius: initial;
    font-style: normal;
}
.form2 {
    height: 2.5em;
    border: 1px solid #e3e3e3;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    FONT-FAMILY: 'Aspira',Arial,sans-serif;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        FONT-FAMILY: 'Aspira',Arial,sans-serif;
        visibility: hidden;
        position: absolute;
        width: 100px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px;
        border-radius: 6px;
        z-index: 1;
        opacity: .1;
        transition: opacity .3s;
        bottom: 125%;
        left: 50%;
        margin-left: -50px;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: normal;
    }

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip .tooltiptextMedium {
    FONT-FAMILY: 'Aspira',Arial,sans-serif;
    visibility: hidden;
    position: absolute;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
    opacity: .1;
    transition: opacity .3s;
    bottom: 125%;
    left: 25%;
    margin-left: -90px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
}

.tooltiptextMedium::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip .tooltiptextlong {
    FONT-FAMILY: 'Aspira',Arial,sans-serif;
    visibility: hidden;
    position: absolute;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
    opacity: .1;
    transition: opacity .3s;
    bottom: 125%;
    left: 2%;
    margin-left: -9px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
}

.tooltiptextlong::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 4%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip .tooltiptextlongRight {
    FONT-FAMILY: 'Aspira',Arial,sans-serif;
    visibility: hidden;
    position: absolute;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
    opacity: .1;
    transition: opacity .3s;
    bottom: 125%;
    left: -372px;
    margin-left: -9px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
}

.tooltiptextlongRight::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 2%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip .tooltiptextshortRight {
    FONT-FAMILY: 'Aspira',Arial,sans-serif;
    visibility: hidden;
    position: absolute;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
    opacity: .1;
    transition: opacity .3s;
    bottom: 125%;
    left: 50%;
    margin-left: -81px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
}

.tooltiptextshortRight::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 26px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip .tooltiptextshortLeft {
    FONT-FAMILY: 'Aspira',Arial,sans-serif;
    visibility: hidden;
    position: absolute;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
    opacity: .1;
    transition: opacity .3s;
    bottom: 125%;
    left: -2%;
    margin-right: -81px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
}

.tooltiptextshortLeft::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 4%;
    margin-right: 26px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext, .tooltip:hover .tooltiptextlong, .tooltip:hover .tooltiptextlongRight, .tooltip:hover .tooltiptextshortRight, .tooltip:hover .tooltiptextshortLeft, .tooltip:hover .tooltiptextMedium {
    visibility: visible;
    opacity: 1;
}

/*Master Slider Landing Page*/

.msLanding h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Chronicle Light', 'Times New Roman', serif;
}

.msLanding .topH2 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Aspira Heavy";
    font-size: 1.6em;
}

.msLanding .underText {
    color: #d5d5d5;
    line-height: 1.2;
    font-size: 1em;
    font-family: 'Chronicle', 'Times New Roman', serif;
}



/* -------ALL MEDIA QUERIES--------------------------------*/
@media only screen and (max-width: 1024px) {
    .showBut {
        display: none;
    }

    .viewCal {
        display: none;
    }

    .tabShoulder {
        display: none;
    }

    .tabHead {
        width: 100%;
        max-width: none;
    }

    .viewList {
        display: inline-block;
    }
    .divLMSContainer {
        padding: 0 1em;
    }
    #BtnDownloadZip {
        max-width: 100%;
        padding: 0 1em;
        margin: 1em 0;
    }
        /*.form {
        margin: 5px;
        padding: 5px;
        font-size: 24px;
    }*/
  
        #banner .content {
        top: initial;
        padding: 1em;
    }

    .learnBut {
        clear: right;
        margin-top: .5em;
        margin-right: 0;
    }

    #dashPage .button.alt.smallBut {
        float: initial;
    }

    .sidewaysL {
        font-size: 1.75em;
        bottom: 45%;
    }

    .sidewaysR {
        display: none;
    }

    #StudioInfo {
        padding: 6px;
    }

    #PnlCalendar {
        padding: 6px;
    }

    #topLocationBar {
        text-align: center;
    }
    #header nav.search {
        display:none;
    }
}

@media screen and (max-width: 980px) {

    body {
        padding-top: 44px;
    }


    #header {
        height: 48px;
        line-height: 44px;
    }

    .LMSPage #header {
        height: 70px;
    }

    #header .logo {
        font-size: 1.25em;
        text-align: center;
    }

    #header nav a[href="#menu"] {
        font-size: 1.5em;
    }

    #header nav.left {
        left: 1em;
        margin-top: 0;
        padding-top: .9em
    }

    #header nav.right {
        display: none;
    }

    #header nav {
        line-height: 0;
    }

    #header .siteLogo {
        margin: .2em;
        height: 40px;
    }

    .wrapper {
        padding: 3em 0 1em 0;
    }

    .inner {
        max-width: 70%;
    }

    #one .flex-item {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

        #one .flex-item.left br, #one .flex-item.right br {
            display: none;
        }

        #one .flex-item.left div:first-child, #one .flex-item.right div:first-child {
            padding-top: 0;
        }

        #one .flex-item.left div:last-child, #one .flex-item.right div:last-child {
            -moz-align-self: center;
            -webkit-align-self: center;
            -ms-align-self: center;
            align-self: center;
        }

        #one .flex-item.left div p, #one .flex-item.right div p {
            margin-bottom: 2em;
        }

    #one .image.fit {
        margin: 0;
    }

    #one .image.fit {
        margin: 0 auto 2em auto;
        max-width: 60%;
    }

    #two blockquote br {
        display: none;
    }

    #three {
        text-align: center;
    }

    #footer {
        padding: 3em 0 1em 0;
    }

        #footer ul li {
            display: block;
            padding: .25em 0;
        }

    .flex {
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .flex.flex-3 .flex-item {
            -ms-flex-preferred-size: 100%;
            -moz-flex-basis: 100%;
            -webkit-flex-basis: 100%;
            -ms-flex-basis: 100%;
            flex-basis: 100%;
        }

            .flex.flex-3 .flex-item.left {
                text-align: right;
            }


    #menu ul.actions {
        display: block;
    }

    /*#banner {
		padding: 8em 6em 6em 6em;
	}*/

    #splitPage #banner br {
        display: none;
    }

    #banner h1 {
        font-size: 2.25em;
    }

    #splitPage #banner .content {
        top: 80px;
    }

    #homePage #banner h2 {
        margin: .5em auto 1em auto;
    }

    .divNail {
        margin-right: 10%;
    }

    .divHair {
        margin-left: 10%;
    }

    #splitPage #one.wrapper {
        /*background-image: url(/templates/3/images/circle-blue-med.png);*/
        background-repeat: no-repeat;
        background-position: center 48%;
    }

    .divDashSubNav {
        float: initial;
    }

    .LMSPage #banner a {
        font-size: 1.4em;
        margin: 0 1.6em;
    }

    #banner h2 span {
        font-size: .9em;
    }

    #banner h1 {
        font-size: 2em;
    }

    #LMSCalendarNew .leftTile {
        width: 250px;
    }

    #LMSCalendarNew .eventImgFull {
        width: 250px;
        height: 250px;
    }

    .LMSPage #banner .bannerUnderline {
        margin-bottom: 1em;
        max-width: 90%;
    }

    .rotatorTabs .showBut {
        font-size: 14px;
    }

    .rotatorTabs {
        margin-left: 15%;
    }

    .LMSPage #PnlCatSearch {
        width: 69%;
    }

    #header nav a[href="#menu"] {
        padding-top: 0;
    }
    #splitPage #logos {
        margin-bottom: 0;
    }
}

    @media screen and (max-width: 767px) {
        .container {
            width: 90% !important;
        }


        #footer .copyright {
            padding: 2em 5em;
        }

        .mainFooterDiv {
            text-align: left;
        }

        .divFooterNav {
            max-width: 300px;
            display: block;
            vertical-align: top;
            margin: 40px;
            width: 100%;
        }

        .footerTableMobile {
            padding: 30px 0 50px 0;
        }

        .fGBoxes {
            margin: 0 40px;
        }

        .divFooterRight {
            margin-left: 0;
            margin-top: 50px;
        }

        .divFooterLeft, .footerEqual, .footerLogos {
            margin-left: 0;
        }

        .footerEqual {
            margin: 20px 0;
        }

        .footerLogos {
            text-align: center;
        }

        #menu {
            padding: 2.5em 1.75em;
        }

        .inner {
            max-width: 85%;
        }


        #menu .close {
            height: 4em;
            line-height: 4em;
        }

        .divloginPage #Button1, .divloginPage #forgotButton {
            margin-bottom: 1em;
            width: 100%;
        }

        .divHair, .divNail {
            padding: 1em;
            margin: 1em;
            float: initial;
            min-width: 130px;
        }

        #banner .content {
            top: initial;
            padding: 1em;
        }

        #banner h2 {
            margin: 0 0 1em 0;
        }

        #banner .button {
            padding: 0 1.5em;
        }

        /*map Page ------*/
        .mapListLI {
            max-width: 100%;
            float: initial;
            list-style: none;
        }

        .butLearnMore {
            width: 100%;
            margin: 1em 0;
        }

        /*LMS Pages ------*/
        .divLMSContainer {
            padding: 0 1em;
        }

        .LMSPage .slick-slide h2 {
            font-size: 1em;
        }

        .LMSPage .slick-slide blockquote {
            font-size: .8em;
        }

        .LMSPage .slick-slide .company a {
            font-size: 1.2em;
        }

        .LMSPage .slick-slide h2 {
            word-break: break-word;
            max-height: 100px;
            overflow: hidden;
        }

        .sidewaysL {
            font-size: 1.2em;
            bottom: 45%;
        }

        .offerBox {
            min-width: 150px;
            margin-top: 2%;
        }

        #PnlMidHeadline .mainHeadlineH1 {
            font-size: 2.5em;
        }

        .navPos0, .navPos1 {
            display: block;
            padding: 0;
        }

        .navPos2 {
            padding: .1em;
        }

            .navPos2 br {
                display: none;
            }

        .LMSPage .footerGrid.fGBoxes {
            display: block;
        }

            .LMSPage .footerGrid.fGBoxes div {
                margin: 1em 1em 0 1em;
            }

        .LMSPage #banner a {
            font-size: 1em;
            margin: 0 1.3em;
        }

        .rotatorTabs {
            margin-left: 5.5%;
        }

        .LMSPage #banner .bannerUnderline {
            margin-bottom: 1em;
            max-width: 95%;
        }

        #insta a {
            max-height: 150px;
        }

        .instaImg {
            width: 150px;
        }

        #LMSCalendarNew .gridSearchButs {
            display: grid;
            grid-gap: .5em;
            grid-template-areas: 'left' 'center' 'right' 'leftbot' 'rightbot';
        }

        #LMSCalendarNew .showCal {
            display: none;
        }

        #LMSCalendarNew #BtnSearch {
            width: 100%;
        }

        #LMSCalendarNew .eventlist {
            display: grid;
            grid-template-columns: 15% 10% 55% 15%;
            font-size: .8em;
        }

        #LMSCalendarNew .divEventListDate {
            width: 45px;
            height: 45px;
        }

        #LMSCalendarNew .eventListMonth {
            font-size: 10px
        }

        #LMSCalendarNew .eventListDay {
            font-size: 16px;
            font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

        #LMSCalendarNew .divEventListImg img {
            max-width: 100%;
        }

        #LMSCalendarNew .rightTile {
            width: 100%;
        }

        #LMSCalendarNew .leftTile {
            text-align: center;
            width: 100%;
        }

        #LMSCalendarNew .divContainerEventList {
            font-size: .8em;
            grid-template-columns: 10% 65% 20%;
            margin-left: .5em;
            grid-gap: .8em;
        }

        #LMSCalendarNew .eventImgFull {
            width: 300px;
            height: 300px;
        }

        #LMSCalendarNew .divEventImg {
            width: 40%;
        }

        #LMSCalendarNew .facetEventImg {
            width: 125px;
            height: 125px;
        }

        #LMSCalendarNew .backBut {
            margin-left: 1em;
        }

        #LMSDetailPage .gridEventDetail {
            display: block;
            text-align: center;
        }

        .LMSPage #PnlCatSearch {
            display: block;
        }

        #BtnDownloadZip {
            max-width: initial;
            padding: 0 3.5em;
            margin: 0 0 1em 0;
        }

        .LMSPage #TxtSearchLibrary {
            max-width: 60%;
        }

        .LMSPage #PnlCatSearch {
            width: 100%;
            text-align: center;
        }

        .gridDtlItems {
            display: block;
            text-align: center;
        }
    }

@media screen and (max-width: 650px) {
    #splitPage #one.wrapper {
        /*background-image: url(/templates/3/images/circle-blue-sml.png);*/
        background-repeat: no-repeat;
        background-position: center 48%;
    }
   
}


@media screen and (max-width: 600px) {

    .fieldBox {
        display: block;
    }

    .tileContainer {
        width: 150px;
        height: 100px;
    }
    #banner h2 span {
        font-size: .8em;
    }
        .tileContainer img {
            max-width: 150px;
        }

    .tileTopText {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 1em;
        font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000;
        padding: 5px;
        width: 100%;
        text-align: left;
    }

    .tileBotText {
        position: absolute;
        bottom: 10px;
        left: 60px;
        font-size: 1.5em;
        font-family: 'Aspira Bold', Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000;
        padding: 5px;
        width: 100%;
        text-align: left;
    }
    .rotatorTabs {
        margin-left: 4.5%;
    }
}


@media screen and (max-width: 550px) {
    #splitPage #one.wrapper {
        /*background-image: url(/templates/3/images/circle-blue-xsml.png);*/
        background-repeat: no-repeat;
        background-position: center 48%;
       
    }
}


@media screen and (max-width: 420px) {
    html, body {
        min-width: 320px;
    }

    .wrapper {
        padding: 2em 0 0.1em 0;
    }

    .container {
        width: 90% !important;
    }

    #footer {
        padding: 2em 0 0.1em 0;
    }

        #footer ul li {
            font-size: .9em;
        }

            #footer ul li .icon:before {
                margin-left: -1em;
            }

        #footer .copyright {
            padding: 2em 0;
        }


    #one .image.fit {
        margin: 0 auto 2em auto;
        max-width: 90%;
    }
    /*#banner {
		padding: 4em 2em 2em 2em;
	}*/
        #banner h1 {
        font-size: 2em;
    }

    #banner h2 {
        font-size: 1.7em;
    }

    #banner p {
        font-size: 1em;
    }

    #banner .button {
        font-size: .9em;
    }

    #banner .mainTitleH1 {
        font-size: 1.2em;
        margin:0 1em;
    }

    #header {
        min-width: 320px;
    }

    .slick-slide .image {
        left: -50%;
    }

    #banner h2 span {
        
       /* margin: 1em 0 3em 0;*/
    }


    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
        padding: 0 .5em;
    }


    ul.actions {
        margin: 0 0 2em 0;
    }

        ul.actions li {
            padding: 1em 0 0 0;
            display: block;
            text-align: center;
            width: 100%;
        }

            ul.actions li:first-child {
                padding-top: 0;
            }

            ul.actions li > * {
                width: 100%;
                margin: 0 !important;
            }

                ul.actions li > *.icon:before {
                    margin-left: -2em;
                }

        ul.actions.small li {
            padding: 0.5em 0 0 0;
        }

            ul.actions.small li:first-child {
                padding-top: 0;
            }
}


@media screen and (max-width: 375px) {
    .divHair, .divNail {
        padding: .5em;
        margin: .3em;
    }
}


