﻿

	body {
				-ms-overflow-style: scrollbar; 		font-size: 90%;
		}

/* MENU: BEGIN ******************************************************************/

	/* help bootstrap v4 menu be scrollable on mobile */
	@media screen and (max-width: 575px) {
		.navbar-collapse {
			max-height: calc(100vh - 60px);
			overflow-y: auto;
			}
	}

	// main menu container {}
	nav.navbar {
					background: #000000;
				-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		border: 0;
				-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		-khtml-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
				padding: 0;
		}

	div.navbar-brand {
		padding: 0;
		margin: 0;
		}

	// main menu logo {}
	div.navbar-brand > a > img.navbar-logo {
		border: none;
		height: 27px;
		width: auto;
		margin: 0 15px 0 0;
		padding: 0 10px 0 10px;
		cursor: pointer;
		float: left;
		display: inline;
		}

	// menu brand text {}
	div.navbar-brand > a.navbar-brand {
		padding: 13px 10px;
		margin-right: 15px;
		color: #ff0000;
		white-space: nowrap;
		font-size: 20px;
		}

	div.navbar-brand > a.navbar-brand:hover {
		color: #ca1d1d;
		}

	// main menu item {}
	.navbar .navbar-nav > li > a.nav-link {
		font-family: 'Times','serif';
		font-size: 20px;
		color: #ffffff;
		padding-top: 9px;
		padding-right: 10px;
		padding-bottom: 9px;
		padding-left: 10px;
		}

	.navbar .navbar-nav > li > span,
	.navbar .navbar-nav > li > a > span {
		font-size: 20px;
		}

	.navbar .navbar-nav > li > a:focus,
	.navbar .navbar-nav > li:hover > a,
	.navbar .navbar-nav > li:focus > a,
	.navbar .navbar-nav > li:active > a,
	.navbar .navbar-nav > li.active > a {
		color: #ca1d1d;
		background: #ffffff;
		}

	.navbar .navbar-nav > li > a > span.fas,
	.navbar .navbar-nav > li > a > span.icon {
		margin: 1px 2px 0 0;
		line-height: 1;
		font-size: 10.25pt;
		}

	.navbar .navbar-nav > li > a > span.icon {
		display: inline-block;
		width: 0.8em;
		text-align: center;
		font-size: 1.15em;
		vertical-align: -5%;
		line-height: 1em;
		}

	@media(min-width: 768px) {
		.dropdown:hover .dropdown-menu {
			display: block;
			}
		}

	// sub menu container {}
	.navbar.fixed-top ul.navbar-nav > li > ul.dropdown-menu,
	.navbar.fixed-bottom ul.navbar-nav > li > ul.dropdown-menu {
		margin-top: 0;
		padding-top: 5px;
padding-bottom: 10px;
border: none;
		background: #ffffff;
				-webkit-box-shadow: 0 3px 5px -2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 3px 5px -2px rgba(0,0,0,0.2);
		box-shadow: 0 3px 5px -2px rgba(0,0,0,0.2);
				-moz-border-radius: 0px 0px 2px 2px;
		-webkit-border-radius: 0px 0px 2px 2px;
		-khtml-border-radius: 0px 0px 2px 2px;
		border-radius: 0px 0px 2px 2px;
				}



	// sub menu item {}
	ul.dropdown-menu > li.nav-item > a.nav-link {
		font-family: 'Times','serif';
		color: #000000;
		font-size: 20px;
		margin: 0;
		padding-top: 0;
		padding-right: 15px;
		padding-bottom: 0;
		padding-left: 15px;
		white-space: nowrap;
		}

	ul.dropdown-menu > li.nav-item > a.nav-link:hover,
	ul.dropdown-menu > li.nav-item > a.nav-link:focus,
	ul.dropdown-menu > li.nav-item > a.nav-link:active,
	ul.dropdown-menu > li.nav-item.active > a.nav-link {
		color: #ca1d1d;
		background: #ffffff;
		outline: none;
		}

	ul.dropdown-menu > li.nav-item > a.nav-link > span.fas,
	ul.dropdown-menu > li.nav-item > a.nav-link > span.icon {
		display: inline-block;
		font-size: 20px;
		margin: 0 0 5px 8px;
		opacity: 1.0;
		text-align: top;
		line-height: 20px;
		}

	ul.dropdown-menu > li.nav-item > a.nav-link > span.icon {
		vertical-align: middle;
		margin: 2px 0 5px 8px;
		}

	// login icon {}
	a.login_icon {
		color: rgba(255,255,255,0.8);
		}

	a.login_icon:hover,
	a.login_icon:focus,
	a.login_icon:active {
		color: rgba(255,255,255,1.0);
		}

	// logout icon {}
	a.logout_icon {
		color: rgba(255,255,255,0.8);
		}

	a.logout_icon:hover,
	a.logout_icon:focus,
	a.logout_icon:active {
		color: rgba(255,255,255,1.0);
		}

	// xs menu toggle button {}
