html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
body {
    background-color:#FFFFFF;
	margin: 10px;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
p, .pdiv {
	margin: 0;
	padding: .5em 0;
}
br {
	line-height: 1em;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	margin: .7em 0;
}
h2,h3,h4,h5,h6 {
	margin: 1em 0;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1.05em;
}
h5,h6 {
	font-size: 1em;
}

div.pagetitle h2, div.pagetitle h1 {
	margin: 10px 0px 20px 0px;
}
div.item {
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #ccc;
}
div.signup {
	border: 1px solid #000;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
}
div#headerhome, div#homelinkbox {
	padding-top: 8px;
}
div.itemsum {
	margin-left: 45px;
	overflow: auto;
	padding: 5px 0px;
	/*margin-top: -.5em;
	margin-bottom: -.5em;*/
}
span.iteminfo {
	margin-left: 30px;
}
.info {
	color: #007585;
}
.warn {
    color: #C40;
}
input:invalid {
	background-color: #faa;
}
.noticetext, a.noticetext, a.noticetext:link, a.noticetext:visited {
	color: #db0000;
}
label.error {
	color: #db0000;
	font-style: italic;
	display: block;
}
input.form + label.error {
	float: left;
	display: inline;
	margin-left: 10px;
}

input[type=checkbox] + label.error {
	float:none;
	display: inline;
	margin-left: 10px;
}
div.title {
	/*display: inline;*/
	margin-left: 30px;
}
div.itemhdr {
	position: relative;
	min-height: 26px;
}
.itemhdricon {
	position: absolute;
}
.itemhdricon div {
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
div.itemhdr div.title {
	margin-right: 30px;
}
div.itemhdrdd, div.itemhdrright {
	position: absolute;
	right: 0px;
	top:0px;
}

.inlinelist {
	padding: 1em;
	margin: 1em;
}
.inlinelist li {
	display: inline-block;
}

@media only screen and (min-width: 1005px) {
	/* put dropdown next to item when wide*/
	.notfw .itemhdr .title {
		display: inline-block;
	}
	.notfw div.itemhdrdd {
		display: inline-block;
		position: relative;
		vertical-align: top;
	}
}

div.block, div.blockitems div.blockitems div.block {
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 4px 4px 0 0;
}
div.blockitems, div.blockitems div.blockitems div.blockitems {
	padding: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
}
div.block.grouptoggle {
	margin-bottom: 0px;
	margin-top: 10px
}
div.block.grouptoggle + div.blockitems {
	margin-top: 0px
}
.hidden,.pseudohidden {
    visibility: hidden;
    position: absolute;
    height: 0;
}
.showinmobile {
	display:none;
}
div.icon {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
span.icon {
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
.treehandle {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 2px;
	font-size: 10px;
	border: 1px solid black;
	text-align: center;
	cursor: pointer;
}
div.breadcrumb {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #ddddff;
}
div.cp {
	min-height: 1%;
	padding: 5px;
	margin-top: 20px;
	border-radius: 4px;
}
div.cpmid {
	min-height: 1%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
}
.pointer {
	cursor:pointer;
}
ul.nomark {
	margin-top: 5px;
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0px;
}
ul.nomark li {
	margin-left: 0px;
	padding-left: 0px;
}

ul.qview {
	list-style-type: none;
	margin-left: 12px;
	padding-left: 0px;
	margin-bottom: 6px;
}
ul.qview > li > ul {
	padding-left: 10px;
	border-left: 1px dashed #ccc;
}
ul.qview > li {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 2px;
}
ul.checklist {
	list-style-type: none;
	padding-left: 30px;
	text-indent: -30px;
}
ul.checklist li {
	margin-bottom: .3em;
}
div#tbl-container {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width:99.5%;
	height:auto;

}
table.gb {
	border-collapse: collapse;
	margin: 0px;
	position:relative;
}

table.gb thead th {
	position: relative;
	text-align: center;
	z-index: 20;
	background-color: #fff;
}
td, th {
	margin: 0px;
	padding: 2px 5px 2px 5px;
}
tr {
	margin: 0px;
	padding: 0px;
}
th[aria-sort] > *:last-child:after {
	color: #666;
    padding-left: 2px;
}
th[aria-sort="ascending"] > *:last-child:after {
	content: "\2191";
}
th[aria-sort="descending"] > *:last-child:after {
	content: "\2193";
}
td.c, th.c, input.c {
	text-align: center;
}
td.r {
	text-align: right;
}
.sticky-table {
	width: 100%;
	max-height: 95vh;
	overflow-x: auto;
	overflow-y: auto;
	border: 1px solid black;
}
.sticky-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
}
.sticky-table th:first-child,
.sticky-table td:first-child {
	position: sticky;
	left: 0;
	z-index: 22;
	border-right: 1px solid black;
}
.sticky-table thead tr:first-child {
	position: sticky;
	top: 0;
	z-index: 23;
}
.sticky-table thead tr:first-child th {
	border-bottom: 1px solid black;
}

span.form, label.form {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 20px;
}
span.formright {
	display: block;
	width: 500px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}

span.wideformright {
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}
input.form {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

div.submit {
	margin-top: 10px;
	width: 400px;
	text-align: right;
}
span#leftcontenttoggle {
	display:none;
	vertical-align:middle;
	padding: 0px 5px;
}
span#leftcontenttoggle:hover {
	background-color: #eee;
}
span#leftcontenttoggle.leftcontentactive {
	background-color: #eee;
}

