.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/icomoon/IcoMoon.eot');
  src: url('../fonts/icomoon/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/IcoMoon.woff') format('woff'), url('../fonts/icomoon/IcoMoon.ttf') format('truetype'), url('../fonts/icomoon/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * Due to a bug in the compiler that doesn't handle the relative paths correctly, the @font-face stuff needs to go in the templates less files
@font-face {
	font-family: 'IcoMoon';
	src: url('../fonts/IcoMoon.eot');
	src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/IcoMoon.woff') format('woff'),
		url('../fonts/IcoMoon.ttf') format('truetype'),
		url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
/* From Bootstrap */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
  margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200" !important;
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005" !important;
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006" !important;
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007" !important;
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008" !important;
}
.icon-arrow-first:before {
  content: "\e003" !important;
}
.icon-arrow-last:before {
  content: "\e004" !important;
}
.icon-arrow-up-2:before {
  content: "\e009" !important;
}
.icon-arrow-right-2:before {
  content: "\e00a" !important;
}
.icon-arrow-down-2:before {
  content: "\e00b" !important;
}
.icon-arrow-left-2:before {
  content: "\e00c" !important;
}
.icon-arrow-up-3:before {
  content: "\e00f" !important;
}
.icon-arrow-right-3:before {
  content: "\e010" !important;
}
.icon-arrow-down-3:before {
  content: "\e011" !important;
}
.icon-arrow-left-3:before {
  content: "\e012" !important;
}
.icon-menu-2:before {
  content: "\e00e" !important;
}
.icon-arrow-up-4:before {
  content: "\e201" !important;
}
.icon-arrow-right-4:before {
  content: "\e202" !important;
}
.icon-arrow-down-4:before {
  content: "\e203" !important;
}
.icon-arrow-left-4:before {
  content: "\e204" !important;
}
.icon-share:before,
.icon-redo:before {
  content: "\27" !important;
}
.icon-undo:before {
  content: "\28" !important;
}
.icon-forward-2:before {
  content: "\e205" !important;
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206" !important;
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c" !important;
}
.icon-undo-2:before {
  content: "\e207" !important;
}
.icon-move:before {
  content: "\7a" !important;
}
.icon-expand:before {
  content: "\66" !important;
}
.icon-contract:before {
  content: "\67" !important;
}
.icon-expand-2:before {
  content: "\68" !important;
}
.icon-contract-2:before {
  content: "\69" !important;
}
.icon-play:before {
  content: "\e208" !important;
}
.icon-pause:before {
  content: "\e209" !important;
}
.icon-stop:before {
  content: "\e210" !important;
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c" !important;
}
.icon-next:before,
.icon-forward:before {
  content: "\7b" !important;
}
.icon-first:before {
  content: "\7d" !important;
}
.icon-last:before {
  content: "\e000" !important;
}
.icon-play-circle:before {
  content: "\e00d" !important;
}
.icon-pause-circle:before {
  content: "\e211" !important;
}
.icon-stop-circle:before {
  content: "\e212" !important;
}
.icon-backward-circle:before {
  content: "\e213" !important;
}
.icon-forward-circle:before {
  content: "\e214" !important;
}
.icon-loop:before {
  content: "\e001" !important;
}
.icon-shuffle:before {
  content: "\e002" !important;
}
.icon-search:before {
  content: "\53" !important;
}
.icon-zoom-in:before {
  content: "\64" !important;
}
.icon-zoom-out:before {
  content: "\65" !important;
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b" !important;
}
.icon-pencil-2:before {
  content: "\2c" !important;
}
.icon-brush:before {
  content: "\3b" !important;
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d" !important;
}
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e" !important;
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49" !important;
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47" !important;
}
.icon-new:before,
.icon-plus:before {
  content: "\2a" !important;
}
.icon-plus-circle:before {
  content: "\e215" !important;
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b" !important;
}
.icon-ban-circle:before,
.icon-minus-circle:before {
  content: "\e216" !important;
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a" !important;
}
.icon-cancel-circle:before {
  content: "\e217" !important;
}
.icon-checkmark-2:before {
  content: "\e218" !important;
}
.icon-checkmark-circle:before {
  content: "\e219" !important;
}
.icon-info:before {
  content: "\e220" !important;
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221" !important;
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45" !important;
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222" !important;
}
.icon-notification:before {
  content: "\e223" !important;
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224" !important;
}
.icon-pending:before,
.icon-warning:before {
  content: "\48" !important;
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225" !important;
}
.icon-checkbox-unchecked:before {
  content: "\3d" !important;
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e" !important;
}
.icon-checkbox-partial:before {
  content: "\3f" !important;
}
.icon-square:before {
  content: "\e226" !important;
}
.icon-radio-unchecked:before {
  content: "\e227" !important;
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228" !important;
}
.icon-circle:before {
  content: "\e229" !important;
}
.icon-signup:before {
  content: "\e230" !important;
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58" !important;
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59" !important;
}
.icon-menu:before {
  content: "\5a" !important;
}
.icon-list:before,
.icon-list-view:before {
  content: "\31" !important;
}
.icon-list-2:before {
  content: "\e231" !important;
}
.icon-menu-3:before {
  content: "\e232" !important;
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d" !important;
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e" !important;
}
.icon-folder-plus:before {
  content: "\e234" !important;
}
.icon-folder-minus:before {
  content: "\e235" !important;
}
.icon-folder-3:before {
  content: "\e236" !important;
}
.icon-folder-plus-2:before {
  content: "\e237" !important;
}
.icon-folder-remove:before {
  content: "\e238" !important;
}
.icon-file:before {
  content: "\e016" !important;
}
.icon-file-2:before {
  content: "\e239" !important;
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29" !important;
}
.icon-file-minus:before {
  content: "\e017" !important;
}
.icon-file-check:before {
  content: "\e240" !important;
}
.icon-file-remove:before {
  content: "\e241" !important;
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018" !important;
}
.icon-stack:before {
  content: "\e242" !important;
}
.icon-tree:before {
  content: "\e243" !important;
}
.icon-tree-2:before {
  content: "\e244" !important;
}
.icon-paragraph-left:before {
  content: "\e246" !important;
}
.icon-paragraph-center:before {
  content: "\e247" !important;
}
.icon-paragraph-right:before {
  content: "\e248" !important;
}
.icon-paragraph-justify:before {
  content: "\e249" !important;
}
.icon-screen:before {
  content: "\e01c" !important;
}
.icon-tablet:before {
  content: "\e01d" !important;
}
.icon-mobile:before {
  content: "\e01e" !important;
}
.icon-box-add:before {
  content: "\51" !important;
}
.icon-box-remove:before {
  content: "\52" !important;
}
.icon-download:before {
  content: "\e021" !important;
}
.icon-upload:before {
  content: "\e022" !important;
}
.icon-home:before {
  content: "\21" !important;
}
.icon-home-2:before {
  content: "\e250" !important;
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024" !important;
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251" !important;
}
.icon-link:before {
  content: "\e252" !important;
}
.icon-picture:before,
.icon-image:before {
  content: "\2f" !important;
}
.icon-pictures:before,
.icon-images:before {
  content: "\30" !important;
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014" !important;
}
.icon-camera:before {
  content: "\55" !important;
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015" !important;
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56" !important;
}
.icon-music:before {
  content: "\57" !important;
}
.icon-user:before {
  content: "\22" !important;
}
.icon-users:before {
  content: "\e01f" !important;
}
.icon-vcard:before {
  content: "\6d" !important;
}
.icon-address:before {
  content: "\70" !important;
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26" !important;
}
.icon-enter:before {
  content: "\e257" !important;
}
.icon-exit:before {
  content: "\e258" !important;
}
.icon-comment:before,
.icon-comments:before {
  content: "\24" !important;
}
.icon-comments-2:before {
  content: "\25" !important;
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60" !important;
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61" !important;
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259" !important;
}
.icon-phone:before {
  content: "\e260" !important;
}
.icon-phone-2:before {
  content: "\e261" !important;
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d" !important;
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e" !important;
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f" !important;
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50" !important;
}
.icon-briefcase:before {
  content: "\e020" !important;
}
.icon-tag:before {
  content: "\e262" !important;
}
.icon-tag-2:before {
  content: "\e263" !important;
}
.icon-tags:before {
  content: "\e264" !important;
}
.icon-tags-2:before {
  content: "\e265" !important;
}
.icon-options:before,
.icon-cog:before {
  content: "\38" !important;
}
.icon-cogs:before {
  content: "\37" !important;
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36" !important;
}
.icon-wrench:before {
  content: "\3a" !important;
}
.icon-equalizer:before {
  content: "\39" !important;
}
.icon-dashboard:before {
  content: "\78" !important;
}
.icon-switch:before {
  content: "\e266" !important;
}
.icon-filter:before {
  content: "\54" !important;
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c" !important;
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23" !important;
}
.icon-unlock:before {
  content: "\e267" !important;
}
.icon-key:before {
  content: "\5f" !important;
}
.icon-support:before {
  content: "\46" !important;
}
.icon-database:before {
  content: "\62" !important;
}
.icon-scissors:before {
  content: "\e268" !important;
}
.icon-health:before {
  content: "\6a" !important;
}
.icon-wand:before {
  content: "\6b" !important;
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c" !important;
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269" !important;
}
.icon-clock:before {
  content: "\6e" !important;
}
.icon-compass:before {
  content: "\6f" !important;
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b" !important;
}
.icon-book:before {
  content: "\e271" !important;
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79" !important;
}
.icon-print:before,
.icon-printer:before {
  content: "\e013" !important;
}
.icon-feed:before {
  content: "\71" !important;
}
.icon-calendar:before {
  content: "\43" !important;
}
.icon-calendar-2:before {
  content: "\44" !important;
}
.icon-calendar-3:before {
  content: "\e273" !important;
}
.icon-pie:before {
  content: "\77" !important;
}
.icon-bars:before {
  content: "\76" !important;
}
.icon-chart:before {
  content: "\75" !important;
}
.icon-power-cord:before {
  content: "\32" !important;
}
.icon-cube:before {
  content: "\33" !important;
}
.icon-puzzle:before {
  content: "\34" !important;
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72" !important;
}
.icon-lamp:before {
  content: "\74" !important;
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73" !important;
}
.icon-location:before {
  content: "\63" !important;
}
.icon-shield:before {
  content: "\e274" !important;
}
.icon-flag:before {
  content: "\35" !important;
}
.icon-flag-3:before {
  content: "\e275" !important;
}
.icon-bookmark:before {
  content: "\e023" !important;
}
.icon-bookmark-2:before {
  content: "\e276" !important;
}
.icon-heart:before {
  content: "\e277" !important;
}
.icon-heart-2:before {
  content: "\e278" !important;
}
.icon-thumbs-up:before {
  content: "\5b" !important;
}
.icon-thumbs-down:before {
  content: "\5c" !important;
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40" !important;
}
.icon-star-2:before {
  content: "\41" !important;
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42" !important;
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279" !important;
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280" !important;
}
.icon-smiley-sad:before {
  content: "\e281" !important;
}
.icon-smiley-sad-2:before {
  content: "\e282" !important;
}
.icon-smiley-neutral:before {
  content: "\e283" !important;
}
.icon-smiley-neutral-2:before {
  content: "\e284" !important;
}
.icon-cart:before {
  content: "\e019" !important;
}
.icon-basket:before {
  content: "\e01a" !important;
}
.icon-credit:before {
  content: "\e286" !important;
}
.icon-credit-2:before {
  content: "\e287" !important;
}
.icon-expired:before {
  content: "\4b" !important;
}
/* Site Body Styles */
/* zenger - commented out 2024-05-07
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.site{
	border-top:3px solid #0088cc;
	padding: 20px;
	background-color: #f4f6f7;
}
body.site.fluid{
	background-color: #ffffff;
}
*/
.thumbnail {
  margin-bottom: 9px;
}
.accordion-group {
  background: #fff;
}
/* Site Title (if no logo) */
.site-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
}
.brand {
  color: #004466;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear;
}
.brand:hover {
  color: #08c;
  text-decoration: none;
}
/* Header */
.header {
  margin-bottom: 10px;
}
.header .finder {
  margin-top: 14px;
}
.header .finder .btn {
  margin-top: 0px;
}
/* Nav */
.navigation {
  padding: 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  margin-bottom: 10px;
}
.navigation .nav-pills {
  margin-bottom: 0;
}
/* Hero Banner Unit */
.hero-unit {
  background-color: #08C;
}
.hero-unit > * {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Container */
/* zenger - commented out 2024-05-07
.container{
	max-width: 960px;
}
.body .container{
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}
/*

/* Wells */
.well .page-header {
  margin: 0px 0px 5px 0px;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 17.33333333px 0;
}
h1 {
  font-size: 26px;
  line-height: 28px;
}
h2 {
  font-size: 22px;
  line-height: 24px;
}
h3 {
  font-size: 18px;
  line-height: 20px;
}
h4 {
  font-size: 14px;
  line-height: 16px;
}
h5 {
  font-size: 13px;
  line-height: 15px;
}
h6 {
  font-size: 12px;
  line-height: 14px;
}
/* Module */
.module-header {
  padding-bottom: 17px;
  margin: 20px 0 18px 0;
  border-bottom: 1px solid #eeeeee;
}
/* Single Item */
.item-title {
  margin-bottom: 9px;
}
.item-content {
  margin: 18px 0;
}
.item-subtitle {
  margin-bottom: 9px;
}
.pull-right.item-image {
  margin: 0 0 18px 20px;
}
.pull-left.item-image {
  margin: 0 20px 18px 0;
}
.header .nav > li:last-child > .dropdown-menu,
.item-actions .dropdown-menu,
.item-comment .dropdown-menu {
  left: initial;
  right: 0;
}
.article-index {
  margin: 0 0 10px 10px;
}
/* List */
.list-item-title {
  margin-bottom: 9px;
}
.list-item-content {
  margin: 18px 0;
}
.list-item-subtitle {
  margin-bottom: 9px;
}
/* More Items */
.items-more,
.content-links {
  padding: 15px 0;
}
/* Breadcrumbs */
.breadcrumb {
  margin: 10px 0;
}
/* Caption fixes */
.img_caption .left {
  float: left;
  margin-right: 1em;
}
.img_caption .right {
  float: right;
  margin-left: 1em;
}
.img_caption .left p {
  clear: left;
  text-align: center;
}
.img_caption .right p {
  clear: right;
  text-align: center;
}
.img_caption {
  text-align: center!important;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
/* New captions */
figure {
  display: table;
}
figure.pull-center,
img.pull-center {
  margin-left: auto;
  margin-right: auto;
}
figcaption {
  display: table-caption;
  caption-side: bottom;
}
/* Aside Subnavs */
#aside .nav .nav-child {
  border-left: 2px solid #ddd;
  padding-left: 5px;
}
/* Navigation Submenus */
.navigation .nav-child {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.navigation .nav-child.pull-right {
  right: 0;
  left: auto;
}
.navigation .nav-child .divider {
  *width: 100%;
  height: 1px;
  margin: 12px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.navigation .nav-child a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #333;
  white-space: nowrap;
}
.navigation .nav li {
  position: relative;
}
.navigation .nav > li:hover > .nav-child,
.navigation .nav > li > a:focus + .nav-child,
.navigation .nav li li:hover > .nav-child,
.navigation .nav li li > a:focus + .nav-child {
  display: block;
}
.navigation .nav > li > .nav-child:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.navigation .nav > li > .nav-child:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.navigation .nav li li .nav-child {
  top: -8px;
  left: 100%;
}
.navigation .nav li li .nav-child:before {
  position: absolute;
  top: 9px;
  left: -7px;
  display: inline-block;
  border-top: 7px solid transparent;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-bottom: 7px solid transparent;
  content: '';
}
.navigation .nav li li .nav-child:after {
  position: absolute;
  top: 10px;
  left: -6px;
  display: inline-block;
  border-top: 6px solid transparent;
  border-right: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
  content: '';
}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #08c;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
@media (max-width: 480px) {
  .item-info > span {
    display: block;
  }
  .blog-item .pull-right.item-image {
    margin: 0 0 18px 0;
  }
  .blog-item .pull-left.item-image {
    margin: 0 0 18px 0;
    float: none;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 0;
  }
  .header {
    background: transparent;
  }
  .header .brand {
    float: none;
    display: block;
    text-align: center;
  }
  .header .nav.pull-right,
  .header-search {
    float: none;
    display: block;
  }
  .header-search form {
    margin: 0;
  }
  .header-search .search-query {
    width: 90%;
  }
  .header .nav-pills > li > a {
    border: 1px solid #ddd;
    border-bottom: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
  }
  .header .nav-pills > li:first-child > a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .header .nav-pills > li:last-child > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #ddd;
  }
  /* 
	.modal.fade {
		top:-100%;
	}
	*/
  .nav-tabs {
    border-bottom: 0;
  }
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
  }
  .nav-tabs > li:first-child > a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li:last-child > a,
  .nav-tabs > .active:last-child > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li > a:hover {
    border-color: #ddd;
    z-index: 2;
  }
  .nav-tabs.nav-dark > li > a {
    border: 1px solid #333;
  }
  .nav-tabs > li:last-child > a,
  .nav-tabs > .active:last-child > a {
    border-bottom: 1px solid #333;
  }
  .nav-tabs.nav-dark > li > a:hover {
    border-color: #333;
  }
  .nav-pills > li {
    float: none;
  }
  .nav-pills > li > a {
    margin-right: 0;
  }
  .nav-pills > li > a {
    margin-bottom: 3px;
  }
  .nav-pills > li:last-child > a {
    margin-bottom: 1px;
  }
  .form-search > .pull-left,
  .form-search > .pull-right {
    float: none;
    display: block;
    margin-bottom: 9px;
  }
}
@media (max-width: 980px) {
  .navbar-fixed-top {
    margin-bottom: 0!important;
  }
  .item-comment .item-image {
    display: none;
  }
  .well {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #login-form .input-small {
    width: 62px;
  }
}
dl.tabs {
  float: left;
  margin-bottom: -1px;
}
dl.tabs dt.tabs {
  float: left;
  margin-left: 3px;
  padding: 4px 10px;
  background-color: #F0F0F0;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
dl.tabs dt:hover {
  background-color: #F9F9F9;
}
dl.tabs dt.open {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}
dl.tabs dt.tabs h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
}
dl.tabs dt.tabs h3 a {
  color: #0088CC;
}
dl.tabs dt.tabs h3 a:hover {
  color: #005580;
  text-decoration: none;
}
dl.tabs dt.open h3 a {
  color: #000;
  text-decoration: none;
}
div.current dd.tabs {
  margin: 0;
  padding: 10px;
  clear: both;
  border: 1px solid #CCC;
  background-color: #FFF;
}
/* Help site refresh button*/
#helpsite-refresh {
  vertical-align: top;
}
/*Print pop-up*/
#pop-print {
  float: right;
  margin: 10px;
}
/*Code white space*/
code {
  white-space: pre-wrap;
}
/*Search filter*/
#filter-search {
  vertical-align: top;
}
/*Fix for editor buttons having a stupid height*/
.editor {
  overflow: hidden;
  position: relative;
}
/* Com_search highlighting */
.search span.highlight {
  background-color: #FFFFCC;
  font-weight: bold;
  padding: 1px 4px;
}
h3.normal,
h4.normal {
  font-weight: normal;
}
h3.margin-bottom-half,
h4.margin-bottom-half {
  margin-bottom: 6px;
}
h3.margin-top-half,
h4.margin-top-half {
  margin-top: 6px;
}
.btn-primary {
  color: #fff;
  background-color: #0088cc;
  border-color: #006699 #005580 #004466;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #006699;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #aaa;
}
.breadcrumb.custom {
  margin-top: 0;
  margin-bottom: 20px;
}
[class^="iconextra-"],
[class*=" iconextra-"] {
  width: 15px;
  height: 15px;
  font-size: 22px;
  color: #0088cc;
}
.nav-main [class^="iconextra-"],
.nav-main [class*=" iconextra-"] {
  width: auto;
}
.nav-global [class^="iconextra-"],
.nav-global [class*=" iconextra-"],
.nav-global-full [class^="iconextra-"],
.nav-global-full [class*=" iconextra-"] {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 26px;
}
i.iconextra-course,
i.iconextra-courses {
  width: auto;
  margin-right: 15px;
  font-size: 30px;
}
.progression i.iconextra-course {
  margin-left: -60px;
}
@media (min-width: 768px) {
  body.custom {
    padding-left: 0;
    padding-right: 0;
  }
}
header.custom {
  margin-bottom: 20px;
  padding-left: 65px;
}
@media (max-width: 979px) {
  header.custom {
    padding-left: 35px;
  }
}
.row-fluid.custom {
  box-sizing: border-box;
  padding-left: 65px;
}
@media (max-width: 979px) {
  .row-fluid.custom {
    padding-left: 35px;
  }
  .row-fluid.custom [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.nav-top {
  position: relative;
  width: auto;
  height: 80px;
  margin: -20px 0 20px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f5f5f5;
  border: none;
}
.nav-top:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: -20px;
  z-index: -1;
  background-color: #f5f5f5;
}
.nav-top div:not(.nav-icon),
.nav-top ul {
  height: 100%;
  margin-bottom: 0;
}
.nav-top div:not(.nav-icon) li,
.nav-top ul li {
  display: inline-block;
  height: 100%;
  line-height: 95px;
}
@media (max-width: 979px) {
  .nav-top div:not(.nav-icon) li,
  .nav-top ul li {
    line-height: 75px;
  }
}
.nav-top div:not(.nav-icon) li a,
.nav-top ul li a {
  display: block;
  width: auto;
  height: 100%;
}
.nav-top ul {
  line-height: 95px;
}
@media (max-width: 979px) {
  .nav-top ul {
    line-height: 75px;
  }
}
.nav-top .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 100%;
  margin-left: -20px;
  background: #fafafa url(../img/logo.png) no-repeat center center;
}
@media (max-width: 979px) {
  .nav-top .logo {
    width: 70px;
    margin-left: 0;
    background-size: 50%;
  }
}
.nav-top .course-name {
  position: absolute;
  left: 70px;
  top: 0;
  padding-left: 20px;
}
.nav-top .course-name span {
  display: inline-block;
  margin-top: 15px;
}
.nav-top .course-name h1 {
  line-height: 8px;
}
@media (max-width: 979px) {
  .nav-top .course-name {
    left: 70px;
    padding-top: 6px;
    padding-left: 15px;
  }
  .nav-top .course-name span {
    margin-top: 2px;
  }
  .nav-top .course-name h1 {
    line-height: 0;
  }
}
.nav-top .nav-main {
  display: block;
  height: 100%;
}
.nav-top .nav-main .my-account {
  box-sizing: border-box;
  padding-left: 20px;
  background-color: #e8e8e8;
}
.nav-top .nav-main .my-account li:first-child {
  float: left;
}
.nav-top .nav-main .my-account li a {
  position: relative;
  top: -3px;
  color: #444;
}
.nav-top .nav-main .my-account li span {
  position: relative;
  top: -4px;
}
.nav-top .nav-main .my-account li i {
  width: auto;
  color: #444;
}
.nav-top .nav-main .my-account li i.iconextra-user {
  margin-right: 10px;
}
.nav-top .nav-main .my-account:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: -20px;
  z-index: 0;
  background-color: #e8e8e8;
}
.nav-top .nav-icon {
  display: none;
  position: absolute;
  box-sizing: border-box;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 100%;
  cursor: pointer;
}
.nav-top .nav-icon i {
  line-height: 2.7;
  color: #aaa;
}
@media (max-width: 979px) {
  .nav-top {
    height: 60px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
  }
  .nav-top:after {
    display: none;
  }
  .nav-top .nav-main {
    display: none;
  }
  .nav-top .nav-icon {
    display: block;
  }
}
@media (max-width: 979px) {
  .nav-top.tablet .course-name {
    display: none;
  }
  .nav-top.tablet .nav-main {
    display: block;
  }
  .nav-top.tablet .nav-main .nav-global {
    display: inline-block !important;
    width: auto;
    padding-right: 9px;
  }
  .nav-top.tablet .nav-main .my-account {
    display: inline-block !important;
    width: 63px;
    margin-right: 72px;
    padding-left: 0;
    padding-right: 9px;
  }
  .nav-top.tablet .nav-main .my-account li:last-child,
  .nav-top.tablet .nav-main .my-account li:first-child span {
    display: none;
  }
  .nav-top.tablet .nav-main .my-account li:first-child {
    float: none;
  }
  .nav-top.tablet .nav-main .my-account:after {
    display: none;
  }
  .nav-top.tablet .nav-icon i:before {
    content: "\e61e";
  }
}
.nav-side {
  position: absolute;
  left: 0;
  top: 105px;
  width: 66px;
  height: auto;
  z-index: 999;
  background-color: #0088cc;
  border-radius: 0 5px 5px 0;
  border: 1px solid #bbb;
  border-left: none;
  border-color: #006699 #005580 #004466 transparent;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.nav-side .show-hide {
  display: block;
  margin-bottom: 0;
  cursor: pointer;
}
.nav-side .show-hide a {
  display: block;
}
.nav-side .show-hide i {
  position: relative;
  top: 8px;
  margin-right: 8px;
  color: #fff;
  font-size: 22px;
}
.nav-side .show-hide i:before {
  content: "\e60e";
}
.nav-side ul {
  display: block;
  margin-top: 32px;
  margin-left: 0;
}
.nav-side ul h4.category {
  display: none;
  margin-left: 66px;
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}
.nav-side ul li {
  height: 35px;
  box-sizing: border-box;
  line-height: 34px;
  list-style-type: none;
}
.nav-side ul li:hover,
.nav-side ul li:focus,
.nav-side ul li:active {
  background-color: #fff;
}
.nav-side ul li a:hover,
.nav-side ul li a:focus,
.nav-side ul li a:active {
  color: #0088cc;
  text-decoration: none;
  background-color: #fff;
}
.nav-side ul li a:hover i,
.nav-side ul li a:focus i,
.nav-side ul li a:active i {
  color: #0088cc;
}
.nav-side ul li a:hover .caption,
.nav-side ul li a:focus .caption,
.nav-side ul li a:active .caption {
  color: #0088cc;
}
.nav-side ul li i {
  position: relative;
  display: inline-block;
  top: 5px;
  width: 66px;
  font-size: 21px;
  text-align: center;
  color: #fff;
}
.nav-side ul li .caption {
  display: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-side ul li:last-child .caption {
  border-bottom: none;
}
.nav-side.expanded {
  width: 240px;
}
.nav-side.expanded ul {
  display: block;
  margin-top: 0;
}
.nav-side.expanded ul h4.category {
  display: block;
}
.nav-side.expanded ul li .caption {
  display: inline-block;
  width: 174px;
}
.nav-side.expanded .show-hide {
  margin-bottom: -1px;
}
.nav-side.expanded .show-hide i:before {
  content: "\e608";
}
@media (max-width: 979px) {
  .nav-side {
    top: 80px;
    width: 40px;
    height: auto;
  }
  .nav-side ul h4.category {
    margin-left: 48px;
  }
  .nav-side ul li i {
    width: 40px;
  }
  .nav-side ul li .caption {
    margin-left: 7px;
  }
  .nav-side.expanded {
    width: 217px;
    height: auto;
  }
  .nav-side.expanded ul li .caption {
    display: inline-block;
    width: 170px;
  }
}
.teacher .nav-side {
  top: 215px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .teacher .nav-side {
    top: 200px;
  }
}
@media (max-width: 767px) {
  .teacher .nav-side {
    top: 83px;
  }
}
.steps {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.steps .steps-container {
  display: table;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
.steps .steps-container .step-block {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  padding: 15px 5px 15px 15px;
  color: #c5c5c5;
}
.steps .steps-container .step-block.step-done {
  color: #444;
  background-color: #f5f5f5;
}
.steps .steps-container .step-block.step-active {
  color: #fff;
  background-color: #0088cc;
}
.steps .steps-container .step-block .step {
  display: table;
  width: 100%;
}
.steps .steps-container .step-block .step .step-number {
  display: table-cell;
  min-width: 40px;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 44px;
  font-weight: 800;
  text-align: right;
}
.steps .steps-container .step-block .step .step-name {
  display: table-cell;
  vertical-align: top;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
}
.steps .steps-container .step-block:not(:last-child):after,
.steps .steps-container .step-block:not(:last-child):before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  right: -24px;
  z-index: 3;
  border-width: 33px 0 33px 24px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
}
.steps .steps-container .step-block.step-done:not(:last-child):after {
  border-left-color: #f5f5f5;
}
.steps .steps-container .step-block.step-active:not(:last-child):after {
  border-left-color: #0088cc;
}
.steps .steps-container .step-block:not(:last-child):before {
  right: -26px;
  z-index: 2;
  border-left-color: rgba(0, 0, 0, 0.08);
}
.steps .steps-container .step-block:first-child .step-number {
  max-width: 24px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .steps .steps-container .step-block {
    padding: 10px 0 10px 10px;
  }
  .steps .steps-container .step-block .step .step-number {
    min-width: 33px;
    padding-right: 5px;
    font-size: 36px;
  }
  .steps .steps-container .step-block .step .step-name {
    font-size: 14px;
  }
  .steps .steps-container .step-block:first-child .step-number {
    max-width: 15px;
  }
  .steps .steps-container .step-block:not(:last-child):after,
  .steps .steps-container .step-block:not(:last-child):before {
    right: -15px;
    border-width: 28px 0 28px 15px;
  }
  .steps .steps-container .step-block:not(:last-child):before {
    right: -17px;
  }
}
@media (max-width: 767px) {
  .steps .steps-container .step-block {
    display: block;
    padding: 11px 0 11px 20px;
  }
  .steps .steps-container .step-block .step {
    display: block;
  }
  .steps .steps-container .step-block .step .step-number {
    min-width: inherit;
    padding-right: 15px;
    font-size: 32px;
  }
  .steps .steps-container .step-block .step .step-name {
    font-size: 20px;
  }
  .steps .steps-container .step-block .step .step-name br {
    display: none;
  }
  .steps .steps-container .step-block:not(:last-child):after,
  .steps .steps-container .step-block:not(:last-child):before {
    border: none;
  }
  .steps .steps-container .step-block:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 767px) {
  .steps {
    box-sizing: border-box;
    width: auto;
    margin-left: 35px;
  }
}
.steps .step-description {
  position: relative;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.steps .step-description span {
  display: block;
  padding: 3px 10px;
  line-height: 1.2;
  background-color: #cceeff;
  border-radius: 0 0 4px 4px;
}
.well.custom {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
@media (max-width: 980px) {
  .well.custom {
    padding: 19px;
  }
}
.well .page-header.custom {
  margin: -19px -19px 10px;
  padding: 10px;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-bottom-color: #0088cc;
}
.well .page-header.custom > span {
  display: table;
  width: 100%;
}
.well .page-header.custom i,
.well .page-header.custom span {
  display: table-cell;
}
.well .page-header.custom i {
  width: 24px;
  padding-right: 9px;
  text-align: right;
  vertical-align: top;
}
.well.add-module {
  padding: 0;
  border-style: dashed;
  box-shadow: none;
}
.well.add-module .add-title {
  margin: 0;
  line-height: 43px;
  font-weight: normal;
  color: #444;
}
.well.add-module i {
  position: relative;
  top: 3px;
  margin-left: 0;
  margin-right: 8px;
  color: #dcdcdc;
}
.well.discussions ul li {
  margin-bottom: 3px;
  line-height: 15px;
}
.well .date {
  font-size: 11px;
  line-height: 18px;
  color: #999;
}
.well.buy-block {
  background-color: #f5f5f5;
}
.well.buy-block .buy-button {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 931px) and (min-width: 768px) {
  .well.buy-block .buy-button {
    font-size: 13px;
  }
}
.well.buy-block .buy-notes {
  font-size: 45px;
  font-weight: bold;
  line-height: initial;
}
.well.buy-block .buy-notes [class*="span"] {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 1200px) and (min-width: 980px) {
  .well.buy-block .buy-notes [class*="span"] {
    float: none;
    width: 100%;
  }
  .well.buy-block .buy-notes [class*="span"]:first-child {
    margin-top: -13px;
    margin-bottom: 3px;
  }
}
@media (max-width: 979px) {
  .well.buy-block .buy-notes [class*="span"] {
    float: left;
    width: 48.936170208%;
  }
}
.well.buy-block .buy-notes [class*="span"] sup {
  position: relative;
  top: -26px;
  font-size: 21px;
}
.well.buy-block .buy-notes [class*="span"].certificate {
  margin-left: 0;
  padding: 8px 10px;
  font-size: 16px;
  background-color: #e8e8e8;
  border: 1px solid #dcdcdc;
}
.well.teacher .avatar > img {
  width: 100%;
  max-width: 100px;
  border-radius: 50%;
}
.well.teacher .name {
  padding-left: 5px;
}
@media (max-width: 1200px) and (min-width: 980px) {
  .well.teacher [class*="span"] {
    float: none;
    width: 100%;
  }
}
@media (max-width: 979px) {
  .well.teacher [class*="span"] {
    float: left;
    width: 48.936170208%;
  }
  .well.teacher [class*="span"].avatar {
    max-width: 100px;
  }
  .well.teacher [class*="span"].name {
    padding-left: 10px;
  }
}
.progression {
  padding-left: 60px;
}
.progression i.icon-course {
  position: relative;
  top: 10px;
  margin-left: -60px;
}
.progression .date {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #aaa;
}
.progression .progress-bar {
  position: relative;
}
.progression .progress-bar .progress {
  display: inline-block;
  width: 500px;
}
.progression .progress-bar .progress-amount {
  position: relative;
  top: -20px;
  margin-left: 3px;
  font-size: 18px;
}
/* @import "../css/icon.css"; */
.nav-top {
  height: 80px;
  margin: -20px 0 20px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f5f5f5;
  border: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0px;
  right: 0px;
  padding: 0px 0px 0px 65px!important;
}
.nav-top .my-account li:last-child {
  padding-right: 20px;
}
.nav-top-fixer {
  padding-top: 83px;
}
@media (max-width: 979px) {
  .well .page-header.custom {
    margin: -19px -11px 10px;
  }
  .nav-top-fixer {
    padding-top: 63px;
  }
  .nav-top {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.nav-global [class^="jlmsicon-"],
.nav-global [class*=" jlmsicon-"],
.nav-global-full [class^="jlmsicon-"],
.nav-global-full [class*=" jlmsicon-"] {
  font-size: 26px;
  display: inline-block;
  text-align: center;
  margin: 0 7px;
}
@media (max-width: 480px) {
  .nav-global [class^="jlmsicon-"],
  .nav-global [class*=" jlmsicon-"],
  .nav-global-full [class^="jlmsicon-"],
  .nav-global-full [class*=" jlmsicon-"] {
    margin: 0 3px;
  }
}
.nav-top {
  height: 80px;
  margin: -20px 0 20px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f5f5f5;
  border: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0px;
  right: 0px;
  padding: 0px !important;
}
.nav-top:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: -20px;
  z-index: -1;
  background-color: #f5f5f5;
}
.nav-top ul.my-account li {
  display: inline-block;
}
.nav-top ul.my-account li:first-child {
  height: 100%;
}
.nav-top ul.dropdown-menu li {
  display: block;
}
.nav-top ul li.open {
  position: relative;
}
.nav-top .course-name h1 {
  vertical-align: middle;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  display: table-cell;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .nav-top .course-name {
    width: 80%;
    display: block;
  }
  .nav-top .course-name h1 {
    font-size: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .nav-top .course-name {
    width: 75%;
    display: block;
  }
  .nav-top .course-name h1 {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .nav-top .course-name {
    width: 65%;
    display: block;
  }
  .nav-top .course-name h1 {
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 320px) {
  .nav-top .course-name {
    width: 60%;
    display: block;
  }
}
@media (max-width: 979px) {
  .nav-top.tablet .nav-main .my-account {
    display: inline-block;
    width: 45px;
    margin-right: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav-top.tablet .my-account.login {
    width: 100px;
  }
  .nav-top.tablet .my-account.login li:last-child {
    display: inline-block;
  }
  .nav-top.tablet .my-account.logout {
    width: 45px;
  }
  .nav-top.tablet .my-account.logout li:last-child {
    display: inline-block;
  }
  .nav-top.tablet .nav-main .my-account li {
    padding: 0px 10px 0px 10px;
  }
}
.nav-side ul li a {
  display: block;
}
.nav-side.expanded .show-hide {
  margin-bottom: 8px;
}
.nav-side.expanded .show-hide i:before {
  content: "\e62a";
}
.well .avatar {
  /*width: 100%;*/
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.well .noavatar {
  /*width: 100%;*/
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
}
.well .name {
  padding-left: 5px;
}
.well .short_info {
  margin-top: 15px;
  text-align: justify;
  clear: both;
  width: 100% !important;
}
.nav-top-border-ghost {
  display: none;
}
@media (min-width: 768px) {
  .steps.affix {
    position: fixed;
    top: 0;
    z-index: 10004;
    margin-left: -20px;
  }
}
@media (min-width: 980px) {
  .nav-top-border-ghost {
    display: block;
    height: 3px !important;
    background: #0088cc;
    top: 0px;
    position: absolute;
    left: -20px;
    right: -20px;
    z-index: 10;
  }
  .container-fluid {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    margin: auto;
    position: relative;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    margin-top: -23px;
    margin-bottom: -20px;
    padding-bottom: 20px;
  }
  .nav-top-fixer {
    padding-top: 103px;
  }
  .nav-top .nav-main .my-account:after {
    width: 22px;
  }
  .nav-top {
    margin: 3px 0px 20px;
    left: auto;
    right: auto;
    max-width: 1200px;
    z-index: 1003;
    border-top: 0px solid !important;
  }
  .nav-top .logo {
    width: 85px;
  }
  .steps {
    width: auto;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
    margin: 0px -20px 20px;
  }
  .steps .step-description span {
    border-radius: 0px;
  }
  .btn-toolbar.control-group.joomlalms-content-toolbar.affix {
    top: 80px;
  }
  .steps.affix {
    position: fixed;
    max-width: 1240px;
    width: 100%;
    top: 0px;
    z-index: 10004;
  }
}
.btn-toolbar.control-group.joomlalms-content-toolbar.affix {
  z-index: 100;
  padding: 9px;
  margin: 0px -9px;
  background: #FFF;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 980px) {
  .nav-top .nav-main .my-account li .login-form-jlms-outter {
    display: inherit !important;
    visibility: inherit;
  }
  a.jlmsico-a.logged-off {
    display: none !important;
  }
  .btn-toolbar.control-group.joomlalms-content-toolbar.affix {
    top: 80px;
  }
  .nav-top .form-horizontal div {
    line-height: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
  }
}
.nav-top .nav-main .my-account .form-horizontal div .add-on,
.nav-top .nav-main .my-account .form-horizontal div .add-on > span {
  vertical-align: middle;
  top: 0px;
}
@media (min-width: 1200px) {
  .nav-top .my-account li:last-child {
    padding-right: 3px;
  }
}
@media (max-width: 1200px) {
  .nav-top .form-horizontal div .input-small {
    width: 78px;
  }
}
@media (max-width: 1160px) {
  .nav-top .form-horizontal div .input-small {
    width: 50px;
  }
}
.nav-top .nav-main .my-account li .login-form-jlms-outter input[name=username],
.nav-top .nav-main .my-account li .login-form-jlms-outter input[name=password] {
  margin-top: 26px;
}
@media (max-width: 979px) {
  .btn-toolbar.control-group.joomlalms-content-toolbar.affix {
    top: 60px;
  }
  .nav-top .form-horizontal div .input-small {
    width: 90px;
  }
  .nav-top .nav-main .my-account li .login-form-jlms-outter a.hidden {
    display: inline-block;
    top: 0px;
    visibility: inherit;
    margin: 5px 10px;
    line-height: 30px;
    vertical-align: -webkit-baseline-middle;
  }
  .nav-top .nav-main .my-account li .login-form-jlms-outter form {
    margin: 0px;
  }
  .nav-top .nav-main .my-account li .login-form-jlms-outter {
    position: absolute;
    right: -9px;
    background: #e8e8e8;
    line-height: 20px;
    padding: 10px;
    /*width: 280px;*/
    height: 40px;
    margin-right: 9px;
  }
  .nav-top .nav-main .my-account li a span {
    display: none;
  }
  .nav-top .nav-main .my-account li .login-form-jlms-outter input[name=username],
  .nav-top .nav-main .my-account li .login-form-jlms-outter input[name=password] {
    margin-top: 5px;
  }
  .btn {
    padding: 4px 6px;
  }
}
.jlms-module-list {
  margin: 0px 0px 9px 1px;
  list-style-type: none;
}
.jlms-top-nav .nav {
  margin-bottom: 0 !important;
}
.jlms-top-nav .nav-pills > li {
  float: left;
}
.jlms-top-nav .nav-pills > li > a {
  padding: 5px;
}
.jlms-top-nav [class^="jlmsicon-"],
.jlms-top-nav [class*=" jlmsicon-"] {
  font-size: 24px;
}
.steps + .nav-side {
  top: 275px;
}
.footer .page-header {
  border-bottom: none;
}
.alert .alert-heading {
  margin-bottom: 5px;
}
.top-main-menu img {
  height: 66px;
  width: auto;
  margin-bottom: 14px;
}
.top-main-menu .dropdown-menu img {
  height: 14px;
  width: auto;
  margin: 0 5px 0 0;
}
.nav-side .show-hide i:before {
  content: "\e628";
}