/*
	.navbar button.navbar-toggler {
		background: transparent;
		border: none;
		padding: 16px 7px 17px 20px;
		margin: 0 8px;
		}

	.navbar button.navbar-toggler:hover,
	.navbar button.navbar-toggler:focus,
	.navbar button.navbar-toggler:active {
		background: transparent;
		}
*/

	.navbar button.navbar-toggler > span {
		color: #000000;
		}

	.navbar button.navbar-toggler > span:hover {
		color: #ca1d1d;
		}

/*

	// xs menu non-collapse links {}
	.navbar a.xs_link {
		display: inline-block;
		white-space: nowrap;
		font-family: 'Times','serif';
		font-size: 20px;
		color: #ffffff;
		padding: 15px 8px;
		text-decoration: none;
		}

	.navbar a.xs_link:hover,
	.navbar a.xs_link:focus,
	.navbar a.xs_link:active,
	.navbar a.xs_link.active {
		color: #ca1d1d;
		background: #ffffff;
		text-decoration: none;
		}
*/

/* TABS ***********************************************************************/

	ul.nav.nav-tabs > li > a:hover {
		background: none;
		}

	ul.nav.nav-tabs > li.active > a:hover {
		border-bottom-color: #fff;
		}

/* BUTTONS ********************************************************************/

	a.btn,
	button.btn {
	    -webkit-transition: all 0.5s ease;
    	transition: all 0.5s ease;
		-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
-khtml-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
    	}

	a.btn:hover,
	a.btn:active,
	a.btn:focus,
	button.btn:hover,
	button.btn:active,
	button.btn:focus {
				}

	/* prevent bootstrap default button color from being effected by the above, also effects the slide yes/no toggles */
	a.btn-default,
	button.btn-default {
		color: #333;
		border: 1px solid #ccc;
		background-color: #fff;
		}

	// restores bootstrap btn-xs {}
	.btn-xs,
	.btn-group-xs > .btn {
		padding: .4rem .4rem;
		font-size: .875rem;
		line-height: .5;
		border-radius: .2rem;
		}

/* ICONS *********************************************************************/

	span.icon_glyphicon_body {
		color: rgba(0,0,0,0.25);
		border: 0;
		}

	span.icon_glyphicon_body:hover {
		color: rgba(0,0,0,0.5);
		}

	span.icon_glyphicon_faded {
		opacity: 0.15;
		}

	/* below: used on menu item edit page */

	div#icons {
		clear: both;
		display: none;
		padding: 10px 0 10px 0;
		max-height: 400px;
		overflow-y: auto;
		overflow-x: hidden;
		margin: 15px;
		border-top: #eee 1px solid;
		border-bottom: #eee 1px solid;
		width: calc(100% - 15px);
		}

	div#icons > div > div > div {
		text-align: center;
		cursor: pointer;
		margin: 0;
		display: inline-block;
		float: left;
		width: 32px;
		height: 32px;
		border: #eee 1px solid;
		box-sizing: border-box;
		}

	div#icons > div > div > div > span.menu_icon.glyphicon {
		font-size: 22px;
		line-height: 32px;
		opacity: 0.3;
		}

	div#icons > div > div > div > span.menu_icon.icon {
		font-size: 26px;
		line-height: 32px;
		opacity: 0.3;
		}

	div#icons > div > div > div:hover > span.menu_icon.glyphicon,
	div#icons > div > div > div:hover > span.menu_icon.icon {
		cursor: pointer;
		opacity: 1;
		}

/*****************************************************************************/

	@media(min-width: 768px) {
		.container-fluid {
			width: 100%;
			padding-left: 10px;
			padding-right: 10px;
			}
		}

	/* maximize viewport usage on xs displays */
	@media(min-width: 0px) and (max-width: 767px) {
		.container-fluid {
			width: 100%;
			padding-left: 20px;
			padding-right: 30px;
			}
		}

/* GENERAL ELEMENTS *****************************************************************/

	img {
		border: none;
		max-width: 100%;
		height: auto;
		}

	a,
	a.text,
	a[href^="tel:"],
	a[href^="mailto:"] {
		color: #0000aa;
		text-decoration: none;
		}

	a:hover,
	a.text:hover,
	a[href^="tel:"]:hover,
	a[href^="mailto:"]:hover {
		color: #0000ff;
		text-decoration: underline;
		}

	a.is-btn:hover {
		text-decoration: none; /* necessary to prevent overriding editor's button styles with the above */
		}

	a.footer {
		color: #ffffff;
		text-decoration: none;
		}

	a.footer:hover {
				text-decoration: underline;
		}

	/* next two styles add unicode phone icon next to phone number links */
	a.tel_icon[href^="tel:"]:before {
		content: "\260e";
		margin-right: 0.5em;
		display: inline-block;
		text-decoration: underline;
		}

	/* due to a bug in IE, have to first set text-decoration to underline (above), then none again (below) */
	a.tel_icon[href^="tel:"]:before,
	a.tel_icon[href^="tel:"]:hover:before {
		text-decoration: none;
		}

	iframe {
		max-width: 100%;
		}

	p {
		font-size: 1.2em;
		line-height: 1.3em;
		}

	.pull-left {
		float: left;
		}

	.pull-right {
		float: right;
		}

