
	body {
				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: linear-gradient(#009933, #00822b);;
				-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.58);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.58);
		box-shadow: 0 0 5px rgba(0,0,0,0.58);
		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;
		font-weight: 600;
		color: #ffffff;
		white-space: nowrap;
		font-size: 12pt;
		}

	div.navbar-brand > a.navbar-brand:hover {
		color: #ffffff;
		}

	// main menu item {}
	.navbar .navbar-nav > li > a.nav-link {
		font-family: 'Open Sans','sans-serif';
		font-size: 16px;
		font-weight: 500;
		color: #ffffff;
		padding-top: 9px;
		padding-right: 10px;
		padding-bottom: 9px;
		padding-left: 10px;
		outline: 0;
		}

	.navbar .navbar-nav > li > span,
	.navbar .navbar-nav > li > a > span {
		font-size: 16px;
		}

	.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: #ffffff;
		background: linear-gradient(#ff6633, #ca5128);;
		}

	.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 {
		white-space: nowrap;
		margin-top: 0;
		padding-top: 5px;
padding-bottom: 10px;
border: none;
		background: linear-gradient(#009933, #00822b);;
				-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: arial;
		font-size: 10.5pt;
		font-weight: 500;
		color: #ffffff;
		margin: 0;
		padding-top: 5px;
		padding-right: 15px;
		padding-bottom: 5px;
		padding-left: 15px;
		outline: 0;
		}

	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: #ffffff;
		background: linear-gradient(#ff6633, #ca5128);;
		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: 8pt;
		font-weight: 500;
		margin: 0 0 5px 8px;
		opacity: 1.0;
		text-align: top;
		line-height: 8pt;
		}

	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: #ffffff;
		}

	.navbar button.navbar-toggler > span:hover {
		color: #ffffff;
		}

/*

	// xs menu non-collapse links {}
	.navbar a.xs_link {
		display: inline-block;
		white-space: nowrap;
		font-family: 'Open Sans','sans-serif';
		font-size: 16px;
		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: #ffffff;
		background: linear-gradient(#ff6633, #ca5128);;
		text-decoration: none;
		}
*/

/* TABS ***********************************************************************/

	ul.nav.nav-tabs > li.nav-item {
		margin-top: 5px;
		}

	ul.nav.nav-tabs > li.nav-item > a.nav-link {
		outline: 0; /* prevents dotted outline on clicked tabs */
		padding-left: 0.6rem;
		padding-right: 0.6rem;
		}

	ul.nav.nav-tabs > li.nav-item > a.nav-link:hover {
		background: none;
		background-image: linear-gradient(to bottom, #dde9ff 8%, #fff 0%);
		}

	ul.nav.nav-tabs > li.nav-item > a.nav-link.active {
		color: #000;
		padding-left: 1rem;
		padding-right: 1rem;
		background-image: linear-gradient(to bottom, #7fbcff 8%, #fff 0%);
		border-bottom-color: #fff;
		}

	ul.nav.nav-tabs > li.nav-item > a.nav-link.active:hover {
		border-bottom-color: #fff;
		}

	ul.nav.nav-tabs > li.nav-item > a.nav-link {
		border-bottom-color: rgb(222, 226, 230);
		}

	ul.nav.nav-tabs > li.nav-item > a.nav-link > nobr.deprecated {
		text-decoration: line-through;
		}

/* 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;
		}

	a.btn,
	btn.btn {
		padding: 0.375rem 0.75rem;
		}

	// 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;
			}
		}

	@media(min-width: 768px) {
		#body.container-fluid {
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
			}
		}

	/* maximize viewport usage on xs displays */
	@media(min-width: 0px) and (max-width: 767px) {
		#body.container-fluid {
			width: 100%;
			padding-left: 20px;
			padding-right: 20px;
			}
		}

/* GENERAL ELEMENTS *****************************************************************/

	img {
		border: none;
		max-width: 100%;
		height: auto;
		}

	a,
	a.text,
	a[href^="tel:"],
	a[href^="mailto:"] {
		color: #007bff;
		text-decoration: none;
		outline: 0;
		}

	a:hover,
	a.text:hover,
	a[href^="tel:"]:hover,
	a[href^="mailto:"]:hover {
		color: #54a7ff;
		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;
		}

	p.md {
		font-size: 1.4em;
		line-height: 1.6em;
		}

	p.lg {
		font-size: 1.6em;
		line-height: 1.8em;
		}

	p.xl {
		font-size: 1.8em;
		line-height: 1.10em;
		}

	p.justify {
		text-align: justify;
		}

	.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;
		}