@media only screen and (max-width: 760px) {
	span.form, label.form {
		width: auto;
		float: none;
		text-align: left;
		margin-bottom: 5px;
		padding-right: 0px;
	}
	span.formright, span.wideformright {
		width: auto;
		float: none;
	}
	div.submit {
		width: auto;
	}
	span.formright input[type="text"], span.formright input[type="password"] {
		max-width: 100%;
	}
}

div.editor {
	margin-bottom: 10px;
}
.fbbox {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 0px 5px;
}

span.column {
	display: block;
	width: 200px;
	float: left;
	padding-right: 20px;
}

span.left {
	float: left;
}

.screenreader, .sr-only {
	position: absolute;
	right: 0px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: transparent;
}

#skipnav:focus, #skipnav:active, #pageskipnav:focus, #pageskipnav:active, .showonfocus:focus, .showonfocus:active {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    color: #000;
}

br.form {
	clear: left;
}
img {
	border: 0;
}
img.mida {
	vertical-align: middle;
}
p img {
	max-width: 95%;
	height: auto;
}
div.right {
	text-align: right;
}
span.right {
	float:right;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
span.padright {
	float:right;
	padding-right: 120px;
}
.clear {
	clear: both;
}
br.clear {
	line-height: 0px;
	height: 0px;
}
span.hdr1 {
	font-size: 120%;
	font-weight: bold;
}
.small {
	font-size: 70%;
}
#leftcontent {
		position: absolute;
		left: 0px;
		width:170px;
		padding:5px;
		margin-top:10px;
		border-radius: 5px;
}
.leftnavp a {
	display: inline-block;
	margin-left: 6px;
	text-indent: -6px;
	padding-top: 5px;
}
.leftnavp a:first-of-type {
	padding-top: 2px;
}
#centercontent {
		margin-left:180px;
		padding-left:10px;
		margin-top:10px;
}

.midwrapper {
	position: relative;
}

.red {
	color: red;
}

table.cal {
	border-collapse: collapse;
	width: 100%;
}
table.cal thead th {
	text-align: center;
	background-color: #ddf;
	border: 1px solid #000;
}
table.cal td {
	border: 1px solid #000;
	width: 14%;
	height: 2.5em;
	vertical-align: top;
}
.day {
	font-size: 80%;
	background-color: #ddf;
}
.today {
	background-color: #fdd;
}
.caldatebar {
	background-color: #ddf;
}
div.center {
	text-align: center;
}
span.calitem {
	padding: 0 4px;
	background-color: #0ff;
	margin: 1px;
}
table.cal span.calitem {
	display: inline-block;
}
/*
div.td {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
*/
img.faded {
	filter: alpha(opacity: 30);
	KHTMLOpacity: .3;
	MozOpacity: .3;
	opacity: .3;
}
.grey {
	color: #6B6B6B;
}
.itemgrey {
	opacity: .5;
}
div.ddmenu {
	position: absolute;
	right: 10px;
	visibility: hidden;
	margin: 0px;
	z-index: 100;
	padding: 5px;
	background: #eeffee;
}

