@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: 0.3em; }

.fa.fa-pull-right {
  margin-left: 0.3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }

.fa.pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'Open-sans';
  src: url("fonts/opensans-light-webfont.eot") format("opentype");
  src: url("fonts/opensans-light-webfont.ttf") format("truetype"), url("fonts/opensans-light-webfont.woff") format("woff");
  font-weight: 300; }

@font-face {
  font-family: 'Open-sans';
  src: url("fonts/opensans-lightitalic-webfont.eot") format("opentype");
  src: url("fonts/opensans-lightitalic-webfont.ttf") format("truetype"), url("fonts/opensans-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Open-sans';
  src: url("fonts/opensans-regular-webfont.eot") format("opentype");
  src: url("fonts/opensans-regular-webfont.ttf") format("truetype"), url("fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Open-sans';
  src: url("fonts/opensans-italic-webfont.eot") format("opentype");
  src: url("fonts/opensans-italic-webfont.ttf") format("truetype"), url("fonts/opensans-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Open-sans';
  src: url("fonts/opensans-semibold-webfont.eot") format("opentype");
  src: url("fonts/opensans-semibold-webfont.ttf") format("truetype"), url("fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: 600; }

@font-face {
  font-family: 'Open-sans';
  src: url("fonts/opensans-semibolditalic-webfont.eot") format("opentype");
  src: url("fonts/opensans-semibolditalic-webfont.ttf") format("truetype"), url("fonts/opensans-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Open-sans';
  src: url("fonts/opensans-bold-webfont.eot") format("opentype");
  src: url("fonts/opensans-bold-webfont.ttf") format("truetype"), url("fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: 700; }

@font-face {
  font-family: 'Open-sans';
  src: url("fonts/opensans-bolditalic-webfont.eot") format("opentype");
  src: url("fonts/opensans-bolditalic-webfont.ttf") format("truetype"), url("fonts/opensans-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Open-sans';
  src: url("fonts/opensans-extrabold-webfont.eot") format("opentype");
  src: url("fonts/opensans-extrabold-webfont.ttf") format("truetype"), url("fonts/opensans-extrabold-webfont.woff") format("woff");
  font-weight: 800; }

@font-face {
  font-family: 'Open-sans';
  src: url("fonts/opensans-extrabolditalic-webfont.eot") format("opentype");
  src: url("fonts/opensans-extrabolditalic-webfont.ttf") format("truetype"), url("fonts/opensans-extrabolditalic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

.is-hidden {
  visibility: hidden;
  opacity: 0; }

.not-displayed {
  display: none; }

.collapse-wrapper {
  width: auto;
  margin: 0 auto; }

.icon {
  transition: all 0.2s ease-in 0s; }
  .icon:before {
    content: '';
    position: absolute; }

.course-box__owner--1:before {
  background-image: url("images/icons/users/icon--1.svg"); }

.course-box__owner--2:before {
  background-image: url("images/icons/users/icon--2.svg"); }

.course-box__owner--3:before {
  background-image: url("images/icons/users/icon--3.svg"); }

.course-box__owner--4:before {
  background-image: url("images/icons/users/icon--4.svg"); }

.course-box__owner--5:before {
  background-image: url("images/icons/users/icon--5.svg"); }

.course-box__owner--6:before {
  background-image: url("images/icons/users/icon--6.svg"); }

.course-box__owner--7:before {
  background-image: url("images/icons/users/icon--7.svg"); }

.course-icon--active:after {
  background-image: url("images/icons/course/icon--active.png"); }

.course-icon--all:after {
  background-image: url("images/icons/course/icon--all.png"); }

.course-icon--concluded:after {
  background-image: url("images/icons/course/icon--concluded.png"); }

.course-icon--deactive:after {
  background-image: url("images/icons/course/icon--deactive.png"); }

.course-icon--suspended:after {
  background-image: url("images/icons/course/icon--suspended.png"); }

.calendar-icon--check:before {
  background-image: url("images/icons/calendar/icon-calendar--check.svg"); }

.calendar-icon--gray-cross:before {
  background-image: url("images/icons/calendar/icon-calendar--gray-cross.svg"); }

.calendar-icon--green-cross:before {
  background-image: url("images/icons/calendar/icon-calendar--green-cross.svg"); }

.icon--filter-all:before {
  background-image: url("images/icons/course-filter/icon--filter-all.svg"); }

.icon--filter-0:before {
  background-image: url("images/icons/course-filter/icon--filter-0.svg"); }

.icon--filter-1:before {
  background-image: url("images/icons/course-filter/icon--filter-1.svg"); }

.icon--filter-2:before {
  background-image: url("images/icons/course-filter/icon--filter-2.svg"); }

.icon--profile:before {
  background-image: url("images/icons/top-menu/icon--profile.svg"); }

.icon--help-desk:before {
  background-image: url("images/icons/top-menu/icon--help-desk.svg"); }

.icon--admin:before {
  background-image: url("images/icons/top-menu/icon--admin.svg"); }

.grid {
  width: 100%;
  max-width: 1268px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden; }

.grid--no-overflow {
  overflow: initial; }

.col {
  float: left; }
  @media (min-width: 1024px) {
    .col {
      padding-left: 10px;
      padding-right: 10px; } }

.col--no-padding {
  padding-left: 0;
  padding-right: 0; }

.col--0 {
  width: calc((100% / 12) * 0); }

.col-gap--0 {
  margin-left: calc((100% / 12) * 0); }

@media (min-width: 768px) {
  .col--0--tablet {
    width: calc((100% / 12) * 0); } }

@media (min-width: 768px) {
  .col-gap--0--tablet {
    margin-left: calc((100% / 12) * 0); } }

@media (min-width: 1024px) {
  .col--0--desk {
    width: calc((100% / 12) * 0); } }

@media (min-width: 1024px) {
  .col-gap--0--desk {
    margin-left: calc((100% / 12) * 0); } }

.col--1 {
  width: calc((100% / 12) * 1); }

.col-gap--1 {
  margin-left: calc((100% / 12) * 1); }

@media (min-width: 768px) {
  .col--1--tablet {
    width: calc((100% / 12) * 1); } }

@media (min-width: 768px) {
  .col-gap--1--tablet {
    margin-left: calc((100% / 12) * 1); } }

@media (min-width: 1024px) {
  .col--1--desk {
    width: calc((100% / 12) * 1); } }

@media (min-width: 1024px) {
  .col-gap--1--desk {
    margin-left: calc((100% / 12) * 1); } }

.col--2 {
  width: calc((100% / 12) * 2); }

.col-gap--2 {
  margin-left: calc((100% / 12) * 2); }

@media (min-width: 768px) {
  .col--2--tablet {
    width: calc((100% / 12) * 2); } }

@media (min-width: 768px) {
  .col-gap--2--tablet {
    margin-left: calc((100% / 12) * 2); } }

@media (min-width: 1024px) {
  .col--2--desk {
    width: calc((100% / 12) * 2); } }

@media (min-width: 1024px) {
  .col-gap--2--desk {
    margin-left: calc((100% / 12) * 2); } }

.col--3 {
  width: calc((100% / 12) * 3); }

.col-gap--3 {
  margin-left: calc((100% / 12) * 3); }

@media (min-width: 768px) {
  .col--3--tablet {
    width: calc((100% / 12) * 3); } }

@media (min-width: 768px) {
  .col-gap--3--tablet {
    margin-left: calc((100% / 12) * 3); } }

@media (min-width: 1024px) {
  .col--3--desk {
    width: calc((100% / 12) * 3); } }

@media (min-width: 1024px) {
  .col-gap--3--desk {
    margin-left: calc((100% / 12) * 3); } }

.col--4 {
  width: calc((100% / 12) * 4); }

.col-gap--4 {
  margin-left: calc((100% / 12) * 4); }

@media (min-width: 768px) {
  .col--4--tablet {
    width: calc((100% / 12) * 4); } }

@media (min-width: 768px) {
  .col-gap--4--tablet {
    margin-left: calc((100% / 12) * 4); } }

@media (min-width: 1024px) {
  .col--4--desk {
    width: calc((100% / 12) * 4); } }

@media (min-width: 1024px) {
  .col-gap--4--desk {
    margin-left: calc((100% / 12) * 4); } }

.col--5 {
  width: calc((100% / 12) * 5); }

.col-gap--5 {
  margin-left: calc((100% / 12) * 5); }

@media (min-width: 768px) {
  .col--5--tablet {
    width: calc((100% / 12) * 5); } }

@media (min-width: 768px) {
  .col-gap--5--tablet {
    margin-left: calc((100% / 12) * 5); } }

@media (min-width: 1024px) {
  .col--5--desk {
    width: calc((100% / 12) * 5); } }

@media (min-width: 1024px) {
  .col-gap--5--desk {
    margin-left: calc((100% / 12) * 5); } }

.col--6 {
  width: calc((100% / 12) * 6); }

.col-gap--6 {
  margin-left: calc((100% / 12) * 6); }

@media (min-width: 768px) {
  .col--6--tablet {
    width: calc((100% / 12) * 6); } }

@media (min-width: 768px) {
  .col-gap--6--tablet {
    margin-left: calc((100% / 12) * 6); } }

@media (min-width: 1024px) {
  .col--6--desk {
    width: calc((100% / 12) * 6); } }

@media (min-width: 1024px) {
  .col-gap--6--desk {
    margin-left: calc((100% / 12) * 6); } }

.col--7 {
  width: calc((100% / 12) * 7); }

.col-gap--7 {
  margin-left: calc((100% / 12) * 7); }

@media (min-width: 768px) {
  .col--7--tablet {
    width: calc((100% / 12) * 7); } }

@media (min-width: 768px) {
  .col-gap--7--tablet {
    margin-left: calc((100% / 12) * 7); } }

@media (min-width: 1024px) {
  .col--7--desk {
    width: calc((100% / 12) * 7); } }

@media (min-width: 1024px) {
  .col-gap--7--desk {
    margin-left: calc((100% / 12) * 7); } }

.col--8 {
  width: calc((100% / 12) * 8); }

.col-gap--8 {
  margin-left: calc((100% / 12) * 8); }

@media (min-width: 768px) {
  .col--8--tablet {
    width: calc((100% / 12) * 8); } }

@media (min-width: 768px) {
  .col-gap--8--tablet {
    margin-left: calc((100% / 12) * 8); } }

@media (min-width: 1024px) {
  .col--8--desk {
    width: calc((100% / 12) * 8); } }

@media (min-width: 1024px) {
  .col-gap--8--desk {
    margin-left: calc((100% / 12) * 8); } }

.col--9 {
  width: calc((100% / 12) * 9); }

.col-gap--9 {
  margin-left: calc((100% / 12) * 9); }

@media (min-width: 768px) {
  .col--9--tablet {
    width: calc((100% / 12) * 9); } }

@media (min-width: 768px) {
  .col-gap--9--tablet {
    margin-left: calc((100% / 12) * 9); } }

@media (min-width: 1024px) {
  .col--9--desk {
    width: calc((100% / 12) * 9); } }

@media (min-width: 1024px) {
  .col-gap--9--desk {
    margin-left: calc((100% / 12) * 9); } }

.col--10 {
  width: calc((100% / 12) * 10); }

.col-gap--10 {
  margin-left: calc((100% / 12) * 10); }

@media (min-width: 768px) {
  .col--10--tablet {
    width: calc((100% / 12) * 10); } }

@media (min-width: 768px) {
  .col-gap--10--tablet {
    margin-left: calc((100% / 12) * 10); } }

@media (min-width: 1024px) {
  .col--10--desk {
    width: calc((100% / 12) * 10); } }

@media (min-width: 1024px) {
  .col-gap--10--desk {
    margin-left: calc((100% / 12) * 10); } }

.col--11 {
  width: calc((100% / 12) * 11); }

.col-gap--11 {
  margin-left: calc((100% / 12) * 11); }

@media (min-width: 768px) {
  .col--11--tablet {
    width: calc((100% / 12) * 11); } }

@media (min-width: 768px) {
  .col-gap--11--tablet {
    margin-left: calc((100% / 12) * 11); } }

@media (min-width: 1024px) {
  .col--11--desk {
    width: calc((100% / 12) * 11); } }

@media (min-width: 1024px) {
  .col-gap--11--desk {
    margin-left: calc((100% / 12) * 11); } }

.col--12 {
  width: calc((100% / 12) * 12); }

.col-gap--12 {
  margin-left: calc((100% / 12) * 12); }

@media (min-width: 768px) {
  .col--12--tablet {
    width: calc((100% / 12) * 12); } }

@media (min-width: 768px) {
  .col-gap--12--tablet {
    margin-left: calc((100% / 12) * 12); } }

@media (min-width: 1024px) {
  .col--12--desk {
    width: calc((100% / 12) * 12); } }

@media (min-width: 1024px) {
  .col-gap--12--desk {
    margin-left: calc((100% / 12) * 12); } }

.js-router--is-active {
  display: block; }

.js-router--is-inactive {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  font-weight: normal;
  font-family: "Open-sans", Arial; }

.page-title {
  font-weight: 800;
  font-size: 32px; }

.page-paragraph {
  font-weight: 400;
  font-size: 16px; }

.forma-button {
  display: inline-block;
  width: 100%;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 40px;
  color: white;
  background: #1f497d; /*#C84000 */
  border: 2px solid #1f497d; /*#C84000 */
  font-family: "Open-sans", Arial;
  font-size: 11px;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.4s ease 0s; }
  @media (min-width: 768px) {
    .forma-button {
      font-size: 11px; } }
  @media (min-width: 1280px) {
    .forma-button {
      font-size: 13px; } }
  .forma-button:hover {
    text-decoration: none;
    color: white; }
  .forma-button:focus {
    text-decoration: none; }
  .user-panel .forma-button {
    height: auto;
    line-height: 1;
    font-size: 12px; }
  .homepage .forma-button {
    padding-right: 15px;
    padding-left: 15px; }
  .forma-button.is-hidden {
    opacity: 0;
    visibility: hidden; }
  .forma-button.thin {
    height: 25px;
    min-height: 25px;
    padding-top: 0;
    padding-bottom: 0; }
  .course-box .forma-button {
    max-height: 40px; }

.forma-button--orange-hover:hover {
  background: #ff6c00;
  color: white;
  border-color: #ff6c00; }

.forma-button--disabled {
  pointer-events: none;
  background: white;
  border: 2px solid #c2c2c2;
  color: #c2c2c2; }
  .forma-button--disabled .forma-button__label:before {
    content: '\f023';
    font-family: "FontAwesome";
    color: #999999;
    padding-right: 5px; }
  .forma-button--disabled .forma-button__label:after {
    display: none; }

.forma-button--green {
  background: #70d800;
  border: 2px solid #70d800; }

.forma-button--green-border {
  background-color: transparent;
  border: solid 2px #70d800;
  color: #70d800; }
  .forma-button--green-border:hover {
    background-color: #70d800;
    border-color: #70d800;
    color: white; }

.forma-button--gray {
  pointer-events: none;
  background: #c2c2c2;
  border: 2px solid #c2c2c2; }

.forma-button--black {
  background: black;
  border: 2px solid black; }
  .forma-button--black .forma-button__label:after {
    display: none; }
  .user-panel .forma-button--black {
    padding: 7px 9px;
    border: 0; }
  .homepage .forma-button--black {
    border: 0; }

.forma-button--white {
  background: white;
  color: #1f497d; /*#C84000 */
  border: 2px solid white; }
  .forma-button--white:hover {
    color: #1f497d; /*#C84000 */
    }
  .forma-button--white:focus {
    color: #1f497d; /*#C84000 */ 
      
  }

.forma-button--border {
  background-color: transparent;
  border: solid 2px #1f497d; /*#C84000 */
  color: #1f497d; /*#C84000 */
  }
  .forma-button--border:hover {
    background-color: #1f497d; /*#C84000 */
    border-color: #1f497d; /*#C84000 */
    color: white; }

.forma-button--orange {
  border: solid 2px #ff6c00;
  background: white;
  color: #ff6c00; }
  .forma-button--orange:hover {
    background-color: #ff6c00;
    color: white; }
    .forma-button--orange:hover:focus {
      color: white; }
  .forma-button--orange:focus {
    color: #ff6c00; }

.forma-button__label {
  position: relative;
  display: inline-block;
  color: inherit;
  font: inherit;
  text-decoration: inherit; }
  .forma-button__label:after {
    content: '\f101';
    font-family: "FontAwesome";
    font-size: inherit;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 6px; }

/* NEW TEST */
.user-panel input[type='submit'].btn.btn-default {
  font-family: "Open-sans", Arial;
  background-color: #404040;
  text-transform: uppercase;
  color: white;
  background-image: none;
  border: 0;
  border-radius: 5px !important;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0; }

.user-panel .row a.btn.btn-default {
  width: 100%;
  display: inline-block;
  background-image: none;
  line-height: 25px;
  height: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Open-sans", Arial;
  text-transform: uppercase;
  font-size: 12px;
  background-color: black;
  text-shadow: none;
  color: white;
  border: 0;
  border-radius: 5px; }
  .user-panel .row a.btn.btn-default:hover {
    background-color: black;
    color: white; }

.close-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  font-size: 0;
  cursor: pointer; }

.close-button__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  vertical-align: middle;
  background-color: #404040;
  color: white;
  transition: background-color 0.25s ease 0s; }
  .close-button__icon:before, .close-button__icon:after {
    width: 20px;
    height: 2px;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 10px);
    background-color: white; }
  .close-button__icon:before {
    transform: rotate(45deg); }
  .close-button__icon:after {
    transform: rotate(-45deg); }
  .close-button:hover .close-button__icon {
    background-color: #ff6c00; }

.close-button__label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  transition: color 0.25s ease 0s; }
  .close-button:hover .close-button__label {
    color: #ff6c00; }

.forma-quick-search-form .bootstrap-select {
  width: 100% !important;
  margin: 0;
  height: 40px;
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0; }
  @media (min-width: 768px) {
    .forma-quick-search-form .bootstrap-select {
      width: calc(50% - 5px) !important;
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 10px !important;
      float: left; } }
  @media (min-width: 1024px) {
    .forma-quick-search-form .bootstrap-select {
      width: 235px !important;
      margin-right: 7px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .forma-quick-search-form .bootstrap-select:nth-child(odd) {
      margin-right: 10px; } }
  .forma-quick-search-form .bootstrap-select button.btn.dropdown-toggle {
    position: relative;
    max-width: 100%;
    height: 100%;
    padding-right: 25px;
    padding-left: 20px;
    border: 1px solid #ececec;
    font-family: "Open-sans", Arial;
    background-image: none;
    background-color: white;
    box-shadow: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    .forma-quick-search-form .bootstrap-select button.btn.dropdown-toggle .filter-option {
      color: #999999;
      font-size: 14px; }
    .forma-quick-search-form .bootstrap-select button.btn.dropdown-toggle .bs-caret {
      position: absolute;
      right: 20px;
      top: 0;
      line-height: 40px; }
      .forma-quick-search-form .bootstrap-select button.btn.dropdown-toggle .bs-caret .caret {
        margin-top: 0;
        right: 0;
        top: initial;
        border: none;
        font-family: "FontAwesome";
        vertical-align: initial; }
        .forma-quick-search-form .bootstrap-select button.btn.dropdown-toggle .bs-caret .caret:before {
          content: '\f107';
          color: #1f497d; /*#C84000 */
          font-size: 18px; }
    .forma-quick-search-form .bootstrap-select button.btn.dropdown-toggle:hover {
      background-color: white;
      border: 1px solid #ececec; }
    .forma-quick-search-form .bootstrap-select button.btn.dropdown-toggle:active, .forma-quick-search-form .bootstrap-select button.btn.dropdown-toggle:focus {
      background-color: white;
      border: 1px solid #ececec;
      box-shadow: none; }
    .forma-quick-search-form .bootstrap-select button.btn.dropdown-toggle:focus {
      outline: none !important; }
    .forma-quick-search-form .bootstrap-select button.btn.dropdown-toggle:active:hover {
      background-color: white;
      border: 1px solid #ececec; }
    .forma-quick-search-form .bootstrap-select button.btn.dropdown-toggle:not(.pseudo-class-first-child) {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
  .forma-quick-search-form .bootstrap-select.open {
    box-shadow: none; }
    .forma-quick-search-form .bootstrap-select.open button {
      max-width: 100%;
      background-color: white !important;
      border: 1px solid #999999 !important;
      box-shadow: none !important;
      border-bottom-width: 0 !important;
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
      .forma-quick-search-form .bootstrap-select.open button:not(.pseudo-class-first-child) {
        border-bottom-left-radius: 0 !important; }
      .forma-quick-search-form .bootstrap-select.open button .bs-caret {
        display: none; }
  .forma-quick-search-form .bootstrap-select .dropdown-menu {
    max-width: 100%;
    min-width: initial;
    margin: 0; }
    .forma-quick-search-form .bootstrap-select .dropdown-menu.open {
      width: 100%;
      padding: 0;
      border: 0;
      border-top-left-radius: 0 !important;
      border-top-right-radius: 0 !important;
      box-shadow: none; }
      .forma-quick-search-form .bootstrap-select .dropdown-menu.open .bs-actionsbox {
        display: none; }
    .forma-quick-search-form .bootstrap-select .dropdown-menu.inner {
      width: 100%;
      border: 1px solid #999999 !important;
      border-top-left-radius: 0 !important;
      border-top-right-radius: 0 !important;
      border-bottom-left-radius: 5px !important;
      border-bottom-right-radius: 5px !important;
      border-top-width: 0 !important;
      box-shadow: none !important;
      padding-top: 5px !important; }
      .forma-quick-search-form .bootstrap-select .dropdown-menu.inner li > a {
        display: block;
        padding: 0 20px;
        position: relative;
        margin-bottom: 15px;
        font-family: "Open-sans", Arial;
        font-size: 12px;
        white-space: normal; }
        .forma-quick-search-form .bootstrap-select .dropdown-menu.inner li > a:active, .forma-quick-search-form .bootstrap-select .dropdown-menu.inner li > a:focus {
          background-image: none;
          background-color: white; }
        .forma-quick-search-form .bootstrap-select .dropdown-menu.inner li > a span.text {
          display: block;
          width: calc(100% - 30px); }
    .forma-quick-search-form .bootstrap-select .dropdown-menu li > a {
      position: relative;
      margin-bottom: 15px; }
      .forma-quick-search-form .bootstrap-select .dropdown-menu li > a:hover {
        background-image: none;
        background-color: white;
        cursor: pointer; }
      .forma-quick-search-form .bootstrap-select .dropdown-menu li > a .glyphicon.glyphicon-ok.check-mark {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: 0 !important;
        padding-top: 1px;
        border: 1px solid #c2c2c2;
        border-radius: 5px;
        text-align: center;
        position: absolute;
        right: 20px !important;
        top: 0; }
        .forma-quick-search-form .bootstrap-select .dropdown-menu li > a .glyphicon.glyphicon-ok.check-mark:before {
          content: '\f00c';
          font-family: "FontAwesome";
          color: #666666;
          opacity: 0; }
    .forma-quick-search-form .bootstrap-select .dropdown-menu li.selected > a .glyphicon.glyphicon-ok.check-mark:before {
      opacity: 1; }

.forma-quick-search-form .input-group {
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .forma-quick-search-form .input-group {
      width: 234px;
      float: left; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .forma-quick-search-form .input-group {
      width: calc(50% - 5px); } }
  @media (min-width: 1024px) {
    .forma-quick-search-form .input-group {
      float: none; } }
  .forma-quick-search-form .input-group input {
    width: 100%;
    height: 100%;
    border-radius: 5px !important;
    border: 2px solid #ff6c00;
    font-family: "Open-sans", Arial; }
    .forma-quick-search-form .input-group input:focus {
      border: 2px solid #ff6c00;
      box-shadow: none; }
    .forma-quick-search-form .input-group input::-webkit-input-placeholder {
      font-style: italic; }
  .forma-quick-search-form .input-group .input-group-btn {
    position: absolute;
    right: 25px;
    padding: 0;
    line-height: 40px; }
    .forma-quick-search-form .input-group .input-group-btn button {
      padding: 0;
      border: none;
      background-image: none;
      background-color: transparent;
      box-shadow: none; }
      .forma-quick-search-form .input-group .input-group-btn button .glyphicon.glyphicon-search {
        font-family: "FontAwesome";
        color: #1f497d; /*#C84000 */
        }
        .forma-quick-search-form .input-group .input-group-btn button .glyphicon.glyphicon-search:before {
          content: '\f002'; }
    .forma-quick-search-form .input-group .input-group-btn:last-child .btn {
      z-index: 10; }

.forma-dropdown {
  height: 42px;
  position: relative;
  font-size: 0; }

.forma-dropdown__selected,
.forma-dropdown__toggle {
  display: block;
  height: 100%;
  float: left;
  background: white;
  border: 1px solid #c2c2c2;
  box-shadow: none !important;
  border-radius: 0;
  color: #333; }
  .forma-dropdown__selected:hover,
  .forma-dropdown__toggle:hover {
    background-color: #c2c2c2;
    color: white; }

.forma-dropdown__selected {
  width: calc(100% - 42px);
  border-radius: 5px 0 0 5px;
  border-right: none;
  text-align: left; }

.forma-dropdown__toggle {
  width: 42px;
  padding: 0 0 0 1px;
  border-radius: 0 5px 5px 0;
  text-align: center; }

.forma-dropdown .dropdown-menu {
  width: 100%; }
  .forma-dropdown .dropdown-menu > li > a {
    font-family: "Open-sans", Arial;
    padding: 5px 20px;
    background: transparent; }

.forma-dropdown {
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  transition: all 0.2s ease-in 0s; }
  .forma-dropdown:hover {
    border-color: #ff6c00; }
  .forma-dropdown li > a {
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s; }
    .forma-dropdown li > a:hover {
      color: #ff6c00; }
  .forma-dropdown .forma-dropdown__selected {
    transition: all 0.2s ease-in 0s;
    white-space: nowrap;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #c2c2c2; }
  .forma-dropdown .forma-dropdown__toggle {
    border: none; }
    .forma-dropdown .forma-dropdown__toggle:hover {
      background-color: white;
      color: initial; }

.user-panel .carousel {
  position: relative;
  width: 100%;
  min-height: 100px;
  padding-bottom: 20px; }
  .user-panel .carousel:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #1f497d; /*#C84000 */
    position: absolute;
    top: -8px; }
  .user-panel .carousel h3,
  .user-panel .carousel p,
  .user-panel .carousel span {
    display: block;
    font-family: "Open-sans", Arial;
    font-size: 14px;
    color: #666666; }
  .user-panel .carousel h3 {
    text-transform: uppercase; }
  .user-panel .carousel .carousel-inner,
  .user-panel .carousel .item {
    height: auto !important; }
  .user-panel .carousel .item {
    position: relative;
    opacity: 0;
    transition: opacity 0.2s ease 0s; }
  .user-panel .carousel .item.active {
    opacity: 1; }
  .user-panel .carousel .active.left,
  .user-panel .carousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }
  .user-panel .carousel span {
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #c2c2c2; }
    .user-panel .carousel span:before {
      content: '';
      position: absolute;
      width: 14px;
      height: 1px;
      background-color: #c2c2c2;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .user-panel .carousel .carousel-indicators {
    left: inherit;
    right: 0;
    margin: 0;
    text-align: right; }
    .user-panel .carousel .carousel-indicators li {
      width: 10px;
      height: 10px;
      margin: 0 5px 0 0;
      padding: 0 !important;
      border: 1px solid #c2c2c2;
      transition: border-color 0.2s ease-in 0s, background-color 0.2s ease-in 0s; }
    .user-panel .carousel .carousel-indicators li.active {
      border: 1px solid #1f497d; /*#C84000 */
      background-color: #1f497d; /*#C84000 */ 
        
    }

.forma-tooltip {
  display: block;
  width: 155px;
  padding: 17px 12px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%) translateY(-45px);
  transform: translate3d(-50%, -100%, 0) translateY(-45px);
  border-radius: 5px;
  background-color: #ff6c00;
  font-size: 12px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition-property: transform, opacity, visibility;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s; }
  .forma-tooltip:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 100%);
    border-top: solid 12px #ff6c00;
    border-right: solid 6px transparent;
    border-bottom: none;
    border-left: solid 6px transparent; }
  .has-forma-tooltip:hover .forma-tooltip {
    transform: translate(-50%, -100%) translateY(-15px);
    transform: translate3d(-50%, -100%, 0) translateY(-15px);
    opacity: 1;
    visibility: visible; }

.has-forma-tooltip {
  overflow: visible !important; }

.tabnav {
  overflow: hidden;
  margin-top: 10px;
  background-color: white;
  padding: 10px; }
  @media (min-width: 768px) {
    .tabnav {
      padding: 0;
      background-color: transparent; } }

.tabnav__label-wrapper {
  margin-bottom: 40px; }

.tabnav__label {
  width: calc(50% - 10px);
  margin-right: 20px;
  line-height: 40px;
  font-family: "Open-sans", Arial;
  font-size: 12px;
  text-align: center;
  border: 1px solid black;
  border-radius: 10px 10px 0 0;
  opacity: 0.3;
  float: left;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
  z-index: 10; }
  .tabnav__label:hover {
    color: #ff6c00; }
  .tabnav__label.selected {
    opacity: 1; }
    .tabnav__label.selected:before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: white;
      position: absolute;
      left: 0;
      bottom: 0; }
    .tabnav__label.selected:hover {
      color: black; }
  .tabnav__label:last-child {
    margin-right: 0; }

.tabnav__content-wrapper {
  position: relative;
  min-height: 345px; }

.tabnav__content {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid black;
  transition: all 0.2s ease-in 0s;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0; }
  .tabnav__content.is-visible {
    visibility: visible;
    opacity: 1; }

.accordion {
  position: relative;
  overflow: hidden; }

.accordion__item {
  overflow: hidden;
  position: relative; }

.accordion__subset {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  white-space: normal; }

.has-icon {
  position: relative; }
  .has-icon:before {
    content: '';
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in 0s; }

.icon--coourse-menu {
  padding-left: 30px !important; }
  @media (min-width: 1024px) {
    .icon--coourse-menu {
      padding-left: 50px !important; } }
  .icon--coourse-menu:before {
    background-image: url(images/icons/course-menu/icon--course-menu-default.svg);
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%); }
    @media (min-width: 1024px) {
      .icon--coourse-menu:before {
        width: 22px;
        height: 22px;
        left: 15px; } }
  .icon--coourse-menu:hover:before {
    background-image: url(images/icons/course-menu/icon--course-menu-default--hover.svg); }

.icon--coourse-menu-area-studenti {
  padding-left: 30px !important; }
  @media (min-width: 1024px) {
    .icon--coourse-menu-area-studenti {
      padding-left: 50px !important; } }
  .icon--coourse-menu-area-studenti:before {
    background-image: url(images/icons/course-menu/icon--course-menu-area-studenti.png);
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%); }
    @media (min-width: 1024px) {
      .icon--coourse-menu-area-studenti:before {
        width: 22px;
        height: 22px;
        left: 15px; } }
  .icon--coourse-menu-area-studenti:hover:before {
    background-image: url(images/icons/course-menu/icon--course-menu-area-studenti--hover.png); }

.icon--coourse-menu-area-social {
  padding-left: 30px !important; }
  @media (min-width: 1024px) {
    .icon--coourse-menu-area-social {
      padding-left: 50px !important; } }
  .icon--coourse-menu-area-social:before {
    background-image: url(images/icons/course-menu/icon--course-menu-area-social.png);
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%); }
    @media (min-width: 1024px) {
      .icon--coourse-menu-area-social:before {
        width: 22px;
        height: 22px;
        left: 15px; } }
  .icon--coourse-menu-area-social:hover:before {
    background-image: url(images/icons/course-menu/icon--course-menu-area-social--hover.png); }

.icon--coourse-menu-gestione {
  padding-left: 30px !important; }
  @media (min-width: 1024px) {
    .icon--coourse-menu-gestione {
      padding-left: 50px !important; } }
  .icon--coourse-menu-gestione:before {
    background-image: url(images/icons/course-menu/icon--course-menu-gestione.png);
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%); }
    @media (min-width: 1024px) {
      .icon--coourse-menu-gestione:before {
        width: 22px;
        height: 22px;
        left: 15px; } }
  .icon--coourse-menu-gestione:hover:before {
    background-image: url(images/icons/course-menu/icon--course-menu-gestione--hover.png); }

.icon--coourse-menu-statistiche {
  padding-left: 30px !important; }
  @media (min-width: 1024px) {
    .icon--coourse-menu-statistiche {
      padding-left: 50px !important; } }
  .icon--coourse-menu-statistiche:before {
    background-image: url(images/icons/course-menu/icon--course-menu-statistiche.png);
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%); }
    @media (min-width: 1024px) {
      .icon--coourse-menu-statistiche:before {
        width: 22px;
        height: 22px;
        left: 15px; } }
  .icon--coourse-menu-statistiche:hover:before {
    background-image: url(images/icons/course-menu/icon--course-menu-statistiche--hover.png); }

.modal {
  font-family: "Open-sans", Arial; }

.section-coourse-modal .modal-dialog {
  width: 90%;
  max-width: 768px;
  max-height: calc(100% - 150px);
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important; }
  @media (min-width: 1024px) {
    .section-coourse-modal .modal-dialog {
      width: 45%; } }
  @media (min-width: 1280px) {
    .section-coourse-modal .modal-dialog {
      width: 40%; } }

.section-coourse-modal .modal__item .title {
  text-transform: uppercase;
  line-height: 40px;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #cccccc;
  color: #1f497d; /*#C84000 */
  font-weight: bold;
  font-size: 18px;
  background-color: #f6f6f6; }
  @media (min-width: 768px) {
    .section-coourse-modal .modal__item .title {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-right: none;
      font-size: 12px;
      line-height: 30px; }
      .section-coourse-modal .modal__item .title:nth-child(3n) {
        border-right: 1px solid #cccccc; } }

.section-coourse-modal .modal__item .text {
  line-height: 60px;
  display: block;
  border: 1px solid #cccccc;
  border-top: none;
  font-size: 16px; }
  @media (min-width: 768px) {
    .section-coourse-modal .modal__item .text {
      border-right: none;
      font-size: 12px;
      line-height: 45px; }
      .section-coourse-modal .modal__item .text:nth-child(3n) {
        border-right: 1px solid #cccccc; } }

.section-coourse-modal .modal__item {
  text-align: center;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 1024px) {
    .section-coourse-modal .modal__item {
      padding: 0; } }

* {
  outline: none !important;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch; }

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  transition: visibility 0.4s linear 0s, opacity 0.4s linear 0s; }
  body.appIsReady {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all !important;
    transition: visibility 0.4s linear 0s, opacity 0.4s linear 0s; }

.clear {
  clear: both; }

.text--open-sans {
  font-family: 'Open-sans', sans-serif; }

.forma-grid {
  overflow: auto; }
  @media (min-width: 1024px) {
    .forma-grid {
      padding: 0; } }

.forma-grid__item {
  float: left;
  width: 100%;
  padding: 0 0.78%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .forma-grid__item {
      width: 50%; } }
  @media (min-width: 1024px) {
    .forma-grid__item {
      width: 33.33%; } }

.forma-grid__item--catalogue {
  float: left;
  width: 100%;
  padding: 0 0.78%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .forma-grid__item--catalogue {
      width: 50%; } }
  @media (min-width: 1024px) {
    .forma-grid__item--catalogue {
      width: 50%; } }

.glyphicon {
  -webkit-font-smoothing: auto; }

.no-scroll {
  overflow: hidden; }

.middlearea_container {
  margin-top: 80px; }

#middlearea.yui-navset,
.middlearea_container--margintop-small {
  margin-top: 20px; }

.header--external-catalogue {
  top: 0; }

@media (max-width: 1024px) {
  .lms-user-content-wrapper {
    padding: 0;
    margin: 0;
    width: 100vw; } }

@media (max-width: 1024px) {
  .lms-user-content-wrapper > .container-fluid {
    padding: 0; } }

@media (max-width: 1024px) {
  .lms-user-content-wrapper > .container-fluid > .row {
    margin: 0; } }

@media (max-width: 1024px) {
  .lms-user-content-wrapper > .container-fluid > .row > .col-md-12 {
    margin: 0;
    padding: 0; } }

.course-box {
  width: 100%;
  min-height: 460px;
/*    min-height: 460px; -- nihat 160 yap */
  margin-bottom: 15px;
  padding-bottom: 30px;
  border: 2px solid #ececec;
  border-radius: 5px;
  font-family: "Open-sans", Arial;
  overflow: hidden;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  max-height: 565px; }
  .course-box:hover {
    border: 2px solid #ff6c00;
    box-shadow: #c2c2c2 0px 5px 20px 0px; }
    .course-box:hover .course-box__img-title {
      background-color: rgba(255, 108, 0, 0.5); }

.course-box__item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  position: relative; }
  .course-box__item:first-child {
    height: 70px; }
  .course-box__item:nth-child(3) {
    padding-top: 16px;
    min-height: 90px; }

.course-box__item--no-padding {
  padding: 0; }

.course-box__item--half {
  width: 100%;
  float: left;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .course-box__item--half {
      width: 50%;
      padding-left: 30px;
      padding-right: 0; } }

.course-box__item--half + .course-box__item--half {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .course-box__item--half + .course-box__item--half {
      padding-left: 0;
      padding-right: 30px; } }

.course-box__title {
  position: relative;
  width: 100%;
  min-height: 70px;
  max-height: 123px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 25px;
  color: #222222;
  font-weight: 600;
  font-size: 16px; /*font-size: 16px;  14px yap **nihat */
  line-height: 1.45; }
  .course-box__title[class^="course-box__title icon--"] {
    padding-right: 30px;
    padding-bottom: 15px; }
  .course-box__title:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.course-box__img {
  position: relative;
  height: 140px;
  background-image: url(images/course-box/course-box-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.course-box__img-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  text-transform: uppercase;
  font-size: 12px;  /* ont-size: 12px; den 11 px yap ** nihat */
  transition: background-color 0.4s ease 0s; }

.course-box__owner {
  position: relative;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999999; }
  .course-box__owner:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.course-box__options {
  position: absolute;
  top: 10px;
  right: 30px; }
  @media (min-width: 1024px) {
    .course-box__options {
      top: 20px;
      right: 30px; } }
  .course-box__options .dropdown-toggle {
    width: 30px;
    height: 30px;
    margin-right: -15px;
    line-height: 32px;
    text-align: center;
    color: #999999;
    cursor: pointer; }
    .course-box__options .dropdown-toggle:before {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      left: 0;
      border: solid 1px #999999;
      border-radius: 50%; }
    .course-box__options .dropdown-toggle:hover {
      color: #1f497d; /*#C84000 */
    }
      .course-box__options .dropdown-toggle:hover:before {
        border-color: #1f497d; /*#C84000 */
    }
  .course-box__options .dropdown-menu {
    padding: 3px 0;
    top: calc(100% + 4px);
    right: -15px;
    border: solid 1px #c2c2c2;
    box-shadow: none; }
    .course-box__options .dropdown-menu a {
      font-size: 10px;
      text-transform: uppercase;
      color: #999999; }
      .course-box__options .dropdown-menu a:hover, .course-box__options .dropdown-menu a:focus, .course-box__options .dropdown-menu a:active {
        background: transparent;
        color: #ff6c00; }

.course-box__desc {
  padding-top: 4px;
  clear: both;
  margin-bottom: 30px;
  color: #666666;
  font-size: 16px;
  line-height: 1.625;
  overflow: hidden; }
  @media (min-width: 768px) {
    .course-box__desc {
      font-size: 16px;
      height: 78px; } }

.course-box__date-text {
  color: #999999;
  font-size: 14px;
  font-weight: 600; }
  .course-box__date-text span {
    font-weight: normal; }

.course-box__date-box {
  position: relative;
  width: calc(50% - 10px);
  height: 50px;
  padding-left: 40px;
  line-height: 50px;
  float: left;
  color: #999999;
  font-size: 12px;
  border: 1px solid #c2c2c2;
  border-radius: 5px; }
  .course-box__date-box:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 9px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  @media (min-width: 768px) {
    .course-box__date-box {
      height: 50px; } }

.course-box__date-box--end {
  color: #70d800;
  border-color: #aeff00; }

.course-box__date-box--no-date {
  color: #c2c2c2;
  border-color: #c2c2c2; }
  .course-box__date-box--no-date:before {
    left: 50%;
    transform: translateX(-50%); }

i + .course-box__date-box {
  margin-right: 0;
  margin-bottom: 20px; }

.course-box__date-box + i {
  float: left;
  margin: 0 6px;
  padding-top: 18px;
  color: #999999; }

.course-box__dl-course-supply,
.course-box__show-dates {
  margin-top: 5px;
  font-size: 10px;
  text-decoration: none;
  color: #1f497d; /*#C84000 */
  cursor: pointer;
  transition: color 0.25s ease 0s; }
  .course-box__dl-course-supply .glyphicon,
  .course-box__show-dates .glyphicon {
    font-size: 8px;
    line-height: 10px; }
  .course-box__dl-course-supply:hover,
  .course-box__show-dates:hover {
    text-decoration: underline;
    color: #ff6c00; }

.course-box__dl-course-supply {
  display: inline-block; }

.course-box__modal {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition-property: z-index, opacity, visibility;
  transition-duration: 0s, 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0.25s, 0s; }
  @media (min-width: 768px) {
    .course-box__modal {
      width: 472px;
      height: auto;
      max-height: 510px;
      top: 50%;
      left: calc(50% - 236px);
      transform: translateY(-50%);
      border: solid 1px #999999;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }
  .course-box__modal.is-open {
    transition-delay: 0s;
    z-index: 99999;
    opacity: 1;
    visibility: visible; }

.course-box__modal__header {
  overflow: hidden;
  padding: 20px 25px; }

.course-box__modal__content {
  padding: 0 25px; }

.course-box__modal__footer {
  overflow: hidden;
  padding: 15px; }

.course-box__modal__entry {
  border-top: solid 1px #c2c2c2; }
  .course-box__modal__entry:first-child {
    border-top-color: #1f497d; /*#C84000 */
}
  .course-box__modal__entry:nth-child(n + 2) {
    margin-top: 35px; }
  .course-box__modal__entry:last-child {
    padding-bottom: 35px;
    margin-bottom: 45px;
    border-bottom: solid 1px #c2c2c2; }

.course-box__modal__title {
  font-size: 18px;
  line-height: 20px;
  color: #999999; }
  .course-box__modal__header .course-box__modal__title {
    max-width: calc(100% - 90px);
    padding: 5px 0;
    float: left;
    text-transform: uppercase; }
  .course-box__modal__entry .course-box__modal__title {
    padding: 15px 0; }
  .course-box__modal__entry:first-child .course-box__modal__title {
    color: #ff6c00; }

.course-box__modal__lesson {
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
  color: #999999; }
  @media (min-width: 480px) {
    .course-box__modal__lesson {
      table-layout: auto;
      width: auto;
      font-size: 16px; } }
  .course-box__modal__lesson:nth-of-type(n + 2) {
    margin-top: 15px; }
  .mycourses-list .course-box__modal__entry:nth-child(n + 2) .course-box__modal__lesson {
    opacity: 0.64; }
  .course-box__modal__lesson td {
    vertical-align: middle; }
    @media (min-width: 480px) {
      .course-box__modal__lesson td {
        min-width: 140px; } }

.course-box__modal__header .close-button {
  float: right; }

.course-box .forma-button {
  max-height: 44px; }

.course-box__modal__footer .forma-button {
  width: auto;
  min-width: 140px;
  max-width: 100%;
  float: right;
  background-color: #c2c2c2; }

.course-box .box_edizioni {
  display: none; }

@media (min-width: 1024px) {
  .mycourses-list {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.section-coourse__header,
.section-coourse__menu {
  padding: 0; }
  @media (min-width: 768px) {
    .section-coourse__header,
    .section-coourse__menu {
      padding: 0 15px; } }

.section-coourse__header {
  display: inline-block; }
  @media (min-width: 768px) {
    .section-coourse__header {
      margin-top: 67px; } }

.section-coourse__img {
  display: inline-block;
  padding: 2px;
  border: 1px solid #cccccc; }
  @media (min-width: 1024px) {
    .section-coourse__img {
      max-width: 70%;
      margin: 5px 25px 25px 0; } }

.section-coourse__title {
  padding-top: 30px;
  color: #333;
  font-weight: bold; }
  @media (min-width: 768px) {
    .section-coourse__title {
      padding-top: 0; } }

.section-coourse__menu {
  overflow: visible;
  border-bottom: none;
  background-color: #f6f6f6; }
  .section-coourse__menu ul li a:hover {
    color: #1f497d; /*#C84000 */
}
  .section-coourse__menu .prv,
  .section-coourse__menu .nxt {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px; }
  .section-coourse__menu ul li a.active {
    color: #1f497d; /*#C84000 */ }
  @media (min-width: 768px) {
    .section-coourse__menu {
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; } }

.section-coourse__dropdown {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .section-coourse__dropdown {
      background-color: #f6f6f6; } }

.section-coourse__menu-slider {
  float: left;
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
  white-space: nowrap;
  padding: 0; }
  .section-coourse__menu-slider li {
    vertical-align: top;
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    /*IE7*/
    zoom: 1; }
    .section-coourse__menu-slider li a {
      float: left;
      font-size: 14px;
      line-height: 26px; }

.section-coourse__progress-container {
  padding: 4px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .section-coourse__progress-container {
      max-width: 250px; } }

.section-coourse__progress {
  margin-bottom: 0;
  height: 25px;
  background: transparent;
  box-shadow: none; }
  .section-coourse__progress .progress-bar {
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: inherit; }
    .section-coourse__progress .progress-bar span {
      padding-left: 10px;
      color: white; }
    .section-coourse__progress .progress-bar[aria-valuenow='0'] span {
      color: inherit; }
  .section-coourse__progress .glyphicon {
    margin: 5px 8px 0 0;
    cursor: pointer; }

.progress-bar-warning--black span {
  color: black !important; }

.section-coourse__menu-horizontal {
  margin: 28px 0; }

.section-coourse__aside {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #f6f6f6; }
  .section-coourse__aside:before {
    width: calc(100% - 60px);
    height: 2px;
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    background-color: #ececec; }

.section-coourse__menu-horizontal .slider-menu {
  border-bottom: solid 1px #ececec; }

.forma-dropdown__selected:hover {
  background-color: white;
  color: #ff6c00; }

#course-info-boot + #yui-main-boot .page-header h1 {
  color: #ff6c00;
  font-family: "Open-sans", Arial;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase; }

.section-coourse .icon--coourse-menu-gestione {
  display: none; }
  @media (min-width: 768px) {
    .section-coourse .icon--coourse-menu-gestione {
      display: block; } }

/**
 FIX PROVVISORIO COME RICHIESTO NEL TASK #16149
 */
#course-info-boot + #yui-main-boot {
  font-family: "Open-sans", Arial; }
  @media (min-width: 1024px) {
    #course-info-boot + #yui-main-boot {
      padding: 0 30px; } }
  #course-info-boot + #yui-main-boot .page-header {
    margin-bottom: 0;
    display: none; }
    @media (min-width: 768px) {
      #course-info-boot + #yui-main-boot .page-header {
        display: block; } }

.FAKE-GRID {
  position: fixed;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none; }

.FAKE-GRID__COL {
  height: 100%;
  border: 1px solid magenta; }

.nav.nav-tabs:not(.bordered) {
  border: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%; }

.nav.nav-tabs li {
  height: 40px;
  margin-right: 9px;
  margin-bottom: 0;
  background-color: #ececec;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: "Open-sans", Arial;
  font-size: 13px;
  font-weight: bold;
  float: none;
  display: inline-block; }
  .nav.nav-tabs li:last-child {
    margin-right: 0; }
  .nav.nav-tabs li:active {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .nav.nav-tabs li a {
    width: 100%;
    height: 40px;
    padding: 12px 35px;
    color: #999999;
    border: none;
    background-color: #ececec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: color 0.2s ease 0s;
    text-transform: uppercase;
    display: block; }
    .nav.nav-tabs li a:hover {
      color: #1f497d; /*#C84000 */
      background-color: #ececec;
      border: none; }
    .nav.nav-tabs li a:focus {
      color: #999999; }
  .nav.nav-tabs li.active > a {
    width: 100%;
    background-color: #1f497d /*#C84000 */ !important;
    border: none !important;
    color: white !important; }

.nav.nav-tabs.bordered {
  width: 200px; }
  .nav.nav-tabs.bordered .dropdown-menu {
    border: 0; }
  .nav.nav-tabs.bordered .dropdown-toggle {
    text-align: center;
    padding-left: 0; }
  .nav.nav-tabs.bordered .dropdown,
  .nav.nav-tabs.bordered a,
  .nav.nav-tabs.bordered li {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left; }
    .nav.nav-tabs.bordered .dropdown.active,
    .nav.nav-tabs.bordered a.active,
    .nav.nav-tabs.bordered li.active {
      background-color: #cccccc; }
  .nav.nav-tabs.bordered a {
    padding-left: 10px; }

.nav.nav-tabs.visible-xs {
  width: 100%;
  border: none; }

.nav.nav-pills {
  height: auto;
  margin-top: -1px;
  background-color: #1f497d; /*#C84000 */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    .nav.nav-pills {
      height: 60px;
      margin: 0; } }
  .nav.nav-pills li {
    position: relative;
    display: inline-block;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 20px !important;
    font-family: "Open-sans", Arial;
    font-size: 12px;
    line-height: 60px; }
    @media (min-width: 768px) {
      .nav.nav-pills li {
        line-height: 60px; } }
    .nav.nav-pills li.selected a {
      background-color: #1f497d; /*#C84000 */
      padding: 0;
      color: white;
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 40px; }
      .nav.nav-pills li.selected a:before {
        content: '';
        position: absolute;
        top: 15px;
        left: 0;
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
      .nav.nav-pills li.selected a:hover {
        background-color: #1f497d; /*#C84000 */
    }
    .nav.nav-pills li a {
      padding: 0;
      color: white;
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 40px; }
      .nav.nav-pills li a:before {
        content: '';
        position: absolute;
        top: 15px;
        left: 0;
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
      .nav.nav-pills li a:hover {
        background-color: #1f497d; /*#C84000 */
        color: white; }

.tabs_filter {
  top: 55px !important;
  width: 100%; }
  @media (min-width: 768px) {
    .tabs_filter {
      top: 45px !important;
      width: auto; } }

.nav.nav-tabs.visible-xs {
  height: 46px;
  padding: 0;
  background-color: #1f497d; /*#C84000 */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .nav.nav-tabs.visible-xs .dropdown {
    width: 100%;
    height: 100%; }
    .nav.nav-tabs.visible-xs .dropdown .dropdown-toggle {
      width: calc(100% - 36px);
      margin: 0 18px;
      padding: 0;
      line-height: 44px;
      font-family: "Open-sans", Arial;
      font-size: 16px;
      text-transform: uppercase;
      color: white;
      border: 0;
      border-bottom: 1px solid #ff6c00; }
      .nav.nav-tabs.visible-xs .dropdown .dropdown-toggle:hover, .nav.nav-tabs.visible-xs .dropdown .dropdown-toggle:focus {
        background-color: #1f497d; /*#C84000 */
    }
      .nav.nav-tabs.visible-xs .dropdown .dropdown-toggle .caret {
        float: right;
        border: 0;
        position: relative; }
        .nav.nav-tabs.visible-xs .dropdown .dropdown-toggle .caret:before {
          content: '\f107';
          font-family: "FontAwesome";
          color: #ff6c00;
          font-size: 18px;
          line-height: 46px;
          position: absolute;
          left: -11px; }
    .nav.nav-tabs.visible-xs .dropdown.open .dropdown-toggle {
      background-color: transparent; }
    .nav.nav-tabs.visible-xs .dropdown.open .dropdown-menu {
      width: 100%;
      padding: 0;
      background-color: #ececec;
      border: none;
      box-shadow: none; }
      .nav.nav-tabs.visible-xs .dropdown.open .dropdown-menu li a {
        padding: 0 18px;
        color: #999999;
        font-family: "Open-sans", Arial;
        line-height: 44px;
        border-bottom: 1px solid #666666;
        text-transform: uppercase; }
      .nav.nav-tabs.visible-xs .dropdown.open .dropdown-menu li.active a {
        background-image: none;
        background-color: transparent;
        color: #1f497d; /*#C84000 */
        font-weight: bold; }
      .nav.nav-tabs.visible-xs .dropdown.open .dropdown-menu li:last-child a {
        border-bottom: none; }

.simple_search_box .navbar-form {
  border: 0;
  padding: 0 18px;
  box-shadow: none;
  margin: 0; }
  @media (min-width: 768px) {
    .simple_search_box .navbar-form {
      padding: 10px 15px; } }

.forma-quick-search-form {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #1f497d; /*#C84000 */
  padding: 0; }
  .forma-quick-search-form .navbar-collapse {
    padding: 0;
    border: none;
    box-shadow: none; }
  .forma-quick-search-form > .navbar {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .forma-quick-search-form .navbar-collapse.collapsing ~ .navbar-header .filter-open,
  .forma-quick-search-form .collapse.navbar-collapse ~ .navbar-header .filter-open {
    display: inline-block; }
    .forma-quick-search-form .navbar-collapse.collapsing ~ .navbar-header .filter-open:before,
    .forma-quick-search-form .collapse.navbar-collapse ~ .navbar-header .filter-open:before {
      content: '\f107'; }
  .forma-quick-search-form .navbar-collapse.collapsing ~ .navbar-header .filter-closed,
  .forma-quick-search-form .collapse.navbar-collapse ~ .navbar-header .filter-closed {
    display: none; }
  .forma-quick-search-form .navbar-collapse.in {
    overflow-y: visible; }
  .forma-quick-search-form .collapse.navbar-collapse.in ~ .navbar-header .filter-open {
    display: none; }
  .forma-quick-search-form .collapse.navbar-collapse.in ~ .navbar-header .filter-closed {
    display: inline-block; }
    .forma-quick-search-form .collapse.navbar-collapse.in ~ .navbar-header .filter-closed:before {
      content: '\f106'; }
  .forma-quick-search-form .navbar {
    margin: 0;
    border: none; }
    .forma-quick-search-form .navbar .navbar-header {
      padding: 20px; }
      @media (min-width: 1024px) {
        .forma-quick-search-form .navbar .navbar-header {
          padding: 0; } }
  @media (min-width: 768px) {
    .forma-quick-search-form .navbar-extra {
      display: flex;
      padding-right: 15px;
      margin-top: 15px;
      justify-content: space-between;
      align-items: center; } }
  @media (min-width: 1024px) {
    .forma-quick-search-form .navbar-extra {
      margin-top: 0; } }
  .forma-quick-search-form .navbar-extra > * {
    display: block;
    width: 100%;
    padding: 0 20px;
    text-align: left;
    float: none !important; }
    @media (min-width: 768px) {
      .forma-quick-search-form .navbar-extra > * {
        width: auto;
        padding: 0; } }
    .forma-quick-search-form .navbar-extra > * .bootstrap-select {
      margin: 0 !important; }
      @media (min-width: 768px) {
        .forma-quick-search-form .navbar-extra > * .bootstrap-select {
          min-width: 220px; } }
  .forma-quick-search-form .filter-label {
    width: auto;
    padding-right: 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    font-size: 14px;
    transition: display 0.2s ease 0s; }
    .forma-quick-search-form .filter-label:before {
      content: '';
      font-family: "FontAwesome";
      color: #ff6c00;
      position: absolute;
      right: 0;
      line-height: 38px;
      font-size: 20px; }
  .forma-quick-search-form .navbar-toggle {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3); }
  @media (min-width: 768px) {
    .forma-quick-search-form .btn-group.bootstrap-select {
      float: left; } }
  .forma-quick-search-form .input-group {
    text-align: left; }

#course_search_filter_set1,
#course_search_filter_reset {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: white; }
  #course_search_filter_set1:hover,
  #course_search_filter_reset:hover {
    text-decoration: underline; }

#course_search_filter_set1 ~ br {
  display: none; }

.layout_footer {
  padding-top: 30px;
  border-top: 2px solid #1f497d; /*#C84000 */;
  text-align: center;
  background-color: white; }
  .layout_footer .powered_by .ownedby {
    font-size: 14px;
    color: #666666; }
  .layout_footer .powered_by .poweredby {
    font-size: 12px; }
    .layout_footer .powered_by .poweredby a {
      color: #c2c2c2;
      text-decoration: none; }

header.header {
  height: 60px;
  padding: 0;
  border-bottom: 2px solid #1f497d; /*#C84000 */
  position: fixed; }
  @media (min-width: 768px) {
    header.header {
      padding: 8px 15px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    header.header .row-fluid .navbar-header {
      width: 100%; } }
  header.header .row-fluid .navbar-header .navbar-brand {
    padding: 15px 0 0 30px;
    position: relative; }
    header.header .row-fluid .navbar-header .navbar-brand img {
      height: 100%;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      header.header .row-fluid .navbar-header .navbar-brand {
        height: 42px;
        padding: 0; } }
  header.header .row-fluid .navbar-header .navbar-toggle {
    position: relative;
    transition: all 0.2s ease-in 0s; }
    @media (min-width: 768px) and (max-width: 1023px) {
      header.header .row-fluid .navbar-header .navbar-toggle {
        display: block !important;
        margin-top: 0; } }
    header.header .row-fluid .navbar-header .navbar-toggle.collapsed .glyphicon.glyphicon-align-justify:before {
      width: 30px;
      height: 30px;
      top: -15px;
      right: 0;
      background-image: url("images/icons/icon--hamburger-mobile.svg"); }
    header.header .row-fluid .navbar-header .navbar-toggle .glyphicon.glyphicon-align-justify:before {
      content: '';
      width: 22px;
      height: 22px;
      display: inline-block;
      position: absolute;
      top: -11px;
      right: 5px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("images/icons/icon--hamburger-mobile-cross.svg"); }
  header.header .row-fluid .navbar-collapse {
    float: right;
    padding: 0; }
    @media (min-width: 768px) and (max-width: 1023px) {
      header.header .row-fluid .navbar-collapse {
        margin-top: 1px !important; } }
    header.header .row-fluid .navbar-collapse li {
      padding: 14px 10px;
      font-family: "Open-sans", Arial;
      font-size: 14px; }
      @media (min-width: 768px) {
        header.header .row-fluid .navbar-collapse li {
          text-transform: uppercase;
          border-right: 1px solid #c2c2c2; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        header.header .row-fluid .navbar-collapse li {
          display: block !important; } }
      @media (min-width: 768px) {
        header.header .row-fluid .navbar-collapse li:first-child {
          padding-left: 0;
          border-right: 1px solid #c2c2c2; } }
      header.header .row-fluid .navbar-collapse li:last-child {
        padding-right: 0;
        border-right: none; }
      header.header .row-fluid .navbar-collapse li a {
        height: 14px;
        padding: 0;
        color: #666666;
        transition: color 0.2s ease 0s;
        line-height: 1; }
        header.header .row-fluid .navbar-collapse li a:hover {
          background-color: transparent;
          color: #ff6c00; }
        header.header .row-fluid .navbar-collapse li a .glyphicon {
          position: relative;
          width: 35px;
          height: 35px; }
          header.header .row-fluid .navbar-collapse li a .glyphicon:hover:before {
            border-color: #ff6c00; }
          header.header .row-fluid .navbar-collapse li a .glyphicon:before {
            content: '';
            position: absolute;
            top: -11px;
            right: -48px;
            width: 35px;
            height: 35px;
            display: inline-block;
            border: 1px solid #c2c2c2;
            border-radius: 50%;
            background-size: 20px;
            background-repeat: no-repeat;
            background-position: center;
            transition: border-color 0.2s ease 0s, background-image 0.2s ease 0s; }
            @media (min-width: 1024px) {
              header.header .row-fluid .navbar-collapse li a .glyphicon:before {
                right: 0; } }
          header.header .row-fluid .navbar-collapse li a .glyphicon.glyphicon-question-sign:hover:before {
            background-image: url("images/icons/top-menu/icon--help-desk-hover.svg"); }
          header.header .row-fluid .navbar-collapse li a .glyphicon.glyphicon-question-sign:before {
            background-image: url("images/icons/top-menu/icon--help-desk.svg"); }
          header.header .row-fluid .navbar-collapse li a .glyphicon.glyphicon-cog:hover:before {
            background-image: url("images/icons/top-menu/icon--admin-hover.svg"); }
          header.header .row-fluid .navbar-collapse li a .glyphicon.glyphicon-cog:before {
            background-image: url("images/icons/top-menu/icon--admin.svg"); }
          header.header .row-fluid .navbar-collapse li a .glyphicon.glyphicon-shopping-cart:hover:before {
            background-image: url("images/icons/top-menu/icon--cart-hover.svg"); }
          header.header .row-fluid .navbar-collapse li a .glyphicon.glyphicon-shopping-cart:before {
            background-image: url("images/icons/top-menu/icon--cart.svg"); }
      header.header .row-fluid .navbar-collapse li.active a {
        color: #ff6c00; }
      header.header .row-fluid .navbar-collapse li .o-wrapper {
        line-height: 1; }
        header.header .row-fluid .navbar-collapse li .o-wrapper .c-button {
          width: calc(100% - 40px);
          margin: 0 40px 0 0;
          padding: 0;
          background: transparent none repeat scroll 0 0;
          border: 0;
          text-align: left; }
          @media (min-width: 1024px) {
            header.header .row-fluid .navbar-collapse li .o-wrapper .c-button {
              width: auto;
              text-align: center; } }
          header.header .row-fluid .navbar-collapse li .o-wrapper .c-button:disabled {
            opacity: 1; }
            header.header .row-fluid .navbar-collapse li .o-wrapper .c-button:disabled a .username {
              color: #ff6c00; }
              header.header .row-fluid .navbar-collapse li .o-wrapper .c-button:disabled a .username:before {
                background-image: url("images/icons/top-menu/icon--profile-hover.svg");
                border: 1px solid #ff6c00; }
          header.header .row-fluid .navbar-collapse li .o-wrapper .c-button.open,
          header.header .row-fluid .navbar-collapse li .o-wrapper .c-button a {
            width: 100%;
            display: inline-block;
            background-color: white;
            line-height: 1;
            text-decoration: none;
            border-right: none !important; }
            @media (min-width: 1024px) {
              header.header .row-fluid .navbar-collapse li .o-wrapper .c-button.open,
              header.header .row-fluid .navbar-collapse li .o-wrapper .c-button a {
                width: auto; } }
            header.header .row-fluid .navbar-collapse li .o-wrapper .c-button.open:before,
            header.header .row-fluid .navbar-collapse li .o-wrapper .c-button a:before {
              display: none !important; }
            header.header .row-fluid .navbar-collapse li .o-wrapper .c-button.open .username,
            header.header .row-fluid .navbar-collapse li .o-wrapper .c-button a .username {
              width: 100%;
              position: relative;
              display: inline-block;
              font-weight: normal; }
              @media (min-width: 768px) {
                header.header .row-fluid .navbar-collapse li .o-wrapper .c-button.open .username,
                header.header .row-fluid .navbar-collapse li .o-wrapper .c-button a .username {
                  text-transform: uppercase;
                  font-weight: bold; } }
              header.header .row-fluid .navbar-collapse li .o-wrapper .c-button.open .username:hover:before,
              header.header .row-fluid .navbar-collapse li .o-wrapper .c-button a .username:hover:before {
                background-image: url("images/icons/top-menu/icon--profile-hover.svg");
                border: 1px solid #ff6c00; }
              header.header .row-fluid .navbar-collapse li .o-wrapper .c-button.open .username:before,
              header.header .row-fluid .navbar-collapse li .o-wrapper .c-button a .username:before {
                content: '';
                position: absolute;
                top: 3px;
                right: -48px;
                width: 35px;
                height: 35px;
                border-radius: 50%;
                border: 1px solid #1f497d; /*#C84000 */
                background-position: center;
                background-size: 13px;
                background-repeat: no-repeat;
                transition: border 0.2s ease 0s, background-image 0.2s ease 0s; }
                @media (min-width: 1024px) {
                  header.header .row-fluid .navbar-collapse li .o-wrapper .c-button.open .username:before,
                  header.header .row-fluid .navbar-collapse li .o-wrapper .c-button a .username:before {
                    top: -11px;
                    right: -45px; } }
        header.header .row-fluid .navbar-collapse li .o-wrapper.has-slide-right .c-button.open {
          text-align: left; }
    @media (min-width: 768px) and (max-width: 1023px) {
      header.header .row-fluid .navbar-collapse.collapse {
        display: none !important; } }
    header.header .row-fluid .navbar-collapse.collapse.in {
      overflow-y: visible;
      max-height: 685px; }
    header.header .row-fluid .navbar-collapse.collapsing, header.header .row-fluid .navbar-collapse.collapse.in {
      width: 100%;
      float: left;
      margin-top: 5px;
      padding: 20px;
      background-color: #ececec; }
      @media (min-width: 768px) and (max-width: 1023px) {
        header.header .row-fluid .navbar-collapse.collapsing, header.header .row-fluid .navbar-collapse.collapse.in {
          display: block !important; } }
      header.header .row-fluid .navbar-collapse.collapsing .nav.navbar-nav, header.header .row-fluid .navbar-collapse.collapse.in .nav.navbar-nav {
        margin: 0; }
        @media (min-width: 768px) and (max-width: 1023px) {
          header.header .row-fluid .navbar-collapse.collapsing .nav.navbar-nav, header.header .row-fluid .navbar-collapse.collapse.in .nav.navbar-nav {
            text-align: left !important; } }
        header.header .row-fluid .navbar-collapse.collapsing .nav.navbar-nav li, header.header .row-fluid .navbar-collapse.collapse.in .nav.navbar-nav li {
          height: 70px;
          margin-bottom: 10px;
          padding: 15px 20px;
          background-color: white;
          border-radius: 5px;
          font-weight: bold; }
          @media (min-width: 768px) and (max-width: 1023px) {
            header.header .row-fluid .navbar-collapse.collapsing .nav.navbar-nav li, header.header .row-fluid .navbar-collapse.collapse.in .nav.navbar-nav li {
              display: block; } }
          header.header .row-fluid .navbar-collapse.collapsing .nav.navbar-nav li .no-border-right, header.header .row-fluid .navbar-collapse.collapse.in .nav.navbar-nav li .no-border-right {
            border-right: none; }
          header.header .row-fluid .navbar-collapse.collapsing .nav.navbar-nav li .no-before:before, header.header .row-fluid .navbar-collapse.collapse.in .nav.navbar-nav li .no-before:before {
            display: none; }
          header.header .row-fluid .navbar-collapse.collapsing .nav.navbar-nav li a, header.header .row-fluid .navbar-collapse.collapse.in .nav.navbar-nav li a {
            height: 40px;
            position: relative;
            line-height: 40px;
            margin-right: 40px;
            border-right: 2px solid #ececec; }
            header.header .row-fluid .navbar-collapse.collapsing .nav.navbar-nav li a:before, header.header .row-fluid .navbar-collapse.collapse.in .nav.navbar-nav li a:before {
              content: '\f105';
              position: absolute;
              right: -35px;
              font-family: "FontAwesome";
              font-size: 23px;
              color: #1f497d; /*#C84000 */
              }
            header.header .row-fluid .navbar-collapse.collapsing .nav.navbar-nav li a .glyphicon, header.header .row-fluid .navbar-collapse.collapse.in .nav.navbar-nav li a .glyphicon {
              width: 100%;
              height: 40px; }
  header.header nav {
    border: none !important; }

.header--external-catalogue .navbar-toggle {
  display: none; }

.top-menu__label {
  font-weight: normal;
  font-family: "Open-sans", Arial; }
  @media (min-width: 1024px) {
    .top-menu__label {
      display: block;
      font-size: 0; } }
  .top-menu__label #cart_element {
    font-size: 10px;
    line-height: 13px; }

.top-menu__disclaimer {
  margin-top: 40px;
  margin-bottom: 6px;
  text-align: center;
  font-family: "Open-sans", Arial;
  color: #999999;
  font-size: 16px; }
  @media (min-width: 1024px) {
    .top-menu__disclaimer {
      display: none; } }

.user-panel {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 70px);
  top: 60px;
  overflow: scroll;
  background-color: #ececec;
  transform: translateX(100%);
  font-family: "Open-sans", Arial;
  text-align: left;
  border-radius: 0;
  z-index: 9000; }
  @media (min-width: 768px) {
    .user-panel {
      width: 320px;
      background-color: white;
      border-radius: 5px;
      box-shadow: #c2c2c2 0px 5px 20px 0px;
      transform: translateX(350px); } }
  .user-panel .c-menu__close {
    background-color: transparent; }
    .user-panel .c-menu__close span {
      padding-left: 39px; }
  .user-panel .container-fluid {
    padding: 0 15px;
    background-color: #ececec; }
    @media (min-width: 768px) {
      .user-panel .container-fluid {
        background-color: transparent;
        padding: 0 9px; } }
    .user-panel .container-fluid .row {
      margin: 0;
      padding: 0 15px; }
      @media (min-width: 768px) {
        .user-panel .container-fluid .row {
          padding: 0; } }
      .user-panel .container-fluid .row:first-child {
        padding: 9px 25px 9px 0;
        height: 50px;
        margin-top: 15px;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .user-panel .container-fluid .row:first-child {
            border-bottom: 1px solid #c2c2c2;
            margin-top: 0;
            margin-bottom: 0;
            padding: 9px 0; } }
        .user-panel .container-fluid .row:first-child a span {
          width: auto;
          font-family: "Open-sans", Arial;
          color: #999999;
          line-height: 32px;
          font-size: 12px;
          text-transform: uppercase; }
        .user-panel .container-fluid .row:first-child .col-xs-6 {
          text-align: left; }
        .user-panel .container-fluid .row:first-child .col-xs-6 + .col-xs-6 {
          text-align: right; }
          .user-panel .container-fluid .row:first-child .col-xs-6 + .col-xs-6 span {
            padding-right: 25px; }
        .user-panel .container-fluid .row:first-child .glyphicon:before {
          content: '';
          position: absolute;
          border-radius: 0;
          border: none;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          transition: background-image 0.2s ease 0s; }
        .user-panel .container-fluid .row:first-child .glyphicon.glyphicon-remove {
          width: auto; }
          @media (min-width: 768px) {
            .user-panel .container-fluid .row:first-child .glyphicon.glyphicon-remove:hover:before {
              background-image: url("images/icons/user-panel/icon--up-close-hover.png"); } }
          .user-panel .container-fluid .row:first-child .glyphicon.glyphicon-remove:before {
            content: '\f053';
            width: 30px;
            height: 30px;
            top: 0;
            left: 0;
            right: inherit;
            font-family: "FontAwesome";
            color: #1f497d; /*#C84000 */
            text-align: center; }
            @media (min-width: 768px) {
              .user-panel .container-fluid .row:first-child .glyphicon.glyphicon-remove:before {
                content: '';
                width: 30px;
                height: 30px;
                background-image: url("images/icons/user-panel/icon--up-close.png"); } }
        .user-panel .container-fluid .row:first-child .glyphicon.glyphicon-off {
          width: auto; }
          .user-panel .container-fluid .row:first-child .glyphicon.glyphicon-off:hover:before {
            background-image: url("images/icons/user-panel/icon--up-logout-hover.png"); }
          .user-panel .container-fluid .row:first-child .glyphicon.glyphicon-off:before {
            width: 19px;
            height: 16px;
            top: 7px;
            right: 0;
            left: inherit;
            background-image: url("images/icons/user-panel/icon--up-logout.png"); }
      .user-panel .container-fluid .row.profile {
        min-height: 116px;
        padding-bottom: 15px;
        padding-top: 19px;
        border: none;
        background-color: white;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
        @media (min-width: 768px) {
          .user-panel .container-fluid .row.profile {
            background-color: transparent;
            border-radius: 0; } }
        .user-panel .container-fluid .row.profile .col-xs-5 {
          padding-left: 9px;
          padding-right: 0; }
          .user-panel .container-fluid .row.profile .col-xs-5 .boxed {
            width: 97px;
            height: 97px;
            padding: 0;
            border: none;
            background-image: url("images/icons/user-panel/icon--up-photo-placeholder.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
        .user-panel .container-fluid .row.profile .col-xs-7 {
          padding: 17px 0 0 0;
          text-align: left; }
          .user-panel .container-fluid .row.profile .col-xs-7 a {
            display: inline-block;
            width: auto;
            margin-bottom: 5px;
            text-transform: none; }
            .user-panel .container-fluid .row.profile .col-xs-7 a:first-child {
              height: 17px;
              color: #c2c2c2; }
              .user-panel .container-fluid .row.profile .col-xs-7 a:first-child .glyphicon.glyphicon-pencil {
                width: 100%;
                height: 17px;
                line-height: 16px;
                padding-left: 25px;
                font-family: "Open-sans", Arial;
                border-radius: 0; }
                .user-panel .container-fluid .row.profile .col-xs-7 a:first-child .glyphicon.glyphicon-pencil:before {
                  content: '';
                  border: none;
                  position: absolute;
                  top: 0;
                  left: 0;
                  background-image: url("images/icons/user-panel/icon--up-edit.png");
                  background-size: contain;
                  background-repeat: no-repeat;
                  background-position: center;
                  width: 16px;
                  height: 17px;
                  border-radius: 0; }
            .user-panel .container-fluid .row.profile .col-xs-7 a:nth-child(2) {
              color: #666666;
              font-weight: bold;
              font-size: 12px; }
              @media (min-width: 768px) {
                .user-panel .container-fluid .row.profile .col-xs-7 a:nth-child(2) {
                  font-size: 14px; } }
            .user-panel .container-fluid .row.profile .col-xs-7 a:last-child {
              color: #666666;
              font-size: 12px; }
              @media (min-width: 768px) {
                .user-panel .container-fluid .row.profile .col-xs-7 a:last-child {
                  font-size: 14px; } }
      .user-panel .container-fluid .row.social {
        display: none; }
      .user-panel .container-fluid .row.comunication {
        padding: 10px 0 20px;
        background-color: white; }
        @media (min-width: 768px) {
          .user-panel .container-fluid .row.comunication {
            background-color: transparent; } }
        .user-panel .container-fluid .row.comunication .col-xs-4 {
          padding: 0 9px 0 9px; }
          .user-panel .container-fluid .row.comunication .col-xs-4 a {
            padding: 0; }
      .user-panel .container-fluid .row.career {
        background-color: white;
        padding: 0; }
        @media (min-width: 768px) {
          .user-panel .container-fluid .row.career {
            background-color: transparent; } }
        .user-panel .container-fluid .row.career .col-xs-12 {
          padding: 0 9px 0 9px; }
          .user-panel .container-fluid .row.career .col-xs-12 h2 {
            width: auto;
            padding-right: 10px;
            position: relative;
            font-weight: bold;
            background-color: white;
            overflow: hidden;
            font-size: 16px;
            text-transform: none;
            z-index: 20; }
          .user-panel .container-fluid .row.career .col-xs-12 .list-group {
            border-radius: 0;
            box-shadow: none;
            list-style: none;
            position: relative; }
            .user-panel .container-fluid .row.career .col-xs-12 .list-group:before {
              content: '';
              background-color: #ececec;
              width: 100%;
              height: 1px;
              position: absolute;
              top: -8px;
              right: 0; }
            .user-panel .container-fluid .row.career .col-xs-12 .list-group .list-group-item {
              padding: 5px 7px 5px 9px;
              border: 0;
              position: relative;
              font-size: 14px; }
              .user-panel .container-fluid .row.career .col-xs-12 .list-group .list-group-item:before {
                content: '\f111';
                font-family: "FontAwesome";
                color: #1f497d; /*#C84000 */
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                font-size: 5px; }
              .user-panel .container-fluid .row.career .col-xs-12 .list-group .list-group-item .badge {
                background-color: white;
                color: black;
                padding: 0;
                font-size: 14px; }
                .user-panel .container-fluid .row.career .col-xs-12 .list-group .list-group-item .badge a:hover {
                  color: black; }
      .user-panel .container-fluid .row.course-subscription {
        background-color: white; }
        @media (min-width: 768px) {
          .user-panel .container-fluid .row.course-subscription {
            margin: 0 -9px 0 -9px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            background-color: #f6f6f6; } }
        .user-panel .container-fluid .row.course-subscription .col-xs-12 {
          padding: 20px 9px;
          position: relative;
          background-color: #f6f6f6;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }
          @media (min-width: 768px) {
            .user-panel .container-fluid .row.course-subscription .col-xs-12 {
              background-color: transparent;
              border-top-left-radius: 0;
              border-top-right-radius: 0; } }
          .user-panel .container-fluid .row.course-subscription .col-xs-12 .input-group {
            width: 100%; }
            .user-panel .container-fluid .row.course-subscription .col-xs-12 .input-group .form-control {
              border-radius: 5px;
              height: 40px; }
              .user-panel .container-fluid .row.course-subscription .col-xs-12 .input-group .form-control:focus {
                border-color: #ff6c00;
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ff6c00; }
              .user-panel .container-fluid .row.course-subscription .col-xs-12 .input-group .form-control::-webkit-input-placeholder, .user-panel .container-fluid .row.course-subscription .col-xs-12 .input-group .form-control::-moz-placeholder, .user-panel .container-fluid .row.course-subscription .col-xs-12 .input-group .form-control:-ms-input-placeholder, .user-panel .container-fluid .row.course-subscription .col-xs-12 .input-group .form-control:-moz-placeholder {
                font-style: italic; }
            .user-panel .container-fluid .row.course-subscription .col-xs-12 .input-group .input-group-btn {
              width: auto;
              position: absolute;
              right: 9px;
              top: 7px;
              z-index: 10; }
      .user-panel .container-fluid .row.news {
        background-color: white;
        margin: 0; }
        @media (min-width: 768px) {
          .user-panel .container-fluid .row.news {
            margin: 0 -9px 0 -9px;
            background-color: #f6f6f6;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px; } }
        .user-panel .container-fluid .row.news h2 {
          width: auto;
          padding-right: 10px;
          position: relative;
          font-weight: bold;
          overflow: hidden;
          font-size: 16px;
          text-transform: none;
          background-color: #f6f6f6;
          z-index: 20; }
        .user-panel .container-fluid .row.news .col-xs-12 {
          background-color: #f6f6f6;
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px; }
          @media (min-width: 768px) {
            .user-panel .container-fluid .row.news .col-xs-12 {
              border-bottom-left-radius: 0;
              border-bottom-right-radius: 0; } }
        .user-panel .container-fluid .row.news .carousel {
          padding-bottom: 36px; }
          .user-panel .container-fluid .row.news .carousel .item {
            padding-top: 5px;
            padding-bottom: 25px; }
      .user-panel .container-fluid .row.credits {
        height: auto;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 15px;
        border: none; }
      .user-panel .container-fluid .row.lang {
        background-color: white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
        @media (min-width: 768px) {
          .user-panel .container-fluid .row.lang {
            background-color: transparent;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0; } }
        .user-panel .container-fluid .row.lang .col-xs-6:first-child {
          padding: 0 9px 0 9px; }
          .user-panel .container-fluid .row.lang .col-xs-6:first-child p {
            font-family: "Open-sans", Arial;
            color: #c2c2c2;
            line-height: 40px; }
        .user-panel .container-fluid .row.lang .col-xs-6:last-child {
          padding: 0 11px 0 20px; }
          .user-panel .container-fluid .row.lang .col-xs-6:last-child .list-inline {
            margin: 0;
            line-height: 40px; }
            .user-panel .container-fluid .row.lang .col-xs-6:last-child .list-inline li {
              padding: 0;
              margin-left: 10px;
              border: none; }
              .user-panel .container-fluid .row.lang .col-xs-6:last-child .list-inline li:first-child {
                margin-left: 0; }
              .user-panel .container-fluid .row.lang .col-xs-6:last-child .list-inline li:nth-child(4n + 1) {
                margin-left: 0;
                clear: both; }
              .user-panel .container-fluid .row.lang .col-xs-6:last-child .list-inline li a.lang-sprite {
                width: 19px;
                height: 14px; }
      .user-panel .container-fluid .row.footer {
        margin: 30px 0;
        text-align: center;
        font-family: "Open-sans", Arial;
        color: #999999;
        font-size: 16px; }
        @media (min-width: 768px) {
          .user-panel .container-fluid .row.footer {
            display: none; } }
      .user-panel .container-fluid .row .col-xs-6 {
        padding: 0; }
  .user-panel .table-credit-wrapper {
    border-radius: 5px;
    border: 1px solid #999999;
    overflow: hidden; }
  .user-panel .table-credit {
    width: 100%;
    font-family: "Open-sans", Arial; }
  .user-panel .table-credit__row {
    line-height: 40px;
    border-top: 1px solid #ececec; }
    .user-panel .table-credit__row:first-child {
      border-top: none; }
    .user-panel .table-credit__row td {
      border-right: 1px solid #999999; }
      .user-panel .table-credit__row td:first-child {
        padding-left: 10px; }
      .user-panel .table-credit__row td:last-child {
        border-right: none;
        text-align: center; }
  .user-panel .table-credit__row--head {
    background-color: #f6a623;
    color: white;
    font-weight: bold;
    border-radius: 5px; }
  .user-panel .table-credit__row--footer {
    background-color: #ececec;
    font-weight: bold;
    color: #404040;
    border-radius: 5px; }
  .user-panel .form_line_l {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px; }
    .user-panel .form_line_l p {
      display: none; }
  .user-panel .form-control {
    width: 100%; }

.c-mask {
  background-color: transparent; }

/* TEMPORARY STYLES */
.social-accounts-title {
  display: none; }

.social-accounts {
  display: none !important; }

.social-login__title {
  display: block;
  padding: 10px 25px;
  position: relative;
  margin-top: 15px;
  text-align: center;
  line-height: 14px; }
  .social-login__title:before {
    width: calc(100% - 50px);
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
    left: 25px;
    z-index: 0;
    background-color: #666; }
  .social-login__title span {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    background-color: #f6f6f6;
    font-size: 14px;
    font-style: italic; }

.social-login__list {
  margin: 16px 0 24px;
  font-size: 12px;
  text-align: center; }
  .social-login__list > a {
    display: inline-block;
    margin: 0 8px;
    text-decoration: none !important; }
  .social-login__list .fa {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff; }
  .social-login__list .fa-facebook {
    background-color: #3b5998; }
  .social-login__list .fa-twitter {
    background-color: #1da1f2; }
  .social-login__list .fa-google,
  .social-login__list .fa-google-plus {
    background-color: #d62d20; }
  .social-login__list .fa-linkedin {
    background-color: #0077b5; }
  .social-login__list .form_elem_button {
    text-align: center;
    padding-right: 0; }
    .social-login__list .form_elem_button input {
      margin: 0 auto; }

.select-language {
  font-size: 16px;
  text-align: right; }

#change_language {
  margin-left: 3px;
  font-weight: bold;
  text-decoration: none !important;
  color: black; }

#change_language .fa {
  margin-left: 6px;
  font-weight: normal;
  color: #ff6c00; }

.select-language .dropdown {
  display: inline-block; }

.select-language .dropdown-menu {
  left: auto;
  right: 0;
  text-align: center; }

.select-language .dropdown-item {
  display: block;
  padding: 0 8px;
  text-decoration: none !important;
  color: black; }
  .select-language .dropdown-item:hover {
    color: #ff6c00; }

.aside {
  padding: 20px;
  border: 2px solid #ececec;
  border-radius: 5px;
  font-family: "Open-sans", Arial; }
  .aside .indent {
    display: inline;
    width: 20px;
    height: 20px; }
  .aside .icon.expand-icon {
    width: 10px;
    height: 15px;
    margin-right: 5px;
    display: inline;
    position: relative;
    z-index: 9999; }
    .aside .icon.expand-icon:before {
      content: '';
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 2px; }
    .aside .icon.expand-icon.glyphicon-chevron-right:before {
      width: 10px;
      height: 15px;
      background-image: url("images/icons/aside/icon--arrow-right.svg");
      left: -20px; }
    .aside .icon.expand-icon.glyphicon-chevron-down:before {
      width: 23px;
      height: 14px;
      background-image: url("images/icons/aside/icon--arrow-down.svg");
      left: -30px; }
  .aside .list-group {
    box-shadow: none;
    margin-bottom: 0; }
  .aside .list-group-item {
    height: 40px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 12px;
    padding-bottom: 0;
    padding-left: 20px;
    line-height: 40px;
    position: relative;
    border-radius: 5px;
    transition: all 0.2s ease-in 0s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .aside .list-group-item:last-child {
      margin-bottom: 0; }
    .aside .list-group-item.node-treeview1:hover {
      cursor: pointer;
      background-color: #1f497d /*#C84000 */ !important;
      color: white !important; }
    .aside .list-group-item:first-child {
      padding-left: 35px; }
      .aside .list-group-item:first-child .glyphicon-chevron-down:before {
        left: -25px; }
  .aside .node-checked {
    background-color: white !important;
    color: black !important; }

.folder-view__title {
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff6c00; }

.folder-view__filters {
  border-bottom: solid 4px #1f497d; /*#C84000 */ }

.folder-view__table {
  width: 100%; }

.course-objects__item {
  height: 82px;
  vertical-align: middle !important;
  border: none !important;
  font-size: 18px;
  text-align: left;
  color: #333; }
  .course-objects__item:first-of-type {
    border-radius: 5px 0 0 5px; }
  .course-objects__item:last-of-type {
    border-radius: 0 5px 5px 0; }
  tr:nth-child(odd) .course-objects__item {
    background-color: #f6f6f6; }

.course-objects__item--icon {
  width: 82px;
  padding: 20px 0 !important;
  text-align: center; }
  tr:nth-child(odd) .course-objects__item--icon {
    background-color: #ececec !important; }

.course-objects__item--name {
  padding: 20px !important; }

.course-objects__item--action {
  width: 40px;
  padding: 20px 5px !important;
  text-align: center; }

.course-objects__item--dropdown {
  width: 160px;
  padding: 20px 20px 20px 0 !important; }

.section-coourse__header,
.section-coourse__menu {
  padding: 0; }
  @media (min-width: 768px) {
    .section-coourse__header,
    .section-coourse__menu {
      padding: 0 15px; } }

.section-coourse__header {
  display: inline-block; }
  @media (min-width: 768px) {
    .section-coourse__header {
      margin-top: 67px; } }

.section-coourse__img {
  display: inline-block;
  padding: 2px;
  border: 1px solid #cccccc; }
  @media (min-width: 1024px) {
    .section-coourse__img {
      max-width: 70%;
      margin: 5px 25px 25px 0; } }

.section-coourse__title {
  padding-top: 30px;
  color: #333;
  font-weight: bold; }
  @media (min-width: 768px) {
    .section-coourse__title {
      padding-top: 0; } }

.section-coourse__menu {
  overflow: visible;
  border-bottom: none;
  background-color: #f6f6f6; }
  .section-coourse__menu ul li a:hover {
    color: #1f497d; /*#C84000 */ }
  .section-coourse__menu .prv,
  .section-coourse__menu .nxt {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px; }
  .section-coourse__menu ul li a.active {
    color: #1f497d; /*#C84000 */
}
  @media (min-width: 768px) {
    .section-coourse__menu {
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; } }

.section-coourse__dropdown {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .section-coourse__dropdown {
      background-color: #f6f6f6; } }

.section-coourse__menu-slider {
  float: left;
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
  white-space: nowrap;
  padding: 0; }
  .section-coourse__menu-slider li {
    vertical-align: top;
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    /*IE7*/
    zoom: 1; }
    .section-coourse__menu-slider li a {
      float: left;
      font-size: 14px;
      line-height: 26px; }

.section-coourse__progress-container {
  padding: 4px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .section-coourse__progress-container {
      max-width: 250px; } }

.section-coourse__progress {
  margin-bottom: 0;
  height: 25px;
  background: transparent;
  box-shadow: none; }
  .section-coourse__progress .progress-bar {
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: inherit; }
    .section-coourse__progress .progress-bar span {
      padding-left: 10px;
      color: white; }
    .section-coourse__progress .progress-bar[aria-valuenow='0'] span {
      color: inherit; }
  .section-coourse__progress .glyphicon {
    margin: 5px 8px 0 0;
    cursor: pointer; }

.progress-bar-warning--black span {
  color: black !important; }

.section-coourse__menu-horizontal {
  margin: 28px 0; }

.section-coourse__aside {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #f6f6f6; }
  .section-coourse__aside:before {
    width: calc(100% - 60px);
    height: 2px;
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    background-color: #ececec; }

.section-coourse__menu-horizontal .slider-menu {
  border-bottom: solid 1px #ececec; }

.forma-dropdown__selected:hover {
  background-color: white;
  color: #ff6c00; }

#course-info-boot + #yui-main-boot .page-header h1 {
  color: #ff6c00;
  font-family: "Open-sans", Arial;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase; }

.section-coourse .icon--coourse-menu-gestione {
  display: none; }
  @media (min-width: 768px) {
    .section-coourse .icon--coourse-menu-gestione {
      display: block; } }

/**
 FIX PROVVISORIO COME RICHIESTO NEL TASK #16149
 */
#course-info-boot + #yui-main-boot {
  font-family: "Open-sans", Arial; }
  @media (min-width: 1024px) {
    #course-info-boot + #yui-main-boot {
      padding: 0 30px; } }
  #course-info-boot + #yui-main-boot .page-header {
    margin-bottom: 0;
    display: none; }
    @media (min-width: 768px) {
      #course-info-boot + #yui-main-boot .page-header {
        display: block; } }

.slider-menu {
  padding: 0 22px;
  margin: 0; }
  @media (min-width: 1024px) {
    .slider-menu.hidden-arrows .slider-menu__arrow {
      display: none !important; } }

.slider-menu--tabs .slick-slide {
  margin-right: 9px; }

.slider-menu__item {
  height: 30px;
  padding: 5px 10px;
  position: relative;
  font-size: 15px;
  line-height: 19px; }
  .slider-menu .slider-menu__item {
    list-style-type: none;
    display: inline-block; }
  .slick-slide:nth-child(n + 2) .slider-menu__item {
    padding-left: 13px; }
    .slick-slide:nth-child(n + 2) .slider-menu__item:before {
      width: 3px;
      height: 3px;
      content: '\f0da';
      font-family: "FontAwesome";
      font-size: 9px;
      position: absolute;
      left: 0;
      background-color: transparent; }
  .slider-menu__item a {
    font-family: "Open-sans", Arial;
    transition: all 0.2s ease-in 0s; }
    .slider-menu__item a:hover {
      color: #ff6c00; }
  .slider-menu__item.is-selected a {
    color: #ff6c00;
    font-weight: bold; }

.slider-menu__item--selected-area {
  color: #ff6c00; }

.slider-menu__arrow {
  width: 18px;
  height: 30px;
  position: absolute;
  top: 0;
  z-index: 1;
  line-height: 30px;
  text-align: center; }
  .slider-menu__arrow.slick-prev {
    left: 0; }
  .slider-menu__arrow.slick-next {
    right: 0; }
  .slider-menu__arrow.slick-disabled {
    visibility: hidden; }
  .slider-menu__arrow span:last-child {
    margin-left: -8px; }
  .slider-menu--tabs .slider-menu__arrow {
    top: 5px; }

.homepage {
  height: auto;
  /* Importante per posizione corretta bootstrap datepicker */
  max-height: initial;
  /* Importante per posizione corretta bootstrap datepicker */
  position: relative;
  background-image: url("images/login/bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: white; }
  @media (min-width: 768px) {
    .homepage {
      padding-top: 30px; } }

.homepage__footer {
  padding: 0;
  margin: 30px auto 0 auto;
  padding-bottom: 30px;
  text-align: center;
  color: white; }
  .homepage__footer a {
    color: white; }

.homepage__content {
  width: 100%;
  max-width: 760px;
  position: relative;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  overflow: visible; }
  @media (min-width: 768px) {
    .homepage__content {
      margin: 0 auto;
      border-radius: 5px; } }

.homepage__row {
  padding: 0 14px;
  overflow: hidden;
  line-height: 1.5;
  text-align: center; }
  @media (min-width: 768px) {
    .homepage__row {
      padding: 0 30px; } }
  @media (min-width: 768px) {
    .homepage__row.row-fluid {
      padding: 10px 15px; } }
  .homepage__row.clearfix {
    overflow: visible; }

.homepage__row--text-left {
  text-align: left; }

.homepage__row h3 {
  font-size: 18px; }

.homepage__row p {
  font-size: 12px;
  color: #666;
  width: 100%; }

.homepage__row--header {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: visible;
  background-color: transparent;
  border-bottom: solid 3px #1f497d; /*#C84000 */
  position: relative;
  text-align: left; }
  @media (min-width: 768px) {
    .homepage__row--header {
      padding-top: 38px;
      padding-bottom: 34px;
      margin-bottom: 12px;
      border: none; } }

.homepage__row--login {
  padding-top: 14px;
  padding-bottom: 47px; }
  @media (min-width: 768px) {
    .homepage__row--login {
      padding-top: 32px; } }

.homepage__row--gray {
  background-color: #f6f6f6; }

.homepage__row--form {
  text-align: left; }
  .homepage__row--form > * {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .homepage__row--form > * {
        margin-top: 0; } }

.homepage__row--form-disclaimer {
  margin: 5px 0 10px;
  font-size: 12px;
  font-style: italic;
  color: #d0d0d0; }
  .homepage__row--form-disclaimer > p {
    max-height: 70px;
    overflow: auto; }

.homepage__row--privacy .has-error {
  padding: 6px 12px;
  border: solid 2px #ff6c00;
  border-radius: 4px; }

.homepage__back {
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-align: left; }
  .homepage__back a {
    display: block;
    padding: 10px 0;
    color: inherit; }
    .homepage__back a:hover {
      text-decoration: none; }
  .homepage__back .fa {
    color: #ff6c00; }

.homepage__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/login/bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: white; }

.homepage__form {
  padding: 0;
  margin: 0;
  border: none; }

.homepage__links {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 0; }
  .homepage__links > a {
    display: inline-block;
    margin: 0 4px;
    line-height: 1;
    font-size: 12px;
    text-decoration: underline;
    color: #666666; }
    .homepage__links > a:nth-child(n + 2) {
      padding-left: 8px;
      border-left: solid 2px currentColor; }
    .homepage__row--login .homepage__links > a {
      font-size: 14px; }
    .homepage__row--footer .homepage__links > a {
      font-size: 14px;
      font-weight: bold; }
  .homepage__row--footer .homepage__links {
    padding: 10px 0 20px;
    border-top: solid 2px #1f497d; /*#C84000 */ }

.homepage__row--header .pull-right {
  text-align: right; }

.homepage .left_logo {
  height: 30px; }
  @media (min-width: 768px) {
    .homepage .left_logo {
      height: 54px; } }

.homepage__footer .poweredby {
  font-size: 11px; }

.homepage__row .checkbox-inline {
  font-size: 12px;
  line-height: 1.4;
  color: #717171; }

.homepage__row--form .checkbox-inline {
  font-size: 14px; }

.homepage__row--form .check {
  position: absolute;
  top: 0; }

.homepage .forma-button {
  font-weight: bold; }

.homepage__row--header .forma-button {
  width: 239px; }

.homepage__row--login .forma-button {
  margin-bottom: 15px; }

.homepage__row .forma-button[type='submit'] {
  margin-top: 15px; }

.homepage__form--lost-pwd .forma-button[type='submit'] {
  margin-top: 0; }
  @media (min-width: 768px) {
    .homepage__form--lost-pwd .forma-button[type='submit'] {
      margin-top: 5px; } }

.homepage__form--lost-pwd .forma-button.thin {
  height: 34px;
  margin-top: 0;
  line-height: 34px; }

.homepage__row a.forma-button {
  width: auto;
  margin-top: 15px; }

.homepage .forma-button--black {
  transition: background-color 0.25s ease 0s; }
  .homepage .forma-button--black:hover {
    background-color: #ff6c00; }

.homepage__row--login .form-control, .homepage__row--login
.logout, .homepage__row--login
.login_failed {
  display: block;
  margin-top: 15px; }

.homepage__row--login .logout, .homepage__row--login
.login_failed {
  color: #ff6c00; }

.homepage__row--form .form-control.has-error {
  border: solid 2px #ff6c00; }

.homepage__row--form .form-text,
.homepage__row--privacy .form-text {
  display: none;
  margin-top: 4px;
  color: #ff6c00; }

.homepage__row--form .has-error + .form-text,
.homepage__row--privacy .has-error + .form-text {
  display: block; }

.homepage .fa-check {
  margin: 20px auto;
  font-size: 54px;
  color: #70d800; }

.homepage__text {
  color: #404040;
  font-size: 16px; }

.homepage__row .homepage__text--title {
  font-size: 18px;
  margin-bottom: 30px; }

.homepage__row .homepage__text--description {
  margin-top: 10px;
  margin-bottom: 70px; }

.homepage__text--justified {
  text-align: justify; }

.homepage__text--centered {
  text-align: center; }

.homepage__text--left {
  text-align: left; }

.homepage__collapsed-text {
  height: 75px;
  min-height: 75px;
  display: block;
  overflow: hidden; }
  .homepage__collapsed-text.in {
    height: auto; }

.homepage__collapsed-text + .collapse-wrapper .icon--close {
  padding-left: 40px;
  cursor: pointer;
  width: 95px;
  font-family: "Open-sans", Arial;
  color: #666;
  padding-top: 5px; }

.icon--close:hover:before {
  background-image: url("images/icons/user-panel/icon--up-close-hover.png"); }

.icon--close:before {
  top: 0;
  left: 0;
  right: inherit;
  width: 30px;
  height: 30px;
  background-image: url("images/icons/user-panel/icon--up-close.png"); }

.homepage__collapsed-text + .collapse-wrapper {
  height: 80px; }
  .homepage__collapsed-text + .collapse-wrapper .icon {
    display: none;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.homepage__collapsed-text.in + .collapse-wrapper .icon {
  display: block; }

.homepage__collapsed-text.in + .collapse-wrapper .forma-button {
  display: none; }