/* 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; }
::-moz-placeholder { color: #c9c9c9 !important; opacity: 1; }
:-moz-placeholder { color: #c9c9c9 !important; opacity: 1; }
:-ms-input-placeholder { color: #c9c9c9 !important; }
::placeholder { color: #c9c9c9 !important; }
.placeholder { color: #c9c9c9 !important; }

	/* 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 {
		padding-right: 0px;
		}

	div.coach_list > div.form-group > label.control-label {
		padding-right: 15px;
		}

	select.form-control,
	textarea.form-control,
	input[type=text].form-control,
	input[type=number].form-control,
	input[type=password].form-control,
	input[type=tel].form-control,
	input[type=email].form-control,
	input[type=date].form-control,
	input[type=time].form-control,
	input[type=datetime-local].form-control,
	label.form-control {
		border-style: solid;
		-webkit-box-shadow: 0 0 3px #cddaf0 inset;
-moz-box-shadow: 0 0 3px #cddaf0 inset;
box-shadow: 0 0 3px #cddaf0 inset;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
-khtml-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
		}

	select.form-control:hover,
	textarea.form-control:hover,
	input[type=text].form-control:hover,
	input[type=number].form-control:hover,
	input[type=password].form-control:hover,
	input[type=tel].form-control:hover,
	input[type=email].form-control:hover,
	input[type=date].form-control:hover,
	input[type=time].form-control:hover,
	input[type=datetime-local].form-control:hover,
	label.form-control:hover {
				}

	select.form-control:focus,
	textarea.form-control:focus,
	input[type=text].form-control:focus,
	input[type=number].form-control:focus,
	input[type=password].form-control:focus,
	input[type=tel].form-control:focus,
	input[type=email].form-control:focus,
	input[type=date].form-control:focus,
	input[type=time].form-control:focus,
	input[type=datetime-local].form-control:focus,
	label.form-control:focus {
		-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-shadow: 0 0 5px #cddaf0;
-moz-box-shadow: 0 0 5px #cddaf0;
box-shadow: 0 0 5px #cddaf0;
		}

	textarea.form-control {
		-moz-tab-size : 4;
		-o-tab-size : 4;
		tab-size : 4;
		}

	select.form-control {
		padding-left: 0.6em;
		}

	/* 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;
		}

	/* snippet preview */
	#snippet_preview {
		overflow: auto;
		width: 100%;
		height: 541px;
		padding: 10px;
		border-style: solid;
		border-width: 1px;
		border-color: #ccc;
		background: #fff;
		-webkit-box-shadow: 0 0 3px #cddaf0 inset;
-moz-box-shadow: 0 0 3px #cddaf0 inset;
box-shadow: 0 0 3px #cddaf0 inset;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
-khtml-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
		}

	/* ace editor */
	.ace_editor {
		width: 100%;
		min-height: 200px;
		text-align: left;
		border-style: solid;
		border-width: 1px;
		border-color: #ccc;
		}

	/* fixes button layout/stacking issue in find/replace box */
	button.ace_searchbtn {
		width: auto;
		min-width: 22px;
		}

	/* blog list image */
	img.list_image {
		float: left;
		margin-right: 30px;
		margin-top: 25px;
		width: 350px;
		height: 250px;
		margin-bottom: 20px;
		}

/* AUDIO PLAYBACK **********************************************************/

	span.playback_progress_bar {
		background-color: #b90004;
		width: 17px;
		height: 4px;
		margin-bottom: 3px;
		display: block;
		-moz-border-radius: 0 0 6px 6px;
		-webkit-border-radius: 0 0 6px 6px;
		-khtml-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
		-webkit-box-shadow: 0 0 3px 0px rgba(255,0,0,0.9);
		-moz-box-shadow: 0 0 3px 0px rgba(255,0,0,0.9);
		box-shadow: 0 0 3px 0px rgba(255,0,0,0.9);
		}

	td.playback_progress_bar_background {
		padding: 0;
		border-bottom: none;
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.15) 0%, transparent 100%);
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, transparent 100%);
		background-image: -o-linear-gradient(top, rgba(0,0,0,0.15) 0%, transparent 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.15)), color-stop(1, transparent));
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%, transparent 100%);
		background-image: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, transparent 100%);
		overflow: hidden;
		}

