.assistive-helper {/*DEKAL001AV-326*/
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.skip-links a {
	position: absolute;
	top: -50px;
	left: 0;
	transition: all 0.5s, transform 0.5s cubic-bezier(.4,0,.2,1);
}

.skip-links a:focus {
	top: 0;
	padding: 10px;
	border: 1px solid;
}

/**
 * BUTTONS
 * --------------------------------------------------------------------------
 */
.btn {
	padding: 6px 12px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
	border-radius:4px;
	cursor: pointer;
}
.btn-panel-close {
	background: #f4f4f4;
	text-transform: capitalize;
}

.btn:hover,
.btn:focus {
	border: 1px solid transparent;
}

.btn-submit {
	padding: 12px 24px;
	font-size: 1em;
}

.btn-modifier {
	display: inline-block;
	width: auto;
}

/**
 * DROPDOWN
 * --------------------------------------------------------------------------
 */
.dropdown,
.textfield {
	min-height: 34px;
	max-width: 100%;
}
.dropdown {
	padding: 0 30px 0 10px;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-appearance: none;
}
.dropdown::-ms-expand { display: none; }


/**
 * RADIO & CHECKBOX
 * --------------------------------------------------------------------------
 */
.radio,
.checkbox {
	margin: 0.75em 0;
}

.radio input[type="radio"] + label:before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	padding: .5em;
	margin-right: 0.5em;
	vertical-align: -0.25em;
	border-radius:1em;
	border: 0.125em solid #fff;
	box-shadow: 0 0 0 0.1em #000;
	transition: 0.25s ease all;
}

.checkbox input[type="checkbox"] + label:before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	padding: .5em;
	margin-right: 0.5em;
	vertical-align: -0.25em;
	border: 0.125em solid #fff;
	box-shadow: 0 0 0 0.1em #000;
	transition: 0.25s ease all;
}

.radio input[type="radio"]:checked + label:before,
.checkbox input[type="checkbox"]:checked + label:before {
	content: '';
	background: green;
}

/**
 * FIELD GROUP
 * --------------------------------------------------------------------------
 */
.field_group {
	width: 100%;
	margin: 10px 0;
	height: 34px;
    line-height: 34px;
}

.field_group > * {
	float: left !important;
	display: inline-block !important;
	width: auto;
}

.field_group:after,
.field_group:before {
	display: table;
	content: " ";
}

.field_group:after {
	clear: both;
}

.field_group > input:not([type="submit"]),
.field_group > select {
	margin: 0 10px;
}

.field_group > select,
.field_group .textfield {
	min-width: 25%;
}

.field_group .error[id*='error-'],
.checkbox .error[id*='error-'],
.radio .error[id*='error-'] {
	margin: 0 .5em;
	font-weight: bold;
}

fieldset,
.fieldset {
	display: block;
	padding: 10px;
	border: 1px solid black;
}

fieldset.field_group,
.fieldset.field_group {min-height: 54px;}

/**
 * INFO MESSAGES
 * --------------------------------------------------------------------------
 */

.info-message {
	padding: 10px;
	margin: 10px;
	border: 2px solid;
}

/**
 * EXPAND BLOCKS
 * --------------------------------------------------------------------------
 */

details.expand_block summary,
details.expand_block .expand_content,
a.expand_block,
a.expand_block + .expand_content {
	margin: 10px 0;
}

details.expand_block .expand_content,
a.expand_block .expand_content {margin-top: -11px;}

.firefox details.expand_block:not([open]) .expand_content {display: none;}

a.expand_block {
	cursor: pointer;
	text-align: left;
	padding: 0;
	border: 0;
	padding: 10px 0;
}

a.expand_block,
a.expand_block.expanded + .expand_content {
	display: block;
	padding-bottom: 10px;
}

a.expand_block + .expand_content {display: none;}

/**
 * ASSISTIVE TEXT ONLY OPTIONS
 * --------------------------------------------------------------------------
 */

 /* Emulate .btn class */
.linksAsButton a:not(.carousel-link),
.linksAsButton .accessible-options [role="button"] {
	display: inline-block;
	width: auto;
	padding: 6px 12px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;*/
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	  touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius:4px;
}