/* 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 area columns */
	div.area_list {
		-webkit-column-width: 250px;
		-moz-column-width: 250px;
		column-width: 250px;
		}

	/* sets the minimum width of the state name/link columns */
	div.state_list {
		-webkit-column-width: 180px;
		-moz-column-width: 180px;
		column-width: 180px;
		}

	/* sets the minimum width of the province name/link columns */
	div.province_list {
		-webkit-column-width: 230px;
		-moz-column-width: 230px;
		column-width: 230px;
		}

	/* 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;
		}

	/* sets the minimum width of the nominator name columns */
	div.nominator_list {
		-webkit-column-width: 180px;
		-moz-column-width: 180px;
		column-width: 180px;
		}

	/* 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: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ddddcc;
		border-top: none;
		}

	.table > thead > tr > th.sticky,
	.table.sticky > thead > tr > th {
		background: #ffffff;
		position: sticky;
		top: 0;
		}

	.table > thead > tr > th.sortable,
	.table.tablesorter > thead > tr > th {
		cursor: pointer;
		}

	/* 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: #eaf4ff;
		}

	.table-striped > tbody > tr:nth-child(even) > td,
	.table-striped > tbody > tr:nth-child(even) > th {
		background-color: #f3f9ff;
		}

	/* 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: #dde9ff;
		}

	.table-hover > tbody > tr:hover > td > a.default_link,
	.table-hover > tbody > tr:hover > th > a.default_link {
		color: #54a7ff;
		}

	tr.table_row_link {
		cursor: pointer;
		}

	td.overflow {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}

	/* 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: #005ee6;
		}

	.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;
		}

/* PAGINATION (PAGING) CONTROLS ************************************************/

	.pagination {
		clear: both;
		padding: 0;
		margin-bottom: 0;
		}

	.pagination li > a,
	.pagination li > span {
		display: inline-block;
		border: 1px solid #ccc;
		}

	.pagination li a {
		color: #007bff;
		margin: 1px;
		margin-top: 0;
		padding: 0 8px 0 8px;
		text-decoration: none;
		border-radius: 2px;
		font-size: 95%;
		}

	.pagination li a:hover,
	.pagination li a:active {
		color: #54a7ff;
		background: none;
		}

	.pagination li span.current,
	.pagination li span.current:hover {
		background-color: #007bff;
		border: 1px solid #007bff;
		margin: 1px;
		padding: 9px 11px;
		line-height: 1;
		text-decoration: none;
		color: #fff;
		cursor: default;
		font-weight: 600;
		border-radius: 2px;
		}

	.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: 6px;
		padding-right: 6px;
		padding-top: 3px;
		}

/* MODALS ********************************************************************/

	div.modal.modal-max {
		padding: 0 !important;
		}

	div.modal-dialog.modal-max,
	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; }

}

/* NEWS ********************************************************************/

.news_list_box {
	border-top: 1px solid #ddd;
	}