/* COLUMNS *****************************************************************/

	/* sets the minimum width of the checkbox interest columns */
	div.interest_list {
		-webkit-column-width: 280px;
		-moz-column-width: 280px;
		column-width: 280px;
		}

	/* sets the minimum width of the checkbox permission columns */
	div.permission_list {
		-webkit-column-width: 280px;
		-moz-column-width: 280px;
		column-width: 280px;
		}

	/* sets the minimum width of the checkbox blog category columns */
	div.blog_category_list {
		-webkit-column-width: 150px;
		-moz-column-width: 150px;
		column-width: 150px;
		}

	/* sets the minimum width of the snippet thumbnail columns */
	div.snippet_list {
		-webkit-column-width: 210px;
		-moz-column-width: 210px;
		column-width: 210px;
		}

	/* sets the minimum width of the snippet category columns */
	div.snippet_category_list {
		-webkit-column-width: 260px;
		-moz-column-width: 260px;
		column-width: 260px;
		}

	/* sets the minimum width of the admin home item columns */
	div.admin_home_list {
		-webkit-column-width: 280px;
		-moz-column-width: 280px;
		column-width: 280px;
		}

	/* sets the minimum width of the admin home item columns */
	div.location_flag_list {
		-webkit-column-width: 140px;
		-moz-column-width: 140px;
		column-width: 140px;
		}

	/* set style of admin home items */
	div.admin_home_item {
		font-size: 16pt;
		padding: 5px;
		margin: 3px;
		}

	div.admin_home_item > a > span.glyphicon {
		margin-left: 0;
		margin-right: 15px;
		}

/* TABLES *****************************************************************/

	/* table header */
	.table > thead > tr > th {
		color: #000000;
		font-size: 10.5px;
		font-family: "Open Sans",sans-serif;
		background: none;
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 1px solid #ddddcc;
		border-top: none;
		}

	/* table rows bottom border color */
	.table > tbody > tr > td {
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ffffff;
		}

	/* bootstrap table row text color */
	.table > tbody > tr > td,
	.table > tbody > tr > td > a,
	.table > tbody > tr > th,
	.table > tbody > tr > th > a {
		color: #000;
		}

	/* bootstrap table row striped background colors */
	.table-striped > tbody > tr:nth-child(odd) > td,
	.table-striped > tbody > tr:nth-child(odd) > th {
		background-color: #f4f4ef;
		}

	.table-striped > tbody > tr:nth-child(even) > td,
	.table-striped > tbody > tr:nth-child(even) > th {
		background-color: #f1f1e8;
		}

	/* table row disabled background color */
	.table > tbody > tr.disabled > td,
	.table > tbody > tr.disabled > th {
		background-color: #cccccc;
		}

	/* table a link style */
	.table-hover > tbody > tr > td > a,
	.table-hover > tbody > tr > th > a {
		text-decoration: underline;
		}

	/* bootstrap table row hover background color */
	.table-hover > tbody > tr:hover > td,
	.table-hover > tbody > tr:hover > th {
		background-color: #f7f7f3;
		}

	.table-hover > tbody > tr:hover > td > a.default_link,
	.table-hover > tbody > tr:hover > th > a.default_link {
		color: #0000ff;
		}

	tr.table_row_link {
		cursor: pointer;
		}

	/* form: label alignment */
	.form-horizontal .control-label {
		padding-top: 0;
	}

/* RESPONSE MESSAGES *******************************************************/

	#message_container {
		z-index: 99998;
		position: fixed;
		top: -80px;
		left: 0;
		right: 0;
		filter: alpha(opacity=0);
		opacity: 0;
		-moz-opacity:0;
		-khtml-opacity: 0;
		padding: 13px 0;
		}

	#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: 13px 0;
		text-align: center;
		font-family: arial, san-serif;
		font-size: 13pt;
		}

	.message_container_mood_default {
		background: #005ee6;
		}

	.message_container_mood_positive {
		background: #00a200;
		}

	.message_container_mood_negative {
		background: #ff0000;
		}

	.message_container_mood_alert {
		background: #ff8000;
		}

	.message_text_mood_default {
		color: #ffffff;
		}

	.message_text_mood_positive {
		color: #ffffff;
		}

	.message_text_mood_negative {
		color: #ffffff;
		}

	.message_text_mood_alert {
		color: #ffffff;
		}

/* PAGINATION (PAGING) CONTROLS ************************************************/

	.pagination {
		clear: both;
		padding: 0;
		}

	.pagination li {
		display: inline;
		}

	.pagination li a {
		color: #0000aa;
		}

	.pagination li a:hover,
	.pagination li a:active {
		color: #0000ff;
		background: none;
		}

	.pagination li span.current,
	.pagination li span.current:hover {
		background-color: #0000aa;
		border: 3px solid #0000aa;
		color: #fff;
		text-decoration: none;
		margin: -2px 3px 0 2px;
		cursor: default;
		padding-left: 10px;
		padding-right: 10px;
		font-weight: 600;
		border-radius: 4px;
		}

	.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;
		}