.nowrap {
	white-space: nowrap;
}
.dpTable {
	font-size: 90%;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
.dpTD {
	border: 1px solid #ece9d8;
	}
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
.dpTitleText {
	font-weight: bold;
	}
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}
.dpButton, .dpTodayButton {
	font-size: 90%;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

/*div.inactivewrapper, div.activewrapper {
	margin: 0px;
	padding: 0px;
}*/
div.blockwrapper {
	margin: 0; padding:0;
}

div.tips {
 	border: 1px solid #91d5d5;
 	border-radius: 8px;
	background-color: #cff;
	position: absolute;
	padding: 3px 6px;
	z-index: 100;
}
/*
 need to resolve tips below first
div.tips:after, div.tips:before {
	top: 100%;
	left: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
div.tips.tipsright:after, div.tips.tipsright:before {
	left: auto;
	right: 15px;
}

div.tips:after {
	border-color: rgba(204, 255, 255, 0);
	border-top-color: #cff;
	border-width: 6px;
	margin-left: -6px;
}
div.tips:before {
	border-color: rgba(145, 213, 213, 0);
	border-top-color: #91d5d5;
	border-width: 7px;
	margin-left: -7px;
}
*/
#headerlogo {
	position: absolute;
	right:0px;
	top: 7px;
	cursor: pointer;
}
a:hover:focus {
	outline: none;
}
a:link:focus {
	text-decoration: underline;
}
ul.tablist {
	padding: 0;
	margin: 0;
	margin-bottom: -1px;
}
ul.tablist li {
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-right: 2px;
}
ul.tablist li a {
	display: inline-block;
	padding: 0.2em 1em;
	text-decoration: none;
	color: #000;
}

ul.tablist li.active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
div.tabpanel {
	border: 1px solid #ccc;
	background-color: #fff;
	margin:0px;
	padding:5px 10px;
}

ul#navlist
{
clear: both;
padding: 0px;
margin: 0px;
list-style-type: none;
float: left;
width: 100%;
color: #fff;
background-color: #036;
}

ul#navlist li {
display: inline;
}

ul#navlist li a
{
float: left;
/*width: 5em;*/
color: #fff;
background-color: #036;
padding: 0.2em 1em;
text-decoration: none;
border-right: 1px solid #fff;
}

ul#navlist li a:hover, ul#navlist li a:focus
{
background-color: #369;
color: #fff;
}

div.additembox {
	margin-bottom: 2px;
}
div.additembox span {
	font-size: 85%;
	background-color: #ccc;
	padding: 0 10px;
}

.newnote {
	color: #f00;
}
div#leftcolumn {float: left; width: 25%; min-width: 200px;}
div#rightcolumn {float: right; width: 74%; min-width: 250px;}

@media (max-width:805px) {
	div#leftcolumn, div#rightcolumn  {
		float: none;
		width: auto;
	}
}

ul.courselist {
	margin: 0px;
	padding-left: 0px;
}
ul.courselist li {
	list-style-type: none;
}
ul.courselist ul {
	margin-left: 2px;
	padding-left: 5px;
}
li.coursegroup ul {
	border-left: 1px dashed #ccc;
}
ul.courselist > li {
	border-bottom: 1px solid #999;
	padding: 3px 0px 2px;
}
ul.courselist > li:last-child {
	border: 0;
}
div > ul.courselist {
	margin-bottom: 15px;
}
ul.courselist > li > a {
	display:inline-block;
	margin-right:20px;
	padding-left: 5px;
	text-indent: -5px;
}
ul.courselist li {
	position: relative;
}
div.coursedd {
	position: absolute;
	right: 0px;
	top: 2px;
}

div.block h3,div.block h2 {
	margin: 2px;
}
div#viewbuttoncont {
	float: right;
	background: #fff;
}
div#viewbuttoncont a {
	color: #fff;
	display: inline-block;
	padding: 3px 5px;
	margin-left: 2px;
}
div#viewbuttoncont a:hover, div#viewbuttoncont a:focus {
	text-decoration: none;
}
div#viewbuttoncont a.buttonactive {
	background-color: #369;
	cursor: default;
	border-radius: 4px;
}
div#viewbuttoncont a.buttoninactive {
	background-color: #297bbb;
	border-radius: 4px;
}
div#viewbuttoncont a.buttoninactive:hover {
	background-color: #036;
}
a.abutton {
	padding: 3px 8px;
	display: inline-block;
}
a.abutton, a.abutton:hover, a.abutton:focus {
	text-decoration: none;
}
input[type=submit],input[type=button], button, a.abutton, span.fakebutton {
	color: #000;
	background-color: #eee;
	border-radius: 4px;
	border: 1px solid #ccc;
	font: inherit;
	/*height:1.5em;
	line-height: 1.5em;
	padding: 0 8px;*/
	padding: 3px 12px;
	margin: 2px 3px;
}
button[aria-selected=true], button[aria-selected=true]:hover, button[aria-selected=true]:focus {
	background-color: #ddd;
}
input[type=submit]:hover, button:hover,input[type=button]:hover, a.abutton:hover,
input[type=submit]:focus, button:focus,input[type=button]:focus, a.abutton:focus {
	background-color: #e3e3ff;
}
input[type=submit]:disabled,input[type=button]:disabled, button:disabled {
  opacity: .5;
}
input[type=submit]:disabled:hover,input[type=button]:disabled:hover {
	background-color: #eee;
}
input[type=submit].primary,input[type=button].primary, button.primary, a.abutton.primary {
  color: #fff;
  background-color: #1E74D1;
}
input[type=submit].primary:enabled:hover, button.primary:enabled:hover,input[type=button].primary:enabled:hover, a.abutton.primary:hover,
input[type=submit].primary:focus, button.primary:focus,input[type=button].primary:focus, a.abutton.primary:focus {
  background-color: #175aa2;
}

