
body#top {
	margin: 0;
	background-color: rgb(240, 240, 240);
	}

div#body {
	width: 100%;
	height: auto;
	margin: 0;
	padding-bottom: 100px !important;
	background-color: #fff;
	}

div#header {
	font-family: 'Source Sans Pro','Helvetica','Arial',sans-serif;
	background-color: #8b86c0;
	background-image: url('/res/img/header_background.jpg');
	background-position: center bottom;
	background-size: cover;
	text-align: center;
	vertical-align: bottom;
	min-height: 180px;
	}

div#header img {
	transition: margin 400ms;
	}

div#featured {
	text-align: center;
	}

div#featured div.bar {
	background-color: rgb(216, 217, 217);
	height: 10px;
	line-height: 1px;
	}

div#featured > div#feature {
	background-image: linear-gradient(rgb(11, 11, 45), rgb(36, 30, 127));
	color: #fff;
	font-family: 'Source Sans Pro','Helvetica','Arial',sans-serif;
	}

@media screen and (min-width: 992px) {
	div#featured > div#feature > div#feature_content {
		padding: 0 40px;
		}
	}

@media screen and (max-width: 991px) {
	div#featured > div#feature > div#feature_content {
		padding: 0;
		}
	}

div#featured > div#feature > div#feature_text {
	text-align: center;
	letter-spacing: -0.03em;
	font-size: min(max(100%, 45px), 5vw);
	line-height: 120%;
	font-weight: bolder;
	}

div#content {
	width: 100%;
	min-height: 500px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 20px 15px rgba(0,0,0,0.3);
	}

div#footer {
	color: #000;
	/* background-color: #000; */
	margin-top: 0px;
	}

div#copyright {
	text-align: center;
	font-size: 16px;
	padding: 20px;
	}

h1 {
	font-family: arial;
	font-weight: 700;
	font-size: max(2.5vw, 55px);
	line-height: 50px;
	letter-spacing: -0.04em;
	margin-bottom: 35px;
	}

h2 {
	font-family: arial;
	font-weight: 400;
	font-size: 2.3em;
	letter-spacing: -0.03em;
	}

h2.center {
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	}

div.black {
	background-color: #000;
	text-align: center;
	padding: 20px; 30px;
	}

div.black > h1 {
	color: #fff;
	}

div.black.order-now {
	margin-top: 40px;
	margin-bottom: 50px;
	padding: 35px;
	}

div.black.order-now > h1 {
	font-size: 3.3em;
	color: white;
	}

div.white {
	background-color: #fff;
	text-align: center;
	padding: 20px; 30px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: none;
	}

div.white > h2 {
	color: #000;
	margin-bottom: 30px;
	}

div.video.not('.bg-image') {
	text-align: center;
	vertical-align: middle;
	box-shadow: inset 0 0 200px #888;
	}

.slick-prev {
	z-index: 2000 !important;
	margin-left: 40px;
	}

.slick-prev:before,
.slick-next:before {
	color: #fff;
	font-size: 60px;
	}

.slick-next:before {
	z-index: 1000;
	margin-left: -120px;
	}

.carousel {
	border-top: 1px solid #000;
	}

div#reviews {
	border-top: 2px solid #000;
	padding: 50px 0;
	}

.dynamic-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	}

.dynamic-container iframe,
.dynamic-container object,
.dynamic-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 !important;
	}

/* dynamically-sized iframe container (proportionately scales with window size*/
.dynamic-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	border-radius: 10px;
	}
.dynamic-container iframe,
.dynamic-container object,
.dynamic-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 !important;
	}

/* custom delay classes for animate.css */
.animate__delay_1 {
	animation-delay: .25s;
	}

.animate__delay_2 {
	animation-delay: .5s;
	}

.animate__delay_3 {
	animation-delay: .75s;
	}

.animate__delay_4 {
	animation-delay: 1s;
	}

/*
 * Lite Video Embeds
 * Source: https://www.labnol.org/internet/light-youtube-embeds/27941/
 */

.faux-player,
.vimeo-player,
.youtube-player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #fff;
	margin: 0;
	border-radius: 25px;
	}

.vimeo-player iframe,
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
	}

.faux-player img,
.vimeo-player img,
.youtube-player img {
	object-fit: cover;
	display: block;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
	}

.faux-player div img,
.vimeo-player div img {
	border-radius: 10px;
	}