/* MODALS ********************************************************************/

	div.modal.modal-max {
		padding: 0 !important;
		}

	div.modal.modal-max > div.modal-dialog.modal-max {
		max-width: 100%;
		width: 100%;
		height: 100%;
		margin: 0;
		}

	div.modal-content {
		border-radius: 0;
		}

	.modal-content {
				}

	.modal-title {
		font-weight: bold;
		font-size: 20px;
		}

	.modal-content button.close {
				}

	div.modal-footer {
		justify-content: space-between;
		}


/* BOOTSTRAP ROWS *************************************************************/

	.row_margin_bottom_20 { margin-bottom: 20px; }
	.row_margin_bottom_40 { margin-bottom: 40px; }
	.row_margin_bottom_60 { margin-bottom: 60px; }
	.row_margin_bottom_80 { margin-bottom: 80px; }
	.row_margin_bottom_100 { margin-bottom: 100px; }

	// center content vertically {}
	div.center_vertically {
	    display: inline-block;
	    vertical-align: middle;
	    float: none;
		}

/* BOX BACKGROUND VIDEO ********************************************************/

	/* uses video tags and mp4, etc videos */
	video.box_background_video {
		position: relative; /* or 'fixed' */
		top: 50%; left: 50%;
		z-index: 0;
		min-width: 101%;
		min-height: 101%;
		width: auto;
		height: auto;
		transform: translate(-50%, -50%);
		}

	/* uses youtube video */
	* { box-sizing: border-box; }

	.youtube-background-container {
		background: #000;
		position: fixed; /* relative - stays in box, but doesn't cover */
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
		}

	.youtube-background,
	.youtube-background-container img,
	.youtube-background-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 0;
		}

	
	@media (min-aspect-ratio: 16/9) {
		.youtube-background {
			height: 300%;
			top: -100%;
			}
		}

	@media (max-aspect-ratio: 16/9) {
		.youtube-background {
			width: 300%;
			left: -100%;
			}
		}

	/* make header  display above background video */
	.theme_header {
		z-index: 100;
		}

/* LITE YOUTUBE EMBEDS (Source: http://labnol.org/?p=27941 - also requires js in head) */

	.youtube-player {
		position: relative;
		padding-bottom: 56.23%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		background: #000;
		margin: 5px;
		}

	.youtube-player.youtube-player-16x9 {
		padding-bottom: 56.23%;
		}

	.youtube-player.youtube-player-4x3 {
		padding-bottom: 75%;
		}

	.youtube-player iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		background: transparent;
		}

	.youtube-player img {
		bottom: 0;
		display: block;
		left: 0;
		margin: auto;
		max-width: 100%;
		width: 100%;
		position: absolute;
		right: 0;
		top: 0;
		border: none;
		height: auto;
		cursor: pointer;
		-webkit-transition: .4s all;
		-moz-transition: .4s all;
		transition: .4s all;
		}

	.youtube-player img:hover {
		-webkit-filter: brightness(75%);
		}

	.youtube-player .play {
		height: 72px;
		width: 72px;
		left: 50%;
		top: 50%;
		margin-left: -36px;
		margin-top: -36px;
		position: absolute;
		background: url('/res/img/youtube_play_button_grey.png') no-repeat;
		background-size: contain;
		}

	.youtube-player .play:hover {
		background: url('/res/img/youtube_play_button.png') no-repeat;
		cursor: pointer;
		background-size: contain;
		}

/* BOX.CSS OVERRIDES ************************************************************/

	/* middle boxes */
	.is-wrapper .is-box .is-container {
		margin-top: 60px;
		margin-bottom: 65px;
		}

	@media all and (max-width: 1280px) {
		.is-wrapper .is-box .is-container {
			margin-top: 30px;
			margin-bottom: 35px;
			}
		}

	@media all and (max-width: 1024px) {
		.is-wrapper .is-box .is-container {
			margin-top: 10px;
			margin-bottom: 15px;
			padding: 30px !important;
			}
		}

	@media all and (max-width: 960px) {
		.is-wrapper .is-box .is-container {
			margin-top: 10px;
			margin-bottom: 15px;
			padding: 5px !important;
			}
		}