input[type=submit].secondarybtn,input[type=button].secondarybtn, button.secondarybtn {
	color: #000;
	background-color: #f9f9f9;
}
input[type=submit].secondarybtn:enabled:hover,input[type=button].secondarybtn:enabled:hover, button.secondarybtn:enabled:hover,
input[type=submit].secondarybtn:focus,input[type=button].secondarybtn:focus, button.secondarybtn:focus {
  background-color: #ddd;
}

button.slim {
  padding: 0px 12px;
}
button.nopad {
  padding: 0;
}
button.plain {
  border: 0;
  background-color: transparent;
}
button.plain:hover, button.plain:active {
	background-color: #e3e3ff;
}


#GB_overlay {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
  opacity: 0.65;
  -moz-opacity: 0.65; /* older Gecko-based browsers */
  filter:alpha(opacity=65); /* For IE6&7 */
  background-color: #000;
}
#GB_frameoverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0.01;
  -moz-opacity: 0.01;
  filter:alpha(opacity=1); /* For IE6&7 */
  background-color: #fff;
}
#GB_resizehandle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: nwse-resize;
  z-index: 1001;
}

#GB_resizehandle::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 0;
  box-shadow: 0 10px 0 1px black, 0 17px 0 1px black, 0 24px 0 1px black;
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.5);
  top: 50%;
  left: 50%;
}
#GB_window {
  top: 10px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  position: fixed;
  background: #fff;
  border: 3px solid #369;
  overflow: hidden;/*auto;*/
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frameholder {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 500px;
	-webkit-overflow-scrolling: touch;
}
#GB_frame {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#GB_caption {
  color: #fff;
  background: #369;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
  cursor: pointer;
}
#GB_footer {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ccc;
    width: 100%;
    text-align: right;
    margin-right: 20px;
}
#GB_footer button:last-child {
    margin-right: 20px;
}
#GB_caption a, #GB_caption a:hover, #GB_caption a:focus {
	color: #fff;
	text-decoration: none;
}