.faux-player div img:hover,
.vimeo-player div img:hover,
.youtube-player img:hover {
	-webkit-filter: brightness(120%);
	}

.faux-player .play {
	width: 72px;
	height: 72px;
	left: 50%;
	top: 55%;
	margin-left: -36px;
	margin-top: -36px;
	background: url('/res/img/faux_play_button.png') no-repeat;
	position: absolute;
	background-size: contain;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
	}

.youtube-player .play {
	width: 72px;
	height: 72px;
	left: 50%;
	top: 55%;
	margin-left: -36px;
	margin-top: -36px;
	background: url('/res/img/youtube_play_button.png') no-repeat;
	position: absolute;
	background-size: contain;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
	}

.youtube-player.sm .play {
	width: 48px;
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	}

.vimeo-player .play {
	width: 120px;
	height: 120px;
	left: 50%;
	top: 55%;
	margin-left: -60px;
	margin-top: -50px;
	position: absolute;
	background: url('/res/img/vimeo_play_button.png') no-repeat;
	background-size: contain;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
	z-index: 1000;
	}

.vimeo-player.sm .play {
	width: 48px;
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	}


.vimeo-player:hover .play {
	background: url('/res/img/vimeo_play_button_hover.png') no-repeat;
	background-size: contain;
	}

.faux-player:hover .play,
.youtube-player:hover .play {
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	}

.youtube-player.sm:hover .play {
	width: 54px;
	height: 54px;
	margin-left: -27px;
	margin-top: -27px;
	}

div.card {
	border: none;
	}

div.card > div.image {
	height: 90px;
	}

div.card > div.image > img.image {
	width: 80%;
	max-width: 130px;
	height: auto;
	border: none;
	margin: 0 auto;
	}

div.card > div.title {
	font-size: 1em;
	color: #000;
	font-weight: 600;
	letter-spacing: -0.03em;
	margin-bottom: 10px;
	}

div.card > p {
	font-size: 0.85em;
	color: #000;
	}

a,
a:active,
a:visited {
	text-decoration: underline rgb(64, 0, 128) 2px;
	text-underline-offset: 2px;
	color: #000;
	transition: all 200ms ease-in-out;
	}

a:hover {
	text-decoration: underline rgb(128, 0, 255) 2px;
	text-underline-offset: 2px;
	color: rgb(128, 0, 255);
	}

a.no-und,
a.no-und:hover {
	text-decoration: none;
	}

a.white,
a.white:hover {
	color: #fff;
	}

a.black,
a.black:hover {
	color: #000;
	}

tr.table_row_link > td > a {
	text-decoration: none;
	color:  rgb(64, 0, 128);
	}

tr.table_row_link:hover > td > a {
	color: rgb(128, 0, 255);
	}

p {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, Sans-Serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 20px;
	line-height: 23px;
	padding-bottom: 15px;
	}

p.xs {
	font-size: 14px;
	line-height: 16px;
	}

p.sm {
	font-size: 16px;
	line-height: 18px;
	}

p.md {
	font-size: 18px;
	line-height: 20px;
	}

p.lg {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.03em;
	}

p.xl {
	font-size: 24px;
	line-height: 27px;
	letter-spacing: -0.04em;
	}

p.xl2 {
	font-size: 26px;
	line-height: 29px;
	letter-spacing: -0.04em;
	}

p.xl3 {
	font-size: 28px;
	line-height: 31px;
	letter-spacing: -0.04em;
	}

p.xl4 {
	font-size: 30px;
	line-height: 33px;
	letter-spacing: -0.04em;
	}

p.center {
	text-align: center;
	}

div#footer a,
div#footer a:active,
div#footer a:visited {
	text-decoration: underline #888 1px;
	text-underline-offset: 3px;
	color: #000;
	transition: all 200ms ease-in-out;
	}

div#footer a:hover {
	text-decoration: underline rgb(128, 0, 255) 1px;
	text-underline-offset: 3px;
	color: rgb(128, 0, 255);
	}


/* FORM ELEMENTS ********************************************************************/

form {
	margin: 0;
	}