/* TEXT EFFECTS *****************************************************************/

	.text-shadow-2 { text-shadow: 0px 2px 2px rgba(0, 0, 0, 1); }
	.text-shadow-3 { text-shadow: 0px 3px 3px rgba(0, 0, 0, 1); }
	.text-shadow-4 { text-shadow: 0px 4px 4px rgba(0, 0, 0, 1); }
	.text-shadow-5 { text-shadow: 0px 5px 5px rgba(0, 0, 0, 1); }
	.text-shadow-6 { text-shadow: 0px 6px 6px rgba(0, 0, 0, 1); }
	.text-shadow-7 { text-shadow: 0px 7px 7px rgba(0, 0, 0, 1); }
	.text-shadow-8 { text-shadow: 0px 8px 8px rgba(0, 0, 0, 1); }
	.text-shadow-9 { text-shadow: 0px 9px 9px rgba(0, 0, 0, 1); }
	.text-shadow-10 { text-shadow: 0px 10px 10px rgba(0, 0, 0, 1); }
	.text-shadow-15 { text-shadow: 0px 15px 15px rgba(0, 0, 0, 1); }
	.text-shadow-20 { text-shadow: 0px 20px 20px rgba(0, 0, 0, 1); }

	.text-shadow-2-light { text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75); }
	.text-shadow-3-light { text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75); }
	.text-shadow-4-light { text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75); }
	.text-shadow-5-light { text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75); }
	.text-shadow-6-light { text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.75); }
	.text-shadow-7-light { text-shadow: 0px 7px 7px rgba(0, 0, 0, 0.75); }
	.text-shadow-8-light { text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.75); }
	.text-shadow-9-light { text-shadow: 0px 9px 9px rgba(0, 0, 0, 0.75); }
	.text-shadow-10-light { text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75); }
	.text-shadow-15-light { text-shadow: 0px 15px 15px rgba(0, 0, 0, 0.75); }
	.text-shadow-20-light { text-shadow: 0px 20px 20px rgba(0, 0, 0, 0.75); }

	.text-shadow-2-lighter { text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }
	.text-shadow-3-lighter { text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5); }
	.text-shadow-4-lighter { text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5); }
	.text-shadow-5-lighter { text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5); }
	.text-shadow-6-lighter { text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5); }
	.text-shadow-7-lighter { text-shadow: 0px 7px 7px rgba(0, 0, 0, 0.5); }
	.text-shadow-8-lighter { text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5); }
	.text-shadow-9-lighter { text-shadow: 0px 9px 9px rgba(0, 0, 0, 0.5); }
	.text-shadow-10-lighter { text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5); }
	.text-shadow-15-lighter { text-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5); }
	.text-shadow-20-lighter { text-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5); }

	.text-shadow-2-lightest { text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); }
	.text-shadow-3-lightest { text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25); }
	.text-shadow-4-lightest { text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
	.text-shadow-5-lightest { text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25); }
	.text-shadow-6-lightest { text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25); }
	.text-shadow-7-lightest { text-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25); }
	.text-shadow-8-lightest { text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25); }
	.text-shadow-9-lightest { text-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25); }
	.text-shadow-10-lightest { text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25); }
	.text-shadow-15-lightest { text-shadow: 0px 15px 15px rgba(0, 0, 0, 0.25); }
	.text-shadow-20-lightest { text-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25); }