[class*="font-size-0.1"] body {font-size: 0.1em;}
[class*="font-size-0.2"] body {font-size: 0.2em;}
[class*="font-size-0.3"] body {font-size: 0.3em;}
[class*="font-size-0.4"] body {font-size: 0.4em;}
[class*="font-size-0.5"] body {font-size: 0.5em;}
[class*="font-size-0.6"] body {font-size: 0.6em;}
[class*="font-size-0.7"] body {font-size: 0.7em;}
[class*="font-size-0.8"] body {font-size: 0.8em;}
[class*="font-size-0.9"] body {font-size: 0.9em;}
[class*="font-size-1.0"] body {font-size: 1.0em;}
[class*="font-size-1.1"] body {font-size: 1.1em;}
[class*="font-size-1.2"] body {font-size: 1.2em;}
[class*="font-size-1.3"] body {font-size: 1.3em;}
[class*="font-size-1.4"] body {font-size: 1.4em;}
[class*="font-size-1.5"] body {font-size: 1.5em;}
[class*="font-size-1.6"] body {font-size: 1.6em;}
[class*="font-size-1.7"] body {font-size: 1.7em;}
[class*="font-size-1.8"] body {font-size: 1.8em;}
[class*="font-size-1.9"] body {font-size: 1.9em;}
[class*="font-size-2.0"] body {font-size: 2.0em;}

.accessible-options .option {margin: 10px 0;}

.accessible-options [role="button"] {
	display: inline-block;
	background: none !important;
	cursor: pointer;
}

.hideTextOnlyOptions .accessible-options .list-no-style > .option:not(.hide-accessible-options) {display: none;}

.blackonwhite .accessible-options .color-scheme .option-blackonwhite,
.yellowonblack .accessible-options .color-scheme .option-yellowonblack,
.blackoncream .accessible-options .color-scheme .option-blackoncream,
[class*="font-size-2.0"] .accessible-options .font-size .option-font-larger,
[class*="font-size-0.1"] .accessible-options .font-size .option-font-smaller {
	text-decoration: none;
	pointer-events: none;
}

.accessible-options .link-as-buttons > div:first-child {display: block;}
.linksAsButton .accessible-options .link-as-buttons > div:first-child {display: none;}

.accessible-options .link-as-buttons > div:last-child {display: none;}
.linksAsButton .accessible-options .link-as-buttons > div:last-child {display: block;}

.alertLeavingTextMode .accessible-options .alert-leaving-text-mode > div:first-child {display: none;}
.accessible-options .alert-leaving-text-mode > div:first-child {display: block;}

.alertLeavingTextMode .accessible-options .alert-leaving-text-mode > div:last-child {display: block;}
.accessible-options .alert-leaving-text-mode > div:last-child {display: none;}

.openNotHandledDocuments .accessible-options .open-documents > div:first-child {display: block;}
.accessible-options .open-documents > div:first-child {display: none;}

.openNotHandledDocuments .accessible-options .open-documents > div:last-child {display: none;}
.accessible-options .open-documents > div:last-child {display: block;}

.hideTextOnlyOptions .accessible-options .hide-accessible-options > div:first-child {display: none;}
.accessible-options .hide-accessible-options > div:first-child {display: block;}

.hideTextOnlyOptions .accessible-options .hide-accessible-options > div:last-child {display: block;}
.accessible-options .hide-accessible-options > div:last-child {display: none;}

/**
 * ARIA classes
 * --------------------------------------------------------------------------
 */

.accessible-options [role="button"].btn-inline {
	display: inline-block;
	width: auto;
}

.accessible-options [role="button"][disabled] {
	pointer-events: none;
	opacity: .5;
}

.accessible-options [role="button"].link {
	padding: 0;
	border: none;
	text-decoration: underline;
}

html.linksAsButton .accessible-options [role="button"].link {padding: 6px 12px !important;}

.accessible-options [role="button"] * {text-decoration: none;}

/**
 * FLYING FOCUS triggered while 'Tabbing'
 * --------------------------------------------------------------------------
 */
#flying-focus {
    background: rgba(255, 255, 0, .3) none repeat scroll 0 0;
    border-radius:2px;
    box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset;
    margin: 0;
    pointer-events: none;
    position: absolute;
    transition-property: left, top, width, height, opacity;
    transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
    visibility: hidden;
}
#flying-focus.flying-focus_visible {
    visibility: visible;
    z-index: 9999;
}
.flying-focus_target {
    outline: medium none !important;
}
.flying-focus_target::-moz-focus-inner {
    border: 0 none !important;
}
@media not all {
	#flying-focus {
	    box-shadow: none;
	    outline-offset: -3px;
	}
}

/**
 * CAROUSELIZE BUTTONS PLUGIN
 * --------------------------------------------------------------------------
 */

/*.lecture-control-play {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #000;
    border-bottom: 8px solid transparent;
}/*

/**
 * GLYPHICON
 * --------------------------------------------------------------------------
 */

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons';
	font-style: normal;
	font-weight: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}