/* style placeholder text (for browsers that support the attribute) - note: can't stack, each must be seperate */
::-webkit-input-placeholder { color: #c9c9c9 !important; } /* chrome/opera/safari */
::-moz-placeholder { color: #c9c9c9 !important; opacity: 1; } /* ff 19+ */
:-moz-placeholder { color: #c9c9c9 !important; opacity: 1; } /* ff 18- */
:-ms-input-placeholder { color: #c9c9c9 !important; } /* ie 10+ */
::placeholder { color: #c9c9c9 !important; } /* official standard */
.placeholder { color: #c9c9c9 !important; } /* generic class */

/* adds margin between horizontal form elements */
form.form-horizontal input,
form.form-horizontal select,
form.form-inline input,
form.form-inline select,
form.form-inline button {
	margin: 0 2px;
	}

/* overrides above margin for traditional vertical form elements */
form.form-horizontal div.form-group.row input,
form.form-horizontal div.form-group.row select {
	margin: 0;
	}

div.form-group {
	margin-bottom: 10px;
	}

label.control-label.control-label-lg {
	padding-top: 9px;
	}

select.form-control.form-control-lg,
select.form-select.form-select-lg,
textarea.form-control.form-control-lg,
input[type=text].form-control.form-control-lg,
input[type=color].form-control.form-control-lg,
input[type=number].form-control.form-control-lg,
input[type=password].form-control.form-control-lg,
input[type=tel].form-control.form-control-lg,
input[type=email].form-control.form-control-lg,
input[type=date].form-control.form-control-lg,
input[type=time].form-control.form-control-lg,
input[type=datetime-local].form-control.form-control-lg,
label.form-control.form-control-lg {
	border: 1px solid rgb(206, 212, 218);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px #cddaf0 inset;
	-moz-box-shadow: 0 0 3px #cddaf0 inset;
	box-shadow: 0 0 3px #cddaf0 inset;
	}

select.form-control.form-control-lg:focus,
select.form-select.form-select-lg:focus,
textarea.form-control.form-control-lg:focus,
input[type=text].form-control.form-control-lg:focus,
input[type=color].form-control.form-control-lg:focus,
input[type=number].form-control.form-control-lg:focus,
input[type=password].form-control.form-control-lg:focus,
input[type=tel].form-control.form-control-lg:focus,
input[type=email].form-control.form-control-lg:focus,
input[type=date].form-control.form-control-lg:focus,
input[type=time].form-control.form-control-lg:focus,
input[type=datetime-local].form-control.form-control-lg:focus,
label.form-control.form-control-lg:focus {
	border: 1px solid rgb(206, 212, 218);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px #cddaf0 inset;
	-moz-box-shadow: 0 0 3px #cddaf0 inset;
	box-shadow: 0 0 3px #cddaf0 inset;
	}

input[type=checkbox].form-control.form-control-lg {
	border: 1px solid rgb(206, 212, 218);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px #cddaf0 inset;
	-moz-box-shadow: 0 0 3px #cddaf0 inset;
	box-shadow: 0 0 3px #cddaf0 inset;
	}

input[type=checkbox].form-control.form-control-lg:focus {
	border: 1px solid rgb(206, 212, 218);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px #cddaf0 inset;
	-moz-box-shadow: 0 0 3px #cddaf0 inset;
	box-shadow: 0 0 3px #cddaf0 inset;
	}

textarea.form-control.form-control-lg {
	-moz-tab-size : 4;
	-o-tab-size : 4;
	tab-size : 4;
	}

select.form-control.form-control-lg,
select.form-select.form-select-lg {
	padding-left: 0.8em;
	}

/* left label on form elements */
label.control-label {
	white-space: nowrap;
	}
p.control-label {
	white-space: nowrap;
	margin-top: 0;
	margin-bottom: 5px;
	}

/* right label on checkbox or radio */
label.checkbox_label {
	font-size: 0.95em;
	}

input[type=password].bad,
input[type=password].bad:hover,
input[type=password].bad:active,
input[type=password].bad:focus {
	border-color: #aa2525;
	}

input[type=password].good,
input[type=password].good:hover,
input[type=password].good:active,
input[type=password].good:focus {
	border-color: #2fb22f;
	}

/* removes spinners (increment/decrement controls) inside input fields */
input[type=number] { -moz-appearance: textfield; }
::-webkit-inner-spin-button { -webkit-appearance: none; }
::-webkit-outer-spin-button { -webkit-appearance: none; }

/* disables text input clear 'x' in IE 10+, slows down autosizeInput jquery script */
input[type=text]::-ms-clear {
	display: none;
	}

div input[type=checkbox].slider,
div input[type=radio].slider {
	vertical-align: -2px;
	margin: 0;
	padding: 0;
	display: none !important;
	}

/* text description used under form fields */
.field_desc {
	font-size: 0.9em;
	}

label.control-label {
	font-size: 1.2em;
	}

label.required {
	font-weight: 500;
	color: #4bbe89;
	}

select.form-select.form-select-lg {
	color: #c9c9c9;
	}

div.form-list {
	border: 1px solid rgb(206, 212, 218);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px #cddaf0 inset;
	-moz-box-shadow: 0 0 3px #cddaf0 inset;
	box-shadow: 0 0 3px #cddaf0 inset;
	padding: 10px;
	overflow: auto
	}

div.richtexteditor.richtexteditor.rte-modern {
	border: 1px solid rgb(206, 212, 218);
	border-radius: 2px;
	box-shadow: 0 0 3px #cddaf0 inset;
	}

div.richtexteditor.richtexteditor.rte-modern > rte-content {
	padding-left: 0;
	padding-right: 0;
	}

div.richtexteditor.richtexteditor.rte-modern > rte-content > iframe {
	min-height: 600px !important;
	}


/* RESPONSE MESSAGES *******************************************************/

#message_container {
	z-index: 99998;
	position: fixed;
	top: -80px;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
	-khtml-opacity: 0;
	padding: 10px 0;
	max-width: 100%;
	}

/*
@media screen and (min-width: 1250px) {
	#message_container {
		margin-left: calc((100% - 1250px) / 2);
		}
	}

@media screen and (max-width: 1249px) {
	#message_container {
		margin-left: max(1000, calc((100% - 1000px) / 2));
		}
	}
*/

#message_text {
	z-index: 99999;
	position: fixed;
	top: -80px;
	left: 0;
	right: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
	-khtml-opacity: 0;
	margin: 0 auto;
	vertical-align: middle;
	padding: 17px 0;
	text-align: center;
	font-family: Sans-Serif !important;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.03em;
	}

.message_container_mood_default {
	background: #005fb9;
	}

.message_container_mood_positive {
	background: #057700;
	}

.message_container_mood_negative {
	background: #ff0000;
	}

.message_container_mood_alert {
	background: #dc6e00;
	}

.message_text_mood_default {
	color: #ffffff;
	}

.message_text_mood_positive {
	color: #ffffff;
	}

.message_text_mood_negative {
	color: #ffffff;
	}

.message_text_mood_alert {
	color: #ffffff;
	}

/* Bootstrap Button Style Overrides ********************************************/

h1 {
	color: #000;
	font-size: 28px;
	}

h2 {
	color: #000;
	font-size: 18px;
	}

button.btn.btn-success.btn-lg,
button.btn.btn-success.btn-lg:visited,
button.btn.btn-success.btn-lg:active {
	border: 2px solid rgb(128, 0, 255) !important;
	background-color: rgb(128, 0, 255);
	background-image:  none;
	color: #fff;
	border-radius: 20px;
	font-family: 'Source Sans Pro','Helvetica','Arial',sans-serif;
	font-size: 22px;
	line-height: 22px;
	padding: 13px 20px;
	cursor: pointer;
	border: none;
	transition: all 300ms ease-in-out;
	}

button.btn.btn-success.btn-lg:hover {
	background-color: rgb(64, 0, 128);
	background-image: none;
	border: none;
	}

button.btn.btn-success.btn-lg.hover-gold:hover {
	color: #ffff00;
	}

button.btn.btn-success,
button.btn.btn-success.btn-md,
button.btn.btn-success.btn-md:visited,
button.btn.btn-success.btn-md:active {
	border: 2px solid rgb(128, 0, 255) !important;
	background-color: rgb(128, 0, 255);
	background-image:  none;
	color: #fff;
	border-radius: 16px;
	font-family: 'Source Sans Pro','Helvetica','Arial',sans-serif;
	font-size: 17px;
	line-height: 17px;
	padding: 9px 11px;
	cursor: pointer;
	border: none;
	transition: all 300ms ease-in-out;
	}

button.btn.btn-success:hover,
button.btn.btn-success.btn-md:hover {
	background-color: rgb(64, 0, 128);
	background-image: none;
	border: none;
	}

button.btn.btn-success.hover-gold:hover,
button.btn.btn-success.btn-md.hover-gold:hover {
	color: #ffff00;
	}

button.btn.btn-success.btn-sm,
button.btn.btn-success.btn-sm:visited,
button.btn.btn-success.btn-sm:active {
	border: 2px solid rgb(128, 0, 255) !important;
	background-color: rgb(128, 0, 255);
	background-image:  none;
	color: #fff;
	border-radius: 13px;
	font-family: 'Source Sans Pro','Helvetica','Arial',sans-serif;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 14px;
	cursor: pointer;
	border: none;
	transition: all 300ms ease-in-out;
	}

button.btn.btn-success.btn-sm:hover {
	background-color: rgb(64, 0, 128);
	background-image: none;
	border: none;
	}

button.btn.btn-success.btn-sm.hover-gold:hover {
	color: #ffff00;
	}

button.btn.btn-outline-success.btn-lg,
button.btn.btn-outline-success.btn-lg:visited,
button.btn.btn-outline-success.btn-lg:active {
	border: 2px solid rgb(128, 0, 255) !important;
	border-radius: 20px;
	background-color: #fff;
	background-image:  none;
	color: rgb(128, 0, 255);
	font-family: 'Source Sans Pro','Helvetica','Arial',sans-serif;
	font-size: 22px;
	line-height: 22px;
	padding: 13px 20px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	}

button.btn.btn-outline-success.btn-lg:hover {
	border: 2px solid rgb(128, 0, 255) !important;
	background-color: rgb(64, 0, 128);
	background-image: none;
	color: #fff;
	}

button.btn.btn-outline-danger,
button.btn.btn-outline-danger:visited,
button.btn.btn-outline-danger:active {
	border-width: 2px;
	border-radius: 20px;
	font-family: 'Source Sans Pro','Helvetica','Arial',sans-serif;
	font-size: 22px;
	line-height: 22px;
	padding: 13px 20px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	}

button.btn.btn-outline-danger:hover {
	border-width: 2px;
	background-image: none;
	}

button#btn_submit {
	padding-left: 20%;
	padding-right: 20%;
	}

/* Drop-down Buttons ************************************************************************/

div.dropdown_button > ul.dropdown-menu {
	box-shadow: 0 10px 15px -5px rgba(0,0,0,0.6);
	}

div.dropdown_button > ul.dropdown-menu > li > a.dropdown-item {
	font-size: 20px !important;
	padding-top: 6px;
	padding-bottom: 6px;
	}

div.dropdown_button > ul.dropdown-menu > li > a.dropdown-item:hover {
	cursor: pointer;
	text-decoration: none !important;
	color: rgb(128, 0, 255) !important;
	background-color: #f8f0ff;
	}

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

@media print {
	.no-print, .no-print * {
		display: none !important;
		}
	}

@media screen {
	.print, .print * {
		display: none !important;
		}
	}

/* Table Styles *****************************************************************************/

table.table tr.table_row_link:hover > td:not(.void_table_row_link) {
	cursor: pointer;
	}

table.table > tbody > tr > td {
	font-size: 120%;
	}

table.table > tbody > tr > td.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}

table.table-sorter > thead > tr > th:not(.sorter-disabled),
table.table-sorter > thead > tr > td:not(.sorter-disabled) {
	cursor: pointer;
	}


/* Accordion Styles ************************************************************************/

div.accordion.accordion-flush div.accordion-item .accordion-header button,
div.accordion.accordion-flush div.accordion-item .accordion-header button:focus {
	border-radius: 4px;
	box-shadow: none;
	}

div.accordion.accordion-flush div.accordion-item .accordion-header button.accordion-button {
	color: #fff;
	background-color: #400080;
	border-radius: 4px;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.03em;
	transition: all 0.5s ease;
	}

div.accordion.accordion-flush div.accordion-item .accordion-header button.accordion-button:hover,
div.accordion.accordion-flush div.accordion-item .accordion-header button.accordion-button:not(.collapsed) {
	background-color: #8000ff;
	border-radius: 4px;
	}

div.accordion.accordion-flush div.accordion-item .accordion-header button.accordion-button.collapsed::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	}

div.accordion.accordion-flush div.accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	}