/* BOX EFFECTS *******************************************************************/

	.box-shadow-outer-top-2 { box-shadow: 0px -2px 2px rgba(0, 0, 0, 1); }
	.box-shadow-outer-top-3 { box-shadow: 0px -3px 3px rgba(0, 0, 0, 1); }
	.box-shadow-outer-top-4 { box-shadow: 0px -4px 4px rgba(0, 0, 0, 1); }
	.box-shadow-outer-top-5 { box-shadow: 0px -5px 5px rgba(0, 0, 0, 1); }
	.box-shadow-outer-top-6 { box-shadow: 0px -6px 6px rgba(0, 0, 0, 1); }
	.box-shadow-outer-top-7 { box-shadow: 0px -7px 7px rgba(0, 0, 0, 1); }
	.box-shadow-outer-top-8 { box-shadow: 0px -8px 8px rgba(0, 0, 0, 1); }
	.box-shadow-outer-top-9 { box-shadow: 0px -9px 9px rgba(0, 0, 0, 1); }
	.box-shadow-outer-top-10 { box-shadow: 0px -10px 10px rgba(0, 0, 0, 1); }
	.box-shadow-outer-top-15 { box-shadow: 0px -15px 15px rgba(0, 0, 0, 1); }
	.box-shadow-outer-top-20 { box-shadow: 0px -20px 20px rgba(0, 0, 0, 1); }

	.box-shadow-outer-top-2-light { box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-top-3-light { box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-top-4-light { box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-top-5-light { box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-top-6-light { box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-top-7-light { box-shadow: 0px -7px 7px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-top-8-light { box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-top-9-light { box-shadow: 0px -9px 9px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-top-10-light { box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-top-15-light { box-shadow: 0px -15px 15px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-top-20-light { box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.75); }

	.box-shadow-outer-top-2-lighter { box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-top-3-lighter { box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-top-4-lighter { box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-top-5-lighter { box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-top-6-lighter { box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-top-7-lighter { box-shadow: 0px -7px 7px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-top-8-lighter { box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-top-9-lighter { box-shadow: 0px -9px 9px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-top-10-lighter { box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-top-15-lighter { box-shadow: 0px -15px 15px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-top-20-lighter { box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.5); }

	.box-shadow-outer-top-2-lightest { box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-top-3-lightest { box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-top-4-lightest { box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-top-5-lightest { box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-top-6-lightest { box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-top-7-lightest { box-shadow: 0px -7px 7px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-top-8-lightest { box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-top-9-lightest { box-shadow: 0px -9px 9px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-top-10-lightest { box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-top-15-lightest { box-shadow: 0px -15px 15px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-top-20-lightest { box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.25); }

	.box-shadow-outer-bottom-2 { box-shadow: 0px 2px 2px rgba(0, 0, 0, 1); }
	.box-shadow-outer-bottom-3 { box-shadow: 0px 3px 3px rgba(0, 0, 0, 1); }
	.box-shadow-outer-bottom-4 { box-shadow: 0px 4px 4px rgba(0, 0, 0, 1); }
	.box-shadow-outer-bottom-5 { box-shadow: 0px 5px 5px rgba(0, 0, 0, 1); }
	.box-shadow-outer-bottom-6 { box-shadow: 0px 6px 6px rgba(0, 0, 0, 1); }
	.box-shadow-outer-bottom-7 { box-shadow: 0px 7px 7px rgba(0, 0, 0, 1); }
	.box-shadow-outer-bottom-8 { box-shadow: 0px 8px 8px rgba(0, 0, 0, 1); }
	.box-shadow-outer-bottom-9 { box-shadow: 0px 9px 9px rgba(0, 0, 0, 1); }
	.box-shadow-outer-bottom-10 { box-shadow: 0px 10px 10px rgba(0, 0, 0, 1); }
	.box-shadow-outer-bottom-15 { box-shadow: 0px 15px 15px rgba(0, 0, 0, 1); }
	.box-shadow-outer-bottom-20 { box-shadow: 0px 20px 20px rgba(0, 0, 0, 1); }

	.box-shadow-outer-bottom-2-light { box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-bottom-3-light { box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-bottom-4-light { box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-bottom-5-light { box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-bottom-6-light { box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-bottom-7-light { box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-bottom-8-light { box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-bottom-9-light { box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-bottom-10-light { box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-bottom-15-light { box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.75); }
	.box-shadow-outer-bottom-20-light { box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.75); }

	.box-shadow-outer-bottom-2-lighter { box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-bottom-3-lighter { box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-bottom-4-lighter { box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-bottom-5-lighter { box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-bottom-6-lighter { box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-bottom-7-lighter { box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-bottom-8-lighter { box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-bottom-9-lighter { box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-bottom-10-lighter { box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-bottom-15-lighter { box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5); }
	.box-shadow-outer-bottom-20-lighter { box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5); }

	.box-shadow-outer-bottom-2-lightest { box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-bottom-3-lightest { box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-bottom-4-lightest { box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-bottom-5-lightest { box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-bottom-6-lightest { box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-bottom-7-lightest { box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-bottom-8-lightest { box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-bottom-9-lightest { box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-bottom-10-lightest { box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-bottom-15-lightest { box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.25); }
	.box-shadow-outer-bottom-20-lightest { box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25); }

	.box-shadow-inner-top-2 { box-shadow: 0px 2px 2px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-top-3 { box-shadow: 0px 3px 3px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-top-4 { box-shadow: 0px 4px 4px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-top-5 { box-shadow: 0px 5px 5px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-top-6 { box-shadow: 0px 6px 6px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-top-7 { box-shadow: 0px 7px 7px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-top-8 { box-shadow: 0px 8px 8px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-top-9 { box-shadow: 0px 9px 9px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-top-10 { box-shadow: 0px 10px 10px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-top-15 { box-shadow: 0px 15px 15px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-top-20 { box-shadow: 0px 20px 20px rgba(0, 0, 0, 1) inset; }

	.box-shadow-inner-top-2-light { box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-top-3-light { box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-top-4-light { box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-top-5-light { box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-top-6-light { box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-top-7-light { box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-top-8-light { box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-top-9-light { box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-top-10-light { box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-top-15-light { box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-top-20-light { box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.75) inset; }

	.box-shadow-inner-top-2-lighter { box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-top-3-lighter { box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-top-4-lighter { box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-top-5-lighter { box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-top-6-lighter { box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-top-7-lighter { box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-top-8-lighter { box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-top-9-lighter { box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-top-10-lighter { box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-top-15-lighter { box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-top-20-lighter { box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5) inset; }

	.box-shadow-inner-top-2-lightest { box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-top-3-lightest { box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-top-4-lightest { box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-top-5-lightest { box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-top-6-lightest { box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-top-7-lightest { box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-top-8-lightest { box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-top-9-lightest { box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-top-10-lightest { box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-top-15-lightest { box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-top-20-lightest { box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25) inset; }

	.box-shadow-inner-bottom-2 { box-shadow: 0px -2px 2px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-bottom-3 { box-shadow: 0px -3px 3px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-bottom-4 { box-shadow: 0px -4px 4px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-bottom-5 { box-shadow: 0px -5px 5px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-bottom-6 { box-shadow: 0px -6px 6px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-bottom-7 { box-shadow: 0px -7px 7px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-bottom-8 { box-shadow: 0px -8px 8px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-bottom-9 { box-shadow: 0px -9px 9px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-bottom-10 { box-shadow: 0px -10px 10px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-bottom-15 { box-shadow: 0px -15px 15px rgba(0, 0, 0, 1) inset; }
	.box-shadow-inner-bottom-20 { box-shadow: 0px -20px 20px rgba(0, 0, 0, 1) inset; }

	.box-shadow-inner-bottom-2-light { box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-bottom-3-light { box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-bottom-4-light { box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-bottom-5-light { box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-bottom-6-light { box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-bottom-7-light { box-shadow: 0px -7px 7px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-bottom-8-light { box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-bottom-9-light { box-shadow: 0px -9px 9px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-bottom-10-light { box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-bottom-15-light { box-shadow: 0px -15px 15px rgba(0, 0, 0, 0.75) inset; }
	.box-shadow-inner-bottom-20-light { box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.75) inset; }

	.box-shadow-inner-bottom-2-lighter { box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-bottom-3-lighter { box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-bottom-4-lighter { box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-bottom-5-lighter { box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-bottom-6-lighter { box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-bottom-7-lighter { box-shadow: 0px -7px 7px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-bottom-8-lighter { box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-bottom-9-lighter { box-shadow: 0px -9px 9px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-bottom-10-lighter { box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-bottom-15-lighter { box-shadow: 0px -15px 15px rgba(0, 0, 0, 0.5) inset; }
	.box-shadow-inner-bottom-20-lighter { box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.5) inset; }

	.box-shadow-inner-bottom-2-lightest { box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-bottom-3-lightest { box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-bottom-4-lightest { box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-bottom-5-lightest { box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-bottom-6-lightest { box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-bottom-7-lightest { box-shadow: 0px -7px 7px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-bottom-8-lightest { box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-bottom-9-lightest { box-shadow: 0px -9px 9px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-bottom-10-lightest { box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-bottom-15-lightest { box-shadow: 0px -15px 15px rgba(0, 0, 0, 0.25) inset; }
	.box-shadow-inner-bottom-20-lightest { box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.25) inset; }

/* ROTATE CLASSES ****************************************************************/

	i.rotate-45 {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		}

	i.rotate-90 {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		}

	i.rotate-180 {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		}

	i.rotate-270 {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
		}

/* PRINTING OVERRIDES ***********************************************************/

@media print {

	/* hide url next to buttons and links - overrides default bootstap behavior */
	a[href]:after {
		content: none !important;
	}

	/* hide placeholder text */
	::-webkit-input-placeholder { color: transparent !important; }
::-moz-placeholder { color: transparent !important; opacity: 0; }
:-moz-placeholder { color: transparent !important; opacity: 0; }
:-ms-input-placeholder { color: transparent !important; }
::placeholder { color: transparent !important; }
.placeholder { color: transparent !important; }

}

/* *******************************************************************************/


	/* Adjustment for Menu Height */
			.is-wrapper > div:first-child {
			margin-top: 50px;
			}
	
	.is-wrapper > div.is-section-100 {
		height: -moz-calc(100% - 50px);
		height: -webkit-calc(100% - 50px);
		height: -o-calc(100% - 50px);
		height: calc(100% - 50px);
		}

	/* misc customizations */

p {
	font-weight: 500;
	font-family: serif;
	}

.navbar .navbar-nav > li > a.nav-link {
	font-weight: 500;
	}
	
a#menu_brand_text.navbar-brand {
	font-weight: 600;
	font-family: times,serif;
	}


/* current page number in pagination controls */

.pagination li span.current,
.pagination li span.current:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	margin-top: 0;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: 400;
	border-radius: 0;
	}

/* bug fix in menu sub hover colors */

.dropdown-menu > li.active > a:hover {
	color: #3bd2f3 !important;
	background-color: white !important;
	}

/* contentbox editor mod: move text editor toolbar to left edge of browser window */

#rte-toolbar.rte-side {
	left: -5px;
	}