.fullwrap, .dialog-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	z-index: 1900;
}
.dialog-overlay {
  position: fixed;
	background-color: rgba(0, 0, 0, .5);
  transition: opacity .3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dialog {
  position: fixed;
  z-index: 2000;
  background-color: #fff;
	width: 50%;
	min-width: 300px;
	max-width: 700px;
	border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
}
@media (min-height: 2000px) {
	.dialog {
		position: absolute;
		top: 5em;
	}
}
.dialog button.slim {
  margin-right: -12px;
  margin-top: -3px;
}

[v-cloak] {display: none}

.flexrow {
  display: flex;
  flex-flow: row nowrap;
}
.flexrow.wrap {
  flex-flow: row wrap;
}
.flexgroup {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 3px;
}
.pane-header {
  border-bottom: 1px solid #ccc;
  padding: 16px 20px;
  font-weight: bold;
}
.pane-body {
  padding: 16px 20px;
}
ol li ol {
	list-style-type: lower-alpha;
}

svg {
	overflow: hidden;
}
embed[type="image/svg+xml"] {
    display: inline-block;
}

table.gridded {
	border-collapse: collapse;
	margin: 0px;
}
table.gridded.centered {
	margin: 0px auto;
}

table.gridded thead th, table.gridded thead td {
	text-align: center;
	z-index: 20;
	background-color: #eef;
	border: 1px solid #333;
	font-weight: bold;
	border-bottom: 2px solid #333;
}
table.gridded td {
	border: 1px solid #333;
}
table.gridded tbody th {
	z-index: 20;
	background-color: #eef;
	border: 1px solid #333;
	font-weight: bold;
	border-right: 2px solid #333;
}
span.boxed {
	border: 1px solid #000;
	padding: 2px 5px;
}
a.attach {
    background: url(tinymce4/plugins/attach/ed_attach.gif) center left no-repeat;
    padding-left: 20px;
}
a[target=_blank]::after {
    content: "Opens Externally";
    color: transparent;
	width:16px;
    height:1em;
    overflow: hidden;
	display: inline-block;
	background: url(img/extlink.png) center right no-repeat;
}
.mce-content-body a[target=_blank]:after,
a[target=_blank].noextlink::after {
	display: none;
}
.mce-content-body span.AMedit {border: 1px solid #ff0000;}
div.forumgrp img {
	max-width: 90%;
	height: auto;
}
div.multisel {
	display: inline-block;
}
div.multiselitem {
	background-color: #eee;
	margin-bottom: 2px;
}
.videoembedbtn {
	color: #757575;
	cursor: pointer;
}
.ind1 {
	margin-left: .75em;
}
.ind2 {
	margin-left: 1.5em;
}
.ind3 {
	margin-left: 2.25em;
}
.ind4 {
	margin-left: 3em;
}
.delx {
	position: absolute;
	right: 0px;
	width: 16px;
	text-align: center;
	top: 0px;
	cursor: pointer;
}
.delx a:hover, .delx a, .delx a:focus {
	font-family: sans-serif;
	color: #6d6d6d;
	text-decoration: none;
}

pre {
	font-size: medium;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}
.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}
.video-wrapper-wrapper{width:100%;padding:0;}
iframe.scaleresponsive { transform-origin: 0 0; }

.vidmute { background: url(img/vidicons.png) no-repeat 0px 0px; width:24px; height:20px; display: inline-block;}
.vidmute:hover { background: url(img/vidicons.png) no-repeat -24px 0px; width:24px; height:20px; display: inline-block;}
.vidmuteI { background: url(img/vidicons.png) no-repeat -48px 0px; width:24px; height:20px; display: inline-block;}
.vidvol { background: url(img/vidicons.png) no-repeat 0px -24px; width:24px; height:20px; display: inline-block;}
.vidvol:hover { background: url(img/vidicons.png) no-repeat -24px -24px; width:24px; height:20px; display: inline-block;}
.vidvolI { background: url(img/vidicons.png) no-repeat -48px -24px; width:24px; height:20px; display: inline-block;}
.vidpause { background: url(img/vidicons.png) no-repeat 0px -48px; width:24px; height:20px; display: inline-block;}
.vidpause:hover { background: url(img/vidicons.png) no-repeat -24px -48px; width:24px; height:20px; display: inline-block;}
.vidpauseI { background: url(img/vidicons.png) no-repeat -48px -48px; width:24px; height:20px; display: inline-block;}
.vidrew { background: url(img/vidicons.png) no-repeat 0px -72px; width:24px; height:20px; display: inline-block;}
.vidrew:hover { background: url(img/vidicons.png) no-repeat -24px -72px; width:24px; height:20px; display: inline-block;}
.vidrewI { background: url(img/vidicons.png) no-repeat -48px -72px; width:24px; height:20px; display: inline-block;}
.vidff { background: url(img/vidicons.png) no-repeat 0px -96px; width:24px; height:20px; display: inline-block;}
.vidff:hover { background: url(img/vidicons.png) no-repeat -24px -96px; width:24px; height:20px; display: inline-block;}
.vidffI { background: url(img/vidicons.png) no-repeat -48px -96px; width:24px; height:20px; display: inline-block;}
.vidplay { background: url(img/vidicons.png) no-repeat 0px -120px; width:24px; height:20px; display: inline-block;}
.vidplay:hover { background: url(img/vidicons.png) no-repeat -24px -120px; width:24px; height:20px; display: inline-block;}
.vidplayI { background: url(img/vidicons.png) no-repeat -48px -120px; width:24px; height:20px; display: inline-block;}
.vidtracksA { background: url(img/vidicons.png) no-repeat 0px -144px; width:24px; height:20px; margin-right: 5px; display: inline-block;}
.vidtracksA:hover { background: url(img/vidicons.png) no-repeat -24px -144px; width:24px; height:20px; margin-right: 5px; display: inline-block;}
.vidtracks { background: url(img/vidicons.png) no-repeat 0px -168px; width:24px; height:20px; margin-right: 5px; display: inline-block;}
.vidtracks:hover { background: url(img/vidicons.png) no-repeat -24px -168px; width:24px; height:20px; margin-right: 5px; display: inline-block;}
.vidtracksI { background: url(img/vidicons.png) no-repeat -48px -144px; width:24px; height:20px; margin-right: 5px; display: inline-block;}

.playlistbar { background-color: #ccc; padding: 3px;}
.playlistbar > * {vertical-align: top;}
.playlistwrap { border: 1px solid #ccc; padding: 10px; position:relative;}
.playlistbar, .playlistwrap {margin-left: 0px;}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.greystrike {
	text-decoration: line-through;
	opacity: .6;
}
.greystrike.a {

}
.altContentOff {
	display:none;
}
.ccvid {
	position: relative;
}
.ccvid:after {
	display: block;
	content:"";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("img/cc.png") no-repeat right bottom;
}

.circoverlay {
	width: 9px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/*dropdown CSS from bootstrap */
.dropup,
.dropdown {
  position: relative;
}
.dropdown.floatright {
	padding-left: 15px;
}
.dropdown-toggle {
	cursor: pointer;
}
.dropdown-toggle:focus {
  /*outline: 0;*/
}
a.dropdown-toggle:hover {
	text-decoration: none;
}
a.dropdown-toggle.arrow-down:hover {
	color: #00f;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-ul {
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu  li > a, .dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000 !important;
  white-space: nowrap;
}
.dropdown-menu  li > a:hover,
.dropdown-menu  li > a:focus {
  color: #000;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu  .active > a,
.dropdown-menu  .active > a:hover,
.dropdown-menu  .active > a:focus {
  text-decoration: none;
  background-color: #ddddff;
}
.dropdown-menu  .disabled > a,
.dropdown-menu  .disabled > a:hover,
.dropdown-menu  .disabled > a:focus {
  color: #777;
}
.dropdown-menu  .disabled > a:hover,
.dropdown-menu  .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
/*
.open > a {
  outline: 0;
}
*/
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  background-color: #036;
  color: #fff;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.dropdown-submenu {
    position: relative;
}
@media (min-width: 768px) {
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .dropdown-submenu > a::after {
    content: " \25b8";
  }
}
@media (max-width: 768px) {
  .dropdown-submenu .dropdown-menu {
    position: relative; 
    left: 15px;
  }
  .dropdown-submenu > a::after {
    content: " \25be";
  }
}

.arrow-down::after, .arrow-up::after {
	padding-left: 0.2em;
	font-size:70%;
	position:relative;
	top:-.2em;
	text-decoration: none;
}
.arrow-down::after {
    content: "\25bc";
}
.arrow-up::after {
    content: "\25b2";
}

.filealt {
 opacity: 0;
 position: absolute;
 width: 1px;
 height: 1px;
 overflow: hidden;
}
.filealt + label {
	display: inline-block;
  margin: 0 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.has-focus + label,
.filealt:focus + label,
.filealt:active + label {
  outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.filealt-btn {
  padding: 2px 8px;
  background-color: #eee;
  border: 1px solid #ccc;
	border-radius: 4px;
	display: inline-block;
	margin: -1px;
}
.filealt-label {
  padding: 2px 16px 2px 8px;
}

.katex {
	font-size: 1.1em !important;
}


.flex-nowrap-center {
	display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.inlinediv {
	display: inline-block;
}

.fw1000 div#headercontent, .fw1000 div#navlistcont,.fw1000 .footerwrapper, .fw1000 .midwrapper {
	max-width: 1000px;
	margin: auto;
}

.fw1920 div#headercontent, .fw1920 div#navlistcont,.fw1920 .footerwrapper, .fw1920 .midwrapper {
	max-width: 1920px;
	margin: auto;
}

[tabindex="-1"] { outline: none }

.embedwrap {
    overflow: visible;
    position: relative;
}
.embedwrap > iframe {
    position: absolute;
    border: none;
    width: 100%;
}
:not([class="mjx-var"][size="s"]) > [class="mjx-c2032"] {
    vertical-align: 0.513em;
    margin-left: 0.025em;
    font-size: 70.7%;
}

fieldset.plain {
	border: 0;
	padding: .5em 0;
	margin: 0;
}
fieldset.plain legend {
	font-weight: normal;
}