/* Navbar Menu Styles ************************************************************************/

/* navbar brand image */
nav#navbar a.navbar-brand > img {
	margin-top: 12px;
	margin-bottom: 12px;
	height: 100%;
	max-height: 42px;
	width: auto;
	}

/* look of main menu nav bar */
nav#navbar {
	width: 100%;
	margin: 0 auto;
	background-image: linear-gradient(rgba(11, 11, 45, 1), rgba(36, 30, 127, 0.95));
	box-shadow: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	}

/* adds drop shadow to menu when scrolling */
nav#navbar.scroll {
	box-shadow: 0 10px 15px -5px rgba(0,0,0,0.6);
	}

/* main menu items */
nav#navbar.navbar a.nav-link {
	font-size: 120%;
	line-height: 100%;
	white-space: nowrap;
	letter-spacing: -0.03em;
	}

/* adds divider lines on menus < lg */
@media screen and (max-width: 991px) {
	nav#navbar.navbar a.nav-link {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		}
	}

/* main menu items, and item with a submenu */
nav#navbar.navbar a.nav-link,
nav#navbar.navbar a.dropdown-toggle {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	}

/* hover main menu items, and item with a submenu */
nav#navbar.navbar a.nav-link.active,
nav#navbar.navbar a.nav-link:hover,
nav#navbar.navbar a.dropdown-toggle:hover {
	color: yellow;
	text-decoration: none !important;
	}