.news_list_box_shared {
	border: 1px solid #73e567;
	border-radius: 15px;
	padding: 15px 25px 30px 25px;
	background: rgb(236,255,234);
	background: -moz-linear-gradient(top,  rgb(236,255,234) 0%, rgb(255,255,255) 20%, rgb(255,255,255) 80%, rgb(236,255,234) 100%);
	background: -webkit-linear-gradient(top,  rgb(236,255,234) 0%,rgb(255,255,255) 20%,rgb(255,255,255) 80%,rgb(236,255,234) 100%);
	background: linear-gradient(to bottom,  rgb(236,255,234) 0%,rgb(255,255,255) 20%,rgb(255,255,255) 80%,rgb(236,255,234) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecffea', endColorstr='#ecffea',GradientType=0 );
	}

.news_list_box_shared > .title {
	text-align: center;
	color: #73e567;
	font-weight: 700;
	}

img.news_list_image {
	width: 200px;
	height: auto;
	border: none;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	cursor: pointer;
	}

img.news_list_image.mini {
	width: 75px;
	}

img.news_list_image.xs {
	width: 100%;
	max-height: 300px;
	background-position: top;
	}

a.news_list_title {
	color: #000;
	letter-spacing: -0.03em;
	font-weight: 500;
	font-family: Georgia, serif;
	}

.news_title {
	color: #000;
	letter-spacing: -0.03em;
	font-weight: 500;
	font-family: Georgia, serif;
	}

.news_list_category_icon {
	color: #e7f3ff;
	cursor: pointer;
	}

.news_sublines {
	overflow: auto;
	}

.news_subline {
	font-weight: 500;
	font-size: 80%;
	opacity: 0.7;
	white-space: nowrap;
	cursor: help;
	}

.news_subline:hover {
	opacity: 1;
	}

.news_subline > a.link {
	cursor: pointer;
	}

.news_subline > a.link:hover {
	text-decoration: underline;
	}

.news_views {
	display: inline-block;
	font-size: 80%;
	font-weight: 700;
	color: white;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: -5px;
	}

.news_views .public {
	display: inline-block;
	background-color: #000000;
	padding: 0 5px;
	cursor: help;
	}

.news_views .user {
	display: inline-block;
	background-color: #ff6633;
	padding: 0 5px;
	cursor: help;
	}

.news_views .comment {
	display: inline-block;
	background-color: #009933;
	padding: 0 5px;
	cursor: help;
	}

a.news_badge {
	display: inline-block;
	color: black;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	border-radius: 5px;
	white-space: nowrap;
	}

a.news_badge:hover {
	cursor: pointer;
	text-decoration: none;
	}

a.news_badge.action {
	background-color: #ffc107;
	}

div.news_badge {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	}

div.news_badge:hover {
	cursor: pointer;
	text-decoration: none;
	}

div.news_badge.update {
	color: #a1d0ff;
	background-color: #e7f3ff;
	text-transform: uppercase;
	border-radius: 5px 0 0 5px;
	}

div.news_badge.count {
	color: #ff0000;
	background-color: #ffd9d9;
	border-radius: 0 5px 5px 0;
	}

.news_summary {
	letter-spacing: -0.02em;
	}

.news_read_more {
	white-space: nowrap;
	letter-spacing: -0.02em;
	font-weight: 400;
	font-size: 70%;
	text-transform: uppercase;
	margin-left: 1.5em;
	}

.news_content {
	letter-spacing: -0.02em;
	overflow: auto;
	box-shadow: 0 0 25px #ddd;
	border: 1px solid #ddd;
	}

.news_content.child {
	box-shadow: none;
	border: none;
	}

.news_attachments {
	margin-top: 40px;
	}

.news_attachment {
	font-weight: 600;
	display: inline-block;
	padding: 6px 15px;
	margin-top: 8px;
	margin-right: 8px;
	cursor: pointer;
	color: #fff;
	background-color: #003578;
	border: 1px solid #00214a;
	border-radius: 20px;
	font-size: 100%;
	box-shadow: none;
	-webkit-transition: border 0.3s, color 0.3s, box-shadow 0.3s, background-color 0.3s;
	transition: border 0.3s, color 0.3s, box-shadow 0.3s, background-color 0.3s;
	}

.news_attachment:hover {
	border: 1px solid #0058c8;
	background-color: #0047a0;
	box-shadow: 0 1px 2px #cccccc;
	}

.news_comments {
	font-size: 18px;
	letter-spacing: -0.02em;
	overflow: auto;
	background-color: #ecfff0; /* #e3ffe9 */
	border-color: #63c978;
	border-radius: 6px 6px 2px 2px;
	border-style: solid;
	border-width: 10px;
	border-top-width: 15px;
	border-bottom-width: 5px;
	border-left: none;
	border-right: none;
	}

.news_comment {
	overflow: auto;
	border-top: 1px dotted #63c978;
	margin-top: 10px;
	padding-top: 10px;
	}

.news_comment_original {
	border-radius: 4px;
	border-left: 3px solid #63c978;
	border-right: 1px solid #78f592;
	background: #d1ffdb;
	background: linear-gradient(90deg, #d1ffdb 0%, #e3ffe9 100%);
	/* background: linear-gradient(90deg, rgba(185,255,200,1) 0%, rgba(227,255,233,1) 100%); */
	padding: 8px;
	margin-bottom: 10px;
	}

.news_comment_original > .comment {
	font-size: 14px;
	/*
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	*/
	}

.news_comment_original > .by {
	color: #50a361;
	font-size: 13px;
	margin-top: 0;
	margin-left: 2px;
	}

.news_comment > .comment {
	letter-spacing: -0.02em;
	line-height: 110%;
	}

.news_comment > .comment.pending {
	opacity: 0.5;
	font-style: italic;
	}

.news_comment > .by {
	color: #50a361;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 2px;
	}

.news_comment_name {
	font-weight: 600;
	}

.news_comment_name.pending {
	font-weight: 600;
	color: red;
	}

.news_comment_created {
	font-weight: 600;
	}

.news_comments_title {
	font-weight: 700;
	letter-spacing: -0.03em;
	font-size: 1.1em;
	white-space: nowrap;
	color: #63c978;
	}

.news_child_box {
	border-radius: 6px 6px 2px 2px;
	border-style: solid;
	border-width: 10px;
	border-top-width: 15px;
	border-bottom-width: 5px;
	border-left: none;
	border-right: none;
	}

.news_child_box.update {
	background-color: #e7f3ff;
	border-color: #a1d0ff;
	}

.news_child_box.action {
	background-color: #fff7c4;
	border-color: #ffc107;
	}

.news_child_box.update.old,
.news_child_box.action.old {
	background-color: #e3e3e3;
	border-color: #adadad;
	}

.news_child_box.update > div > div.news_child_type.update {
	white-space: nowrap;
	color: #a1d0ff;
	}

.news_child_box.action > div > div.news_child_type.action {
	white-space: nowrap;
	color: #f4b700;
	}

.news_child_box.update.old > div > div.news_child_type.update.old,
.news_child_box.action.old > div > div.news_child_type.action.old {
	white-space: nowrap;
	color: #909090;
	}

.news_child_type {
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: -0.03em;
	font-size: 1.5em;
	}

.news_child_box > .news_sublines > hr.news_child_line {
	border: none;
	margin-top: 8px !important;
	}

.news_child_box > .news_sublines > hr.news_child_line.update,
.news_child_box > .news_attachments > hr.news_child_line.update {
	border-top: 1px solid #a1d0ff;
	}

.news_child_box > .news_sublines > hr.news_child_line.action,
.news_child_box > .news_attachments > hr.news_child_line.action {
	border-top: 1px solid #ffc107;
	}

.news_child_box > .news_sublines > hr.news_child_line.update.old,
.news_child_box > .news_attachments > hr.news_child_line.update.old,
.news_child_box > .news_sublines > hr.news_child_line.action.old,
.news_child_box > .news_attachments > hr.news_child_line.action.old {
	border-top: 1px solid #aaaaaa;
	}

input[type=text].news_search,
input[type=text].message_search,
input[type=text].user_search {
	width: 80px;
	min-width: 80px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	}

input[type=text].user_search {
	min-width: 90px;
	}

/* expand list search input on focus */
input[type=text].news_search:focus,
input[type=text].message_search:focus,
input[type=text].user_search:focus {
	width: 150px;
	}

/* NEWS/EMAIL RICH TEXT EDITOR *****************************************************/

div.fr-wrapper { border-radius: 2px; border-bottom: none !important; }
div.fr-toolbar.fr-desktop.fr-top.fr-basic.fr-sticky-off {
	border-radius: 2px 2px 0 0 !important;
	border-color:  !important;
	-webkit-box-shadow: 0 0 3px #cddaf0 inset;
-moz-box-shadow: 0 0 3px #cddaf0 inset;
box-shadow: 0 0 3px #cddaf0 inset;
	}
div.fr-element.fr-view {
		position: relative; z-index: 10000; margin-top: -41px; background-color: #fff;
		-webkit-box-shadow: 0 0 3px #cddaf0 inset;
-moz-box-shadow: 0 0 3px #cddaf0 inset;
box-shadow: 0 0 3px #cddaf0 inset;
	}
textarea.fr-code {
		position: relative; z-index: 10000; margin-top: -20px; background-color: #fff;
		}
div.second-toolbar { display: none; }
div.fr-toolbar > .fr-btn-grp > button#insertFiles-1 { display: none; } /* insert files button */
div.fr-toolbar > .fr-popup > .fr-buttons > button#videoUpload-1 { display: none; } /* video upload button */
div.fr-toolbar > .fr-more-toolbar > button#getPDF-1 { display: none; } /* save as pdf button */
div.fr-toolbar > .fr-more-toolbar > button#insertFile-1 { display: none; } /* insert file button */
div.fr-toolbar > .fr-more-toolbar > button#insertFiles-1 { display: none; } /* insert files button (sm screen) */
div.fr-toolbar > .fr-more-toolbar > button#help-1 { display: none; } /* help button */
	div.fr-toolbar > .fr-more-toolbar > button#html-1 { display: none; } /* code button */
button#imageTUI-1 { display: none; }

/* MESSAGE RICH TEXT EDITOR ******************************************************/

div#cke_1_contents {
	min-height: 150px;
	}

/* PORTAL ************************************************************************/

.tile {
	text-align: center;
	margin-bottom: 20px;
	}

.tile:hover {
	text-align: center;
	margin-bottom: 20px;
	}

.tile > a {
	color: #666666;
	display: block;
	padding: 15px;
	border-radius: 8px;
	background: #e3e3e3;
	text-shadow:
		0 3px 2px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
	-webkit-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	}

.tile > a:hover {
	color: #000000;
	background: #d5d6d7;
	text-decoration: none;
	text-shadow:
		0 3px 2px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
	}

.tile.large > a {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 150%;
	color: black !important;
	text-shadow:
		0 2px 8px rgba(255,255,255,1),
		-1px -1px 1px rgba(255,255,255,0.9),
		1px -1px 1px rgba(255,255,255,0.9),
		-1px 1px 1px rgba(255,255,255,0.9),
		1px 1px 1px rgba(255,255,255,0.9);
	}

.tile.blue > a {
	display: block;
	padding: 15px;
	border-radius: 8px;
	color: #0067be;
	background: #d1e8ff;
	text-shadow:
		0 0 2px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
	-webkit-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	}

.tile.blue > a:hover {
	text-decoration: none;
	color: #e5f3ff;
	background: #0067be;
	text-shadow:
		0 3px 2px #004784,
		-1px -1px 1px #004784,
		1px -1px 1px #004784,
		-1px 1px 1px #004784,
		1px 1px 1px #004784;
	}

.tile.darkblue > a {
	color: #e5f3ff;
	display: block;
	padding: 15px;
	border-radius: 8px;
	background: #004c8c;
	text-shadow:
		0 3px 2px #00335e,
		-1px -1px 1px #00335e,
		1px -1px 1px #00335e,
		-1px 1px 1px #00335e,
		1px 1px 1px #00335e;
	-webkit-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	}

.tile.darkblue > a:hover {
	color: #fff;
	background: #0075db;
	text-decoration: none;
	text-shadow:
		0 3px 2px #00335e,
		-1px -1px 1px #00335e,
		1px -1px 1px #00335e,
		-1px 1px 1px #00335e,
		1px 1px 1px #00335e;
	}

.tile.tan > a {
	display: block;
	padding: 15px;
	border-radius: 8px;
	color: #fff;
	background: #6f4a12;
	text-shadow:
		0 3px 2px #322a13,
		-1px -1px 1px #322a13,
		1px -1px 1px #322a13,
		-1px 1px 1px #322a13,
		1px 1px 1px #322a13;
	-webkit-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	}

.tile.tan > a:hover {
	text-decoration: none;
	color: #6f4a12;
	background: #d4cdbc;
	text-shadow:
		0 0 1px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
	}

.tile.orange > a {
	color: #ffffff;
	display: block;
	padding: 15px;
	border-radius: 8px;
	background: #ff7200;
	text-shadow:
		0 3px 2px #c05600,
		-1px -1px 1px #c05600,
		1px -1px 1px #c05600,
		-1px 1px 1px #c05600,
		1px 1px 1px #c05600;
	-webkit-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	}

.tile.orange > a:hover {
	text-decoration: none;
	color: #ff7200;
	background: #fff4c7;
	text-shadow:
		0 3px 2px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
	}

.tile.green > a {
	display: block;
	padding: 15px;
	border-radius: 8px;
	color: #ffffff;
	background: #108f00;
	text-shadow:
		0 3px 2px #0c5000,
		-1px -1px 1px #0c5000,
		1px -1px 1px #0c5000,
		-1px 1px 1px #0c5000,
		1px 1px 1px #0c5000;
	-webkit-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	}

.tile.green > a:hover {
	text-decoration: none;
	color: #108f00;
	background: #9ffb94;
	text-shadow:
		0 0 2px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
	}

.tile.purple > a {
	display: block;
	padding: 15px;
	border-radius: 8px;
	color: #ffffff;
	background: #4e2d7f;
	text-shadow:
		0 3px 2px #020241,
		-1px -1px 1px #020241,
		1px -1px 1px #020241,
		-1px 1px 1px #020241,
		1px 1px 1px #020241;
	-webkit-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	}

.tile.purple > a:hover {
	text-decoration: none;
	color: #4e2d7f;
	background: #e3e3ff;
	text-shadow:
		0 3px 2px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
	box-shadow: none;
	}

.tile.grey > a {
	display: block;
	padding: 15px;
	border-radius: 8px;
	/*
	background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url('/asset/image/background/newspaper.jpg');
	background-size: cover;
	background-position: top center;
	*/
	color: #ffffff;
	background: #666666;
	text-shadow:
		0 2px 2px #222,
		-1px -1px 1px #222,
		1px -1px 1px #222,
		-1px 1px 1px #222,
		1px 1px 1px #222;
	-webkit-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	}

.tile.grey > a:hover {
	/*
	background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('/asset/image/background/newspaper.jpg');
	background-size: cover;
	background-position: 80% center;
	*/
	text-decoration: none;
	color: #555555;
	background: #bbbbbb;
	text-shadow:
		0 2px 2px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
	}

.tile.gold > a {
	display: block;
	padding: 15px;
	border-radius: 8px;
	color: #ffffff;
	background: #ffce00;
	text-shadow:
		0 3px 2px #db9a00,
		-1px -1px 1px #db9a00,
		1px -1px 1px #db9a00,
		-1px 1px 1px #db9a00,
		1px 1px 1px #db9a00;
	-webkit-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	}

.tile.gold > a:hover {
	text-decoration: none;
	color: #e39600;
	background: #fff4c7;
	text-shadow:
		0 3px 2px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
	}

.tile.red > a {
	display: block;
	padding: 15px;
	border-radius: 8px;
	color: #ffffff;
	background: #ae1a1e;
	text-shadow:
		0 3px 2px #770608,
		-1px -1px 1px #770608,
		1px -1px 1px #770608,
		-1px 1px 1px #770608,
		1px 1px 1px #770608;
	-webkit-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	transition: background 0.3s, color 0.3s, text-shadow 0.3s;
	}

.tile.red > a:hover {
	text-decoration: none;
	color: #ae1a1e;
	background: #ffdbdc;
	text-shadow:
		0 3px 2px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
	}

.tile > a > i {
	font-size: 32px;
	margin-bottom: 10px;
	}

.tile > a > b {
	font-weight: 600;
	font-size: 32px;
	margin-top: 15px;
	margin-bottom: 26px;
	display: inline-block;
	font-size: 45px;
	line-height: 1px;
	}

.tile > a.disabled {
	color: #618ebc;
	cursor: not-allowed;
	opacity: 0.65;
	text-decoration: none;
	}

.tile > a.disabled:hover {
	color: #618ebc;
	text-decoration: none;
	}

.tile.green > a.disabled {
	color: #1b7e0a;
	cursor: not-allowed;
	text-decoration: none;
	}

.tile.green > a.disabled:hover {
	text-decoration: none;
	color: #1b7e0a;
	display: block;
	padding: 15px;
	border-radius: 8px;
	background: #e8fce5;
	text-shadow:
		0 3px 2px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
	}

.tile.blue > a.disabled {
	color: #0067be;
	cursor: not-allowed;
	text-decoration: none;
	}

.tile.blue > a.disabled:hover {
	text-decoration: none;
	color: #e5f3ff;
	display: block;
	padding: 15px;
	border-radius: 8px;
	background: #0067be;
	text-shadow:
		0 3px 2px #004784,
		-1px -1px 1px #004784,
		1px -1px 1px #004784,
		-1px 1px 1px #004784,
		1px 1px 1px #004784;
	}

.tile.purple > a.disabled {
	color: #2d2d7f;
	cursor: not-allowed;
	text-decoration: none;
	}

.tile.purple > a.disabled:hover {
	text-decoration: none;
	color: #2d2d7f;
	display: block;
	padding: 15px;
	border-radius: 8px;
	background: #e3e3ff;
	text-shadow:
		0 3px 2px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
	}

.tile > a > .unread {
	display: inline-block;
	background: red;
	color: white;
	border-radius: 5px;
	font-weight: 700;
	margin-left: -15px;
	letter-spacing: -0.06em;
	line-height: 14px;
	padding: 2px 4px 3px 4px;
	text-shadow: none !important;
	}

/*
@media(min-width: 0px) and (max-width: 767px) {
	#comm_long { display: inline; }
	#comm_short { display: none; }
	}
*/

@media(min-width: 0px) and (max-width: 1218px) {
	#comm_long { display: none; }
	#comm_short { display: inline; }
	}

@media(min-width: 1219px) {
	#comm_long { display: inline; }
	#comm_short { display: none; }
	}

/*
@media(min-width: 0px) and (max-width: 767px) {
	#inq_long { display: inline; }
	#inq_short { display: none; }
	}
*/

@media(min-width: 0px) and (max-width: 1218px) {
	#inq_long { display: none; }
	#inq_short { display: inline; }
	}

@media(min-width: 1219px) {
	#inq_long { display: inline; }
	#inq_short { display: none; }
	}

.notice_setup_unp {
	color: white;
	padding: 15px;
	border-radius: 8px;
	font-weight: 600;
	background: #52b152;
	background: -moz-linear-gradient(-45deg, #008a00 0%, #52b152 67%);
	background: -webkit-linear-gradient(-45deg, #008a00 0%, #52b152 67%);
	background: linear-gradient(135deg, #008a00 0%, #52b152 67%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008a00', endColorstr='#52b152',GradientType=1);
	letter-spacing: -0.02em;
	}

.ham_call_sign {
	white-space: nowrap;
	font-weight: 600;
	cursor: help;
	font-family: 'Courier New', Courier, monospace;
	font-size: 125%;
	letter-spacing: -0.02em;
	line-height: 100%;
	text-shadow: 1px 1px 1px yellow, -1px 1px 1px yellow, 1px -1px 1px yellow, -1px -1px 1px yellow;
	}

/* *******************************************************************************/


	/* 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);
		}

	/* 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;
	}

/* contentbox editor mod: move text editor toolbar to left edge of browser window */

#rte-toolbar.rte-side {
	left: -5px;
	}