/* main menu item with submenu, hide down arrow */
nav#navbar.navbar a.dropdown-toggle::after {
	display: none !important;
	}

/* submenu container */
@media screen and (max-width: 991px) {
	nav#navbar.navbar ul.dropdown-menu {
		margin: 0 0 10px 0 !important;
		border: none;
		background-color: rgba(0, 0, 0, 0);
		border-radius: 0;
		}
	}
@media screen and (min-width: 992px) {
	nav#navbar.navbar ul.dropdown-menu {
		padding-top: 0;
		margin-top: 8px !important;
		margin-left: -55px;
		border: none;
		background-color: rgba(36, 30, 127, 0.90);
		border-radius: 0;
		box-shadow: none;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
		}
	/* adds drop shadow to submenu container when scrolling */
	nav#navbar.navbar ul.dropdown-menu.scroll {
		box-shadow: 0 10px 15px -5px rgba(0,0,0,0.6);
		}
	}

/* submenu items */
nav#navbar.navbar a.dropdown-item {
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	}

/* hover submenu items */
nav#navbar.navbar a.dropdown-item.active,
nav#navbar.navbar a.dropdown-item:hover {
	color: yellow;
	background: none !important;
	text-decoration: none !important;
	}

/* hamburger menu toggle icon for menus < lg */
nav#navbar button.navbar-toggler {
	color: #fff;
	border: none !important;
	outline: none !important;
	}

/* hover/active menu toggle icon */
nav#navbar button.navbar-toggler:hover > i.fa-bars,
nav#navbar button.navbar-toggler:focus > i.fa-bars,
nav#navbar button.navbar-toggler:active > i.fa-bars {
	color: yellow;
	border: none !important;
	outline: none !important;
	}


/* PAGINATION (PAGING) CONTROLS ************************************************/

.pagination {
	clear: both;
	padding: 0;
	/* remove below to left-align content */
	justify-content: center;
	align-items: center;
	}

.pagination li > a,
.pagination li > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 16px;
	transition: all 300ms;
	font-size: 17px;
	}

.pagination li a {
	color: rgb(128, 0, 255);
	margin: 1px;
	margin-top: 1px;
	margin-right: 5px;
	padding: 10px 17px;
	text-decoration: none;
	}

.pagination li a:hover,
.pagination li a:active {
	background: none;
	}

.pagination li span.current {
	background-color: rgb(128, 0, 255);
	border: 1px solid rgb(128, 0, 255);
	margin: 1px;
	margin-right: 5px;
	padding: 15px 19px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	cursor: default;
	font-weight: 600;
	}

.pagination li span.current:hover {
	background-color: rgb(64, 0, 128);
	}

.pagination span.disabled,
.pagination span.disabled:hover {
	border: 1px solid #eee;
	color: #ddd;
	cursor: default;
	background: none;
	}

.pagination span.ellipsis,
.pagination span.ellipsis:hover {
	border: 0;
	color: #000;
	cursor: default;
	background: none;
	padding-left: 10px;
	padding-right: 14px;
	padding-top: 12px;
	}

