/**
 * Soleil AB
 * Author: Kimmy Monassar
 * Date: Mon Dec 02 2019 09:06:14 GMT+0100 (GMT+01:00)
 * Build script version: 3.1.6
 */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-flex;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-flex: 1;
      flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: 22px;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
      align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
      flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-flex: 1;
      flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
      align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-justify-content: center;
      justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-flex: 1;
      flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.flatpickr-calendar {
  border-radius: 0;
}
.flatpickr-months .flatpickr-month {
  height: 35px;
}
span.flatpickr-day:not(.startRange):not(.inRange) + span.flatpickr-day.selected.endRange {
  border-radius: 50px;
}
span.flatpickr-day.startRange + span.flatpickr-day.selected.endRange:hover {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #2c2f34;
}
.flatpickr-day.inRange {
  box-shadow: -5px 0 0 #f2f2f2, 5px 0 0 #f2f2f2;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ffd618;
  color: #2c2f34;
  border-color: #ffd618;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: -10px 0 0 #ffd618;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
          transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.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-500px:before {
  content: "\f26e";
}
.fa-abacus:before {
  content: "\f640";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acorn:before {
  content: "\f6ae";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-alarm-exclamation:before {
  content: "\f843";
}
.fa-alarm-plus:before {
  content: "\f844";
}
.fa-alarm-snooze:before {
  content: "\f845";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alicorn:before {
  content: "\f6b0";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-slash:before {
  content: "\f846";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-analytics:before {
  content: "\f643";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angel:before {
  content: "\f779";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-crate:before {
  content: "\f6b1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-atom-alt:before {
  content: "\f5d3";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-axe:before {
  content: "\f6b2";
}
.fa-axe-battle:before {
  content: "\f6b3";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backpack:before {
  content: "\f5d4";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-badge-dollar:before {
  content: "\f645";
}
.fa-badge-percent:before {
  content: "\f646";
}
.fa-badger-honey:before {
  content: "\f6b4";
}
.fa-bags-shopping:before {
  content: "\f847";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ball-pile:before {
  content: "\f77e";
}
.fa-ballot:before {
  content: "\f732";
}
.fa-ballot-check:before {
  content: "\f733";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bat:before {
  content: "\f6b5";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-exclamation:before {
  content: "\f848";
}
.fa-bell-plus:before {
  content: "\f849";
}
.fa-bell-school:before {
  content: "\f5d5";
}
.fa-bell-school-slash:before {
  content: "\f5d6";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bells:before {
  content: "\f77f";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-biking-mountain:before {
  content: "\f84b";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bone-break:before {
  content: "\f5d8";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-alt:before {
  content: "\f5d9";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-spells:before {
  content: "\f6b8";
}
.fa-book-user:before {
  content: "\f7e7";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-books:before {
  content: "\f5db";
}
.fa-books-medical:before {
  content: "\f7e8";
}
.fa-boot:before {
  content: "\f782";
}
.fa-booth-curtain:before {
  content: "\f734";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-bottom:before {
  content: "\f84d";
}
.fa-border-inner:before {
  content: "\f84e";
}
.fa-border-left:before {
  content: "\f84f";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-outer:before {
  content: "\f851";
}
.fa-border-right:before {
  content: "\f852";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-border-style-alt:before {
  content: "\f854";
}
.fa-border-top:before {
  content: "\f855";
}
.fa-bow-arrow:before {
  content: "\f6b9";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-ballot:before {
  content: "\f735";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-brackets:before {
  content: "\f7e9";
}
.fa-brackets-curly:before {
  content: "\f7ea";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-loaf:before {
  content: "\f7eb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-bring-forward:before {
  content: "\f856";
}
.fa-bring-front:before {
  content: "\f857";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-bullseye-pointer:before {
  content: "\f649";
}
.fa-burger-soda:before {
  content: "\f858";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-burrito:before {
  content: "\f7ed";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-bus-school:before {
  content: "\f5dd";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-cabinet-filing:before {
  content: "\f64b";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calculator-alt:before {
  content: "\f64c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-star:before {
  content: "\f736";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campfire:before {
  content: "\f6ba";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candle-holder:before {
  content: "\f6bc";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-candy-corn:before {
  content: "\f6bd";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-building:before {
  content: "\f859";
}
.fa-car-bump:before {
  content: "\f5e0";
}
.fa-car-bus:before {
  content: "\f85a";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-garage:before {
  content: "\f5e2";
}
.fa-car-mechanic:before {
  content: "\f5e3";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tilt:before {
  content: "\f5e5";
}
.fa-car-wash:before {
  content: "\f5e6";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cars:before {
  content: "\f85b";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cauldron:before {
  content: "\f6bf";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chair-office:before {
  content: "\f6c1";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-line-down:before {
  content: "\f64d";
}
.fa-chart-network:before {
  content: "\f78a";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-chart-pie-alt:before {
  content: "\f64e";
}
.fa-chart-scatter:before {
  content: "\f7ee";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-cheese-swiss:before {
  content: "\f7f0";
}
.fa-cheeseburger:before {
  content: "\f7f1";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chimney:before {
  content: "\f78b";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-claw-marks:before {
  content: "\f6c2";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-list-check:before {
  content: "\f737";
}
.fa-clipboard-prescription:before {
  content: "\f5e8";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-drizzle:before {
  content: "\f738";
}
.fa-cloud-hail:before {
  content: "\f739";
}
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-rainbow:before {
  content: "\f73e";
}
.fa-cloud-showers:before {
  content: "\f73f";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sleet:before {
  content: "\f741";
}
.fa-cloud-snow:before {
  content: "\f742";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-clouds:before {
  content: "\f744";
}
.fa-clouds-moon:before {
  content: "\f745";
}
.fa-clouds-sun:before {
  content: "\f746";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-coffee-togo:before {
  content: "\f6c5";
}
.fa-coffin:before {
  content: "\f6c6";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coin:before {
  content: "\f85c";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dollar:before {
  content: "\f650";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-medical:before {
  content: "\f7f4";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-comments-alt-dollar:before {
  content: "\f652";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-slash:before {
  content: "\f5e9";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-construction:before {
  content: "\f85d";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-corn:before {
  content: "\f6c7";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-croissant:before {
  content: "\f7f6";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-crutches:before {
  content: "\f7f8";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dagger:before {
  content: "\f6cb";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-debug:before {
  content: "\f7f9";
}
.fa-deer:before {
  content: "\f78e";
}
.fa-deer-rudolph:before {
  content: "\f78f";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dewpoint:before {
  content: "\f748";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d10:before {
  content: "\f6cd";
}
.fa-dice-d12:before {
  content: "\f6ce";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d4:before {
  content: "\f6d0";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-d8:before {
  content: "\f6d2";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digging:before {
  content: "\f85e";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-diploma:before {
  content: "\f5ea";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-do-not-enter:before {
  content: "\f5ec";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dog-leashed:before {
  content: "\f6d4";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-circle:before {
  content: "\f5ed";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-draw-square:before {
  content: "\f5ef";
}
.fa-dreidel:before {
  content: "\f792";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-drone:before {
  content: "\f85f";
}
.fa-drone-alt:before {
  content: "\f860";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick:before {
  content: "\f6d6";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dryer:before {
  content: "\f861";
}
.fa-dryer-alt:before {
  content: "\f862";
}
.fa-duck:before {
  content: "\f6d8";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-ear:before {
  content: "\f5f0";
}
.fa-ear-muffs:before {
  content: "\f795";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-eclipse:before {
  content: "\f749";
}
.fa-eclipse-alt:before {
  content: "\f74a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-egg-fried:before {
  content: "\f7fc";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-elephant:before {
  content: "\f6da";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-empty-set:before {
  content: "\f656";
}
.fa-engine-warning:before {
  content: "\f5f2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-dollar:before {
  content: "\f657";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-evil:before {
  content: "\f6db";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-farm:before {
  content: "\f864";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-certificate:before {
  content: "\f5f3";
}
.fa-file-chart-line:before {
  content: "\f659";
}
.fa-file-chart-pie:before {
  content: "\f65a";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-search:before {
  content: "\f865";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-spreadsheet:before {
  content: "\f65b";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-user:before {
  content: "\f65c";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-files-medical:before {
  content: "\f7fd";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-fire-smoke:before {
  content: "\f74b";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-fireplace:before {
  content: "\f79a";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fish-cooked:before {
  content: "\f7fe";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-alt:before {
  content: "\f74c";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flame:before {
  content: "\f6df";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flask-poison:before {
  content: "\f6e0";
}
.fa-flask-potion:before {
  content: "\f6e1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flower:before {
  content: "\f7ff";
}
.fa-flower-daffodil:before {
  content: "\f800";
}
.fa-flower-tulip:before {
  content: "\f801";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-fog:before {
  content: "\f74e";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-times:before {
  content: "\f65f";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-folders:before {
  content: "\f660";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-font-case:before {
  content: "\f866";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-french-fries:before {
  content: "\f803";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frosty-head:before {
  content: "\f79b";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-function:before {
  content: "\f661";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-game-board:before {
  content: "\f867";
}
.fa-game-board-alt:before {
  content: "\f868";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gas-pump-slash:before {
  content: "\f5f4";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gift-card:before {
  content: "\f663";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-gingerbread-man:before {
  content: "\f79d";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass:before {
  content: "\f804";
}
.fa-glass-champagne:before {
  content: "\f79e";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-citrus:before {
  content: "\f869";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glasses-alt:before {
  content: "\f5f5";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-globe-snow:before {
  content: "\f7a3";
}
.fa-globe-stand:before {
  content: "\f5f6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-h4:before {
  content: "\f86a";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hammer-war:before {
  content: "\f6e4";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-magic:before {
  content: "\f6e5";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-chef:before {
  content: "\f86b";
}
.fa-hat-santa:before {
  content: "\f7a7";
}
.fa-hat-winter:before {
  content: "\f7a8";
}
.fa-hat-witch:before {
  content: "\f6e7";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side:before {
  content: "\f6e9";
}
.fa-head-side-brain:before {
  content: "\f808";
}
.fa-head-side-medical:before {
  content: "\f809";
}
.fa-head-vr:before {
  content: "\f6ea";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-rate:before {
  content: "\f5f8";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-helmet-battle:before {
  content: "\f6eb";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-mask:before {
  content: "\f6ee";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-alt:before {
  content: "\f80a";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-home-lg:before {
  content: "\f80b";
}
.fa-home-lg-alt:before {
  content: "\f80c";
}
.fa-hood-cloak:before {
  content: "\f6ef";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-horizontal-rule:before {
  content: "\f86c";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hospitals:before {
  content: "\f80e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-flood:before {
  content: "\f74f";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-humidity:before {
  content: "\f750";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-ice-skate:before {
  content: "\f7ac";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-icons-alt:before {
  content: "\f86e";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-inhaler:before {
  content: "\f5f9";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-integral:before {
  content: "\f667";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-intersection:before {
  content: "\f668";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-island-tropical:before {
  content: "\f811";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-kerning:before {
  content: "\f86f";
}
.fa-key:before {
  content: "\f084";
}
.fa-key-skeleton:before {
  content: "\f6f3";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-keynote:before {
  content: "\f66c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kidneys:before {
  content: "\f5fb";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kite:before {
  content: "\f6f4";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-knife-kitchen:before {
  content: "\f6f5";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lambda:before {
  content: "\f66e";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-landmark-alt:before {
  content: "\f752";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-layer-minus:before {
  content: "\f5fe";
}
.fa-layer-plus:before {
  content: "\f5ff";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leaf-maple:before {
  content: "\f6f6";
}
.fa-leaf-oak:before {
  content: "\f6f7";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lightbulb-dollar:before {
  content: "\f670";
}
.fa-lightbulb-exclamation:before {
  content: "\f671";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-lightbulb-slash:before {
  content: "\f673";
}
.fa-lights-holiday:before {
  content: "\f7b2";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-line-columns:before {
  content: "\f870";
}
.fa-line-height:before {
  content: "\f871";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lips:before {
  content: "\f600";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location:before {
  content: "\f601";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-circle:before {
  content: "\f602";
}
.fa-location-slash:before {
  content: "\f603";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-mace:before {
  content: "\f6f8";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailbox:before {
  content: "\f813";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-mandolin:before {
  content: "\f6f9";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
  content: "\f605";
}
.fa-map-marker-check:before {
  content: "\f606";
}
.fa-map-marker-edit:before {
  content: "\f607";
}
.fa-map-marker-exclamation:before {
  content: "\f608";
}
.fa-map-marker-minus:before {
  content: "\f609";
}
.fa-map-marker-plus:before {
  content: "\f60a";
}
.fa-map-marker-question:before {
  content: "\f60b";
}
.fa-map-marker-slash:before {
  content: "\f60c";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-map-marker-times:before {
  content: "\f60e";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-meat:before {
  content: "\f814";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mind-share:before {
  content: "\f677";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mistletoe:before {
  content: "\f7b4";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-money-check-edit:before {
  content: "\f872";
}
.fa-money-check-edit-alt:before {
  content: "\f873";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-monkey:before {
  content: "\f6fb";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-moon-cloud:before {
  content: "\f754";
}
.fa-moon-stars:before {
  content: "\f755";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mountains:before {
  content: "\f6fd";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug:before {
  content: "\f874";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-mug-marshmallows:before {
  content: "\f7b7";
}
.fa-mug-tea:before {
  content: "\f875";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-narwhal:before {
  content: "\f6fe";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-temp:before {
  content: "\f614";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-omega:before {
  content: "\f67a";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-ornament:before {
  content: "\f7b8";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-overline:before {
  content: "\f876";
}
.fa-page-break:before {
  content: "\f877";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-paragraph-rtl:before {
  content: "\f878";
}
.fa-parking:before {
  content: "\f540";
}
.fa-parking-circle:before {
  content: "\f615";
}
.fa-parking-circle-slash:before {
  content: "\f616";
}
.fa-parking-slash:before {
  content: "\f617";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paw-alt:before {
  content: "\f701";
}
.fa-paw-claws:before {
  content: "\f702";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pegasus:before {
  content: "\f703";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-paintbrush:before {
  content: "\f618";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-person-sign:before {
  content: "\f757";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-laptop:before {
  content: "\f87a";
}
.fa-phone-office:before {
  content: "\f67d";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pi:before {
  content: "\f67e";
}
.fa-pie:before {
  content: "\f705";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pig:before {
  content: "\f706";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza:before {
  content: "\f817";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-podium:before {
  content: "\f680";
}
.fa-podium-star:before {
  content: "\f758";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poll-people:before {
  content: "\f759";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-popcorn:before {
  content: "\f819";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-print:before {
  content: "\f02f";
}
.fa-print-search:before {
  content: "\f81a";
}
.fa-print-slash:before {
  content: "\f686";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pumpkin:before {
  content: "\f707";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-rabbit:before {
  content: "\f708";
}
.fa-rabbit-fast:before {
  content: "\f709";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-raindrops:before {
  content: "\f75c";
}
.fa-ram:before {
  content: "\f70a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-rings-wedding:before {
  content: "\f81b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-route-highway:before {
  content: "\f61a";
}
.fa-route-interstate:before {
  content: "\f61b";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-triangle:before {
  content: "\f61c";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rv:before {
  content: "\f7be";
}
.fa-sack:before {
  content: "\f81c";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salad:before {
  content: "\f81e";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sandwich:before {
  content: "\f81f";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-sausage:before {
  content: "\f820";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-scalpel:before {
  content: "\f61d";
}
.fa-scalpel-path:before {
  content: "\f61e";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-scarecrow:before {
  content: "\f70d";
}
.fa-scarf:before {
  content: "\f7c1";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-old:before {
  content: "\f70f";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-scythe:before {
  content: "\f710";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-send-back:before {
  content: "\f87e";
}
.fa-send-backward:before {
  content: "\f87f";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-sheep:before {
  content: "\f711";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-shield-cross:before {
  content: "\f712";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shish-kebab:before {
  content: "\f821";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shovel:before {
  content: "\f713";
}
.fa-shovel-snow:before {
  content: "\f7c3";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shredder:before {
  content: "\f68a";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sickle:before {
  content: "\f822";
}
.fa-sigma:before {
  content: "\f68b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signal-1:before {
  content: "\f68c";
}
.fa-signal-2:before {
  content: "\f68d";
}
.fa-signal-3:before {
  content: "\f68e";
}
.fa-signal-4:before {
  content: "\f68f";
}
.fa-signal-alt:before {
  content: "\f690";
}
.fa-signal-alt-1:before {
  content: "\f691";
}
.fa-signal-alt-2:before {
  content: "\f692";
}
.fa-signal-alt-3:before {
  content: "\f693";
}
.fa-signal-alt-slash:before {
  content: "\f694";
}
.fa-signal-slash:before {
  content: "\f695";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-skeleton:before {
  content: "\f620";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-ski-jump:before {
  content: "\f7c7";
}
.fa-ski-lift:before {
  content: "\f7c8";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sledding:before {
  content: "\f7cb";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoke:before {
  content: "\f760";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snake:before {
  content: "\f716";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snooze:before {
  content: "\f880";
}
.fa-snow-blowing:before {
  content: "\f761";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowflakes:before {
  content: "\f7cf";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowmobile:before {
  content: "\f7d1";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-alt:before {
  content: "\f883";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-shapes-down:before {
  content: "\f888";
}
.fa-sort-shapes-down-alt:before {
  content: "\f889";
}
.fa-sort-shapes-up:before {
  content: "\f88a";
}
.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}
.fa-sort-size-down:before {
  content: "\f88c";
}
.fa-sort-size-down-alt:before {
  content: "\f88d";
}
.fa-sort-size-up:before {
  content: "\f88e";
}
.fa-sort-size-up-alt:before {
  content: "\f88f";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-soup:before {
  content: "\f823";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-sparkles:before {
  content: "\f890";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spider-black-widow:before {
  content: "\f718";
}
.fa-spider-web:before {
  content: "\f719";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root:before {
  content: "\f697";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-squirrel:before {
  content: "\f71a";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-staff:before {
  content: "\f71b";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-christmas:before {
  content: "\f7d4";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-stars:before {
  content: "\f762";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steak:before {
  content: "\f824";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-steering-wheel:before {
  content: "\f622";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stocking:before {
  content: "\f7d5";
}
.fa-stomach:before {
  content: "\f623";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-stretcher:before {
  content: "\f825";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-sun-cloud:before {
  content: "\f763";
}
.fa-sun-dust:before {
  content: "\f764";
}
.fa-sun-haze:before {
  content: "\f765";
}
.fa-sunglasses:before {
  content: "\f892";
}
.fa-sunrise:before {
  content: "\f766";
}
.fa-sunset:before {
  content: "\f767";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-sword:before {
  content: "\f71c";
}
.fa-swords:before {
  content: "\f71d";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-tachometer-alt-fast:before {
  content: "\f625";
}
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa-tachometer-alt-slow:before {
  content: "\f627";
}
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-tachometer-fast:before {
  content: "\f62a";
}
.fa-tachometer-fastest:before {
  content: "\f62b";
}
.fa-tachometer-slow:before {
  content: "\f62c";
}
.fa-tachometer-slowest:before {
  content: "\f62d";
}
.fa-taco:before {
  content: "\f826";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tally:before {
  content: "\f69c";
}
.fa-tanakh:before {
  content: "\f827";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-frigid:before {
  content: "\f768";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-hot:before {
  content: "\f76a";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text:before {
  content: "\f893";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-size:before {
  content: "\f894";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-theta:before {
  content: "\f69e";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-thunderstorm-moon:before {
  content: "\f76d";
}
.fa-thunderstorm-sun:before {
  content: "\f76e";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tilde:before {
  content: "\f69f";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tire:before {
  content: "\f631";
}
.fa-tire-flat:before {
  content: "\f632";
}
.fa-tire-pressure-warning:before {
  content: "\f633";
}
.fa-tire-rugged:before {
  content: "\f634";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-alt:before {
  content: "\f71f";
}
.fa-tombstone:before {
  content: "\f720";
}
.fa-tombstone-alt:before {
  content: "\f721";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-toothbrush:before {
  content: "\f635";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-cone:before {
  content: "\f636";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-traffic-light-go:before {
  content: "\f638";
}
.fa-traffic-light-slow:before {
  content: "\f639";
}
.fa-traffic-light-stop:before {
  content: "\f63a";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-trash-undo:before {
  content: "\f895";
}
.fa-trash-undo-alt:before {
  content: "\f896";
}
.fa-treasure-chest:before {
  content: "\f723";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-tree-christmas:before {
  content: "\f7db";
}
.fa-tree-decorated:before {
  content: "\f7dc";
}
.fa-tree-large:before {
  content: "\f7dd";
}
.fa-tree-palm:before {
  content: "\f82b";
}
.fa-trees:before {
  content: "\f724";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-plow:before {
  content: "\f7de";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-turkey:before {
  content: "\f725";
}
.fa-turtle:before {
  content: "\f726";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-unicorn:before {
  content: "\f727";
}
.fa-union:before {
  content: "\f6a2";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-chart:before {
  content: "\f6a3";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-crown:before {
  content: "\f6a4";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-hard-hat:before {
  content: "\f82c";
}
.fa-user-headset:before {
  content: "\f82d";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-md-chat:before {
  content: "\f82e";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-class:before {
  content: "\f63d";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-crown:before {
  content: "\f6a5";
}
.fa-users-medical:before {
  content: "\f830";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-value-absolute:before {
  content: "\f6a6";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume:before {
  content: "\f6a8";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-slash:before {
  content: "\f2e2";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-nay:before {
  content: "\f771";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walker:before {
  content: "\f831";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-wand:before {
  content: "\f72a";
}
.fa-wand-magic:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-washer:before {
  content: "\f898";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-watch-fitness:before {
  content: "\f63e";
}
.fa-water:before {
  content: "\f773";
}
.fa-water-lower:before {
  content: "\f774";
}
.fa-water-rise:before {
  content: "\f775";
}
.fa-wave-sine:before {
  content: "\f899";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-wave-triangle:before {
  content: "\f89a";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-webcam:before {
  content: "\f832";
}
.fa-webcam-slash:before {
  content: "\f833";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whale:before {
  content: "\f72c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheat:before {
  content: "\f72d";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wifi-1:before {
  content: "\f6aa";
}
.fa-wifi-2:before {
  content: "\f6ab";
}
.fa-wifi-slash:before {
  content: "\f6ac";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-wind-turbine:before {
  content: "\f89b";
}
.fa-wind-warning:before {
  content: "\f776";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-windsock:before {
  content: "\f777";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wreath:before {
  content: "\f7e2";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.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 {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-light-300.eot');
  src: url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-light-300.eot?#iefix') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-light-300.woff2') format('woff2'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-light-300.woff') format('woff'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-light-300.ttf') format('truetype'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-light-300.svg#fontawesome') format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-regular-400.eot');
  src: url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-regular-400.woff2') format('woff2'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-regular-400.woff') format('woff'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-regular-400.ttf') format('truetype'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-solid-900.eot');
  src: url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-solid-900.woff2') format('woff2'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-solid-900.woff') format('woff'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-solid-900.ttf') format('truetype'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-brands-400.eot');
  src: url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-brands-400.woff2') format('woff2'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-brands-400.woff') format('woff'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-brands-400.ttf') format('truetype'), url('/webdav/files/System/resources/fonts/font-awesome-5-pro/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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);
  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;
}
/* lessfile: variables.less */
/* lessfile: font.less */
/**
 * @license
 * MyFonts Webfont Build ID 3541522, 2018-03-14T05:03:33-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: BodoniURW-Reg by URW++
 * URL: https://www.myfonts.com/fonts/urw/urw-bodoni/urw-bodoni-t-regular/
 * Copyright: Copyright 2010 URW++ Design &amp; Development Hamburg
 * Licensed pageviews: 1,000,000
 * 
 * Webfont: NewsGothLtBTWXX-Light by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/news-gothic/light/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 700,000
 * 
 * Webfont: NewsGothBTWXX-Bold by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/news-gothic/bold/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 700,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3541522
 * 
 * © 2018 MyFonts Inc
*/
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz4dKg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc0CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xGIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc0CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic0CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc0CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc9.ttf) format('truetype');
}

@font-face {
  font-family: 'Bodoni';
  src: url('/webdav/files/System/resources/fonts/webfonts-kit/360A12_0_0.eot');
  src: url('/webdav/files/System/resources/fonts/webfonts-kit/360A12_0_0.eot?#iefix') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/webfonts-kit/360A12_0_0.woff2') format('woff2'), url('/webdav/files/System/resources/fonts/webfonts-kit/360A12_0_0.woff') format('woff'), url('/webdav/files/System/resources/fonts/webfonts-kit/360A12_0_0.ttf') format('truetype');
}
/* lessfile: mixins.less */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  box-sizing: border-box;
}
a:focus,
button:focus,
[data-whatinput="keyboard"] a:focus,
[data-whatinput="keyboard"] button:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] a:focus,
[data-whatinput="initial"] button:focus,
[data-whatinput="mouse"] a:focus,
[data-whatinput="mouse"] button:focus,
[data-whatinput="touch"] a:focus,
[data-whatinput="touch"] button:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.keyboard-only:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sh-overflow-hidden {
  overflow: hidden;
}
.sh-clearfix:before,
.sh-clearfix:after {
  content: '';
  display: table;
}
.sh-clearfix:after {
  clear: both;
}
.sh-hidden {
  display: none;
}
.sh-align-center {
  text-align: center;
}
.sh-float-right {
  float: right;
}
.sh-float-left {
  float: left;
}
.sh-relative {
  position: relative;
}
.sh-focus-outline-show,
[data-is-focused='true'],
[data-whatinput='keyboard'] .sh-focus-outline-show,
[data-whatinput='keyboard'] [data-is-focused='true'] {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
.sh-focus-outline-show a:focus,
[data-is-focused='true'] a:focus,
.sh-focus-outline-show.sh-clickable-element a,
[data-is-focused='true'].sh-clickable-element a,
.sh-focus-outline-show[data-clickable-element] a,
[data-is-focused='true'][data-clickable-element] a,
[data-whatinput='initial'] .sh-focus-outline-show,
[data-whatinput='initial'] [data-is-focused='true'],
[data-whatinput='mouse'] .sh-focus-outline-show,
[data-whatinput='mouse'] [data-is-focused='true'],
[data-whatinput='touch'] .sh-focus-outline-show,
[data-whatinput='touch'] [data-is-focused='true'] {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
input {
  -webkit-appearance: none !important;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}
/* lessfile: typography.less */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #2c2f34;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body a {
  color: #2c2f34;
}
body a:hover {
  color: rgba(44, 47, 52, 0.8);
}
body > div.sv-layout,
body > div.sv-layout > div {
  overflow-x: hidden;
}
p,
.sv-portlet p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #2c2f34;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.45;
}
h1 {
  margin-top: 0;
  margin-bottom: 25px;
}
h2 {
  margin-top: 40px;
  margin-bottom: 5px;
}
h3 {
  margin-top: 40px;
  margin-bottom: 5px;
}
h4 {
  margin: 0;
}
ol.sh-bullet-list,
ul.sh-bullet-list,
ol.sh-numbered-list,
ul.sh-numbered-list {
  margin-bottom: 35px;
  padding-left: 0px;
  list-style: none !important;
}
ol.sh-bullet-list li,
ul.sh-bullet-list li,
ol.sh-numbered-list li,
ul.sh-numbered-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
}
ol.sh-bullet-list li::before,
ul.sh-bullet-list li::before,
ol.sh-numbered-list li::before,
ul.sh-numbered-list li::before {
  content: '';
  text-align: center;
  position: absolute;
  left: 8px;
  top: 5px;
  background-color: #ffd618;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: border-box;
}
ol.sh-bullet-list li::before,
ul.sh-bullet-list li::before {
  border: #ffd618 4px solid;
  background-color: #ffeb8c;
}
ol.sh-numbered-list li,
ul.sh-numbered-list li {
  counter-increment: step-counter;
}
ol.sh-numbered-list li::before,
ul.sh-numbered-list li::before {
  content: counter(step-counter);
  color: #2c2f34;
  font-size: 10px;
  line-height: 15px;
  font-weight: normal;
}
.sv-text-portlet blockquote.sv-blockquote {
  background-image: none;
  padding-right: 80px;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .sv-text-portlet blockquote.sv-blockquote {
    padding-right: 42px;
    padding-left: 30px;
  }
}
.sv-text-portlet blockquote.sv-blockquote:before {
  content: '”';
  color: #ffd618;
  font-size: 108px;
  font-weight: 300;
  position: absolute;
  top: -17px;
  left: 30px;
  background: none;
  -webkit-transform: none;
          transform: none;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .sv-text-portlet blockquote.sv-blockquote:before {
    font-size: 92px;
    top: -22px;
    left: 12px;
  }
}
.sv-text-portlet blockquote.sv-blockquote .font-normal {
  font-size: 22px;
  line-height: 1.46;
  position: relative;
}
@media (max-width: 767px) {
  .sv-text-portlet blockquote.sv-blockquote .font-normal {
    font-size: 19px;
    line-height: 1.48;
  }
}
/* lessfile: responsive.less */
.sh-grid {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .sh-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .sh-grid .sh-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .sh-grid .sh-row.sh-row-reverse {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sh-grid .sh-row.sh-row-center {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .sh-grid .sh-row *.sh-col-xl-1 {
    -webkit-flex: 1 0 8.333%;
            flex: 1 0 8.333%;
    max-width: 8.333%;
  }
  .sh-grid .sh-row *.sh-col-xl-push-1 {
    position: relative;
    left: 8.333%;
  }
  .sh-grid .sh-row *.sh-col-xl-pull-1 {
    position: relative;
    left: -8.333%;
  }
  .sh-grid .sh-row *.sh-col-xl-2 {
    -webkit-flex: 1 0 16.667%;
            flex: 1 0 16.667%;
    max-width: 16.667%;
  }
  .sh-grid .sh-row *.sh-col-xl-push-2 {
    position: relative;
    left: 16.667%;
  }
  .sh-grid .sh-row *.sh-col-xl-pull-2 {
    position: relative;
    left: -16.667%;
  }
  .sh-grid .sh-row *.sh-col-xl-3 {
    -webkit-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .sh-grid .sh-row *.sh-col-xl-push-3 {
    position: relative;
    left: 25%;
  }
  .sh-grid .sh-row *.sh-col-xl-pull-3 {
    position: relative;
    left: -25%;
  }
  .sh-grid .sh-row *.sh-col-xl-4 {
    -webkit-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
    max-width: 33.333%;
  }
  .sh-grid .sh-row *.sh-col-xl-push-4 {
    position: relative;
    left: 33.333%;
  }
  .sh-grid .sh-row *.sh-col-xl-pull-4 {
    position: relative;
    left: -33.333%;
  }
  .sh-grid .sh-row *.sh-col-xl-5 {
    -webkit-flex: 1 0 41.667%;
            flex: 1 0 41.667%;
    max-width: 41.667%;
  }
  .sh-grid .sh-row *.sh-col-xl-push-5 {
    position: relative;
    left: 41.667%;
  }
  .sh-grid .sh-row *.sh-col-xl-pull-5 {
    position: relative;
    left: -41.667%;
  }
  .sh-grid .sh-row *.sh-col-xl-6 {
    -webkit-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .sh-grid .sh-row *.sh-col-xl-push-6 {
    position: relative;
    left: 50%;
  }
  .sh-grid .sh-row *.sh-col-xl-pull-6 {
    position: relative;
    left: -50%;
  }
  .sh-grid .sh-row *.sh-col-xl-7 {
    -webkit-flex: 1 0 58.333%;
            flex: 1 0 58.333%;
    max-width: 58.333%;
  }
  .sh-grid .sh-row *.sh-col-xl-push-7 {
    position: relative;
    left: 58.333%;
  }
  .sh-grid .sh-row *.sh-col-xl-pull-7 {
    position: relative;
    left: -58.333%;
  }
  .sh-grid .sh-row *.sh-col-xl-8 {
    -webkit-flex: 1 0 66.667%;
            flex: 1 0 66.667%;
    max-width: 66.667%;
  }
  .sh-grid .sh-row *.sh-col-xl-push-8 {
    position: relative;
    left: 66.667%;
  }
  .sh-grid .sh-row *.sh-col-xl-pull-8 {
    position: relative;
    left: -66.667%;
  }
  .sh-grid .sh-row *.sh-col-xl-9 {
    -webkit-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .sh-grid .sh-row *.sh-col-xl-push-9 {
    position: relative;
    left: 75%;
  }
  .sh-grid .sh-row *.sh-col-xl-pull-9 {
    position: relative;
    left: -75%;
  }
  .sh-grid .sh-row *.sh-col-xl-10 {
    -webkit-flex: 1 0 83.333%;
            flex: 1 0 83.333%;
    max-width: 83.333%;
  }
  .sh-grid .sh-row *.sh-col-xl-push-10 {
    position: relative;
    left: 83.333%;
  }
  .sh-grid .sh-row *.sh-col-xl-pull-10 {
    position: relative;
    left: -83.333%;
  }
  .sh-grid .sh-row *.sh-col-xl-11 {
    -webkit-flex: 1 0 91.667%;
            flex: 1 0 91.667%;
    max-width: 91.667%;
  }
  .sh-grid .sh-row *.sh-col-xl-push-11 {
    position: relative;
    left: 91.667%;
  }
  .sh-grid .sh-row *.sh-col-xl-pull-11 {
    position: relative;
    left: -91.667%;
  }
  .sh-grid .sh-row *.sh-col-xl-12 {
    -webkit-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .sh-grid .sh-row *.sh-col-xl-push-12 {
    position: relative;
    left: 100%;
  }
  .sh-grid .sh-row *.sh-col-xl-pull-12 {
    position: relative;
    left: -100%;
  }
  .sh-grid .sh-row .sh-col-xl-1-5 {
    -webkit-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
  .sh-grid .sh-row .sh-col-xl-2-5 {
    -webkit-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .sh-grid .sh-row .sh-col-xl-3-5 {
    -webkit-flex: 1 0 60%;
            flex: 1 0 60%;
    max-width: 60%;
  }
  .sh-grid .sh-row .sh-col-xl-4-5 {
    -webkit-flex: 1 0 80%;
            flex: 1 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) and (max-width: 991px) {
  .sh-grid .sh-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sh-grid .sh-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .sh-grid .sh-row.sh-row-reverse {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sh-grid .sh-row.sh-row-center {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .sh-grid .sh-row *.sh-col-lg-1 {
    -webkit-flex: 1 0 8.333%;
            flex: 1 0 8.333%;
    max-width: 8.333%;
  }
  .sh-grid .sh-row *.sh-col-lg-push-1 {
    position: relative;
    left: 8.333%;
  }
  .sh-grid .sh-row *.sh-col-lg-pull-1 {
    position: relative;
    left: -8.333%;
  }
  .sh-grid .sh-row *.sh-col-lg-2 {
    -webkit-flex: 1 0 16.667%;
            flex: 1 0 16.667%;
    max-width: 16.667%;
  }
  .sh-grid .sh-row *.sh-col-lg-push-2 {
    position: relative;
    left: 16.667%;
  }
  .sh-grid .sh-row *.sh-col-lg-pull-2 {
    position: relative;
    left: -16.667%;
  }
  .sh-grid .sh-row *.sh-col-lg-3 {
    -webkit-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .sh-grid .sh-row *.sh-col-lg-push-3 {
    position: relative;
    left: 25%;
  }
  .sh-grid .sh-row *.sh-col-lg-pull-3 {
    position: relative;
    left: -25%;
  }
  .sh-grid .sh-row *.sh-col-lg-4 {
    -webkit-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
    max-width: 33.333%;
  }
  .sh-grid .sh-row *.sh-col-lg-push-4 {
    position: relative;
    left: 33.333%;
  }
  .sh-grid .sh-row *.sh-col-lg-pull-4 {
    position: relative;
    left: -33.333%;
  }
  .sh-grid .sh-row *.sh-col-lg-5 {
    -webkit-flex: 1 0 41.667%;
            flex: 1 0 41.667%;
    max-width: 41.667%;
  }
  .sh-grid .sh-row *.sh-col-lg-push-5 {
    position: relative;
    left: 41.667%;
  }
  .sh-grid .sh-row *.sh-col-lg-pull-5 {
    position: relative;
    left: -41.667%;
  }
  .sh-grid .sh-row *.sh-col-lg-6 {
    -webkit-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .sh-grid .sh-row *.sh-col-lg-push-6 {
    position: relative;
    left: 50%;
  }
  .sh-grid .sh-row *.sh-col-lg-pull-6 {
    position: relative;
    left: -50%;
  }
  .sh-grid .sh-row *.sh-col-lg-7 {
    -webkit-flex: 1 0 58.333%;
            flex: 1 0 58.333%;
    max-width: 58.333%;
  }
  .sh-grid .sh-row *.sh-col-lg-push-7 {
    position: relative;
    left: 58.333%;
  }
  .sh-grid .sh-row *.sh-col-lg-pull-7 {
    position: relative;
    left: -58.333%;
  }
  .sh-grid .sh-row *.sh-col-lg-8 {
    -webkit-flex: 1 0 66.667%;
            flex: 1 0 66.667%;
    max-width: 66.667%;
  }
  .sh-grid .sh-row *.sh-col-lg-push-8 {
    position: relative;
    left: 66.667%;
  }
  .sh-grid .sh-row *.sh-col-lg-pull-8 {
    position: relative;
    left: -66.667%;
  }
  .sh-grid .sh-row *.sh-col-lg-9 {
    -webkit-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .sh-grid .sh-row *.sh-col-lg-push-9 {
    position: relative;
    left: 75%;
  }
  .sh-grid .sh-row *.sh-col-lg-pull-9 {
    position: relative;
    left: -75%;
  }
  .sh-grid .sh-row *.sh-col-lg-10 {
    -webkit-flex: 1 0 83.333%;
            flex: 1 0 83.333%;
    max-width: 83.333%;
  }
  .sh-grid .sh-row *.sh-col-lg-push-10 {
    position: relative;
    left: 83.333%;
  }
  .sh-grid .sh-row *.sh-col-lg-pull-10 {
    position: relative;
    left: -83.333%;
  }
  .sh-grid .sh-row *.sh-col-lg-11 {
    -webkit-flex: 1 0 91.667%;
            flex: 1 0 91.667%;
    max-width: 91.667%;
  }
  .sh-grid .sh-row *.sh-col-lg-push-11 {
    position: relative;
    left: 91.667%;
  }
  .sh-grid .sh-row *.sh-col-lg-pull-11 {
    position: relative;
    left: -91.667%;
  }
  .sh-grid .sh-row *.sh-col-lg-12 {
    -webkit-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .sh-grid .sh-row *.sh-col-lg-push-12 {
    position: relative;
    left: 100%;
  }
  .sh-grid .sh-row *.sh-col-lg-pull-12 {
    position: relative;
    left: -100%;
  }
  .sh-grid .sh-row .sh-col-lg-1-5 {
    -webkit-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
  .sh-grid .sh-row .sh-col-lg-2-5 {
    -webkit-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .sh-grid .sh-row .sh-col-lg-3-5 {
    -webkit-flex: 1 0 60%;
            flex: 1 0 60%;
    max-width: 60%;
  }
  .sh-grid .sh-row .sh-col-lg-4-5 {
    -webkit-flex: 1 0 80%;
            flex: 1 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 991px) {
  .sh-grid .sh-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-grid .sh-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .sh-grid .sh-row.sh-row-reverse {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sh-grid .sh-row.sh-row-center {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .sh-grid .sh-row *.sh-col-md-1 {
    -webkit-flex: 1 0 8.333%;
            flex: 1 0 8.333%;
    max-width: 8.333%;
  }
  .sh-grid .sh-row *.sh-col-md-push-1 {
    position: relative;
    left: 8.333%;
  }
  .sh-grid .sh-row *.sh-col-md-pull-1 {
    position: relative;
    left: -8.333%;
  }
  .sh-grid .sh-row *.sh-col-md-2 {
    -webkit-flex: 1 0 16.667%;
            flex: 1 0 16.667%;
    max-width: 16.667%;
  }
  .sh-grid .sh-row *.sh-col-md-push-2 {
    position: relative;
    left: 16.667%;
  }
  .sh-grid .sh-row *.sh-col-md-pull-2 {
    position: relative;
    left: -16.667%;
  }
  .sh-grid .sh-row *.sh-col-md-3 {
    -webkit-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .sh-grid .sh-row *.sh-col-md-push-3 {
    position: relative;
    left: 25%;
  }
  .sh-grid .sh-row *.sh-col-md-pull-3 {
    position: relative;
    left: -25%;
  }
  .sh-grid .sh-row *.sh-col-md-4 {
    -webkit-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
    max-width: 33.333%;
  }
  .sh-grid .sh-row *.sh-col-md-push-4 {
    position: relative;
    left: 33.333%;
  }
  .sh-grid .sh-row *.sh-col-md-pull-4 {
    position: relative;
    left: -33.333%;
  }
  .sh-grid .sh-row *.sh-col-md-5 {
    -webkit-flex: 1 0 41.667%;
            flex: 1 0 41.667%;
    max-width: 41.667%;
  }
  .sh-grid .sh-row *.sh-col-md-push-5 {
    position: relative;
    left: 41.667%;
  }
  .sh-grid .sh-row *.sh-col-md-pull-5 {
    position: relative;
    left: -41.667%;
  }
  .sh-grid .sh-row *.sh-col-md-6 {
    -webkit-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .sh-grid .sh-row *.sh-col-md-push-6 {
    position: relative;
    left: 50%;
  }
  .sh-grid .sh-row *.sh-col-md-pull-6 {
    position: relative;
    left: -50%;
  }
  .sh-grid .sh-row *.sh-col-md-7 {
    -webkit-flex: 1 0 58.333%;
            flex: 1 0 58.333%;
    max-width: 58.333%;
  }
  .sh-grid .sh-row *.sh-col-md-push-7 {
    position: relative;
    left: 58.333%;
  }
  .sh-grid .sh-row *.sh-col-md-pull-7 {
    position: relative;
    left: -58.333%;
  }
  .sh-grid .sh-row *.sh-col-md-8 {
    -webkit-flex: 1 0 66.667%;
            flex: 1 0 66.667%;
    max-width: 66.667%;
  }
  .sh-grid .sh-row *.sh-col-md-push-8 {
    position: relative;
    left: 66.667%;
  }
  .sh-grid .sh-row *.sh-col-md-pull-8 {
    position: relative;
    left: -66.667%;
  }
  .sh-grid .sh-row *.sh-col-md-9 {
    -webkit-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .sh-grid .sh-row *.sh-col-md-push-9 {
    position: relative;
    left: 75%;
  }
  .sh-grid .sh-row *.sh-col-md-pull-9 {
    position: relative;
    left: -75%;
  }
  .sh-grid .sh-row *.sh-col-md-10 {
    -webkit-flex: 1 0 83.333%;
            flex: 1 0 83.333%;
    max-width: 83.333%;
  }
  .sh-grid .sh-row *.sh-col-md-push-10 {
    position: relative;
    left: 83.333%;
  }
  .sh-grid .sh-row *.sh-col-md-pull-10 {
    position: relative;
    left: -83.333%;
  }
  .sh-grid .sh-row *.sh-col-md-11 {
    -webkit-flex: 1 0 91.667%;
            flex: 1 0 91.667%;
    max-width: 91.667%;
  }
  .sh-grid .sh-row *.sh-col-md-push-11 {
    position: relative;
    left: 91.667%;
  }
  .sh-grid .sh-row *.sh-col-md-pull-11 {
    position: relative;
    left: -91.667%;
  }
  .sh-grid .sh-row *.sh-col-md-12 {
    -webkit-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .sh-grid .sh-row *.sh-col-md-push-12 {
    position: relative;
    left: 100%;
  }
  .sh-grid .sh-row *.sh-col-md-pull-12 {
    position: relative;
    left: -100%;
  }
  .sh-grid .sh-row .sh-col-md-1-5 {
    -webkit-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
  .sh-grid .sh-row .sh-col-md-2-5 {
    -webkit-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .sh-grid .sh-row .sh-col-md-3-5 {
    -webkit-flex: 1 0 60%;
            flex: 1 0 60%;
    max-width: 60%;
  }
  .sh-grid .sh-row .sh-col-md-4-5 {
    -webkit-flex: 1 0 80%;
            flex: 1 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 991px) {
  .sh-grid .sh-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sh-grid .sh-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .sh-grid .sh-row.sh-row-reverse {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sh-grid .sh-row.sh-row-center {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .sh-grid .sh-row *.sh-col-sm-1 {
    -webkit-flex: 1 0 8.333%;
            flex: 1 0 8.333%;
    max-width: 8.333%;
  }
  .sh-grid .sh-row *.sh-col-sm-push-1 {
    position: relative;
    left: 8.333%;
  }
  .sh-grid .sh-row *.sh-col-sm-pull-1 {
    position: relative;
    left: -8.333%;
  }
  .sh-grid .sh-row *.sh-col-sm-2 {
    -webkit-flex: 1 0 16.667%;
            flex: 1 0 16.667%;
    max-width: 16.667%;
  }
  .sh-grid .sh-row *.sh-col-sm-push-2 {
    position: relative;
    left: 16.667%;
  }
  .sh-grid .sh-row *.sh-col-sm-pull-2 {
    position: relative;
    left: -16.667%;
  }
  .sh-grid .sh-row *.sh-col-sm-3 {
    -webkit-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .sh-grid .sh-row *.sh-col-sm-push-3 {
    position: relative;
    left: 25%;
  }
  .sh-grid .sh-row *.sh-col-sm-pull-3 {
    position: relative;
    left: -25%;
  }
  .sh-grid .sh-row *.sh-col-sm-4 {
    -webkit-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
    max-width: 33.333%;
  }
  .sh-grid .sh-row *.sh-col-sm-push-4 {
    position: relative;
    left: 33.333%;
  }
  .sh-grid .sh-row *.sh-col-sm-pull-4 {
    position: relative;
    left: -33.333%;
  }
  .sh-grid .sh-row *.sh-col-sm-5 {
    -webkit-flex: 1 0 41.667%;
            flex: 1 0 41.667%;
    max-width: 41.667%;
  }
  .sh-grid .sh-row *.sh-col-sm-push-5 {
    position: relative;
    left: 41.667%;
  }
  .sh-grid .sh-row *.sh-col-sm-pull-5 {
    position: relative;
    left: -41.667%;
  }
  .sh-grid .sh-row *.sh-col-sm-6 {
    -webkit-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .sh-grid .sh-row *.sh-col-sm-push-6 {
    position: relative;
    left: 50%;
  }
  .sh-grid .sh-row *.sh-col-sm-pull-6 {
    position: relative;
    left: -50%;
  }
  .sh-grid .sh-row *.sh-col-sm-7 {
    -webkit-flex: 1 0 58.333%;
            flex: 1 0 58.333%;
    max-width: 58.333%;
  }
  .sh-grid .sh-row *.sh-col-sm-push-7 {
    position: relative;
    left: 58.333%;
  }
  .sh-grid .sh-row *.sh-col-sm-pull-7 {
    position: relative;
    left: -58.333%;
  }
  .sh-grid .sh-row *.sh-col-sm-8 {
    -webkit-flex: 1 0 66.667%;
            flex: 1 0 66.667%;
    max-width: 66.667%;
  }
  .sh-grid .sh-row *.sh-col-sm-push-8 {
    position: relative;
    left: 66.667%;
  }
  .sh-grid .sh-row *.sh-col-sm-pull-8 {
    position: relative;
    left: -66.667%;
  }
  .sh-grid .sh-row *.sh-col-sm-9 {
    -webkit-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .sh-grid .sh-row *.sh-col-sm-push-9 {
    position: relative;
    left: 75%;
  }
  .sh-grid .sh-row *.sh-col-sm-pull-9 {
    position: relative;
    left: -75%;
  }
  .sh-grid .sh-row *.sh-col-sm-10 {
    -webkit-flex: 1 0 83.333%;
            flex: 1 0 83.333%;
    max-width: 83.333%;
  }
  .sh-grid .sh-row *.sh-col-sm-push-10 {
    position: relative;
    left: 83.333%;
  }
  .sh-grid .sh-row *.sh-col-sm-pull-10 {
    position: relative;
    left: -83.333%;
  }
  .sh-grid .sh-row *.sh-col-sm-11 {
    -webkit-flex: 1 0 91.667%;
            flex: 1 0 91.667%;
    max-width: 91.667%;
  }
  .sh-grid .sh-row *.sh-col-sm-push-11 {
    position: relative;
    left: 91.667%;
  }
  .sh-grid .sh-row *.sh-col-sm-pull-11 {
    position: relative;
    left: -91.667%;
  }
  .sh-grid .sh-row *.sh-col-sm-12 {
    -webkit-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .sh-grid .sh-row *.sh-col-sm-push-12 {
    position: relative;
    left: 100%;
  }
  .sh-grid .sh-row *.sh-col-sm-pull-12 {
    position: relative;
    left: -100%;
  }
  .sh-grid .sh-row .sh-col-sm-1-5 {
    -webkit-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
  .sh-grid .sh-row .sh-col-sm-2-5 {
    -webkit-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .sh-grid .sh-row .sh-col-sm-3-5 {
    -webkit-flex: 1 0 60%;
            flex: 1 0 60%;
    max-width: 60%;
  }
  .sh-grid .sh-row .sh-col-sm-4-5 {
    -webkit-flex: 1 0 80%;
            flex: 1 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 480px) and (max-width: 767px) and (max-width: 991px) {
  .sh-grid .sh-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 479px) {
  .sh-grid .sh-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .sh-grid .sh-row.sh-row-reverse {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sh-grid .sh-row.sh-row-center {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .sh-grid .sh-row *.sh-col-xs-1 {
    -webkit-flex: 1 0 8.333%;
            flex: 1 0 8.333%;
    max-width: 8.333%;
  }
  .sh-grid .sh-row *.sh-col-xs-push-1 {
    position: relative;
    left: 8.333%;
  }
  .sh-grid .sh-row *.sh-col-xs-pull-1 {
    position: relative;
    left: -8.333%;
  }
  .sh-grid .sh-row *.sh-col-xs-2 {
    -webkit-flex: 1 0 16.667%;
            flex: 1 0 16.667%;
    max-width: 16.667%;
  }
  .sh-grid .sh-row *.sh-col-xs-push-2 {
    position: relative;
    left: 16.667%;
  }
  .sh-grid .sh-row *.sh-col-xs-pull-2 {
    position: relative;
    left: -16.667%;
  }
  .sh-grid .sh-row *.sh-col-xs-3 {
    -webkit-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .sh-grid .sh-row *.sh-col-xs-push-3 {
    position: relative;
    left: 25%;
  }
  .sh-grid .sh-row *.sh-col-xs-pull-3 {
    position: relative;
    left: -25%;
  }
  .sh-grid .sh-row *.sh-col-xs-4 {
    -webkit-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
    max-width: 33.333%;
  }
  .sh-grid .sh-row *.sh-col-xs-push-4 {
    position: relative;
    left: 33.333%;
  }
  .sh-grid .sh-row *.sh-col-xs-pull-4 {
    position: relative;
    left: -33.333%;
  }
  .sh-grid .sh-row *.sh-col-xs-5 {
    -webkit-flex: 1 0 41.667%;
            flex: 1 0 41.667%;
    max-width: 41.667%;
  }
  .sh-grid .sh-row *.sh-col-xs-push-5 {
    position: relative;
    left: 41.667%;
  }
  .sh-grid .sh-row *.sh-col-xs-pull-5 {
    position: relative;
    left: -41.667%;
  }
  .sh-grid .sh-row *.sh-col-xs-6 {
    -webkit-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .sh-grid .sh-row *.sh-col-xs-push-6 {
    position: relative;
    left: 50%;
  }
  .sh-grid .sh-row *.sh-col-xs-pull-6 {
    position: relative;
    left: -50%;
  }
  .sh-grid .sh-row *.sh-col-xs-7 {
    -webkit-flex: 1 0 58.333%;
            flex: 1 0 58.333%;
    max-width: 58.333%;
  }
  .sh-grid .sh-row *.sh-col-xs-push-7 {
    position: relative;
    left: 58.333%;
  }
  .sh-grid .sh-row *.sh-col-xs-pull-7 {
    position: relative;
    left: -58.333%;
  }
  .sh-grid .sh-row *.sh-col-xs-8 {
    -webkit-flex: 1 0 66.667%;
            flex: 1 0 66.667%;
    max-width: 66.667%;
  }
  .sh-grid .sh-row *.sh-col-xs-push-8 {
    position: relative;
    left: 66.667%;
  }
  .sh-grid .sh-row *.sh-col-xs-pull-8 {
    position: relative;
    left: -66.667%;
  }
  .sh-grid .sh-row *.sh-col-xs-9 {
    -webkit-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .sh-grid .sh-row *.sh-col-xs-push-9 {
    position: relative;
    left: 75%;
  }
  .sh-grid .sh-row *.sh-col-xs-pull-9 {
    position: relative;
    left: -75%;
  }
  .sh-grid .sh-row *.sh-col-xs-10 {
    -webkit-flex: 1 0 83.333%;
            flex: 1 0 83.333%;
    max-width: 83.333%;
  }
  .sh-grid .sh-row *.sh-col-xs-push-10 {
    position: relative;
    left: 83.333%;
  }
  .sh-grid .sh-row *.sh-col-xs-pull-10 {
    position: relative;
    left: -83.333%;
  }
  .sh-grid .sh-row *.sh-col-xs-11 {
    -webkit-flex: 1 0 91.667%;
            flex: 1 0 91.667%;
    max-width: 91.667%;
  }
  .sh-grid .sh-row *.sh-col-xs-push-11 {
    position: relative;
    left: 91.667%;
  }
  .sh-grid .sh-row *.sh-col-xs-pull-11 {
    position: relative;
    left: -91.667%;
  }
  .sh-grid .sh-row *.sh-col-xs-12 {
    -webkit-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .sh-grid .sh-row *.sh-col-xs-push-12 {
    position: relative;
    left: 100%;
  }
  .sh-grid .sh-row *.sh-col-xs-pull-12 {
    position: relative;
    left: -100%;
  }
  .sh-grid .sh-row .sh-col-xs-1-5 {
    -webkit-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
  .sh-grid .sh-row .sh-col-xs-2-5 {
    -webkit-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .sh-grid .sh-row .sh-col-xs-3-5 {
    -webkit-flex: 1 0 60%;
            flex: 1 0 60%;
    max-width: 60%;
  }
  .sh-grid .sh-row .sh-col-xs-4-5 {
    -webkit-flex: 1 0 80%;
            flex: 1 0 80%;
    max-width: 80%;
  }
}
@media (max-width: 479px) and (max-width: 991px) {
  .sh-grid .sh-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.sh-grid *[class*=sh-col-] {
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .sh-grid *[class*=sh-col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.sh-show-lg,
.sh-show-md,
.sh-show-sm,
.sh-show-xl,
.sh-show-xs {
  display: none !important;
}
@media (min-width: 1200px) {
  .sh-hide-xl {
    display: none !important;
  }
  .sh-show-xl {
    display: inherit !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sh-hide-lg {
    display: none !important;
  }
  .sh-show-lg {
    display: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-hide-md {
    display: none !important;
  }
  .sh-show-md {
    display: inherit !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sh-hide-sm {
    display: none !important;
  }
  .sh-show-sm {
    display: inherit !important;
  }
}
@media (max-width: 479px) {
  .sh-hide-xs {
    display: none !important;
  }
  .sh-show-xs {
    display: inherit !important;
  }
}
/* lessfile: modal.less */
.sh-modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(rgba(20, 28, 38, 0.8), rgba(20, 28, 38, 0.8)), url('/webdav/files/System/resources/graphics/dark_bg.jpg');
  background-size: cover;
  background-position: 50%;
  display: table;
  transition: opacity 0.3s ease;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px) {
  .sh-modal-mask {
    position: fixed !important;
  }
}
.sh-modal-mask::before {
  content: '';
  background-image: url('/webdav/files/System/resources/graphics/logo_white_text_horizontal.svg');
  height: 100px;
  width: 351px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 37px;
  top: 26px;
}
@media (max-width: 767px) {
  .sh-modal-mask::before {
    top: 15px;
    left: 10px;
    width: 300px;
  }
}
@media (max-width: 479px) {
  .sh-modal-mask::before {
    width: 225px;
  }
}
html:lang(en) .sh-modal-mask::before {
  background-image: url('/webdav/files/System/resources/graphics/Sodertorn_logotyp_3_eng.svg');
}
.sh-modal-wrapper {
  display: table-cell;
  vertical-align: top;
}
.sh-modal-container {
  width: 650px;
  margin: 148px auto 0;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.sh-modal-container:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 991px) {
  .sh-modal-container {
    width: 95vw;
  }
}
@media (max-width: 767px) {
  .sh-modal-container {
    margin-top: 100px;
    max-height: calc(100vh - 200px);
    width: 95vw;
    overflow: auto;
  }
}
.sh-modal-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 24px;
  right: 45px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .sh-modal-close {
    top: 5px;
    right: 10px;
  }
}
.sh-modal-close i {
  display: block;
  margin-bottom: 5px;
  font-size: 51px;
  color: rgba(255, 255, 255, 0.91);
}
.sh-modal-content {
  background-color: #ffffff;
  padding: 30px 30px 30px 30px;
}
.sh-modal-transition-enter {
  opacity: 0;
}
.sh-modal-transition-leave-active {
  opacity: 0;
}
.sh-modal-transition-enter .sh-modal-container {
  opacity: 0;
}
.sh-modal-transition-leave-active .sh-modal-container {
  opacity: 0;
}
/* lessfile: modules/action.less */
.sh-action,
.sh-action-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  min-height: 54px;
  width: 100%;
  background-image: linear-gradient(98deg, #ffe468, #ffd618);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  color: #2c2f34;
  padding: 7px 7px 7px 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition-property: background-image;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sh-action:focus,
.sh-action-decoration:focus,
[data-whatinput="keyboard"] .sh-action:focus,
[data-whatinput="keyboard"] .sh-action-decoration:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-action:focus,
[data-whatinput="initial"] .sh-action-decoration:focus,
[data-whatinput="mouse"] .sh-action:focus,
[data-whatinput="mouse"] .sh-action-decoration:focus,
[data-whatinput="touch"] .sh-action:focus,
[data-whatinput="touch"] .sh-action-decoration:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 767px) {
  .sh-action,
  .sh-action-decoration {
    min-height: 50px;
  }
}
.sh-action span,
.sh-action-decoration span,
.sh-action a,
.sh-action-decoration a {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: calc(100% - 55px);
}
@media (max-width: 767px) {
  .sh-action span,
  .sh-action-decoration span,
  .sh-action a,
  .sh-action-decoration a {
    max-width: calc(100% - 54px);
  }
}
.sh-action:hover,
.sh-action-decoration:hover {
  background-image: none;
  background-color: #fbd13e;
  color: #2c2f34;
}
.sh-action:hover span,
.sh-action-decoration:hover span,
.sh-action:hover a,
.sh-action-decoration:hover a {
  text-decoration: underline;
}
.sh-action:disabled,
.sh-action-decoration:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-image: none;
  background-color: #d3d3d3;
}
.sh-action:disabled::after,
.sh-action-decoration:disabled::after {
  display: none;
}
.sh-action .fal,
.sh-action-decoration .fal,
.sh-action .far,
.sh-action-decoration .far,
.sh-action .fas,
.sh-action-decoration .fas {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #ffffff;
  box-shadow: 5px 3px 14px 0 rgba(0, 0, 0, 0.1);
  font-size: 22px;
  -webkit-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .sh-action .fal,
  .sh-action-decoration .fal,
  .sh-action .far,
  .sh-action-decoration .far,
  .sh-action .fas,
  .sh-action-decoration .fas {
    -webkit-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 30px;
    font-size: 15px;
  }
}
.sh-action--left,
.sh-action-decoration--left {
  padding: 7px 20px 7px 7px;
}
.sh-action--left .fal,
.sh-action-decoration--left .fal,
.sh-action--left .far,
.sh-action-decoration--left .far,
.sh-action--left .fas,
.sh-action-decoration--left .fas {
  margin-left: 0;
  margin-right: 15px;
}
.sh-action--labelled,
.sh-action-decoration--labelled {
  position: relative;
  padding: 20px 22px 20px 25px;
  height: 80px;
}
.sh-action--labelled--left,
.sh-action-decoration--labelled--left {
  padding: 20px 25px 20px 22px;
}
.sh-action--labelled span:not(.sh-action__label),
.sh-action-decoration--labelled span:not(.sh-action__label) {
  margin-top: 15px;
}
.sh-action__label,
.sh-action-decoration__label {
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 2;
  position: absolute;
  top: 14px;
  left: 25px;
  margin-top: 0;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration {
  font-size: 22px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: relative;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  padding-right: 54px;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration.fa-pull-left {
  margin-right: 0.3em;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration.fa-pull-right {
  margin-left: 0.3em;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration::after {
  content: "\f061";
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration p.font-normal {
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  color: #2c2f34;
  padding: 9px 0;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration p.font-normal a {
  text-decoration: none;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration p.font-normal a .sv-linkicon {
  display: none;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration:hover p.font-normal a {
  text-decoration: underline;
  color: #2c2f34;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration::after {
  position: absolute;
  top: calc(50% - 20px);
  right: 7px;
  width: 40px;
  min-height: 31px;
  padding-top: 9px;
  margin-left: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #ffffff;
  box-shadow: 5px 3px 14px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration::after {
    width: 30px;
    min-height: 23px;
    padding-top: 7px;
    font-size: 15px;
    top: calc(50% - 15px);
    right: 15px;
  }
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration {
  font-size: 22px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: relative;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  padding-right: 54px;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration.fa-pull-left {
  margin-right: 0.3em;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration.fa-pull-right {
  margin-left: 0.3em;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration::after {
  content: "\f061";
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration p.font-normal {
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  color: #2c2f34;
  padding: 9px 0;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration p.font-normal a {
  text-decoration: none;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration p.font-normal a .sv-linkicon {
  display: none;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration:hover p.font-normal a {
  text-decoration: underline;
  color: #2c2f34;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration::after {
  position: absolute;
  top: calc(50% - 20px);
  right: 7px;
  width: 40px;
  min-height: 31px;
  padding-top: 9px;
  margin-left: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #ffffff;
  box-shadow: 5px 3px 14px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .sh-semester-startpage__bottom .sh-term-page__bottom .sh-action-decoration::after {
    width: 30px;
    min-height: 23px;
    padding-top: 7px;
    font-size: 15px;
    top: calc(50% - 15px);
    right: 15px;
  }
}
a.sh-action:not(.sh-action--labelled) span {
  padding: 11px 0;
}
@media (max-width: 767px) {
  a.sh-action:not(.sh-action--labelled) span {
    padding: 9px 0;
  }
}
.sv-custom-module .sh-action {
  margin-bottom: 30px;
}
/* lessfile: modules/cards.less */
.sh-card {
  background-image: linear-gradient(111deg, #ffe25d, #ffd618);
  padding: 16px 18px 23px 22px;
  margin-bottom: 20px;
  position: relative;
  transition-property: background-image;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
@media (max-width: 767px) {
  .sh-card {
    padding: 16px 18px 16px 22px;
  }
}
.sh-card:hover {
  text-decoration: underline;
}
.sh-card a {
  text-decoration: none;
  color: #2c2f34;
}
.sh-card a:hover {
  color: #2c2f34;
}
.sh-card .sh-card__name {
  margin: 0;
  font-size: 17px;
  line-height: 1.18;
  letter-spacing: 0.1px;
  padding-right: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
}
.sh-card .sh-card__desc {
  margin: 11px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sh-card .sh-card__desc {
    font-size: 15px;
  }
}
.sh-card .fal,
.sh-card .far,
.sh-card .fas {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #ffffff;
  box-shadow: 5px 3px 14px 0 rgba(0, 0, 0, 0.1);
  font-size: 17px;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 7px;
  top: 7px;
}
@media (max-width: 767px) {
  .sh-card .fal,
  .sh-card .far,
  .sh-card .fas {
    top: 10px;
  }
}
.sh-card--blue {
  background-image: linear-gradient(296deg, #c5e1de, #e2f0ef);
}
/* lessfile: modules/buttons.less */
.sh-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  position: relative;
  background-color: #c5e1de;
  font-size: 15px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #2c2f34;
  text-decoration: none;
  min-width: 200px;
  max-width: 100%;
  height: 55px;
  padding: 2px 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sh-button:hover {
  color: #2c2f34;
}
a.sh-button {
  line-height: 3.3;
}
a.sh-button.sh-button--large {
  line-height: normal;
}
.sh-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #d3d3d3;
}
.sh-button:disabled::after {
  display: none;
}
.sh-button::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background-color: #added8;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sh-button:hover:not([disabled]) {
  background-color: #bbdcd8;
}
.sh-button:hover:not([disabled])::after {
  background-color: #c5e1de;
}
.sh-button--large {
  font-size: 17px;
  letter-spacing: 0.3px;
  height: 60px;
  width: 520px;
  padding: 0 35px 4px;
}
@media (max-width: 767px) {
  .sh-button--large {
    height: 44px;
    font-size: 13px;
    line-height: 45px;
    padding: 0 15px 4px;
  }
}
a.sh-button--large {
  height: auto;
  padding: 16px 35px 19px;
}
@media (max-width: 767px) {
  a.sh-button--large {
    padding: 11px 15px 14px;
  }
}
.sh-button--medium {
  font-size: 13px;
  letter-spacing: 0.6px;
  height: 45px;
  border-radius: 1px;
  min-width: 135px;
}
a.sh-button--medium {
  line-height: 3;
}
.sh-button--medium::after {
  height: 4px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.sh-button--small {
  font-size: 11px;
  font-weight: 500;
  height: 34px;
  border-radius: 2px;
  min-width: 100px;
  padding: 0 16px;
}
a.sh-button--small {
  line-height: 3;
}
.sh-button--small .fal,
.sh-button--small .far,
.sh-button--small .fas,
.sh-button--small .fab {
  margin-left: 12px;
  font-size: 12px;
}
.sh-button--small::after {
  height: 3px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.sh-button--yellow {
  background-color: #ffd618;
}
.sh-button--yellow::after {
  height: 0;
}
.sh-button--yellow:hover:not([disabled]) {
  background-color: #ffe25d;
}
.sh-button--yellow:hover:not([disabled])::after {
  background-color: #ffe25d;
}
.sh-button--yellow-border {
  background-color: #ffffff;
  border: 1px solid #ffd618;
}
.sh-button--yellow-border::after {
  height: 0;
}
.sh-button--yellow-border:hover:not([disabled]) {
  background-color: #ffd618;
}
.sh-button--yellow-border:hover:not([disabled])::after {
  background-color: #ffd618;
}
.sh-button--black {
  background-color: #2c2f34;
  color: #ffffff;
}
.sh-button--black::after {
  background-color: #2c2f34;
}
.sh-button--black:hover {
  color: #ffffff;
}
.sh-button--black:hover:not([disabled]) {
  background-color: #414448;
}
.sh-button--black:hover:not([disabled])::after {
  background-color: #414448;
}
.sh-button--red {
  color: #ffffff;
  background-color: #e75918;
}
.sh-button--red::after {
  background-color: #e75918;
}
.sh-button--red:hover:not([disabled]) {
  background-color: #e96a2f;
}
.sh-button--red:hover:not([disabled])::after {
  background-color: #e96a2f;
}
.sh-button--external {
  padding: 0 30px 2px 20px;
}
.sh-button--external.sh-button--large {
  padding: 0 35px 4px;
}
.sh-button--external.sh-button--small {
  padding: 0 30px 0 13px;
}
.sh-button--external.sh-button--small::before {
  top: 8px;
}
.sh-button--external::before {
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f14c";
  color: #8797a5;
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.58);
  height: 15px;
  width: 15px;
  line-height: 15px;
}
.sh-button--external::before.fa-pull-left {
  margin-right: 0.3em;
}
.sh-button--external::before.fa-pull-right {
  margin-left: 0.3em;
}
.sh-button--border {
  border: 1px solid #a3d0cb;
  border-radius: 1px;
}
.sh-button--border.sh-button--yellow {
  background-color: #fff5c5;
  border-color: #ffe674;
}
.sh-button--border.sh-button--yellow::after {
  background-color: rgba(255, 214, 24, 0.25);
}
.sh-button--border.sh-button--yellow:hover:not([disabled]) {
  background-color: #ffe674;
}
.sh-button--border.sh-button--yellow:hover:not([disabled])::after {
  background-color: #fff5c5;
}
.sh-button--border.sh-button--red {
  border-color: #b94713;
}
.sh-button--border-radius {
  border-radius: 2px;
}
.sh-button--border-radius.sh-button--large {
  border-radius: 3px;
}
.sh-button--border-radius.sh-button--small {
  border-radius: 1px;
}
/* lessfile: modules/divider.less */
.sh-expandable,
.sh-collapsible {
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .sh-expandable,
  .sh-collapsible {
    margin-bottom: 15px;
  }
}
.sh-expandable__header,
.sh-collapsible__header,
.sh-expandable__heading,
.sh-collapsible__heading {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: relative;
  padding: 12px 55px 13px 20px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  color: #2c2f34;
  margin-bottom: -1px;
  border-radius: 1px;
  min-height: 55px;
  border: solid 1px rgba(255, 214, 24, 0.52);
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
@media (max-width: 767px) {
  .sh-expandable__header,
  .sh-collapsible__header,
  .sh-expandable__heading,
  .sh-collapsible__heading {
    min-height: 50px;
  }
}
.sh-expandable__header button,
.sh-collapsible__header button,
.sh-expandable__heading button,
.sh-collapsible__heading button,
.sh-expandable__header h2,
.sh-collapsible__header h2,
.sh-expandable__heading h2,
.sh-collapsible__heading h2,
.sh-expandable__header h3,
.sh-collapsible__header h3,
.sh-expandable__heading h3,
.sh-collapsible__heading h3,
.sh-expandable__header h4,
.sh-collapsible__header h4,
.sh-expandable__heading h4,
.sh-collapsible__heading h4 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  margin: 0;
  font-size: 13px;
  line-height: 2.31;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sh-expandable__header button,
  .sh-collapsible__header button,
  .sh-expandable__heading button,
  .sh-collapsible__heading button,
  .sh-expandable__header h2,
  .sh-collapsible__header h2,
  .sh-expandable__heading h2,
  .sh-collapsible__heading h2,
  .sh-expandable__header h3,
  .sh-collapsible__header h3,
  .sh-expandable__heading h3,
  .sh-collapsible__heading h3,
  .sh-expandable__header h4,
  .sh-collapsible__header h4,
  .sh-expandable__heading h4,
  .sh-collapsible__heading h4 {
    line-height: 1.8;
    text-align: left;
  }
}
.sh-expandable__header::after,
.sh-collapsible__header::after,
.sh-expandable__heading::after,
.sh-collapsible__heading::after {
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f067";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background-color: #ffd618;
  color: #2c2f34;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.sh-expandable__header::after.fa-pull-left,
.sh-collapsible__header::after.fa-pull-left,
.sh-expandable__heading::after.fa-pull-left,
.sh-collapsible__heading::after.fa-pull-left {
  margin-right: 0.3em;
}
.sh-expandable__header::after.fa-pull-right,
.sh-collapsible__header::after.fa-pull-right,
.sh-expandable__heading::after.fa-pull-right,
.sh-collapsible__heading::after.fa-pull-right {
  margin-left: 0.3em;
}
@media (max-width: 767px) {
  .sh-expandable__header::after,
  .sh-collapsible__header::after,
  .sh-expandable__heading::after,
  .sh-collapsible__heading::after {
    width: 30px;
    height: 30px;
    right: 8px;
    top: 12px;
  }
}
.sh-expandable__header:hover button,
.sh-collapsible__header:hover button,
.sh-expandable__heading:hover button,
.sh-collapsible__heading:hover button,
.sh-expandable__header:hover h2,
.sh-collapsible__header:hover h2,
.sh-expandable__heading:hover h2,
.sh-collapsible__heading:hover h2,
.sh-expandable__header:hover h3,
.sh-collapsible__header:hover h3,
.sh-expandable__heading:hover h3,
.sh-collapsible__heading:hover h3,
.sh-expandable__header:hover h4,
.sh-collapsible__header:hover h4,
.sh-expandable__heading:hover h4,
.sh-collapsible__heading:hover h4 {
  text-decoration: underline;
}
.sh-expandable__header:not(.sh-collapsible__header--active):hover,
.sh-collapsible__header:not(.sh-collapsible__header--active):hover,
.sh-expandable__heading:not(.sh-collapsible__header--active):hover,
.sh-collapsible__heading:not(.sh-collapsible__header--active):hover {
  text-decoration: underline;
}
.sh-expandable__header:not(.sh-collapsible__header--active):hover i,
.sh-collapsible__header:not(.sh-collapsible__header--active):hover i,
.sh-expandable__heading:not(.sh-collapsible__header--active):hover i,
.sh-collapsible__heading:not(.sh-collapsible__header--active):hover i {
  text-decoration: none;
}
.sh-expandable--expanded .sh-expandable__heading,
.sh-expandable--expanded .sh-collapsible__heading,
.sh-collapsible--expanded .sh-expandable__heading,
.sh-collapsible--expanded .sh-collapsible__heading,
.sh-expandable--expanded .sh-expandable__header,
.sh-expandable--expanded .sh-collapsible__header,
.sh-collapsible--expanded .sh-expandable__header,
.sh-collapsible--expanded .sh-collapsible__header {
  background-color: #ffd618;
}
.sh-expandable--expanded .sh-expandable__heading::after,
.sh-expandable--expanded .sh-collapsible__heading::after,
.sh-collapsible--expanded .sh-expandable__heading::after,
.sh-collapsible--expanded .sh-collapsible__heading::after,
.sh-expandable--expanded .sh-expandable__header::after,
.sh-expandable--expanded .sh-collapsible__header::after,
.sh-collapsible--expanded .sh-expandable__header::after,
.sh-collapsible--expanded .sh-collapsible__header::after {
  content: '\f068';
  background-color: #ffffff;
  box-shadow: 5px 3px 14px 0 rgba(0, 0, 0, 0.05);
}
.sh-expandable__button,
.sh-collapsible__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.sh-expandable__content,
.sh-collapsible__content,
.sh-expandable .sv-decoration-content,
.sh-collapsible .sv-decoration-content {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
  padding: 20px 30px 55px;
  background-color: #ffffff;
  box-shadow: 0 0 35px 0 rgba(44, 47, 52, 0.12);
  position: relative;
}
.sh-expandable__content *:last-child,
.sh-collapsible__content *:last-child,
.sh-expandable .sv-decoration-content *:last-child,
.sh-collapsible .sv-decoration-content *:last-child {
  margin-bottom: 0;
}
.sh-expandable--close,
.sh-collapsible--close {
  font-size: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.sh-expandable--close button,
.sh-collapsible--close button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  height: 35px;
  width: 35px;
  background-color: #ffd618;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
h1.sh-expandable__header,
h2.sh-expandable__header,
h3.sh-expandable__header {
  margin-bottom: -1px;
}
/* lessfile: modules/forms.less */
.sh-form-container {
  background-color: white;
  padding: 27px 50px 24px 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sh-form-container {
    padding: 5px;
  }
}
.sh-image-blurb {
  height: 390px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .sh-image-blurb {
    margin: 0 15px;
  }
}
.sh-image-blurb__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 214, 24, 0.91);
  padding: 15px 29px 17px 20px;
}
.sh-image-blurb__title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.09;
}
.sh-image-blurb__title a {
  text-decoration: none;
}
.sh-image-blurb__title a:hover {
  color: #2c2f34;
}
@media (max-width: 1199px) {
  .sh-image-blurb__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sh-image-blurb__title {
    font-size: 16px;
  }
}
.sh-image-blurb__desc {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .sh-image-blurb__desc {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sh-image-blurb__desc {
    font-size: 15px;
  }
}
.sh-image-blurb:hover .sh-image-blurb__title a,
.sh-image-blurb:hover .sh-image-blurb__desc {
  text-decoration: underline;
}
.sh-input-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 0;
}
.sh-input-label {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  line-height: normal;
  position: relative;
  text-align: left;
}
.sh-input-label span {
  font-weight: 400;
}
.sh-input-required-asterisk::after {
  content: '*';
  color: #cc4a4c;
  font-size: 14px;
  margin-left: 2px;
  line-height: 12px;
}
.sh-input-margin {
  margin-bottom: 15px;
}
.sh-input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  height: 40px;
  border: 1px solid #ffd618;
  width: 100%;
  padding: 0 10px 0 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-color: white;
  box-shadow: none;
  border-radius: 0;
}
.sh-input-text::-webkit-input-placeholder {
  color: #757575;
}
.sh-input-text:-moz-placeholder {
  color: #757575;
}
.sh-input-text::-moz-placeholder {
  color: #757575;
}
.sh-input-text:-ms-input-placeholder {
  color: #757575;
}
.sh-input-text::-webkit-input-placeholder {
  line-height: 25px;
}
.sh-input-text:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 767px) {
  .sh-input-text {
    font-size: 16px;
  }
}
.sh-input-text:focus {
  border-color: #c5e1de;
}
.sh-input-text[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
.sh-input-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  height: 40px;
  border: 1px solid #ffd618;
  width: 100%;
  padding: 0 10px 0 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-color: white;
  box-shadow: none;
  border-radius: 0;
  min-height: 120px;
  height: auto;
  max-width: 100%;
  padding: 15px 10px 15px 15px;
}
.sh-input-textarea::-webkit-input-placeholder {
  color: #757575;
}
.sh-input-textarea:-moz-placeholder {
  color: #757575;
}
.sh-input-textarea::-moz-placeholder {
  color: #757575;
}
.sh-input-textarea:-ms-input-placeholder {
  color: #757575;
}
.sh-input-textarea::-webkit-input-placeholder {
  line-height: 25px;
}
.sh-input-textarea:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 767px) {
  .sh-input-textarea {
    font-size: 16px;
  }
}
.sh-input-textarea:focus {
  border-color: #c5e1de;
}
.sh-input-textarea[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
.sh-input-divider {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: solid 1px rgba(44, 47, 52, 0.1);
}
.sh-input-select {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  height: 40px;
  border: 1px solid #ffd618;
  width: 100%;
  padding: 0 10px 0 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-color: white;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  background-image: url('/webdav/files/System/resources/graphics/chevron-down.svg');
  background-size: 13px;
  background-position: right 15px top 12px;
  background-repeat: no-repeat;
  border: solid 1px rgba(44, 47, 52, 0.2);
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.sh-input-select::-webkit-input-placeholder {
  color: #757575;
}
.sh-input-select:-moz-placeholder {
  color: #757575;
}
.sh-input-select::-moz-placeholder {
  color: #757575;
}
.sh-input-select:-ms-input-placeholder {
  color: #757575;
}
.sh-input-select::-webkit-input-placeholder {
  line-height: 25px;
}
.sh-input-select:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 767px) {
  .sh-input-select {
    font-size: 16px;
  }
}
.sh-input-select:focus {
  border-color: #c5e1de;
}
.sh-input-select[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
/*
.sh-input-select {
  .sh-input-text;
  cursor: pointer;
  background-image: url('@{graphics-path}/icons/chevron-down.svg');
  background-size: 13px;
  background-position: right 15px top 12px;
}

.sh-input-text-invalid {
  box-shadow: 0 0 4px 0 rgba(227, 34, 18, 0.15);
  border: solid 1px rgba(227, 34, 18, 0.21);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
  background-image: url('@{graphics-path}/icons/times_invalid.svg');
}
.sh-input-text-valid {}

*/
.sh-input-checkbox,
.sh-input-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: block;
}
.sh-input-checkbox + label::before,
.sh-input-radio + label::before {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid #c5e1de;
  position: relative;
  top: 0;
  margin-right: 6px;
  float: left;
  text-align: center;
  transition-property: color, background-color, border-color, border-width;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sh-input-checkbox + label,
.sh-input-radio + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 18px;
  cursor: pointer;
}
.sh-input-checkbox:focus + label::before,
.sh-input-radio:focus + label::before,
.sh-input-checkbox:focus:checked + label::before,
.sh-input-radio:focus:checked + label::before,
[data-whatinput="keyboard"] .sh-input-checkbox:focus + label::before,
[data-whatinput="keyboard"] .sh-input-radio:focus + label::before,
[data-whatinput="keyboard"] .sh-input-checkbox:focus:checked + label::before,
[data-whatinput="keyboard"] .sh-input-radio:focus:checked + label::before {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-input-checkbox:focus + label::before,
[data-whatinput="initial"] .sh-input-radio:focus + label::before,
[data-whatinput="initial"] .sh-input-checkbox:focus:checked + label::before,
[data-whatinput="initial"] .sh-input-radio:focus:checked + label::before,
[data-whatinput="mouse"] .sh-input-checkbox:focus + label::before,
[data-whatinput="mouse"] .sh-input-radio:focus + label::before,
[data-whatinput="mouse"] .sh-input-checkbox:focus:checked + label::before,
[data-whatinput="mouse"] .sh-input-radio:focus:checked + label::before,
[data-whatinput="touch"] .sh-input-checkbox:focus + label::before,
[data-whatinput="touch"] .sh-input-radio:focus + label::before,
[data-whatinput="touch"] .sh-input-checkbox:focus:checked + label::before,
[data-whatinput="touch"] .sh-input-radio:focus:checked + label::before {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-input-checkbox:checked + label:before {
  border-width: 6px;
}
.sh-input-radio + label:before {
  border-radius: 50%;
}
.sh-input-radio:checked + label:before {
  border-width: 6px;
}
/*
.sh-input-file {
  display: block;
  height: 0;
  opacity: 0;
  & + label {
    .clearfix;
    margin-bottom: 20px;
    .sol-form-file-label {
      .sh-input-label;
      margin-bottom: 8px;
    }
    .sol-form-file-btn {
      .btn;
      padding: 5px 20px;
      margin-left: 10px;
      margin-top: 2px;
      font-size: 13px;
    }
    .sol-form-file-text {
      float: left;
      margin-left: 15px;
      font-size: 15px;
      font-weight: 300;
      line-height: 34px;
    }
    .sol-form-file-remove {
      & i {
        margin-left: 13px;
        margin-top: 7px;
        font-size: 18px;
        color: @primary-color;
      }
    }
  }
}*/
.sh-input-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  min-height: 34px;
  background-color: #d3d3d3;
  padding: 0 10px;
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  width: 100%;
  color: #2c2f34;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sh-input-btn:focus,
[data-whatinput="keyboard"] .sh-input-btn:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-input-btn:focus,
[data-whatinput="mouse"] .sh-input-btn:focus,
[data-whatinput="touch"] .sh-input-btn:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-input-btn:hover {
  background-color: #ffd618;
}
.sh-input-btn:active {
  box-shadow: none;
  background-color: #d3d3d3;
  color: #2c2f34;
}
.sh-input-fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.sh-input-fieldset legend {
  margin-bottom: 15px;
}
/* lessfile: modules/floating-buttons.less */
.sh-round-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  height: 67px;
  width: 67px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  line-height: normal;
  font-weight: 800;
  color: black;
  background-color: #ffd618;
  text-decoration: none;
  cursor: pointer;
}
.sh-round-button:focus,
[data-whatinput="keyboard"] .sh-round-button:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-round-button:focus,
[data-whatinput="mouse"] .sh-round-button:focus,
[data-whatinput="touch"] .sh-round-button:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-round-button .fal,
.sh-round-button .fas,
.sh-round-button .far,
.sh-round-button .fab {
  display: block;
  font-size: 25px;
  margin-bottom: 5px;
}
.sh-round-button:hover {
  background-color: #c5e1de;
}
.sh-round-button:hover > span {
  text-decoration: underline;
}
.sh-student-blurb-width {
  float: left;
  padding: 0 10px 20px 10px;
}
@media (max-width: 991px) {
  .sh-student-blurb-width {
    padding: 0 5px 10px 5px;
  }
}
.sh-student-blurb-width--100 {
  width: 100%;
}
.sh-student-blurb-width--50 {
  width: 50%;
}
.sh-student-blurb {
  position: relative;
  background-color: #ffffff;
  float: left;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  outline-offset: 2px !important;
}
@media (max-width: 767px) {
  .sh-student-blurb {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.sh-student-blurb:hover h2,
.sh-student-blurb[data-is-focused=true] h2 {
  text-decoration: underline;
}
.sh-student-blurb:hover .sh-student-blurb__desc,
.sh-student-blurb[data-is-focused=true] .sh-student-blurb__desc {
  opacity: 1;
}
.sh-student-blurb.sh-focus-outline-show {
  outline-offset: 0px;
}
.sh-student-blurb--1x1 {
  padding-bottom: 100%;
}
.sh-student-blurb--2x1 {
  padding-bottom: calc(50% - 10px);
}
@media (max-width: 991px) {
  .sh-student-blurb--2x1 {
    padding-bottom: calc(50% - 5px);
  }
}
.sh-student-blurb--2x2 {
  padding-bottom: 100%;
}
@media (max-width: 767px) {
  .sh-student-blurb--1x1,
  .sh-student-blurb--2x1 {
    padding-bottom: 90px;
  }
  .sh-student-blurb--2x2 {
    padding-bottom: 185px;
  }
}
.sh-student-blurb__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  padding: 0 18px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-student-blurb__content {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .sh-student-blurb__content {
    padding: 0 10px;
  }
}
.sh-student-blurb__content--has-image {
  box-shadow: none;
  background-image: linear-gradient(326deg, rgba(38, 49, 54, 0.9), rgba(67, 67, 67, 0.5));
}
@media (max-width: 767px) {
  .sh-student-blurb__content--has-image {
    background-image: linear-gradient(326deg, rgba(38, 49, 54, 0.9), rgba(67, 67, 67, 0.7));
  }
}
.sh-student-blurb__icon {
  font-size: 49px;
  height: 49px;
  color: rgba(255, 214, 24, 0.75);
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .sh-student-blurb__icon {
    font-size: 43px;
    height: 43px;
  }
}
@media (max-width: 991px) {
  .sh-student-blurb__icon {
    font-size: 30px;
    height: 35px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .sh-student-blurb__icon {
    float: none;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 3px;
    font-size: 25px;
  }
}
.sh-student-blurb__heading {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .sh-student-blurb__heading {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sh-student-blurb__heading {
    line-height: 16px;
  }
}
.sh-student-blurb__desc {
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: rgba(44, 47, 52, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  margin-bottom: 0;
  padding: 0 18px;
  font-size: 16px;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-student-blurb__desc {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .sh-student-blurb__desc {
    font-size: 14px;
    padding: 0 10px;
  }
}
.sh-student-blurb__content--has-image .sh-student-blurb__heading {
  color: #ffffff;
}
.sh-student-blurb a {
  text-decoration: none;
  width: 100%;
}
.sh-portal__content .sh-row > div {
  padding: 0;
}
/* lessfile: modules/student-quote.less */
.sh-student-quote {
  margin-bottom: 15px;
}
.sh-student-quote .sh-student-quote__quote span {
  font-size: 17px;
  line-height: 1.88;
  background-color: rgba(197, 225, 222, 0.5);
  padding: 3px 0 4px;
  box-shadow: 8px 0 0 rgba(197, 225, 222, 0.5), -8px 0 0 rgba(197, 225, 222, 0.5);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (max-width: 767px) {
  .sh-student-quote .sh-student-quote__quote span {
    font-size: 16px;
    line-height: 2.06;
  }
}
@media (max-width: 767px) {
  .sh-student-quote .sh-student-quote__quote {
    margin-right: 8px;
    margin-bottom: 12px;
    margin-left: 8px;
  }
}
.sh-student-quote__info-container {
  display: -webkit-flex;
  display: flex;
}
.sh-student-quote__image {
  height: 64px;
  width: 64px;
  min-width: 64px;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
}
.sh-student-quote__info {
  height: 64px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-width: calc(100% - 84px);
}
.sh-student-quote__info p {
  font-size: 14px;
  line-height: 1.29;
}
.sh-student-quote .sh-student-quote__name {
  font-weight: 500;
  margin-bottom: 0;
}
.sh-student-quote .sh-student-quote__about {
  margin-bottom: 0;
}
.sh-table-standard {
  border: 1px solid #ffd618;
  border-radius: 5px;
}
.sh-table-standard thead {
  background-image: linear-gradient(95deg, #ffe468, #ffd618);
  text-transform: uppercase;
}
.sh-table-standard thead td,
.sh-table-standard thead tr {
  border: none;
}
.sh-table-standard th {
  padding: 12px;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.sh-table-standard td {
  padding: 13px 12px 14px;
  border: 1px solid rgba(44, 47, 52, 0.2);
  font-size: 15px;
  letter-spacing: 0.2px;
}
.sh-table-standard td p {
  margin-bottom: 0;
}
.sh-table-standard td:first-child {
  border-left: 1px solid #ffd618;
}
.sh-table-standard td:last-child {
  border-right: 1px solid #ffd618;
}
.sh-table-standard tr:first-child td {
  border-top: none;
}
.sh-table-standard tr:last-child td {
  border-bottom: 1px solid #ffd618;
}
/* lessfile: modules/tooltip.less */
.sh-transit-blurb {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.sh-transit-blurb:hover h2 {
  text-decoration: underline;
}
.sh-transit-blurb .sh-transit-blurb__image {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 56.25%;
}
@media (min-width: 480px) and (max-width: 767px) {
  .sh-transit-blurb .sh-transit-blurb__image {
    padding-bottom: 0;
    height: 245px;
  }
}
.sh-transit-blurb .sh-transit-blurb__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
  font-family: 'object-fit: cover; object-position: 50%;';
}
.sh-transit-blurb .sh-transit-blurb__image-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  border: none;
  background-color: rgba(0, 0, 0, 0.23);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sh-transit-blurb .sh-transit-blurb__image-overlay i.fal {
  font-size: 78px;
  color: #ffffff;
}
.sh-transit-blurb__heading {
  margin: 0 0 5px;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.27;
  padding: 0 18px 0 10px;
}
.sh-transit-blurb__heading a {
  text-decoration: none;
}
.sh-transit-blurb__heading a:hover {
  color: #2c2f34;
}
.sh-transit-blurb .sh-transit-blurb__text {
  margin: 0;
  padding: 0 18px 0 10px;
}
.sh-transit-blurb .sh-transit-blurb__open-modal {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sh-divider {
  width: 100%;
  opacity: 0.65;
  border-bottom: 1px solid #ffd618;
  margin-bottom: 15px;
}
.sv-decoration-factbox-yellow,
.sv-decoration-factbox-blue {
  position: relative;
  width: 100%;
  border-image-slice: 1;
  padding: 18px 42px 20px 48px;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 2px;
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
@media (max-width: 767px) {
  .sv-decoration-factbox-yellow,
  .sv-decoration-factbox-blue {
    padding-top: 20px;
    padding-right: 25px;
  }
}
.sv-decoration-factbox-yellow.fa-pull-left,
.sv-decoration-factbox-blue.fa-pull-left {
  margin-right: 0.3em;
}
.sv-decoration-factbox-yellow.fa-pull-right,
.sv-decoration-factbox-blue.fa-pull-right {
  margin-left: 0.3em;
}
.sv-decoration-factbox-yellow::before,
.sv-decoration-factbox-blue::before {
  content: "\f05a";
}
.sv-decoration-factbox-yellow .font-heading-1,
.sv-decoration-factbox-blue .font-heading-1,
.sv-decoration-factbox-yellow .font-heading-2,
.sv-decoration-factbox-blue .font-heading-2,
.sv-decoration-factbox-yellow .font-heading-3,
.sv-decoration-factbox-blue .font-heading-3,
.sv-decoration-factbox-yellow .font-heading-4,
.sv-decoration-factbox-blue .font-heading-4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .sv-decoration-factbox-yellow .font-heading-1,
  .sv-decoration-factbox-blue .font-heading-1,
  .sv-decoration-factbox-yellow .font-heading-2,
  .sv-decoration-factbox-blue .font-heading-2,
  .sv-decoration-factbox-yellow .font-heading-3,
  .sv-decoration-factbox-blue .font-heading-3,
  .sv-decoration-factbox-yellow .font-heading-4,
  .sv-decoration-factbox-blue .font-heading-4 {
    font-size: 14px;
  }
}
.sv-decoration-factbox-yellow .font-normal,
.sv-decoration-factbox-blue .font-normal {
  font-size: 16px;
}
.sv-decoration-factbox-yellow:before,
.sv-decoration-factbox-blue:before {
  position: absolute;
  top: 18px;
  left: 19px;
}
.sv-decoration-factbox-yellow *:last-child,
.sv-decoration-factbox-blue *:last-child {
  margin-bottom: 8px !important;
}
.sv-decoration-factbox-yellow {
  border-image-source: linear-gradient(104deg, #ffe468, #ffd618);
}
.sv-decoration-factbox-blue {
  border-color: #c5e1de;
}
.sv-decoration-faktabox-gray {
  background-color: #f7f6f3;
  margin-right: -48px;
  margin-bottom: 25px;
  margin-left: -47px;
  padding: 20px 69px 29px 27px;
}
@media (max-width: 767px) {
  .sv-decoration-faktabox-gray {
    margin-right: 0;
    margin-left: 0;
  }
}
.sv-decoration-faktabox-gray p {
  margin-bottom: 10px;
}
.sv-decoration-faktabox-gray *:last-child {
  margin-bottom: 0;
}
.sh-tabs {
  background-color: #ffffff;
  margin: 60px auto 0;
  position: relative;
}
.sh-tabs__buttons {
  position: relative;
  top: -62px;
  margin-bottom: -62px;
  text-align: center;
}
.sh-tabs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  height: 60px;
  background-color: #ffffff;
  padding: 0 35px;
  cursor: pointer;
  border-left: 2px solid rgba(46, 49, 55, 0.18);
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  transition-property: background-color, border-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
@media (max-width: 991px) {
  .sh-tabs-button {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .sh-tabs-button {
    padding: 0 20px;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .sh-tabs-button {
    padding: 0 14px;
  }
}
.sh-tabs-button span {
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .sh-tabs-button span {
    display: block;
    text-align: center;
    margin-top: 5px;
  }
}
.sh-tabs-button i {
  font-size: 28px;
  letter-spacing: -0.3px;
  color: #c6c6c6;
  margin-right: 15px;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
@media (max-width: 767px) {
  .sh-tabs-button i {
    display: block;
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-right: 0;
  }
}
.sh-tabs-button:first-child {
  border-left-color: transparent;
}
.sh-tabs-button--active {
  background-color: #ffd618;
  border-left-color: transparent;
}
.sh-tabs-button--active i {
  color: #2c2f34;
}
.sh-tabs-button--active + .sh-tabs-button {
  border-left-color: transparent;
}
.sh-tabs-button:hover:not(.sh-tabs-button--active) i {
  color: rgba(44, 47, 52, 0.75);
}
.sh-tabs__content {
  padding: 40px 0 50px;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sh-tabs__content {
    padding: 25px 0 40px;
  }
}
.sh-tabs__content .sv-decoration-content > div:focus,
[data-whatinput="keyboard"] .sh-tabs__content .sv-decoration-content > div:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-tabs__content .sv-decoration-content > div:focus,
[data-whatinput="mouse"] .sh-tabs__content .sv-decoration-content > div:focus,
[data-whatinput="touch"] .sh-tabs__content .sv-decoration-content > div:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-tabs__content .sv-responsiveTable {
  margin-right: -135px;
  margin-left: -135px;
}
.sh-term-decoration {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #ffd618;
}
.sh-term-decoration .sv-text-portlet {
  -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
}
.sh-term-decoration .sv-text-portlet .sv-portlet-toolbar {
  background-color: rgba(255, 214, 24, 0.1);
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  letter-spacing: 0.3px;
  padding: 14px 10px 15px 20px;
  text-transform: uppercase;
}
.sh-term-decoration .sv-text-portlet .sv-text-portlet-content {
  padding: 13px 10px 0 20px;
}
.sh-term-decoration .sv-text-portlet .sv-text-portlet-content a {
  color: #2c2f34;
}
.sh-term-decoration .sv-text-portlet:nth-child(1) .sv-portlet-toolbar,
.sh-term-decoration .sv-text-portlet:nth-child(2) .sv-portlet-toolbar {
  background-color: #ffd618;
}
.sh-term-decoration .sv-text-portlet:nth-child(3) .sv-portlet-toolbar,
.sh-term-decoration .sv-text-portlet:nth-child(4) .sv-portlet-toolbar {
  background-color: rgba(255, 214, 24, 0.8);
}
.sh-term-decoration .sv-text-portlet:nth-child(5) .sv-portlet-toolbar,
.sh-term-decoration .sv-text-portlet:nth-child(6) .sv-portlet-toolbar {
  background-color: rgba(255, 214, 24, 0.6);
}
.sh-term-decoration .sv-text-portlet:nth-child(7) .sv-portlet-toolbar,
.sh-term-decoration .sv-text-portlet:nth-child(8) .sv-portlet-toolbar {
  background-color: rgba(255, 214, 24, 0.4);
}
.sh-term-decoration .sv-text-portlet:nth-child(9) .sv-portlet-toolbar,
.sh-term-decoration .sv-text-portlet:nth-child(10) .sv-portlet-toolbar {
  background-color: rgba(255, 214, 24, 0.2);
}
.sh-top-header-decoration > .sv-layout {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 340px;
}
.sh-top-header-decoration .sv-text-portlet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.sh-top-header-decoration h1.font-heading-1 {
  font-size: 25px;
  margin: 0;
  background-color: #ffd618;
  display: inline-block;
  padding: 10px 25px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sh-back-action {
  font-size: 15px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .sh-back-action {
    background-image: none;
    background-color: #2c2f34;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin: 0 -15px;
    max-width: auto;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: ease;
  }
  .sh-back-action i {
    color: #2c2f34;
  }
  .sh-back-action:hover {
    background-color: #202326;
    color: #ffffff;
  }
}
/* lessfile: components/breadcrumbs.less */
.sh-breadcrumbs {
  display: block;
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 9px;
  background-color: #ffffff;
  border-top: 1px solid rgba(255, 214, 24, 0.3);
  border-bottom: 1px solid rgba(255, 214, 24, 0.3);
}
.sh-breadcrumbs:before,
.sh-breadcrumbs:after {
  content: "";
  display: table;
}
.sh-breadcrumbs:after {
  clear: both;
}
.sh-base-dark .sh-breadcrumbs {
  background-color: transparent;
  border: none;
}
@media (max-width: 991px) {
  .sh-breadcrumbs {
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .sh-breadcrumbs {
    display: none;
  }
}
.sh-breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
}
.sh-breadcrumbs li,
.sh-breadcrumbs li a {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1;
  float: left;
  color: #2c2f34;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.sh-base-dark .sh-breadcrumbs li,
.sh-base-dark .sh-breadcrumbs li a {
  color: #ffffff;
}
.sh-breadcrumbs li .sh-breadcrumbs__divider,
.sh-breadcrumbs li a .sh-breadcrumbs__divider {
  color: #ffd618;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
}
.sh-breadcrumbs li:last-child a::after,
.sh-breadcrumbs li:hover a::after {
  content: '';
  border-bottom: 2px solid #ffd618;
  position: absolute;
  right: -2px;
  bottom: -1px;
  left: -2px;
  z-index: -1;
}
.sh-error-box {
  background-color: #cc4a4c;
  max-width: 600px;
  margin: 0 auto 40px;
  border-radius: 2px;
  padding: 20px;
  color: white;
}
.sh-error-box i.fal {
  margin-right: 5px;
}
.sh-error-box a {
  color: white;
}
.sh-error-box pre {
  white-space: normal;
}
.sh-page-listing {
  max-width: 940px;
  margin: 40px auto 40px;
}
@media (max-width: 767px) {
  .sh-page-listing {
    margin-top: 0;
  }
}
.sh-page-listing__heading {
  font-size: 23px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  .sh-page-listing__heading {
    font-size: 20px;
  }
}
.sh-page-listing .sh-row > div {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .sh-page-listing .sh-row > div {
    padding-bottom: 10px;
  }
}
.sh-page-listing .sh-card {
  height: 100%;
  margin-bottom: 0;
}
.sh-page-listing .sh-card__modal-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sh-page-listing .sh-card {
    height: auto;
    padding: 11px 18px 11px 22px;
  }
  .sh-page-listing .sh-card__name {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .sh-page-listing .sh-card__desc {
    display: none;
  }
  .sh-page-listing .sh-card .fal,
  .sh-page-listing .sh-card .far,
  .sh-page-listing .sh-card .fas {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sh-page-listing .sh-small-cards .sh-card {
    height: auto;
    background-image: linear-gradient(97deg, #fdf074, #ffdf21);
  }
  .sh-page-listing .sh-small-cards .sh-card__name {
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
  }
  .sh-page-listing .sh-small-cards .sh-card .fal,
  .sh-page-listing .sh-small-cards .sh-card .far,
  .sh-page-listing .sh-small-cards .sh-card .fas {
    height: 25px;
    width: 25px;
    font-size: 13px;
    top: 8px;
  }
}
.sh-social-media {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .sh-social-media {
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.sh-social-media__container {
  background-color: rgba(197, 225, 222, 0.34);
  padding: 10px 25px;
  text-align: center;
  margin-top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.sh-social-media__title {
  margin: 0 10px 0 0;
  font-size: 11px;
  text-transform: uppercase;
  max-width: 60px;
  color: #35383b;
  display: inline-block;
}
.sh-social-media__item {
  display: inline-block;
  font-size: 19px;
  margin: 0 5px;
  padding: 10px 16px;
  color: rgba(44, 47, 52, 0.69);
}
.sh-social-media__item:hover {
  color: #35383b;
}
.sh-social-media-vertical {
  display: block;
  position: absolute;
  top: 10px;
  right: auto;
  left: -200px;
}
@media (max-width: 1199px) {
  .sh-social-media-vertical {
    left: -125px;
  }
}
@media (max-width: 991px) {
  .sh-social-media-vertical {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    position: relative;
    top: auto;
    left: auto;
    margin-top: -20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sh-social-media-vertical {
    margin-top: 0;
  }
}
.sh-social-media-vertical .sh-social-media__container {
  padding: 24px 15px 15px;
  margin-top: 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .sh-social-media-vertical .sh-social-media__container {
    display: -webkit-flex;
    display: flex;
    padding: 5px 25px;
  }
}
.sh-social-media-vertical .sh-social-media__title {
  margin-right: 0;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .sh-social-media-vertical .sh-social-media__title {
    margin: 0 10px 0 0;
  }
}
.sh-social-media-vertical .sh-social-media__item {
  display: block;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .sh-social-media-vertical .sh-social-media__item {
    display: inline-block;
    margin: 0 5px;
  }
}
.sh-submenu {
  margin-bottom: 50px;
}
.sh-submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sh-submenu-item {
  position: relative;
  background-image: linear-gradient(97deg, #ffe052, #ffd618);
  margin-bottom: 7px;
  font-size: 14px;
}
.sh-submenu-item .sh-submenu-item {
  margin-left: 10px;
}
.sh-submenu-item a {
  display: block;
  padding: 0 10px 0 16px;
  margin-right: 36px;
  text-decoration: none;
  color: #2c2f34;
  min-height: 40px;
  line-height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sh-submenu-item__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 5px;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  box-shadow: 5px 3px 13px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
  cursor: pointer;
}
.sh-submenu-item ul {
  background-color: #FAFAF8;
  padding-top: 7px;
}
ul > .sh-submenu-item:last-child {
  margin-bottom: 0;
}
.sh-submenu-item[data-is-current='true'] > a {
  text-decoration: underline;
}
.sh-to-top__container {
  position: relative;
}
.sh-to-top__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: -150px;
  right: -120px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .sh-to-top__button {
    top: -82px;
    right: 70px;
  }
}
@media (max-width: 767px) {
  .sh-to-top__button {
    top: -68px;
    right: 20px;
  }
}
.sh-to-top__button i.fal {
  display: block;
  font-size: 30px;
  background-color: #c5e1de;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  transition-property: background-color;
  transition-duration: 350ms;
  transition-timing-function: ease;
}
@media (max-width: 767px) {
  .sh-to-top__button i.fal {
    font-size: 20px;
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
  }
}
.sh-to-top__button:hover i.fal {
  background-color: rgba(197, 225, 222, 0.6);
}
a[href="#tooltip"] {
  font-size: 15px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 0;
  text-decoration: none;
}
a[href="#tooltip"].fa-pull-left {
  margin-right: 0.3em;
}
a[href="#tooltip"].fa-pull-right {
  margin-left: 0.3em;
}
a[href="#tooltip"]::before {
  content: "\f059";
}
a[href="#tooltip"]:before {
  font-size: 14px;
}
.tippy-tooltip {
  border-radius: 2px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.28);
  background-color: #2c2f34;
}
.tippy-tooltip .tippy-content {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.2px;
  padding: 5px 10px 5px 5px;
  border-radius: 2px;
  background-color: #2c2f34;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.28);
  text-align: left;
}
.sh-news-listing {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .sh-news-listing {
    padding-top: 18px;
    padding-bottom: 52px;
  }
}
.sh-news-listing__heading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding-left: 75px;
  position: relative;
}
.sh-news-listing__heading::before {
  content: '';
  width: 65px;
  height: 6px;
  background-color: #ffd618;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (max-width: 767px) {
  .sh-news-listing__heading {
    margin: 20px 0;
  }
}
.sh-news-listing__container {
  max-width: 1090px;
}
.sh-news-listing__left {
  padding-right: 27px;
}
@media (max-width: 767px) {
  .sh-news-listing__left {
    padding: 0;
  }
}
.sh-news-listing__right {
  padding-left: 27px;
}
@media (max-width: 767px) {
  .sh-news-listing__right {
    padding: 0;
  }
}
.sh-news-listing__more-news {
  margin-top: 26px;
  margin-left: 14px;
}
@media (max-width: 767px) {
  .sh-news-listing__more-news {
    margin-top: 17px;
    margin-left: 12px;
  }
}
.sh-list-page .sh-news-listing {
  padding-top: 0;
}
.sh-news-listing-item {
  position: relative;
  padding: 38px 20px 17px 12px;
  border-bottom: 1px solid rgba(117, 117, 117, 0.25);
}
.sh-news-listing-item:hover a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sh-news-listing-item {
    border-width: 2px;
    padding: 31px 18px 12px 12px;
  }
}
.sh-news-listing-item__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0.1px;
  margin: 0;
}
@media (max-width: 767px) {
  .sh-news-listing-item__title {
    font-size: 15px;
    line-height: 1.27;
  }
}
.sh-news-listing-item__title a {
  text-decoration: none;
}
.sh-news-listing-item__title a:hover {
  color: #2c2f34;
}
.sh-news-listing-item__date {
  position: absolute;
  top: 12px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.87;
}
@media (max-width: 767px) {
  .sh-news-listing-item__date {
    top: 8px;
  }
}
.sh-news-listing-prio-item {
  position: relative;
  padding-bottom: 60px;
  margin-top: 23px;
}
.sh-news-listing-prio-item:hover a {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .sh-news-listing-prio-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sh-news-listing-prio-item {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 4px;
  }
}
.sh-news-listing-prio-item__text {
  background-image: linear-gradient(105deg, #ffe674, #ffd618);
  padding: 42px 13px 23px 23px;
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
}
@media (max-width: 767px) {
  .sh-news-listing-prio-item__text {
    position: relative;
    left: 0;
    right: 0;
    top: -3px;
    padding: 33px 13px 19px 15px;
  }
}
.sh-news-listing-prio-item__title {
  margin: 0;
  font-family: 'Bodoni', sans-serif;
  font-size: 27px;
  line-height: 1.16;
  letter-spacing: 0.1px;
}
@media (max-width: 767px) {
  .sh-news-listing-prio-item__title {
    font-size: 22px;
  }
}
.sh-news-listing-prio-item__title a {
  text-decoration: none;
}
.sh-news-listing-prio-item__title a:hover {
  color: #2c2f34;
}
.sh-news-listing-prio-item__date {
  position: absolute;
  top: 14px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.87;
}
@media (max-width: 767px) {
  .sh-news-listing-prio-item__date {
    top: 10px;
  }
}
.sh-news-listing-prio-item__img {
  height: 285px;
  width: 100%;
  object-fit: cover;
  object-position: 50%;
  font-family: 'object-fit: cover; object-position: 50%;';
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .sh-news-listing-prio-item__img {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .sh-news-listing-prio-item__img {
    padding-bottom: 0;
  }
}
.sh-base-light,
.sh-base-dark {
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 350px;
  position: relative;
}
@media (max-width: 991px) {
  .sh-base-light,
  .sh-base-dark {
    padding-top: 111px;
    padding-bottom: 0;
  }
}
.sh-base-light {
  background-color: #FAFAF8;
}
@media (max-width: 767px) {
  .sh-base-light {
    background-color: #ffffff;
  }
}
.sh-base-dark {
  background: linear-gradient(rgba(20, 28, 38, 0.85), rgba(20, 28, 38, 0.85)), url('/webdav/files/System/resources/graphics/dark_bg.jpg');
  background-size: cover;
  background-position: 50%;
}
.sh-base-dark a:focus,
.sh-base-dark button:focus,
[data-whatinput='keyboard'] .sh-base-dark a:focus,
[data-whatinput='keyboard'] .sh-base-dark button:focus {
  outline-color: white;
}
.sh-base-dark main {
  background-color: transparent;
}
@media (max-width: 767px) {
  .sh-base-dark {
    background: none;
    min-height: 100vh;
    padding-top: 110px;
    padding-bottom: 350px;
    position: relative;
    background-color: #FAFAF8;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .sh-base-dark {
    padding-top: 111px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .sh-base-dark {
    background-color: #ffffff;
  }
}
.sh-round-button.sh-contact-button {
  position: fixed;
  right: 36px;
  bottom: 12px;
  z-index: 100;
  height: 80px;
  width: 80px;
  font-size: 13px;
}
.sh-round-button.sh-contact-button i.fal,
.sh-round-button.sh-contact-button i.far,
.sh-round-button.sh-contact-button i.fas {
  font-size: 28px;
}
.sh-round-button.sh-contact-button:focus {
  z-index: 100;
}
@media (max-width: 767px) {
  .sh-round-button.sh-contact-button {
    display: none;
  }
}
#contact_modal .sh-modal-container {
  width: auto;
  max-width: 910px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  #contact_modal .sh-modal-container {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  #contact_modal .sh-modal-container .sh-modal-close {
    color: #2c2f34;
    padding-top: 2px;
    padding-right: 40px;
    font-size: 12px;
    top: 15px;
    height: 30px;
  }
  #contact_modal .sh-modal-container .sh-modal-close i.fal {
    color: #2c2f34;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 10px;
  }
}
@media (max-width: 767px) {
  #contact_modal::before {
    background-image: none;
  }
}
.sh-contact {
  background-color: #ffffff;
  padding: 0;
}
@media (max-width: 767px) {
  .sh-contact {
    overflow: scroll;
    height: 100vh;
  }
}
.sh-contact .sh-row {
  margin-right: 0;
  margin-left: 0;
}
.sh-contact ul.sh-ul {
  list-style: none;
  margin: 0;
  padding: 34px 33px;
}
.sh-contact__item {
  border-top: 1px solid rgba(44, 47, 52, 0.1);
  padding-top: 27px;
  padding-bottom: 23px;
}
.sh-contact__item:first-child {
  border-top: none;
  padding-top: 0;
}
.sh-contact__item:last-child {
  padding-bottom: 0;
}
.sh-contact__name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sh-contact__name {
    font-size: 15px;
  }
}
.sh-contact .sh-contact__role {
  font-size: 15px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sh-contact .sh-contact__role {
    font-size: 17px;
  }
}
.sh-contact__institution p,
.sh-contact__phone p,
.sh-contact__mail p,
.sh-contact__institution a,
.sh-contact__phone a,
.sh-contact__mail a {
  font-size: 13px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .sh-contact__institution p,
  .sh-contact__phone p,
  .sh-contact__mail p,
  .sh-contact__institution a,
  .sh-contact__phone a,
  .sh-contact__mail a {
    font-size: 17px;
  }
}
.sh-contact__institution i.fal,
.sh-contact__phone i.fal,
.sh-contact__mail i.fal {
  font-size: 14px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .sh-contact__institution i.fal,
  .sh-contact__phone i.fal,
  .sh-contact__mail i.fal {
    font-size: 16px;
  }
}
.sh-contact__other {
  margin-top: 10px;
}
.sh-contact__other .font-normal {
  font-size: 15px;
}
@media (max-width: 767px) {
  .sh-contact__other .font-normal {
    font-size: 17px;
  }
}
.sh-contact p {
  margin-bottom: 0;
}
.sh-contact__main {
  background-image: linear-gradient(97deg, #ffe052, #ffd618);
}
.sh-contact__main .sh-contact__minor-heading {
  font-weight: 800;
  font-size: 13px;
}
@media (max-width: 767px) {
  .sh-contact__main .sh-contact__minor-heading {
    font-size: 15px;
  }
}
.sh-contact__main .sh-contact__visiting-address,
.sh-contact__main .sh-contact__mailing-address,
.sh-contact__main .sh-contact__phone,
.sh-contact__main .sh-contact__mail {
  margin-bottom: 15px;
}
.sh-contact__main .sh-contact__phone p,
.sh-contact__main .sh-contact__mail p {
  display: block;
}
.sh-contact__main .sh-contact__visiting-address,
.sh-contact__main .sh-contact__mailing-address p:not(.sh-contact__minor-heading),
.sh-contact__main .sh-contact__phone a,
.sh-contact__main .sh-contact__mail a {
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .sh-contact__main .sh-contact__visiting-address,
  .sh-contact__main .sh-contact__mailing-address p:not(.sh-contact__minor-heading),
  .sh-contact__main .sh-contact__phone a,
  .sh-contact__main .sh-contact__mail a {
    font-size: 17px;
  }
}
.sh-cookie-message {
  background-color: rgba(44, 47, 52, 0.95);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 20px 0;
}
.sh-cookie-message .sh-grid {
  max-width: 985px;
}
.sh-cookie-message p,
.sh-cookie-message a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .sh-cookie-message p,
  .sh-cookie-message a {
    font-size: 15px;
  }
}
.sh-cookie-message a:hover {
  color: #ffffff;
}
.sh-cookie-message button {
  margin-right: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sh-cookie-message button {
    display: block;
    margin-bottom: 15px;
  }
}
.sh-close-crisis {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #4a4a4a;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .sh-close-crisis {
    font-size: 13px;
  }
}
.sh-close-crisis i.fa-times {
  font-size: 17px;
  background-color: #ffffff;
  height: 25px;
  width: 25px;
  text-align: center;
  padding-top: 3px;
  margin-left: 12px;
}
.sh-close-crisis:hover {
  text-decoration: underline;
}
.sh-crisis-message {
  padding-top: 30px;
  padding-bottom: 17px;
  max-width: calc(100% - 228px);
}
@media (max-width: 991px) {
  .sh-crisis-message {
    padding-top: 40px;
    max-width: calc(100% - 125px);
  }
}
@media (max-width: 767px) {
  .sh-crisis-message {
    padding-top: 56px;
    padding-bottom: 25px;
    max-width: 100%;
  }
}
.sh-crisis-message .sh-crisis-message__title {
  font-family: 'Bodoni', sans-serif;
  font-size: 30px;
  letter-spacing: -0.1px;
}
@media (max-width: 767px) {
  .sh-crisis-message .sh-crisis-message__title {
    font-size: 22px;
    margin-left: 40px;
    line-height: 30px;
  }
}
.sh-crisis-message .sh-crisis-message__desc {
  font-size: 18px;
  line-height: 1.45;
  margin-top: 8px;
  margin-bottom: 10px;
  max-width: 706px;
}
@media (max-width: 767px) {
  .sh-crisis-message .sh-crisis-message__desc {
    font-size: 17px;
    line-height: 1.47;
    margin-top: 10px;
  }
}
.sh-crisis-message .sh-crisis-message__more a {
  font-size: 11px;
  letter-spacing: 0.5px;
  border-radius: 2px;
}
.sh-crisis-message .sh-crisis-message__more a:after {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
@media (max-width: 479px) {
  .sh-crisis-message .sh-crisis-message__more a {
    width: 100%;
  }
}
.sh-crisis-message .sh-crisis-message__date {
  margin-top: 20px;
}
.sh-crisis-message .sh-crisis-message__date p {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sh-crisis-message .sh-crisis-message__date p {
    font-size: 13px;
  }
}
.sh-crisis-message .sh-crisis-message__date--text {
  font-weight: 700;
}
.sh-crisis-message .sh-crisis-message__date--time {
  margin-left: 8px;
}
.sh-crisis-container {
  background-image: linear-gradient(99deg, #ffed9b, #ffe56f);
  transition-property: margin-top;
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.sh-crisis-container .sh-grid {
  position: relative;
}
.sh-crisis-container i.fa-exclamation-circle {
  font-size: 108px;
  padding: 30px 60px;
}
@media (max-width: 991px) {
  .sh-crisis-container i.fa-exclamation-circle {
    font-size: 80px;
    padding: 30px 30px 30px 15px;
  }
}
@media (max-width: 767px) {
  .sh-crisis-container i.fa-exclamation-circle {
    font-size: 32px;
    padding: 0;
    position: absolute;
    top: 54px;
  }
}
footer {
  background-color: #1d1f21;
  height: 350px;
  padding: 60px 0 40px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  footer {
    position: static;
    height: auto;
    padding: 40px 40px 55px 40px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 173px;
  }
}
footer .sh-grid {
  position: relative;
}
@media (max-width: 479px) {
  footer .sh-grid .sh-row > div {
    margin-bottom: 15px;
  }
  footer .sh-grid .sh-row > div:first-child {
    margin-bottom: 0;
  }
}
footer .sh-grid h2.font-heading-2,
footer .sh-grid h3.font-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}
footer .sh-grid h3.font-heading-3 {
  text-transform: none;
}
footer h1,
footer h2.font-heading-2,
footer h3.font-heading-3 {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
footer p,
footer p.font-small {
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  footer p,
  footer p.font-small {
    padding-right: 10px;
  }
}
footer p a,
footer p.font-small a {
  color: #ffffff;
}
footer p a:hover,
footer p.font-small a:hover {
  color: #ffffff;
  opacity: 0.9;
}
footer p strong,
footer p.font-small strong {
  letter-spacing: 0.6px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 800;
}
footer::after {
  content: '';
  color: #ffffff;
}
.sh-footer-map {
  position: absolute;
  top: -16px;
  right: 0;
  text-decoration: none;
  height: 247px;
  width: 279px;
}
.sh-footer-map__pulse {
  border: 8px solid #ffd618;
  background: transparent;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 48px;
  left: 34px;
  z-index: 1;
  opacity: 0;
}
.sh-footer-map__pulse.sh-animate {
  -webkit-animation: pulse 2s linear;
          animation: pulse 2s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sh-footer-map {
    width: 229px;
  }
}
.sh-footer-map span {
  width: 200px;
  position: absolute;
  right: 3px;
  bottom: 82px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sh-footer-map span {
    width: 150px;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .sh-footer-logo {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .sh-footer-logo {
    position: absolute;
    bottom: -128px;
  }
}
.sh-footer-logo img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sh-footer-logo img {
    margin-bottom: 0;
  }
}
.sh-footer-logo p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.58;
  max-width: 330px;
  color: #ffffff;
}
.sh-footer-social-media:before,
.sh-footer-social-media:after {
  content: "";
  display: table;
}
.sh-footer-social-media:after {
  clear: both;
}
.sh-footer-social-media a {
  float: left;
  margin-right: 24px;
  font-size: 19px;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-footer-social-media a {
    margin-right: 18px;
  }
}
.sh-footer-social-media a:hover {
  color: #ffffff;
  opacity: 0.8;
}
.sh-footer-social-media a:last-child {
  margin-right: 0;
}
/* lessfile: base/header/container.less */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.sh-base-light header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(255, 214, 24, 0.3);
}
.sh-base-dark header {
  background-color: #2c2f34;
}
@media (max-width: 767px) {
  .sh-base-dark header {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(255, 214, 24, 0.3);
  }
}
.sh-header {
  max-width: 1410px;
  height: 110px;
  padding: 0 3px 0 289px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1199px) {
  .sh-header {
    padding: 0 15px 0 250px;
  }
}
@media (max-width: 991px) {
  .sh-header {
    padding-left: 0;
    min-height: 100px;
  }
}
.sh-header__top,
.sh-header__bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  padding-top: 15px;
}
.sh-header__top {
  margin-right: 107px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .sh-header__top {
    background-image: linear-gradient(94deg, #ffde46, #ffd618);
    margin-right: -15px;
    padding-top: 0;
    padding-right: 15px;
  }
}
.sh-header__bottom {
  max-height: 49px;
}
@media (max-width: 991px) {
  .sh-header__bottom {
    margin-bottom: 12px;
    max-height: unset;
  }
}
@media (max-width: 767px) {
  .sh-header {
    padding-right: 9px;
    min-height: 105px;
  }
}
/* lessfile: base/header/hamburger.less */
.sh-hamburger {
  padding: 0px;
  width: 50px;
  height: 50px;
  position: relative;
}
.sh-hamburger:focus,
[data-whatinput="keyboard"] .sh-hamburger:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-hamburger:focus,
[data-whatinput="mouse"] .sh-hamburger:focus,
[data-whatinput="touch"] .sh-hamburger:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-hamburger__icon {
  width: 20px;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -9px;
}
@media (max-width: 991px) {
  .sh-hamburger__icon {
    top: 14px;
  }
}
.sh-hamburger__icon > span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #2c2f34;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.sh-hamburger__icon > span:last-child {
  margin-bottom: 0;
}
.sh-hamburger__icon .sh-hamburger__middle {
  margin-top: 5px;
  margin-bottom: 5px;
  transition: width 500ms;
}
.sh-hamburger.sh-active .sh-hamburger__top {
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg) translateX(5.5px) translateY(6.5px) translateZ(0px);
          transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg) translateX(5.5px) translateY(6.5px) translateZ(0px);
  width: 32px;
}
.sh-hamburger.sh-active .sh-hamburger__middle {
  width: 0;
}
.sh-hamburger.sh-active .sh-hamburger__bottom {
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-45deg) translateX(4.5px) translateY(-6.5px) translateZ(0px);
          transform: rotateX(0deg) rotateY(0deg) rotateZ(-45deg) translateX(4.5px) translateY(-6.5px) translateZ(0px);
  width: 32px;
}
/* lessfile: base/header/logo.less */
.sh-header-logo {
  position: absolute;
  left: 3px;
  top: 15px;
}
.sh-header-logo a {
  display: block;
}
@media (max-width: 1199px) {
  .sh-header-logo {
    left: 15px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .sh-header-logo {
    top: 32px;
    left: 12px;
  }
}
@media (max-width: 360px) {
  .sh-header-logo {
    height: 63px;
    top: 30px;
  }
}
.sh-base-light .sh-header-logo--black {
  display: block;
}
.sh-base-dark .sh-header-logo--white {
  display: block;
}
@media (max-width: 767px) {
  .sh-base-dark .sh-header-logo--white {
    display: none;
  }
}
@media (max-width: 767px) {
  .sh-base-dark .sh-header-logo--black {
    display: block;
  }
}
.sh-header-logo img {
  display: none;
  width: 209px;
  height: auto;
  max-height: 88px;
}
@media (max-width: 991px) {
  .sh-header-logo img {
    width: 150px;
  }
}
.sh-to-content {
  position: absolute;
  margin-left: 100%;
  right: 100%;
  top: -3px;
  margin-right: 20px;
  width: 0;
  height: 0;
  white-space: nowrap;
  overflow: hidden;
}
.sh-to-content:focus {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .sh-to-content:focus {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* lessfile: base/header/top_tools.less */
.sh-top-actions {
  margin-top: -31px;
  margin-left: 25px;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1199px) {
  .sh-top-actions {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .sh-top-actions {
    margin-top: -5px;
    margin-bottom: 10px;
  }
}
.sh-top-actions__item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 15px;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none;
}
.sh-top-actions__item .fal {
  color: #2c2f34;
  font-size: 24px;
  background-color: #ffd618;
  height: 46px;
  width: 46px;
  padding-top: 10px;
}
.sh-top-actions__item span {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1.11;
  letter-spacing: 0.3px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .sh-top-actions__item {
    margin-left: 11px;
    padding: 0;
  }
}
.sh-base-dark .sh-top-actions__item span {
  color: #ffffff;
}
@media (max-width: 767px) {
  .sh-base-dark .sh-top-actions__item span {
    color: #2c2f34;
  }
}
/* lessfile: base/header/top-links.less */
.sh-top-links {
  margin-right: -15px;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.sh-top-links__item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #2c2f34;
  padding: 0 15px;
  cursor: pointer;
  height: 28px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.sh-base-dark .sh-top-links__item {
  color: #ffffff;
}
.sh-base-dark .sh-top-links__item:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .sh-base-dark .sh-top-links__item {
    color: #2c2f34;
  }
  .sh-base-dark .sh-top-links__item:hover {
    color: #2c2f34;
  }
}
@media (max-width: 991px) {
  .sh-top-links__item {
    height: 25px;
    line-height: 26px;
  }
}
.sh-top-links__item:hover {
  color: #2c2f34;
}
.sh-top-links__item:hover > span {
  text-decoration: underline;
}
.sh-top-links__item .fal,
.sh-top-links__item .far,
.sh-top-links__item .fas {
  font-size: 14px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.sh-top-menu,
.sh-mega-menu {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sh-top-menu > ul,
.sh-mega-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .sh-top-menu,
  .sh-mega-menu {
    display: none;
  }
}
.sh-mega-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #ffd618;
  min-width: 1410px;
  border-top: solid 1px rgba(255, 214, 24, 0.3);
}
@media (max-width: 1440px) {
  .sh-mega-menu-items {
    min-width: 0;
    width: 100vw;
    margin-left: -15px;
  }
}
.sh-base-dark .sh-mega-menu-items {
  background-color: #2c2f34;
  border-top: 1px solid #585555;
}
.sh-mega-menu-items li.sh-mega-menu-items__subitems {
  padding: 0 50px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .sh-mega-menu-items li.sh-mega-menu-items__subitems {
    padding: 0 25px;
  }
}
.sh-mega-menu-link-category {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.4px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
  margin-left: -10px;
  padding: 10px 10px;
}
.sh-mega-menu-link-item {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
  text-decoration: none;
}
.sh-mega-menu-link-item:hover {
  color: #2c2f34;
  text-decoration: underline;
}
.sh-base-dark .sh-mega-menu-link-item {
  color: #ffffff;
}
[data-whatinput=keyboard] .sh-mega-menu-link-item:focus {
  outline-offset: 2px;
}
.sh-mega-menu-link-list {
  position: absolute;
  left: 400px;
  top: 0;
  right: 0;
  padding: 0 70px 35px;
  z-index: 2;
  max-height: calc(100vh - 110px);
  overflow: auto;
}
.sh-mega-menu-link-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sh-mega-menu-overlay {
  position: fixed;
  top: 110px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.sh-mega-menu-sub-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 40px;
  position: relative;
}
.sh-mega-menu-sub-item:hover {
  color: #2c2f34;
  text-decoration: underline;
}
.sh-mega-menu-sub-item i.fal,
.sh-mega-menu-sub-item i.far,
.sh-mega-menu-sub-item i.fas,
.sh-mega-menu-sub-item i.fab {
  font-size: 20px;
  margin-right: 14px;
}
.sh-mega-menu-sub-item i.fal.fa-chevron-right,
.sh-mega-menu-sub-item i.far.fa-chevron-right {
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
  font-size: 12px;
  position: absolute;
  right: 23px;
  top: 23px;
  margin-right: 0;
}
.sh-mega-menu-sub-item--current {
  text-decoration: underline;
}
.sh-mega-menu-sub-item--expanded {
  background-color: #ffe468;
  box-shadow: -7px 4px 13px 0 rgba(0, 0, 0, 0.08);
  border-bottom-color: transparent;
  z-index: 3;
}
.sh-base-dark .sh-mega-menu-sub-item--expanded {
  color: #ffffff;
  background-color: #2c2f34;
  box-shadow: none;
}
.sh-mega-menu-sub-item--expanded i.fal.fa-chevron-right,
.sh-mega-menu-sub-item--expanded i.far.fa-chevron-right {
  opacity: 0;
}
[data-whatinput=keyboard] .sh-mega-menu-sub-item:focus {
  outline-offset: 0;
}
.sh-mega-menu-sub-items {
  list-style: none;
  padding: 0;
  margin: 0;
  transition-property: min-height;
  transition-duration: 200ms;
  transition-timing-function: ease;
  width: 400px;
  background-color: #ffffff;
  display: inline-block;
  padding-bottom: 90px;
}
.sh-mega-menu-sub-items::after {
  content: '';
  background-image: linear-gradient(106deg, #ffe468, #ffd618);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 400px;
}
.sh-base-dark .sh-mega-menu-sub-items::after {
  background-image: none;
  background-color: #2c2f34;
}
.sh-top-menu-item,
.sh-mega-menu-item {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.29;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #2c2f34;
  margin: 0 5px;
  position: relative;
  padding: 0 15px;
  height: 34px;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
@media (max-width: 1199px) {
  .sh-top-menu-item,
  .sh-mega-menu-item {
    letter-spacing: 0;
    font-size: 12px;
  }
}
.sh-base-dark .sh-top-menu-item,
.sh-base-dark .sh-mega-menu-item {
  color: #ffffff;
}
.sh-top-menu-item--active,
.sh-mega-menu-item--active {
  color: #2c2f34;
  text-decoration: none;
}
.sh-top-menu-item .sh-top-menu-item__name,
.sh-top-menu-item .sh-mega-menu-item__name,
.sh-mega-menu-item .sh-top-menu-item__name,
.sh-mega-menu-item .sh-mega-menu-item__name {
  z-index: 1;
  position: relative;
}
.sh-top-menu-item .sh-top-menu-item__name::after,
.sh-top-menu-item .sh-mega-menu-item__name::after,
.sh-mega-menu-item .sh-top-menu-item__name::after,
.sh-mega-menu-item .sh-mega-menu-item__name::after {
  transition-property: border-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  content: '';
  border-bottom: 7px solid transparent;
  position: absolute;
  right: -4px;
  bottom: 0;
  left: -4px;
  z-index: -1;
}
.sh-top-menu-item--active .sh-top-menu-item__name::after,
.sh-top-menu-item--active .sh-mega-menu-item__name::after,
.sh-mega-menu-item--active .sh-top-menu-item__name::after,
.sh-mega-menu-item--active .sh-mega-menu-item__name::after {
  border-bottom-color: rgba(255, 214, 24, 0.7);
}
.sh-base-dark .sh-top-menu-item--active .sh-top-menu-item__name::after,
.sh-base-dark .sh-top-menu-item--active .sh-mega-menu-item__name::after,
.sh-base-dark .sh-mega-menu-item--active .sh-top-menu-item__name::after,
.sh-base-dark .sh-mega-menu-item--active .sh-mega-menu-item__name::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.sh-top-menu-item:hover .sh-top-menu-item__name::after,
.sh-top-menu-item:hover .sh-mega-menu-item__name::after,
.sh-mega-menu-item:hover .sh-top-menu-item__name::after,
.sh-mega-menu-item:hover .sh-mega-menu-item__name::after,
.sh-top-menu-item--expanded .sh-top-menu-item__name::after,
.sh-top-menu-item--expanded .sh-mega-menu-item__name::after,
.sh-mega-menu-item--expanded .sh-top-menu-item__name::after,
.sh-mega-menu-item--expanded .sh-mega-menu-item__name::after {
  border-bottom-color: transparent;
}
.sh-base-dark .sh-top-menu-item:hover .sh-top-menu-item__name::after,
.sh-base-dark .sh-top-menu-item:hover .sh-mega-menu-item__name::after,
.sh-base-dark .sh-mega-menu-item:hover .sh-top-menu-item__name::after,
.sh-base-dark .sh-mega-menu-item:hover .sh-mega-menu-item__name::after,
.sh-base-dark .sh-top-menu-item--expanded .sh-top-menu-item__name::after,
.sh-base-dark .sh-top-menu-item--expanded .sh-mega-menu-item__name::after,
.sh-base-dark .sh-mega-menu-item--expanded .sh-top-menu-item__name::after,
.sh-base-dark .sh-mega-menu-item--expanded .sh-mega-menu-item__name::after {
  border-bottom-color: transparent;
}
.sh-top-menu-item--expanded,
.sh-mega-menu-item--expanded,
.sh-top-menu-item--expanded:hover,
.sh-mega-menu-item--expanded:hover {
  background-color: rgba(255, 214, 24, 0.7);
}
.sh-base-dark .sh-top-menu-item--expanded,
.sh-base-dark .sh-mega-menu-item--expanded,
.sh-base-dark .sh-top-menu-item--expanded:hover,
.sh-base-dark .sh-mega-menu-item--expanded:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.sh-top-menu-item:hover,
.sh-mega-menu-item:hover {
  color: #2c2f34;
  background-color: rgba(255, 214, 24, 0.4);
}
.sh-base-dark .sh-top-menu-item:hover,
.sh-base-dark .sh-mega-menu-item:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.sh-top-menu-item i.far,
.sh-mega-menu-item i.far {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  margin-left: 10px;
  font-size: 12px;
}
.sh-top-menu-item[aria-expanded='true'] i.far,
.sh-mega-menu-item[aria-expanded='true'] i.far {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
[data-whatinput=keyboard] .sh-top-menu-item:focus,
[data-whatinput=keyboard] .sh-mega-menu-item:focus {
  outline-offset: 5px;
}
.sh-mega-menu-top-link {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 60px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
  margin-left: -10px;
  padding-left: 10px;
}
.sh-mega-menu-top-link:hover {
  color: #2c2f34;
}
.sh-mega-menu-top-link:hover span {
  text-decoration: underline;
}
.sh-mega-menu-top-link i.fal,
.sh-mega-menu-top-link i.far {
  margin-left: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #ffffff;
  box-shadow: 5px 3px 14px 0 rgba(0, 0, 0, 0.1);
  font-size: 17px;
  width: 31px;
  height: 31px;
  position: relative;
  top: -1px;
}
.sh-base-dark .sh-mega-menu-top-link {
  color: #ffffff;
}
.sh-base-dark .sh-mega-menu-top-link i.fal,
.sh-base-dark .sh-mega-menu-top-link i.far {
  color: #2c2f34;
}
.sh-mobile-menu h1 {
  font-family: 'Bodoni', sans-serif;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 36px;
}
.sh-mobile-menu h2 {
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 800;
  text-align: center;
}
.sh-mobile-menu__item {
  position: relative;
  background-color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  color: #2c2f34;
  margin-bottom: 10px;
}
.sh-mobile-menu__item a {
  color: #2c2f34;
  display: block;
  padding: 0 58px 0 18px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.sh-mobile-menu__item a:hover {
  color: #2c2f34;
}
.sh-mobile-menu__item button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  font-size: 22px;
  height: 35px;
  width: 35px;
  text-align: center;
  background-color: #ffd618;
  color: #2c2f34;
  position: absolute;
  right: 7px;
  top: 7px;
}
.sh-mobile-menu__item button::before {
  content: '';
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
}
.sh-mobile-menu__item button i.fal {
  line-height: 35px;
}
.sh-mobile-menu__back {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: -webkit-flex;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 800;
  height: 50px;
  color: #2c2f34;
  background-color: white;
  margin-left: -15px;
  -webkit-align-items: center;
          align-items: center;
  width: calc(100% + 30px);
  margin-bottom: 12px;
  padding-bottom: 1px;
}
.sh-mobile-menu__back i.fal {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  background-color: #ffd618;
  margin-right: 10px;
}
.sh-mobile-menu__list {
  /* position: absolute;
    left: 15px;
    right: 15px;
    padding-bottom: 120px; */
  position: fixed;
  top: 66px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 0 15px;
}
.sh-mobile-menu__links {
  text-align: center;
  padding-top: 25px;
}
.sh-mobile-menu__links a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.6px;
  color: #2c2f34;
  margin-bottom: 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.sh-mobile-menu__links a:hover {
  color: #2c2f34;
  text-decoration: underline;
}
.sh-mobile-menu-modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: opacity 0.3s ease;
}
.sh-mobile-menu-modal-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 15px;
  right: 26px;
  color: #2c2f34;
  cursor: pointer;
  padding: 0;
}
.sh-mobile-menu-modal-close i {
  display: block;
  margin-bottom: 5px;
  font-size: 34px;
}
.sh-mobile-menu-modal-container {
  transition: opacity 0.3s ease;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(355deg, #ffd618, #ffde46);
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.sh-mobile-menu-modal-container:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-mobile-menu-modal-transition-enter {
  opacity: 0;
}
.sh-mobile-menu-modal-transition-leave-active {
  opacity: 0;
}
.sh-mobile-menu-modal-transition-enter .sh-mobile-menu-modal-container {
  opacity: 0;
}
.sh-mobile-menu-modal-transition-leave-active .sh-mobile-menu-modal-container {
  opacity: 0;
}
.sh-course-listing-filter-collapsible__heading,
.sh-listing-filter-collapsible__heading {
  background-color: #ffd618;
  position: relative;
  padding: 16px 14px;
  border-radius: 2px;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .sh-course-listing-filter-collapsible__heading,
  .sh-listing-filter-collapsible__heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.sh-course-listing-filter-collapsible__heading h2,
.sh-listing-filter-collapsible__heading h2 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.sh-course-listing-filter-collapsible--expanded .sh-course-listing-filter-collapsible__heading,
.sh-course-listing-filter-collapsible--expanded .sh-listing-filter-collapsible__heading,
.sh-listing-filter-collapsible--expanded .sh-course-listing-filter-collapsible__heading,
.sh-listing-filter-collapsible--expanded .sh-listing-filter-collapsible__heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sh-course-listing-filter-collapsible__button,
.sh-listing-filter-collapsible__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  font-size: 15px;
  padding: 0 19px;
  text-align: right;
  cursor: pointer;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .sh-course-listing-filter-collapsible__button,
  .sh-listing-filter-collapsible__button {
    display: none;
  }
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .sh-course-listing-filter-collapsible__content,
  .sh-listing-filter-collapsible__content {
    display: block !important;
  }
}
.sh-course-listing-filter-collapsible__indicator,
.sh-listing-filter-collapsible__indicator {
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #c5e1de;
  border: 2px solid #2c2f34;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  font-size: 10px;
  text-align: center;
  padding-top: 3px;
}
.el-date-table td.in-range div,.el-date-table td.in-range div:hover,.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#F2F6FC}.el-date-table{font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td{width:32px;height:30px;padding:4px 0;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.el-date-table td div{height:30px;padding:3px 0;box-sizing:border-box}.el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.el-date-table td.next-month,.el-date-table td.prev-month{color:#C0C4CC}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#409EFF;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#FFF}.el-date-table td.available:hover{color:#409EFF}.el-date-table td.current:not(.disabled) span{color:#FFF;background-color:#409EFF}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#FFF}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#409EFF}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td.disabled div{background-color:#F5F7FA;opacity:1;cursor:not-allowed;color:#C0C4CC}.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#F2F6FC;border-radius:15px}.el-date-table td.selected div:hover{background-color:#F2F6FC}.el-date-table td.selected span{background-color:#409EFF;color:#FFF;border-radius:15px}.el-date-table td.week{font-size:80%;color:#606266}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:solid 1px #EBEEF5}.el-month-table{font-size:12px;margin:-1px;border-collapse:collapse}.el-month-table td{text-align:center;padding:8px 0;cursor:pointer}.el-month-table td div{height:48px;padding:6px 0;box-sizing:border-box}.el-month-table td.today .cell{color:#409EFF;font-weight:700}.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell{color:#FFF}.el-month-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-month-table td.disabled .cell:hover{color:#C0C4CC}.el-month-table td .cell{width:60px;height:36px;display:block;line-height:36px;color:#606266;margin:0 auto;border-radius:18px}.el-month-table td .cell:hover{color:#409EFF}.el-month-table td.in-range div,.el-month-table td.in-range div:hover{background-color:#F2F6FC}.el-month-table td.end-date div,.el-month-table td.start-date div{color:#FFF}.el-month-table td.end-date .cell,.el-month-table td.start-date .cell{color:#FFF;background-color:#409EFF}.el-month-table td.start-date div{border-top-left-radius:24px;border-bottom-left-radius:24px}.el-month-table td.end-date div{border-top-right-radius:24px;border-bottom-right-radius:24px}.el-month-table td.current:not(.disabled) .cell{color:#409EFF}.el-year-table{font-size:12px;margin:-1px;border-collapse:collapse}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td.today .cell{color:#409EFF;font-weight:700}.el-year-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-year-table td.disabled .cell:hover{color:#C0C4CC}.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#606266;margin:0 auto}.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell{color:#409EFF}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__wrapper.is-arrow{box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#FFF;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#409EFF}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__input.el-input .el-input__inner{padding:0;text-align:center}.el-time-spinner__list{padding:0;margin:0;list-style:none;text-align:center}.el-time-spinner__list::after,.el-time-spinner__list::before{content:'';display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#F5F7FA;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#C0C4CC;cursor:not-allowed}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:opacity .2s linear}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:opacity .2s linear}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#C0C4CC;float:left;line-height:32px}.el-date-editor .el-range-input,.el-date-editor .el-range-separator{height:100%;margin:0;text-align:center;display:inline-block;font-size:14px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;padding:0;width:39%;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input:-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::placeholder{color:#C0C4CC}.el-date-editor .el-range-separator{padding:0 5px;line-height:32px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#C0C4CC;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active,.el-range-editor.is-active:hover{border-color:#409EFF}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#E4E7ED}.el-range-editor.is-disabled input{background-color:#F5F7FA;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::placeholder{color:#C0C4CC}.el-range-editor.is-disabled .el-range-separator{color:#C0C4CC}.el-picker-panel{color:#606266;border:1px solid #E4E7ED;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#FFF;border-radius:4px;line-height:30px;margin:5px 0}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#FFF;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#409EFF}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#409EFF}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#409EFF}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;box-sizing:border-box;padding-top:6px;background-color:#FFF;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #EBEEF5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#409EFF}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.el-date-range-picker{width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#FFF}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #E4E7ED}.el-time-panel{margin:5px 0;border:1px solid #E4E7ED;background-color:#FFF;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #E4E7ED;border-bottom:1px solid #E4E7ED}.el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds::after{left:calc(100% / 3 * 2)}.el-time-panel__content.has-seconds::before{padding-left:calc(100% / 3)}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#409EFF}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#FFF;background-image:none;border:1px solid #DCDFE6;border-radius:4px;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea__inner:hover{border-color:#C0C4CC}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea .el-input__count{color:#909399;background:#FFF;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea.is-exceed .el-textarea__inner{border-color:#F56C6C}.el-textarea.is-exceed .el-input__count{color:#F56C6C}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#C0C4CC;font-size:14px;cursor:pointer;transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#FFF;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#FFF;background-image:none;border-radius:4px;border:1px solid #DCDFE6;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;text-align:center;height:100%;color:#C0C4CC}.el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input__inner::placeholder{color:#C0C4CC}.el-input__inner:hover{border-color:#C0C4CC}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#F56C6C}.el-input.is-exceed .el-input__suffix .el-input__count{color:#F56C6C}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#F5F7FA;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #DCDFE6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#EBEEF5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#FFF;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#EBEEF5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#FFF}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#EBEEF5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#FFF;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#EBEEF5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#FFF}
.sh-listing-date-filter-listbox.sh-listing-filter-listbox {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .sh-listing-date-filter-listbox.sh-listing-filter-listbox {
    padding-bottom: 4px;
  }
}
.sh-listing-date-filter-listbox__clear {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 41px;
  right: 12px;
  font-size: 15px;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sh-listing-date-filter-listbox__clear {
    top: 38px;
    right: 14px;
  }
}
@media (max-width: 991px) {
  .sh-listing-date-filter-listbox__clear {
    top: 35px;
  }
}
.sh-listing-date-filter-listbox .el-date-editor.el-input__inner {
  width: 100%;
  border-radius: 2px;
  border-color: #ffd618;
  height: 24px;
  position: relative;
  top: -6px;
  padding-right: 2px;
  padding-left: 5px;
}
@media (max-width: 1199px) {
  .sh-listing-date-filter-listbox .el-date-editor.el-input__inner {
    top: -4px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sh-listing-date-filter-listbox .el-date-editor.el-input__inner {
    padding-right: 9px;
    padding-left: 2px;
  }
}
.sh-listing-date-filter-listbox .el-date-editor.el-input__inner input {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin-top: -1px;
}
.sh-listing-date-filter-listbox .el-date-editor.el-input__inner input::-webkit-input-placeholder {
  line-height: 18px;
}
.sh-listing-date-filter-listbox .el-date-editor .el-input__icon {
  color: #2c2f34;
  font-size: 14px;
  margin-left: -3px;
  line-height: 15px;
}
.sh-listing-date-filter-listbox .el-date-editor .el-input__icon::after {
  width: auto;
  vertical-align: top;
}
.sh-listing-date-filter-listbox .el-range__close-icon {
  display: none;
}
.sh-listing-date-filter-listbox .el-range-separator {
  line-height: 17px;
  padding: 0;
}
.el-date-table td.today span {
  color: #ffd618;
}
.el-date-table td.end-date span,
.el-date-table td.start-date span {
  background-color: #ffd618;
}
.el-date-table td.in-range div,
.el-date-table td.in-range div:hover,
.el-date-table.is-week-mode .el-date-table__row.current div,
.el-date-table.is-week-mode .el-date-table__row:hover div {
  background-color: #fff6cb;
}
.el-date-table td.today.end-date span,
.el-date-table td.today.start-date span,
.el-date-table td.end-date div,
.el-date-table td.start-date div,
.el-date-table th {
  color: #2c2f34;
}
.el-date-table td.available:hover {
  color: rgba(44, 47, 52, 0.6);
}
.el-picker-panel {
  color: #2c2f34;
}
@media (max-width: 767px) {
  .el-picker-panel {
    width: 95% !important;
    height: 95% !important;
    left: 2.5% !important;
    top: 2.5% !important;
    position: fixed !important;
    overflow: auto;
    margin-top: 0 !important;
  }
  .el-picker-panel .el-picker-panel__body {
    min-width: 100%;
  }
  .el-picker-panel .el-picker-panel__content {
    width: 100%;
    border: none;
  }
  .el-picker-panel .popper__arrow {
    display: none;
  }
}
.el-picker-panel__icon-btn {
  font-size: 17px;
  margin-top: 4px;
}
.el-icon-d-arrow-right,
.el-icon-arrow-right,
.el-icon-d-arrow-left,
.el-icon-arrow-left,
.el-icon-date,
.el-range__close-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.el-icon-d-arrow-right.fa-pull-left,
.el-icon-arrow-right.fa-pull-left,
.el-icon-d-arrow-left.fa-pull-left,
.el-icon-arrow-left.fa-pull-left,
.el-icon-date.fa-pull-left,
.el-range__close-icon.fa-pull-left {
  margin-right: 0.3em;
}
.el-icon-d-arrow-right.fa-pull-right,
.el-icon-arrow-right.fa-pull-right,
.el-icon-d-arrow-left.fa-pull-right,
.el-icon-arrow-left.fa-pull-right,
.el-icon-date.fa-pull-right,
.el-range__close-icon.fa-pull-right {
  margin-left: 0.3em;
}
.el-icon-d-arrow-right::after {
  content: "\f101";
}
.el-icon-d-arrow-left::after {
  content: "\f100";
}
.el-icon-arrow-right::after {
  content: "\f105";
}
.el-icon-arrow-left::after {
  content: "\f104";
}
.el-icon-date::after {
  content: "\f073";
}
.el-range__close-icon::after {
  content: "\f00d";
}
.sh-course-listing-filter-listbox,
.sh-listing-filter-listbox {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 10px 20px 20px;
  border-right: rgba(44, 47, 52, 0.1) 1px solid;
  min-height: 80px;
  transition-property: background-color, color;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
@media (max-width: 1199px) {
  .sh-course-listing-filter-listbox,
  .sh-listing-filter-listbox {
    padding: 15px;
    min-height: 70px;
  }
}
@media (max-width: 991px) {
  .sh-course-listing-filter-listbox,
  .sh-listing-filter-listbox {
    border-bottom: rgba(44, 47, 52, 0.1) 1px solid;
    padding: 12px;
    min-height: 60px;
  }
}
.sh-course-listing-filter-listbox--open,
.sh-listing-filter-listbox--open {
  background-color: #2c2f34;
  color: #ffffff;
}
.sh-course-listing-filter-listbox:last-child,
.sh-listing-filter-listbox:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .sh-course-listing-filter-listbox:nth-child(odd),
  .sh-listing-filter-listbox:nth-child(odd) {
    border-right: none;
  }
}
.sh-course-listing-filter-listbox__label,
.sh-listing-filter-listbox__label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.1;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sh-course-listing-filter-listbox__date,
.sh-listing-filter-listbox__date {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
}
.sh-course-listing-filter-listbox__date:focus,
.sh-listing-filter-listbox__date:focus,
[data-whatinput="keyboard"] .sh-course-listing-filter-listbox__date:focus,
[data-whatinput="keyboard"] .sh-listing-filter-listbox__date:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-course-listing-filter-listbox__date:focus,
[data-whatinput="initial"] .sh-listing-filter-listbox__date:focus,
[data-whatinput="mouse"] .sh-course-listing-filter-listbox__date:focus,
[data-whatinput="mouse"] .sh-listing-filter-listbox__date:focus,
[data-whatinput="touch"] .sh-course-listing-filter-listbox__date:focus,
[data-whatinput="touch"] .sh-listing-filter-listbox__date:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-course-listing-filter-listbox__button,
.sh-listing-filter-listbox__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
  cursor: pointer;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: ease;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .sh-course-listing-filter-listbox__button,
  .sh-listing-filter-listbox__button {
    padding-left: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .sh-course-listing-filter-listbox__button,
  .sh-listing-filter-listbox__button {
    padding-left: 12px;
    padding-top: 20px;
  }
}
.sh-course-listing-filter-listbox__button > .sh-course-listing-filter-listbox__button-selected,
.sh-course-listing-filter-listbox__button > .sh-listing-filter-listbox__button-selected,
.sh-listing-filter-listbox__button > .sh-course-listing-filter-listbox__button-selected,
.sh-listing-filter-listbox__button > .sh-listing-filter-listbox__button-selected {
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #ffd618;
  padding: 4px 9px;
  position: relative;
  left: -5px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .sh-course-listing-filter-listbox__button > .sh-course-listing-filter-listbox__button-selected,
  .sh-course-listing-filter-listbox__button > .sh-listing-filter-listbox__button-selected,
  .sh-listing-filter-listbox__button > .sh-course-listing-filter-listbox__button-selected,
  .sh-listing-filter-listbox__button > .sh-listing-filter-listbox__button-selected {
    top: 2px;
    left: -4px;
  }
}
.sh-course-listing-filter-listbox__button:hover span,
.sh-listing-filter-listbox__button:hover span {
  text-decoration: underline;
}
.sh-course-listing-filter-listbox__button i.fal,
.sh-listing-filter-listbox__button i.fal {
  font-size: 9px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
@media (max-width: 991px) {
  .sh-course-listing-filter-listbox__button i.fal,
  .sh-listing-filter-listbox__button i.fal {
    margin-left: 3px;
  }
}
.sh-course-listing-filter-listbox--open .sh-course-listing-filter-listbox__button,
.sh-course-listing-filter-listbox--open .sh-listing-filter-listbox__button,
.sh-listing-filter-listbox--open .sh-course-listing-filter-listbox__button,
.sh-listing-filter-listbox--open .sh-listing-filter-listbox__button {
  color: #ffffff;
}
.sh-course-listing-filter-listbox--open .sh-course-listing-filter-listbox__button i.fal,
.sh-course-listing-filter-listbox--open .sh-listing-filter-listbox__button i.fal,
.sh-listing-filter-listbox--open .sh-course-listing-filter-listbox__button i.fal,
.sh-listing-filter-listbox--open .sh-listing-filter-listbox__button i.fal {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 0;
}
.sh-course-listing-filter-listbox--open .sh-course-listing-filter-listbox__button-selected,
.sh-course-listing-filter-listbox--open .sh-listing-filter-listbox__button-selected,
.sh-listing-filter-listbox--open .sh-course-listing-filter-listbox__button-selected,
.sh-listing-filter-listbox--open .sh-listing-filter-listbox__button-selected {
  border-radius: 0px;
  background-color: transparent;
  border: none;
  padding: 0;
  left: 0;
}
.sh-course-listing-filter-listbox__list,
.sh-listing-filter-listbox__list {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-height: 70vh;
  overflow: auto;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  z-index: 1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sh-course-listing-filter-listbox__item,
.sh-listing-filter-listbox__item {
  cursor: pointer;
  border-bottom: 1px solid #d3d3d3;
  height: 40px;
  padding: 6px 10px 6px 48px;
  font-size: 12px;
  line-height: 2.4;
  font-weight: bold;
  color: #2c2f34;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.sh-course-listing-filter-listbox__item:last-child,
.sh-listing-filter-listbox__item:last-child {
  border-bottom: none;
}
.sh-course-listing-filter-listbox__item:hover,
.sh-listing-filter-listbox__item:hover {
  text-decoration: underline;
}
.sh-course-listing-filter-listbox__item::before,
.sh-listing-filter-listbox__item::before {
  content: '';
  height: 24px;
  width: 24px;
  background-color: rgba(247, 246, 243, 0.7);
  border: solid 1px #c6c6c6;
  border-radius: 50%;
  position: absolute;
  left: 11px;
  top: 7px;
}
.sh-course-listing-filter-listbox__item::after,
.sh-listing-filter-listbox__item::after {
  content: '';
  height: 14px;
  width: 14px;
  background-color: #c5e1de;
  position: absolute;
  left: 17px;
  top: 13px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: ease;
}
.sh-course-listing-filter-listbox__item[data-selected='true']::after,
.sh-listing-filter-listbox__item[data-selected='true']::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sh-course-listing-query,
.sh-list-query {
  display: -webkit-flex;
  display: flex;
  max-width: 545px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .sh-course-listing-query,
  .sh-list-query {
    max-width: 100%;
  }
}
.sh-course-listing-query .sh-input-label,
.sh-list-query .sh-input-label {
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  font-size: 13px;
}
@media (max-width: 767px) {
  .sh-course-listing-query .sh-input-label,
  .sh-list-query .sh-input-label {
    color: #ffffff;
  }
}
.sh-course-listing-query .sh-input-text,
.sh-list-query .sh-input-text {
  -webkit-flex: 1 0;
          flex: 1 0;
  height: 44px;
  font-size: 15px;
  padding: 0 15px 0 20px;
}
.sh-course-listing-query__search,
.sh-list-query__search {
  height: 42px;
  width: 96px;
  margin-top: 1px;
  min-width: 96px;
  margin-left: 7px;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .sh-course-listing-query__search,
  .sh-list-query__search {
    height: 44px;
    margin-top: 0;
    border: none;
  }
}
.sh-course-listing-query__clear,
.sh-list-query__clear {
  min-width: 0;
  font-size: 18px;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 110px;
  top: 27px;
}
.sh-course-listing-query__clear i.far,
.sh-list-query__clear i.far {
  margin-left: 0;
  font-size: 18px;
}
.sh-contact-card-edit {
  width: 1065px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.sh-contact-card-edit .sh-button {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10 !important;
}
@media (max-width: 991px) {
  .sh-contact-card-edit .sh-button {
    right: -15px;
    top: 25px;
  }
}
@media (max-width: 767px) {
  .sh-contact-card-edit .sh-button {
    display: none;
  }
}
.sh-contact-card-form__show-card {
  margin-top: 30px;
}
.sh-contact-card-form__show-card label {
  font-weight: 500;
}
.sh-contact-card-form .sh-input-textarea {
  min-height: 80px;
}
.sh-contact-card-form .sv-decoration-factbox-blue {
  margin-top: 10px;
}
.sh-contact-card-form .sv-decoration-factbox-blue p.font-normal {
  margin-bottom: 0 !important;
}
.sh-contact-card-modal .sh-modal-container {
  width: 1000px;
  max-width: 95vw;
}
.sh-contact-card-modal__content {
  max-height: calc(100vh - 200px);
  overflow: auto;
  background-color: white;
  padding: 20px;
}
.sh-course-list-collapsible {
  position: relative;
}
.sh-course-list-collapsible__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  cursor: pointer;
}
.sh-course-list-collapsible__button i {
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
.sh-course-list-collapsible__button[aria-expanded=true] i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sh-course-list-collapsible__content:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-course-list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  height: 55px;
  background-color: #ffffff;
  border-bottom: rgba(44, 47, 52, 0.2) 1px solid;
  padding: 0 40px 0 37px;
  position: relative;
}
@media (max-width: 767px) {
  .sh-course-list-item {
    border-width: 2px;
    padding: 8px 15px;
    height: auto;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
.sh-course-list-item:hover .sh-course-list-item__name {
  text-decoration: underline;
}
.sh-course-list-item__name {
  margin: 0;
  max-width: 48%;
  -webkit-flex: 1 0 48%;
          flex: 1 0 48%;
  font-size: 15px;
  line-height: 1.07;
  font-weight: 700;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .sh-course-list-item__name {
    max-width: 42%;
    -webkit-flex: 1 0 42%;
            flex: 1 0 42%;
  }
}
@media (max-width: 767px) {
  .sh-course-list-item__name {
    max-width: 100%;
    -webkit-flex: 1 0 100%;
            flex: 1 0 100%;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.sh-course-list-item__name a {
  text-decoration: none;
}
.sh-course-list-item__name a:hover {
  color: #2c2f34;
}
.sh-course-list-item > div {
  max-width: 17.33333333%;
  -webkit-flex: 1 0 17.33333333%;
          flex: 1 0 17.33333333%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 55px;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  border-left: rgba(44, 47, 52, 0.2) 1px solid;
}
@media (max-width: 991px) {
  .sh-course-list-item > div {
    max-width: 19.33333333%;
    -webkit-flex: 1 0 19.33333333%;
            flex: 1 0 19.33333333%;
  }
}
@media (max-width: 767px) {
  .sh-course-list-item > div {
    max-width: 33.33%;
    -webkit-flex: 1 0 33.33%;
            flex: 1 0 33.33%;
    border: none;
    font-size: 12px;
    height: auto;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    font-weight: bold;
    margin-bottom: 4px;
  }
}
.sh-course-list-item__field-heading {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin: 0 0 6px;
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  text-align: center;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .sh-course-list-item__field-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.sh-course-list-item__periods > div,
.sh-course-list-item__credits > div,
.sh-course-list-item__periods > span,
.sh-course-list-item__credits > span {
  margin-right: 17px;
}
@media (max-width: 767px) {
  .sh-course-list-item__periods > div,
  .sh-course-list-item__credits > div,
  .sh-course-list-item__periods > span,
  .sh-course-list-item__credits > span {
    margin-right: 10px;
  }
}
.sh-course-list-item__periods > div:last-child,
.sh-course-list-item__credits > div:last-child,
.sh-course-list-item__periods > span:last-child,
.sh-course-list-item__credits > span:last-child {
  margin-right: 0;
}
.sh-course-list-item__specializations > span {
  background-color: #fff7d1;
  border: solid 1px #ffd618;
  font-size: 11px;
  font-weight: bold;
  width: 51px;
  line-height: 27px;
  text-align: center;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .sh-course-list-item__specializations > span {
    width: 39px;
    line-height: 23px;
  }
}
.sh-course-listing-filter {
  margin-bottom: 14px;
}
.sh-course-listing-filter__selects {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #ffd618;
}
@media (max-width: 1199px) {
  .sh-course-listing-filter__selects > div {
    -webkit-flex: 1 0 12.5%;
            flex: 1 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 991px) {
  .sh-course-listing-filter__selects > div {
    -webkit-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .sh-course-listing-filter__selects > div:first-child {
    -webkit-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .sh-course-listing-filter__selects > div:first-child {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .sh-course-listing-filter--area,
  .sh-course-listing-filter--areas {
    -webkit-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .sh-course-listing-filter--subject,
  .sh-course-listing-filter--subjects,
  .sh-course-listing-filter--type,
  .sh-course-listing-filter--forms {
    -webkit-flex: 1 0 15%;
            flex: 1 0 15%;
    max-width: 15%;
  }
  .sh-course-listing-filter--paces,
  .sh-course-listing-filter--language,
  .sh-course-listing-filter--periods {
    -webkit-flex: 1 0 10%;
            flex: 1 0 10%;
    max-width: 10%;
  }
}
div.sh-course-listing-loading {
  background-color: #2c2f34;
  top: 12px;
}
.sh-course-list {
  max-width: 1260px;
  margin: 0 auto 30px;
}
.sh-course-list--course .sh-course-list__heading {
  background-color: #c5e1de;
}
.sh-course-list--programme .sh-course-list__heading {
  background-color: #ffd618;
}
.sh-course-list__heading {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 8px 40px 8px 37px;
}
@media (max-width: 767px) {
  .sh-course-list__heading {
    padding: 8px 60px 8px 15px;
  }
}
.sh-course-list__heading h2 {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  margin: 0;
  text-transform: uppercase;
  max-width: 48%;
  -webkit-flex: 1 0 48%;
          flex: 1 0 48%;
}
@media (max-width: 991px) {
  .sh-course-list__heading h2 {
    max-width: 42%;
    -webkit-flex: 1 0 42%;
            flex: 1 0 42%;
  }
}
@media (max-width: 767px) {
  .sh-course-list__heading h2 {
    display: block;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.85;
  }
}
.sh-course-list__heading span,
.sh-course-list__heading div {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  max-width: 17.33333333%;
  -webkit-flex: 1 0 17.33333333%;
          flex: 1 0 17.33333333%;
}
@media (max-width: 991px) {
  .sh-course-list__heading span,
  .sh-course-list__heading div {
    max-width: 19.33333333%;
    -webkit-flex: 1 0 19.33333333%;
            flex: 1 0 19.33333333%;
  }
}
@media (max-width: 767px) {
  .sh-course-list__heading span,
  .sh-course-list__heading div {
    display: none;
  }
}
.sh-course-list__items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sh-course-listing-modal {
  position: relative;
}
.sh-course-listing-modal:before,
.sh-course-listing-modal:after {
  content: "";
  display: table;
}
.sh-course-listing-modal:after {
  clear: both;
}
@media (max-width: 991px) {
  .sh-course-listing-modal {
    position: static;
  }
}
.sh-course-listing-modal__toggle {
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media (max-width: 991px) {
  .sh-course-listing-modal__toggle {
    position: relative;
    bottom: 0;
    margin-top: 10px;
    float: right;
  }
}
@media (max-width: 767px) {
  .sh-course-listing-modal__toggle {
    width: 100%;
    background-color: #ffffff;
    color: #2c2f34;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 1px;
  }
  .sh-course-listing-modal__toggle i.fal {
    float: right;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -2px;
  }
  .sh-course-listing-modal__toggle::after,
  .sh-course-listing-modal__toggle:hover:not([disabled])::after,
  .sh-course-listing-modal__toggle:hover:not([disabled]) {
    background-color: #ffffff;
    color: #2c2f34;
  }
}
.sh-course-listing-modal .sh-modal-container {
  width: 850px;
  background-color: #ffffff;
  padding: 56px 125px 40px;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
@media (max-width: 991px) {
  .sh-course-listing-modal .sh-modal-container {
    width: 95vw;
  }
}
@media (max-width: 767px) {
  .sh-course-listing-modal .sh-modal-container {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    margin-top: 0;
    padding: 52px 15px 40px;
  }
}
@media (max-width: 767px) {
  .sh-course-listing-modal .sh-modal-mask::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .sh-course-listing-modal .sh-modal-close {
    color: #2c2f34;
    font-size: 12px;
    line-height: 31px;
    right: 13px;
    top: 11px;
  }
  .sh-course-listing-modal .sh-modal-close:before,
  .sh-course-listing-modal .sh-modal-close:after {
    content: "";
    display: table;
  }
  .sh-course-listing-modal .sh-modal-close:after {
    clear: both;
  }
  .sh-course-listing-modal .sh-modal-close i {
    float: right;
    font-size: 30px;
    margin-left: 7px;
    color: #2c2f34;
  }
}
@media (max-width: 767px) {
  .sh-course-listing .sh-grid {
    padding: 0;
  }
}
.sh-course-listing__top {
  background-image: linear-gradient(98deg, #ffe468, #ffd618);
  padding: 20px 0 13px;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .sh-course-listing__top {
    padding: 20px 20px 23px;
    background-color: rgba(20, 28, 38, 0.88);
    background-image: none;
    margin-bottom: 0;
  }
}
.sh-course-listing__width {
  margin: 0 auto;
  max-width: 1260px;
}
.sh-exam-table {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
.sh-exam-table__header,
.sh-exam-table__row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sh-exam-table__header,
  .sh-exam-table__row {
    padding: 0 60px 0 15px;
  }
}
.sh-exam-table__header {
  height: 40px;
  background-color: #ffd618;
}
.sh-exam-table__row {
  height: 55px;
  background-color: #ffffff;
  border-bottom: rgba(44, 47, 52, 0.2) 1px solid;
  position: relative;
}
@media (max-width: 767px) {
  .sh-exam-table__row {
    height: auto;
    padding: 8px 15px;
    border-width: 2px;
  }
}
.sh-exam-table__columnheader {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sh-exam-table__columnheader:not(:first-child) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sh-exam-table__columnheader:first-child {
    -webkit-align-items: center;
            align-items: center;
  }
}
.sh-exam-table__cell {
  border-left: rgba(44, 47, 52, 0.2) 1px solid;
}
@media (max-width: 767px) {
  .sh-exam-table__cell:first-child {
    margin-bottom: 15px;
  }
}
.sh-exam-table__cell a {
  white-space: nowrap;
}
.sh-exam-table__cell a > i {
  float: left;
  margin-right: 7px;
  font-size: 15px;
  position: relative;
  top: -1px;
}
.sh-exam-table__columnheader,
.sh-exam-table__cell {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex: 0 1 20%;
          flex: 0 1 20%;
  max-width: 20%;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
  height: 100%;
  padding: 0 15px 0 25px;
}
@media (max-width: 991px) {
  .sh-exam-table__columnheader,
  .sh-exam-table__cell {
    -webkit-flex: 0 0 23.33%;
            flex: 0 0 23.33%;
    min-width: 23.33%;
  }
}
@media (max-width: 767px) {
  .sh-exam-table__columnheader,
  .sh-exam-table__cell {
    -webkit-flex: 1 0 25%;
            flex: 1 0 25%;
    -webkit-justify-content: center;
            justify-content: center;
    max-width: 25%;
    border: none;
    font-size: 12px;
    height: auto;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    font-weight: bold;
    padding: 0;
    text-align: center;
  }
  .sh-exam-table__columnheader:last-child,
  .sh-exam-table__cell:last-child {
    -webkit-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}
.sh-exam-table__columnheader:first-child,
.sh-exam-table__cell:first-child {
  -webkit-flex: 0 0 40%;
          flex: 0 0 40%;
  min-width: 40%;
  font-size: 15px;
  font-weight: 800;
  border-left: none;
  padding-left: 35px;
}
@media (max-width: 991px) {
  .sh-exam-table__columnheader:first-child,
  .sh-exam-table__cell:first-child {
    -webkit-flex: 0 0 30%;
            flex: 0 0 30%;
    min-width: 30%;
  }
}
@media (max-width: 767px) {
  .sh-exam-table__columnheader:first-child,
  .sh-exam-table__cell:first-child {
    -webkit-justify-content: left;
            justify-content: left;
    -webkit-flex: 1 0 100%;
            flex: 1 0 100%;
    min-width: 100%;
    padding-left: 0;
  }
}
.sh-exam-table__sm-header {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin: 0 0 6px;
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
}
.sh-exam-table-wrapper {
  margin-top: 40px;
}
.sh-feedback {
  background-color: rgba(197, 225, 222, 0.34);
  padding: 26px 33px 27px;
  margin-bottom: 67px;
}
@media (max-width: 991px) {
  .sh-feedback {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .sh-feedback {
    padding: 18px 20px 24px;
    margin-bottom: 75px;
  }
}
.sh-feedback__heading {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  float: left;
  font-weight: 500;
  margin-right: 20px;
  padding-top: 7px;
  height: 35px;
}
@media (max-width: 767px) {
  .sh-feedback__heading {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
.sh-feedback__buttons {
  float: left;
}
@media (max-width: 767px) {
  .sh-feedback__buttons {
    float: none;
  }
}
.sh-feedback__buttons button {
  margin-bottom: 0;
  background-color: #ffffff;
  min-width: 0;
  line-height: 1;
}
.sh-feedback__buttons button:first-child {
  margin-right: 10px;
}
.sh-feedback__buttons button::after {
  display: none;
}
.sh-feedback__thanks .font-small {
  margin-bottom: 0;
}
.sh-feedback-modal .sh-modal-container {
  width: 720px;
}
@media (max-width: 767px) {
  .sh-feedback-modal .sh-modal-container {
    width: 95vw;
  }
}
.sh-feedback-modal__button {
  display: block;
  margin: 0 auto;
}
.sh-feedback-modal__content {
  background-color: #ffffff;
  padding: 0 46px 34px 31px;
}
.sh-feedback-modal__content h1 {
  background-image: linear-gradient(97deg, #ffe87e, #ffd618);
  margin: 0 -46px 18px -31px;
  padding: 31px 30px 25px 31px;
}
.sh-feedback-modal__content .font-small {
  margin: 0;
}
.sh-feedback-modal textarea {
  margin-bottom: 16px;
}
.sh-feedback-modal .sh-input-btn {
  background-color: #ffd618;
  cursor: pointer;
  margin-bottom: 10px;
}
.sh-webapp-form {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.sh-webapp-form-success,
.sh-webapp-form-error {
  text-align: center;
}
.sh-webapp-form-error {
  background-color: #cc4a4c;
  max-width: 600px;
  margin: 0 auto 40px;
  border-radius: 2px;
  padding: 10px;
  color: white;
}
.sh-webapp-form-error i.fal {
  margin-right: 5px;
}
.sh-webapp-form-error a {
  color: white;
}
.sh-webapp-form-error pre {
  white-space: normal;
}
.sh-feedback-ratings {
  margin-top: 20px;
}
.sh-feedback-ratings__container {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.2;
}
.sh-feedback-ratings__container span:first-child {
  width: 50px;
  font-weight: 500;
}
.sh-feedback-ratings__container span:last-child {
  text-align: center;
  width: 80px;
}
.sh-feedback-ratings__bar {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 17px;
  border: 1px solid #fafaf8;
  background-color: #ffffff;
}
.sh-feedback-ratings__bar > div {
  height: 15px;
}
.sh-feedback-ratings__bar--green > div {
  background-color: #28a745;
}
.sh-feedback-ratings__bar--red > div {
  background-color: #cc4a4c;
}
.sh-webapp-form {
  margin-bottom: 40px;
}
.sh-webapp-form .sh-input-fieldset {
  margin-top: 30px;
}
.sh-webapp-form-language > div {
  float: left;
}
.sh-webapp-form-language p {
  width: 100%;
  display: inline-block;
}
.sh-webapp-form-language label {
  display: inline-block;
  margin-right: 20px;
}
.sh-webapp-form .sh-autosuggest {
  position: relative;
}
.sh-webapp-form .sh-autosuggest__icon,
.sh-webapp-form .sh-autosuggest__clear {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 23px;
  right: 5px;
  height: 30px;
  width: 30px;
  text-align: center;
  padding-top: 6px;
}
.sh-webapp-form .sh-autosuggest__clear {
  cursor: pointer;
  padding-top: 2px;
  background-color: #ffd618;
}
.sh-webapp-form .sh-autosuggest ul {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  border: 1px solid #c5e1de;
  border-top: none;
  max-height: 400px;
  overflow: auto;
}
.sh-webapp-form .sh-autosuggest .autosuggest__results_item {
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
}
.sh-webapp-form .sh-autosuggest .autosuggest__results_item-highlighted {
  background-color: rgba(151, 151, 151, 0.2);
}
.sh-webapp-form-type > div > div {
  margin-bottom: 40px;
  margin-left: 27px;
}
.sh-webapp-form-links .sh-input-fieldset,
.sh-webapp-form-contacts .sh-input-fieldset {
  margin-top: 0;
}
.sh-webapp-form-links .sh-input-fieldset legend,
.sh-webapp-form-contacts .sh-input-fieldset legend {
  font-size: 14px;
}
.sh-webapp-form-links .sh-button,
.sh-webapp-form-contacts .sh-button {
  margin-bottom: 0;
}
.sh-webapp-form-links .sh-button i,
.sh-webapp-form-contacts .sh-button i {
  margin-left: 0;
}
.sh-webapp-form-date-location .sh-input-checkbox ~ label {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .sh-webapp-form-date-location .sh-input-checkbox ~ label {
    margin-top: 0;
  }
}
.sh-webapp-form .sh-input-append {
  display: -webkit-flex;
  display: flex;
  padding-right: 40px;
  position: relative;
  margin-bottom: 20px;
}
.sh-webapp-form .sh-input-append > div {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 10px;
}
.sh-webapp-form .sh-input-append .sh-input-margin {
  margin-bottom: 0;
}
.sh-webapp-form .sh-input-append .sh-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-bottom: 0;
  padding: 0;
}
.sh-webapp-form .sh-input-append .sh-button i {
  font-size: 16px;
}
.sh-webapp-form button[type='submit'] {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sh-listing .sh-grid {
    padding: 0;
  }
}
.sh-listing__top {
  background-color: #ffd618;
  padding: 20px 0 13px;
  margin-bottom: 38px;
  text-align: right;
}
@media (max-width: 767px) {
  .sh-listing__top {
    padding: 20px 15px 30px;
  }
  .sh-listing__top--project {
    margin-bottom: 10px;
  }
}
.sh-listing__top > .sh-grid {
  text-align: left;
}
.sh-listing__width {
  margin: 0 auto;
  max-width: 1260px;
}
.sh-listing-filter {
  margin-bottom: 14px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .sh-listing-filter {
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.sh-listing-filter__selects {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background-color: #ffd618;
}
@media (max-width: 767px) {
  .sh-listing-filter__selects {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.sh-listing-filter__selects > div {
  -webkit-flex: 1 0 25%;
          flex: 1 0 25%;
  max-width: 40%;
}
@media (max-width: 767px) {
  .sh-listing-filter__selects > div {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
.sh-listing-filter__selects .sh-listing-date-filter-listbox {
  -webkit-flex-basis: 40%;
          flex-basis: 40%;
}
@media (max-width: 767px) {
  .sh-listing-filter__selects .sh-listing-date-filter-listbox {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .sh-listing-filter .sh-listing-filter-collapsible__heading {
    background-color: #2c2f34;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .sh-listing-filter .sh-listing-filter-collapsible__heading .fa-filter {
    color: #ffffff;
  }
}
.sh-listing__list {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.sh-listing__list .font-normal {
  margin-top: 25px;
}
.sh-listing__list--news,
.sh-listing__list--research {
  max-width: 1010px;
}
.sh-listing__list--events {
  max-width: 600px;
}
.sh-listing__list--project {
  max-width: 655px;
}
@media (max-width: 767px) {
  .sh-listing__list {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .sh-list-query label.sh-input-label {
    margin-bottom: 6px;
  }
  .sh-list-query input.sh-input-text {
    height: 55px;
  }
  .sh-list-query button.sh-button[type='submit'] {
    height: 53px;
    margin-bottom: 0;
    margin-top: 1px;
  }
  .sh-list-query button.sh-button[type='reset'] {
    height: 43px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .sh-list-query .sh-button {
    border: 1px solid #ffffff;
    height: 42px;
    margin-bottom: 0;
  }
  .sh-list-query .sh-button.sh-list-query__clear {
    height: 30px;
  }
  .sh-list-query .sh-input-label {
    color: #2c2f34;
  }
  .sh-list-query .sh-input-text {
    line-height: 25px;
  }
}
.sh-listing__rss {
  display: block;
  margin-right: 20px;
  text-decoration: none;
  font-size: 14px;
}
.sh-listing__rss:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .sh-listing__rss {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .sh-listing__rss {
    margin-top: 25px;
    margin-right: 0;
  }
}
.sh-listing__rss i {
  margin-right: 8px;
}
.sh-qa-areas {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 15px;
}
.sh-qa-areas:before,
.sh-qa-areas:after {
  content: "";
  display: table;
}
.sh-qa-areas:after {
  clear: both;
}
@media (max-width: 991px) {
  .sh-qa-areas {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .sh-qa-areas {
    display: block;
  }
}
.sh-qa-areas__heading {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-right: 22px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .sh-qa-areas__heading {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sh-qa-areas__heading {
    margin-bottom: 20px;
  }
}
.sh-qa-areas .sh-button {
  min-width: 0;
  font-size: 11px;
  letter-spacing: 0.3px;
  padding: 0 20px;
  height: 40px;
  line-height: 36px;
  float: left;
  margin: 5px 20px 5px 0;
}
@media (max-width: 991px) {
  .sh-qa-areas .sh-button {
    padding: 0 13px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sh-qa-areas .sh-button {
    height: 30px;
    line-height: 26px;
    min-width: 70px;
    font-size: 11px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.sh-qa-areas .sh-button--active {
  background-color: #ffd618;
}
.sh-qa-areas .sh-button--active:disabled {
  background-color: #d3d3d3;
}
.sh-qa {
  position: relative;
}
@media (max-width: 991px) {
  .sh-qa {
    position: static;
  }
}
.sh-qa .sh-grid {
  max-width: 1070px;
}
.sh-qa-filters {
  background-color: #ffffff;
  padding: 19px 0 26px;
}
@media (max-width: 767px) {
  .sh-qa-filters {
    padding: 23px 0 32px;
  }
}
.sh-qa-list {
  padding: 31px 0 47px;
}
@media (max-width: 767px) {
  .sh-qa-list {
    background-color: #FAFAF8;
    margin-left: -15px;
    margin-right: -15px;
    padding: 34px 15px 49px;
  }
}
.sh-qa-list__query,
.sh-qa-list__area {
  font-size: 13px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .sh-qa-list__query,
  .sh-qa-list__area {
    margin-bottom: 21px;
  }
}
.sh-qa-list__query strong,
.sh-qa-list__area strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .sh-qa-list__area {
    max-width: calc(100% - 230px);
  }
}
.sh-qa-list__items {
  margin-bottom: 18px;
}
.sh-qa-list__show-more {
  display: block;
  min-width: 160px;
  margin: 0 auto;
}
.sh-qa-list .sh-card {
  height: 142px;
  padding-bottom: 10px;
}
.sh-qa-list .sh-card > div {
  max-height: 100%;
  overflow: hidden;
}
.sh-qa-list .sh-card .sh-card__desc {
  margin-bottom: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sh-qa-list .sh-card {
    height: auto;
    min-height: 90px;
    background-image: none;
    background-color: #ffffff;
    padding: 11px 20px 14px 15px;
    border-bottom: solid 2px rgba(44, 47, 52, 0.2);
    margin-bottom: 0;
  }
  .sh-qa-list .sh-card h2 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .sh-qa-list .sh-card .sh-card__desc {
    font-size: 15px;
    letter-spacing: 0.2px;
    margin: 0;
  }
  .sh-qa-list .sh-card i.fal {
    display: none;
  }
}
.sh-question-modal {
  float: right;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .sh-question-modal {
    margin-bottom: 10px;
  }
}
.sh-question-modal__button {
  margin-bottom: 0;
}
.sh-question-modal .sh-question-modal__checkbox {
  float: left;
  padding-right: 15px;
  width: 33.33%;
}
@media (max-width: 767px) {
  .sh-question-modal .sh-question-modal__checkbox {
    width: 100%;
  }
}
.sh-question-modal__content {
  background-color: white;
  padding: 35px 25px 50px;
  overflow: auto;
}
.sh-question-modal__content .sh-input-text {
  margin-bottom: 15px;
}
.sh-question-modal__content .sh-input-textarea {
  margin-bottom: 10px;
}
.sh-question-modal__content .sh-input-btn {
  max-width: 120px;
  cursor: pointer;
}
.sh-question-modal__content .sv-decoration-factbox-yellow {
  border-image-source: none;
  border-color: #da5555;
}
.sh-question-modal__content .sv-decoration-factbox-yellow::before {
  content: '\f071';
}
.sh-qa-query {
  display: -webkit-flex;
  display: flex;
  max-width: 545px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.sh-qa-query .sh-input-label {
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  font-size: 13px;
}
.sh-qa-query .sh-input-text {
  -webkit-flex: 1 0 0;
          flex: 1 0 0;
  height: 44px;
  font-size: 15px;
  padding: 0 15px 0 20px;
}
.sh-qa-query__search {
  min-width: 0;
  font-size: 11px;
  letter-spacing: 0.3px;
  padding: 0 20px;
  height: 40px;
  line-height: 36px;
  height: 44px;
  min-width: 90px;
  margin-left: 7px;
  margin-bottom: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sh-qa-query__clear {
  min-width: 0;
  font-size: 18px;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 105px;
  top: 31px;
}
.sh-qa-query__clear i.far {
  margin-left: 0;
  font-size: 18px;
}
.sh-question-listing {
  margin-bottom: 26px;
}
.sh-question-listing .sh-card {
  height: 116px;
}
@media (max-width: 767px) {
  .sh-question-listing .sh-card {
    height: auto;
  }
}
.sh-question-listing .sh-card > div {
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sh-question-listing .sh-card__desc {
    display: none;
  }
}
.sh-question-listing > div:last-child:nth-child(odd) {
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .sh-question-listing > div:last-child:nth-child(odd) .sh-card {
    height: auto;
  }
}
.sh-schedule {
  margin-top: 32px;
}
.sh-schedule-switch__buttons {
  position: relative;
  float: right;
}
@media (max-width: 991px) {
  .sh-schedule-switch__buttons {
    right: 15px;
    margin-top: -7px;
  }
}
@media print {
  .sh-schedule-switch__buttons {
    display: none;
  }
}
.sh-schedule-switch__tab:focus,
[data-whatinput="keyboard"] .sh-schedule-switch__tab:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-schedule-switch__tab:focus,
[data-whatinput="mouse"] .sh-schedule-switch__tab:focus,
[data-whatinput="touch"] .sh-schedule-switch__tab:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-schedule-switch-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  height: 32px;
  width: 32px;
  margin-left: 16px;
  border: solid 1px #ffd618;
  border-radius: 1px;
  cursor: pointer;
  background-color: #ffffff;
  padding-right: 0;
  padding-left: 0;
}
.sh-schedule-switch-button:focus,
[data-whatinput="keyboard"] .sh-schedule-switch-button:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-schedule-switch-button:focus,
[data-whatinput="mouse"] .sh-schedule-switch-button:focus,
[data-whatinput="touch"] .sh-schedule-switch-button:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 991px) {
  .sh-schedule-switch-button {
    margin-left: 10px;
  }
}
.sh-schedule-switch-button--active {
  background-color: #ffd618;
}
.sh-search-page {
  margin-bottom: 50px;
}
.sh-search-page__top {
  background-image: linear-gradient(278deg, #ffe468, #ffd618);
  padding: 22px 0 95px;
}
@media (max-width: 767px) {
  .sh-search-page__top {
    background: none;
    background-color: #ffd618;
    padding-bottom: 55px;
  }
}
.sh-search-page__top > div {
  position: relative;
  max-width: 864px;
  margin: 0 auto;
}
.sh-search-page__bottom {
  position: relative;
}
.sh-search-page-tabs__buttons {
  max-width: 910px;
  margin: 0 auto;
  height: 48px;
  margin-top: -48px;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .sh-search-page-tabs__buttons {
    background-color: #ffd618;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0 7.5px 17px;
    height: auto;
  }
}
.sh-search-page-tabs__tab:focus,
[data-whatinput="keyboard"] .sh-search-page-tabs__tab:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-search-page-tabs__tab:focus,
[data-whatinput="mouse"] .sh-search-page-tabs__tab:focus,
[data-whatinput="touch"] .sh-search-page-tabs__tab:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-search-page-tabs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.sh-search-page-tabs-button i {
  font-style: normal;
  font-weight: 300;
  margin-left: 3px;
}
@media (max-width: 991px) {
  .sh-search-page-tabs-button {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .sh-search-page-tabs-button {
    -webkit-flex: 0 0 calc(33.33% - 15px);
            flex: 0 0 calc(33.33% - 15px);
    margin: 0 7.5px 10px;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: normal;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1px;
    height: 40px;
  }
}
@media (max-width: 479px) {
  .sh-search-page-tabs-button {
    -webkit-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
.sh-search-page-tabs-button--active {
  background-color: #ffffff;
}
.sh-search-page-tabs-button:hover:not(.sh-search-page-tabs-button--active) {
  background-color: rgba(255, 255, 255, 0.3);
}
.sh-search-page-hit-count {
  position: absolute;
  bottom: -27px;
  background-color: #2c2f34;
  color: #ffffff;
  padding: 3px 9px 3px 6px;
  font-size: 11px;
}
.sh-search-page-hit-count strong {
  font-weight: 600;
}
.sh-search-page-form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.sh-search-page-form__label {
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sh-search-page-form__label {
    margin-bottom: 6px;
  }
}
.sh-search-page-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 15px;
  height: 55px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  background-color: #ffffff;
}
.sh-search-page-form__input:focus,
[data-whatinput="keyboard"] .sh-search-page-form__input:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-search-page-form__input:focus,
[data-whatinput="mouse"] .sh-search-page-form__input:focus,
[data-whatinput="touch"] .sh-search-page-form__input:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 991px) {
  .sh-search-page-form__input {
    height: 45px;
    font-size: 15px;
    line-height: 1.39;
    padding: 0 17px;
    margin-right: 5px;
  }
}
.sh-search-page-form__submit {
  -webkit-flex: 0 0 150px;
          flex: 0 0 150px;
  min-width: 0;
  margin-bottom: 0;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .sh-search-page-form__submit {
    -webkit-flex: 0 0 90px;
            flex: 0 0 90px;
    height: 45px;
    font-size: 13px;
  }
}
.sh-search-page-form__reset {
  position: absolute;
  right: 170px;
  bottom: 5px;
  height: 45px;
  width: 45px;
  z-index: 11;
  margin: 0;
  min-width: 0;
  font-size: 24px;
  padding: 2px 0 0 2px;
}
.sh-search-page-hit {
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
  border-bottom: 2px solid rgba(151, 151, 151, 0.25);
  padding: 30px 0 12px;
}
@media (max-width: 767px) {
  .sh-search-page-hit {
    padding: 15px 0 12px;
  }
}
.sh-search-page-hit:hover {
  opacity: 0.8;
}
.sh-search-page-hit__title {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .sh-search-page-hit__title {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 2px;
    margin-right: 10px;
  }
}
.sh-search-page-hit__title i.fal {
  font-size: 21px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .sh-search-page-hit__title i.fal {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
}
.sh-search-page-hit__title a:hover {
  color: #2c2f34;
}
@media (max-width: 991px) {
  .sh-search-page-hit__summary {
    margin-bottom: 15px;
  }
}
.sh-search-page-hit__credits {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  white-space: no-wrap;
  position: relative;
  top: -1px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sh-search-page-hit__credits {
    font-size: 14px;
  }
}
.sh-search-page-hit__path {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.02;
}
@media (max-width: 767px) {
  .sh-search-page-hit__path {
    font-size: 12px;
  }
}
.sh-search-page-hit__path span::after {
  content: '/';
  color: #ffd618;
  font-weight: 600;
  margin: 0 2px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.sh-search-page-hit__path span:last-child::after {
  display: none;
}
.sh-search-page-person {
  background-color: #ffffff;
  box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.06);
  padding: 14px 13px 2px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
}
.sh-search-page-person__top-container {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.sh-search-page-person__top-container img {
  -webkit-flex: 0 0 90px;
          flex: 0 0 90px;
  height: 90px;
  width: 90px;
  max-width: 90px;
  background-color: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  object-fit: cover;
  object-position: 50%;
  font-family: 'object-fit: cover; object-position: 50%;', sans-serif;
  margin-right: 20px;
}
@media (max-width: 479px) {
  .sh-search-page-person__top-container img {
    margin-right: 18px;
    -webkit-flex: 0 0 70px;
            flex: 0 0 70px;
    height: 70px;
    width: 70px;
  }
}
.sh-search-page-person__top-info {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 110px);
  border-bottom: 2px solid #ffd618;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
}
@media (max-width: 479px) {
  .sh-search-page-person__top-info {
    width: calc(100% - 90px);
  }
}
.sh-search-page-person--researcher .sh-search-page-person__top-info {
  padding-right: 135px;
}
@media (max-width: 479px) {
  .sh-search-page-person--researcher .sh-search-page-person__top-info {
    padding-right: 0;
  }
}
.sh-search-page-person .sh-search-page-person__name {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.11;
  margin-top: 0;
  margin-bottom: 5px;
}
.sh-search-page-person .sh-search-page-person__title {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.sh-search-page-person .sh-search-page-person__research-button {
  position: absolute;
  right: 0;
  margin: 0;
  bottom: 20px;
}
@media (max-width: 479px) {
  .sh-search-page-person .sh-search-page-person__research-button {
    position: static;
    margin: 10px 0;
  }
}
.sh-search-page-person__bottom-container {
  padding-top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sh-search-page-person__bottom-container .sh-search-page-person__field {
  margin-bottom: 15px;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .sh-search-page-person__bottom-container .sh-search-page-person__field {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.sh-search-page-person__bottom-container .sh-search-page-person__field p,
.sh-search-page-person__bottom-container .sh-search-page-person__field a {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.31;
  margin-bottom: 0;
  position: relative;
  top: -1px;
}
.sh-search-page-person__bottom-container .sh-search-page-person__field i {
  font-size: 15px;
  height: 28px;
  width: 28px;
  min-width: 28px;
  border-radius: 50%;
  background-color: rgba(44, 47, 52, 0.08);
  margin-right: 10px;
  text-align: center;
  padding-top: 6px;
}
.sh-search-page-person__bottom-container .sh-search-page-person__work {
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.sh-search-page-person__bottom-container .sh-search-page-person__work p {
  min-height: 28px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.sh-search-page-result {
  max-width: 700px;
  margin: 0 auto;
}
.sh-search-page-result--researchers,
.sh-search-page-result--staff {
  padding-top: 30px;
  max-width: 1010px;
}
.sh-search-page-result__no-hits {
  width: 100%;
  margin: 60px 0;
  text-align: center;
}
.sh-search-page-result__more-hits {
  margin: 30px auto 0;
  display: block;
}
.sh-search-page-suggestions {
  padding: 16px 0;
  border-bottom: 2px solid rgba(151, 151, 151, 0.25);
}
.sh-search-page-suggestions--text {
  font-size: 18px;
  font-weight: 300;
  margin-right: 30px;
}
.sh-search-page-suggestions--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  cursor: pointer;
  text-decoration: underline;
  padding-left: 0;
}
.sh-search-box-form {
  position: relative;
}
.sh-search-box-form input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  height: 60px;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #2c2f34;
  padding: 0 65px 0 25px;
  width: 100%;
  border-radius: 0;
  outline-offset: 0 !important;
}
.sh-search-box-form input[type=search]:focus,
[data-whatinput="keyboard"] .sh-search-box-form input[type=search]:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-search-box-form input[type=search]:focus,
[data-whatinput="mouse"] .sh-search-box-form input[type=search]:focus,
[data-whatinput="touch"] .sh-search-box-form input[type=search]:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-search-box-form input[type=search]::-webkit-input-placeholder {
  color: #686868;
}
.sh-search-box-form input[type=search]:-moz-placeholder {
  color: #686868;
}
.sh-search-box-form input[type=search]::-moz-placeholder {
  color: #686868;
}
.sh-search-box-form input[type=search]:-ms-input-placeholder {
  color: #686868;
}
.sh-search-box-form input[type=search]::-webkit-input-placeholder {
  line-height: 30px;
}
.sh-search-box-form button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 8px;
  right: 9px;
  bottom: 8px;
  width: 44px;
  background-color: #ffd618;
  padding: 0;
}
.sh-search-box-form button[type=submit]:focus,
[data-whatinput="keyboard"] .sh-search-box-form button[type=submit]:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-search-box-form button[type=submit]:focus,
[data-whatinput="mouse"] .sh-search-box-form button[type=submit]:focus,
[data-whatinput="touch"] .sh-search-box-form button[type=submit]:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-search-box-form button[type=submit] i.fal {
  font-size: 26.5px;
  color: #2c2f34;
}
.sh-search-box-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: solid 1px rgba(151, 151, 151, 0.25);
}
.sh-search-box-item:first-child {
  border-top: solid 1px rgba(151, 151, 151, 0.25);
}
.sh-search-box-item__link {
  display: block;
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.45;
  padding: 9px 14px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sh-search-box-item__link:focus,
[data-whatinput="keyboard"] .sh-search-box-item__link:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-search-box-item__link:focus,
[data-whatinput="mouse"] .sh-search-box-item__link:focus,
[data-whatinput="touch"] .sh-search-box-item__link:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-search-box-item__category {
  white-space: nowrap;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #ffd618;
  padding: 4px 9px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin-left: auto;
}
.sh-search-box-suggestions ul {
  list-style: none;
  padding: 0;
  position: relative;
  background-color: #ffffff;
  padding: 30px;
  margin: 0;
  border-top: 2px solid #ffd618;
}
@media (max-width: 767px) {
  .sh-search-box-suggestions ul {
    margin: 2px 0 0;
    padding: 15px;
  }
}
.sh-semester-search-form {
  margin-bottom: 30px;
}
.sh-semester-search-form label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  display: block;
  margin-bottom: 5px;
}
.sh-semester-search-form input[type="search"] {
  height: 55px;
  width: calc(100% - (130px + 10px));
  border: 1px solid #ffd618;
  border-radius: 1px;
  padding: 0 30px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .sh-semester-search-form input[type="search"] {
    height: 45px;
    padding: 0 17px;
    width: calc(100% - (100px + 5px));
  }
  .sh-semester-search-form input[type="search"]::-webkit-input-placeholder {
    line-height: normal;
  }
  .sh-semester-search-form input[type="search"]:-moz-placeholder {
    line-height: normal;
  }
  .sh-semester-search-form input[type="search"]::-moz-placeholder {
    line-height: normal;
  }
  .sh-semester-search-form input[type="search"]:-ms-input-placeholder {
    line-height: normal;
  }
}
.sh-semester-search-form button[type="submit"] {
  width: 130px;
  min-width: 130px;
  float: right;
  margin-left: 10px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sh-semester-search-form button[type="submit"] {
    height: 45px;
    width: 100px;
    min-width: 100px;
    margin-left: 5px;
  }
}
.sh-semester-search-item a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.07;
  padding: 5px 25px 5px 15px;
  min-height: 50px;
  border-bottom: 1px solid rgba(44, 47, 52, 0.2);
  text-decoration: none;
  width: 100%;
}
[data-browser='ie'] .sh-semester-search-item a {
  height: 50px;
}
.sh-semester-search-item:hover a {
  text-decoration: underline;
}
.sh-semester-search-result {
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .sh-semester-search-result {
    margin-left: 0;
    margin-right: 0;
  }
}
.sh-semester-search-result ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sh-event-list-item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
  padding-left: 66px;
  position: relative;
}
@media (max-width: 767px) {
  .sh-event-list-item {
    padding-left: 59px;
  }
}
.sh-event-list-item--not-same-day {
  min-height: 133px;
}
.sh-event-list-item__name {
  margin-bottom: 5px;
}
.sh-event-list-item__name a {
  font-weight: 600;
  text-decoration: none;
}
.sh-event-list-item__name a:hover {
  color: #2c2f34;
}
@media (max-width: 767px) {
  .sh-event-list-item__name a {
    font-size: 15px;
    line-height: normal;
  }
}
.sh-event-list-item:hover .sh-event-list-item__name a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sh-event-list-item__desc {
    font-size: 17px;
  }
}
.sh-event-list-item__start-date,
.sh-event-list-item__end-date {
  position: absolute;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 11.3px;
  padding-top: 14px;
  z-index: 0;
}
@media (max-width: 767px) {
  .sh-event-list-item__start-date,
  .sh-event-list-item__end-date {
    width: 45px;
    height: 45px;
    padding-top: 12px;
  }
}
.sh-event-list-item__start-date span,
.sh-event-list-item__end-date span {
  display: block;
  text-align: center;
  width: 48px;
}
@media (max-width: 767px) {
  .sh-event-list-item__start-date span,
  .sh-event-list-item__end-date span {
    width: 45px;
  }
}
.sh-event-list-item__start-date span:first-child,
.sh-event-list-item__end-date span:first-child {
  font-size: 17.9px;
  font-weight: 600;
  margin-bottom: 2px;
}
.sh-event-list-item__start-date span:last-child,
.sh-event-list-item__end-date span:last-child {
  font-size: 9.6px;
  text-transform: uppercase;
}
.sh-event-list-item__start-date {
  top: 0;
  background-image: linear-gradient(136deg, #ffe468, #ffd618);
}
.sh-event-list-item__end-date {
  top: 53px;
  background-color: #fde98a;
}
@media (max-width: 767px) {
  .sh-event-list-item__end-date {
    top: 50px;
  }
}
.sh-event-list-item__end-date::before {
  content: '';
  height: 7px;
  border-right: 5px solid #ffd618;
  position: absolute;
  left: 22px;
  top: -5px;
}
@media (max-width: 767px) {
  .sh-event-list-item__end-date::before {
    left: 20px;
  }
}
.sh-event-list-item__cancelled {
  padding: 6px 8px;
  background-color: #2c2f34;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}
.sh-event-list-item__cancelled i {
  margin-right: 5px;
}
.sh-research-list-item,
.sh-news-list-item {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
}
.sh-research-list-item__image,
.sh-news-list-item__image {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 28px;
  max-width: 230px;
  height: 155px;
  object-fit: cover;
  object-position: 50%;
  font-family: 'object-fit: cover; object-position: 50%;', sans-serif;
}
@media (max-width: 767px) {
  .sh-research-list-item__image,
  .sh-news-list-item__image {
    display: none;
  }
}
.sh-research-list-item__content,
.sh-news-list-item__content {
  width: calc(100% - 258px);
  padding: 7px 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}
@media (max-width: 767px) {
  .sh-research-list-item__content,
  .sh-news-list-item__content {
    width: 100%;
  }
}
.sh-research-list-item__content.no-image,
.sh-news-list-item__content.no-image {
  width: 100%;
}
.sh-research-list-item__name,
.sh-news-list-item__name {
  margin-top: 15px;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sh-research-list-item__name,
  .sh-news-list-item__name {
    font-size: 15px;
  }
}
.sh-research-list-item__name a,
.sh-news-list-item__name a {
  text-decoration: none;
}
.sh-research-list-item__name a:hover,
.sh-news-list-item__name a:hover {
  color: #2c2f34;
}
.sh-research-list-item:hover .sh-research-list-item__name a,
.sh-news-list-item:hover .sh-research-list-item__name a,
.sh-research-list-item:hover .sh-news-list-item__name a,
.sh-news-list-item:hover .sh-news-list-item__name a {
  text-decoration: underline;
}
.sh-research-list-item__desc,
.sh-news-list-item__desc {
  margin-bottom: 14px;
}
.sh-research-list-item__date,
.sh-news-list-item__date {
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 2px;
}
.sh-research-list-item__area,
.sh-news-list-item__area,
.sh-research-list-item__dates,
.sh-news-list-item__dates {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.74;
  margin: 0;
  float: left;
  margin-right: 20px;
}
.sh-research-list-item__area span,
.sh-news-list-item__area span,
.sh-research-list-item__dates span,
.sh-news-list-item__dates span {
  font-weight: 300;
}
.sh-research-list-item__area i,
.sh-news-list-item__area i,
.sh-research-list-item__dates i,
.sh-news-list-item__dates i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.sh-project-list-item {
  padding: 21px 20px 23px;
  border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 767px) {
  .sh-project-list-item {
    padding: 15px 0 21px;
  }
}
.sh-project-list-item__title {
  font-size: 12px;
  font-weight: 600;
  color: #939496;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sh-project-list-item__title {
    font-size: 10px;
    margin-bottom: 8px;
  }
}
.sh-project-list-item__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 767px) {
  .sh-project-list-item__name {
    font-size: 15px;
  }
}
.sh-project-list-item a {
  text-decoration: none;
}
.sh-project-list-item:hover a {
  text-decoration: underline;
  color: #2c2f34;
}
.sh-schedule-calendar-day__heading {
  font-size: 15px;
  line-height: 35px;
  margin: 0 auto;
  height: 35px;
  text-transform: uppercase;
  text-align: center;
  width: 90px;
}
.sh-schedule-calendar-day__heading--is-today {
  background-color: #ffd618;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .sh-schedule-calendar-day__heading {
    font-size: 12px;
    width: 100%;
  }
}
.sh-schedule-calendar-day__content {
  position: relative;
  border-left: solid 1px rgba(46, 49, 55, 0.1);
  height: calc(100% - 30px - 80px);
}
.sh-schedule-calendar-day:first-child .sh-schedule-calendar-day__content {
  border-left: none;
}
.sh-schedule-calendar-event {
  position: absolute;
  background-color: rgba(255, 214, 24, 0.7);
  border-left: 4px solid #ffd618;
  padding: 9px 8px;
  width: 100%;
}
@media (max-width: 991px) {
  .sh-schedule-calendar-event {
    padding: 6px 5px;
    border-left-width: 3px;
  }
}
.sh-schedule-calendar-event::before {
  content: '';
  position: absolute;
  left: -4px;
  right: 0;
  top: -1px;
  border-top: 1px solid white;
}
.sh-schedule-calendar-event__time {
  line-height: 1.3;
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .sh-schedule-calendar-event__time {
    font-size: 9px;
    line-height: 1.11;
  }
}
.sh-schedule-calendar-event__heading,
.sh-schedule-calendar-event__field {
  font-size: 11px;
  margin: 0 0 5px;
  line-height: 1.09;
}
.sh-schedule-calendar-event__heading {
  display: block;
  font-weight: bold;
}
.sh-schedule-calendar-event__heading--nowrap {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sh-schedule-calendar-event__field {
  font-weight: 300;
}
.sh-schedule-calendar-event__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: -4px;
  width: calc(100% + 4px);
  height: 100%;
  cursor: pointer;
}
.sh-schedule-calendar-event__button:focus,
[data-whatinput="keyboard"] .sh-schedule-calendar-event__button:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-schedule-calendar-event__button:focus,
[data-whatinput="mouse"] .sh-schedule-calendar-event__button:focus,
[data-whatinput="touch"] .sh-schedule-calendar-event__button:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-schedule-calendar-hours__week {
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .sh-schedule-calendar-hours__week {
    font-size: 12px;
  }
}
.sh-schedule-calendar-hours__item {
  display: block;
}
.sh-schedule-calendar-hours__item::before {
  content: '';
  position: absolute;
  left: 60px;
  right: 0;
  border-top: solid 1px rgba(46, 49, 55, 0.1);
  z-index: 1;
}
@media (max-width: 991px) {
  .sh-schedule-calendar-hours__item::before {
    left: 45px;
  }
}
.sh-schedule-calendar-hours__item > span {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  top: -8px;
}
@media (max-width: 991px) {
  .sh-schedule-calendar-hours__item > span {
    font-size: 10px;
    top: -9px;
  }
}
.sh-schedule-modal .sh-modal-mask {
  background: none;
  background-color: rgba(0, 0, 0, 0.71);
}
.sh-schedule-modal .sh-modal-mask::before {
  display: none;
}
.sh-schedule-modal .sh-modal-container {
  width: 850px;
}
@media (max-width: 991px) {
  .sh-schedule-modal .sh-modal-container {
    width: 95vw;
    max-width: 850px;
    max-height: 90vh;
    margin: 5vh auto;
  }
}
@media (max-width: 991px) {
  .sh-schedule-modal .sh-modal-close {
    top: 30px;
    right: 35px;
    color: #2c2f34;
    line-height: 31px;
    font-size: 15px;
  }
  .sh-schedule-modal .sh-modal-close i {
    color: #2c2f34;
    font-size: 30px;
    margin-bottom: 0;
    margin-right: 5px;
    float: left;
  }
}
.sh-schedule-modal__content {
  background-color: #ffffff;
  padding: 35px 35px 35px 40px;
}
.sh-schedule-event-info {
  display: -webkit-flex;
  display: flex;
}
.sh-schedule-event-info__left {
  -webkit-flex: 0 0 130px;
          flex: 0 0 130px;
  min-width: 130px;
}
.sh-schedule-event-info__right {
  -webkit-flex: 1 0 calc(100% - 130px);
          flex: 1 0 calc(100% - 130px);
  max-width: calc(100% - 130px);
}
.sh-schedule-event-info-date {
  width: 90px;
  background-color: #ffd618;
  padding: 8px 6px 6px;
  text-align: center;
}
.sh-schedule-event-info-date__weekday {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.27;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.sh-schedule-event-info-date__date {
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.36;
  padding: 8px 0 10px;
  text-transform: capitalize;
}
.sh-schedule-event-info-date__date > span {
  display: block;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
}
.sh-schedule-event-info-time {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.06;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffd618;
}
.sh-schedule-event-info-time:before,
.sh-schedule-event-info-time:after {
  content: "";
  display: table;
}
.sh-schedule-event-info-time:after {
  clear: both;
}
@media (max-width: 991px) {
  .sh-schedule-event-info-time {
    font-size: 15px;
  }
}
.sh-schedule-event-info-time span {
  float: left;
  margin-right: 75px;
}
.sh-schedule-event-info-time span:last-child {
  margin-right: 0;
}
.sh-schedule-event-info-time i.fal {
  font-size: 20px;
  float: left;
  line-height: 0.96;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .sh-schedule-event-info-time i.fal {
    font-size: 17px;
  }
}
.sh-schedule-event-info-time i.fal.fa-calendar-alt {
  position: relative;
  top: -1px;
}
.sh-schedule-event-info-fields {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}
@media (max-width: 991px) {
  .sh-schedule-event-info-fields {
    font-size: 15px;
  }
}
.sh-schedule-event-info-fields dt {
  -webkit-flex: 0 0 140px;
          flex: 0 0 140px;
  min-width: 140px;
  font-weight: 600;
}
.sh-schedule-event-info-fields dd {
  -webkit-flex: 1 0 calc(100% - 140px);
          flex: 1 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
  margin: 0;
}
.sh-schedule-calendar-week {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sh-schedule-calendar-week__heading {
  width: 100%;
  font-size: 23px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sh-schedule-calendar-week__heading {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 35px;
  }
}
.sh-schedule-calendar-week__hours {
  display: block;
  width: 60px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .sh-schedule-calendar-week__hours {
    width: 45px;
    padding-bottom: 40px;
  }
}
.sh-schedule-calendar-week__content {
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 60px);
}
@media (max-width: 991px) {
  .sh-schedule-calendar-week__content {
    width: calc(100% - 45px);
  }
}
.sh-schedule-calendar-week__content > div {
  width: 14.28571429%;
}
.sh-schedule-filter {
  background-image: linear-gradient(94deg, #ffe468, #ffd618);
  padding: 17px 0 27px;
  margin-bottom: 32px;
}
.sh-schedule-filter > .sh-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .sh-schedule-filter > .sh-grid {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media print {
  .sh-schedule-filter {
    display: none;
  }
}
.sh-schedule-filter-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  background-color: #ffffff;
  height: 34px;
  color: #2c2f34;
  font-size: 14px;
  font-weight: 300;
  margin-right: 22px;
  min-width: 95px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-weight: 600;
}
.sh-schedule-filter-button:focus,
[data-whatinput="keyboard"] .sh-schedule-filter-button:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-schedule-filter-button:focus,
[data-whatinput="mouse"] .sh-schedule-filter-button:focus,
[data-whatinput="touch"] .sh-schedule-filter-button:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 767px) {
  .sh-schedule-filter-button {
    width: calc(50% - 6px);
    margin-right: 6px;
    margin-bottom: 17px;
  }
}
.sh-schedule-filter-stepper {
  margin-right: 22px;
}
@media (max-width: 767px) {
  .sh-schedule-filter-stepper {
    width: calc(50% - 6px);
    margin-right: 0;
    margin-left: 6px;
    margin-bottom: 17px;
  }
}
.sh-schedule-filter-stepper label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
}
@media (max-width: 767px) {
  .sh-schedule-filter-stepper label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.sh-schedule-filter-stepper > div {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.sh-schedule-filter-stepper > div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  background-color: #ffffff;
  height: 34px;
  color: #2c2f34;
  font-size: 14px;
  font-weight: 300;
  width: 100px;
  margin-left: -34px;
  margin-right: -34px;
  text-align: center;
  cursor: default;
  padding-bottom: 1px;
}
.sh-schedule-filter-stepper > div input:focus,
[data-whatinput="keyboard"] .sh-schedule-filter-stepper > div input:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-schedule-filter-stepper > div input:focus,
[data-whatinput="mouse"] .sh-schedule-filter-stepper > div input:focus,
[data-whatinput="touch"] .sh-schedule-filter-stepper > div input:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 767px) {
  .sh-schedule-filter-stepper > div input {
    width: 100%;
  }
}
.sh-schedule-filter-stepper > div button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  background-color: #ffffff;
  height: 34px;
  color: #2c2f34;
  font-size: 14px;
  font-weight: 300;
  background-color: transparent;
  width: 34px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.sh-schedule-filter-stepper > div button:focus,
[data-whatinput="keyboard"] .sh-schedule-filter-stepper > div button:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-schedule-filter-stepper > div button:focus,
[data-whatinput="mouse"] .sh-schedule-filter-stepper > div button:focus,
[data-whatinput="touch"] .sh-schedule-filter-stepper > div button:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sh-schedule-filter-dates {
  position: relative;
}
@media (max-width: 767px) {
  .sh-schedule-filter-dates {
    width: 100%;
  }
}
.sh-schedule-filter-dates label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
}
.sh-schedule-filter-dates label:after {
  content: '';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 13px;
  height: 24px;
  width: 24px;
  box-shadow: 5px 3px 13px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #ffd618;
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
}
.sh-schedule-filter-dates input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  background-color: #ffffff;
  height: 34px;
  color: #2c2f34;
  font-size: 14px;
  font-weight: 300;
  min-width: 230px;
  padding-left: 15px;
  padding-right: 34px;
  text-transform: lowercase;
}
.sh-schedule-filter-dates input:focus,
[data-whatinput="keyboard"] .sh-schedule-filter-dates input:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-schedule-filter-dates input:focus,
[data-whatinput="mouse"] .sh-schedule-filter-dates input:focus,
[data-whatinput="touch"] .sh-schedule-filter-dates input:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 767px) {
  .sh-schedule-filter-dates input {
    width: 100%;
  }
}
.sh-schedule-filter-print {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
.sh-schedule-filter-print i.fal {
  margin-right: 5px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .sh-schedule-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.sh-schedule-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sh-schedule-list__week {
  margin-bottom: 45px;
}
@media print {
  .sh-schedule-list__week {
    page-break-after: always;
  }
}
.sh-schedule-list__week-heading {
  font-size: 23px;
  line-height: 1.2;
  margin: 0 0 23px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .sh-schedule-list__week-heading {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sh-schedule-list__week-heading {
    padding-left: 16px;
  }
}
.sh-schedule-list__week-heading span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  padding-left: 10px;
  position: relative;
  top: -1px;
}
@media (max-width: 991px) {
  .sh-schedule-list__week-heading span {
    font-size: 14px;
  }
}
.sh-schedule-list__day-heading {
  background-color: #ffffff;
  padding: 9px;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  width: 130px;
  text-align: center;
  text-transform: uppercase;
}
.sh-schedule-list__day-heading span {
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .sh-schedule-list__day-heading {
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.85;
    background-color: #ffd618;
    margin: 0;
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  .sh-schedule-list__day-heading {
    font-size: 13px;
  }
}
.sh-schedule-list-heading {
  background-color: #ffd618;
}
@media screen and (max-width: 991px) {
  .sh-schedule-list-heading {
    display: none !important;
  }
}
.sh-schedule-list-heading__header {
  padding: 13px 15px 13px 22px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .sh-schedule-list-heading__header {
    padding-left: 11px;
    padding-right: 5px;
  }
}
.sh-schedule-list-item {
  border-bottom: solid 1px rgba(46, 49, 55, 0.18);
}
@media screen and (max-width: 991px) {
  .sh-schedule-list-item {
    border-bottom: none;
    margin-bottom: 15px;
    border-right: solid 1px rgba(46, 49, 55, 0.18);
  }
}
.sh-schedule-list-item__cell {
  border-left: solid 1px rgba(46, 49, 55, 0.18);
  height: 55px;
  padding: 0 20px 0 21px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.07;
}
@media (max-width: 1199px) {
  .sh-schedule-list-item__cell {
    padding-left: 10px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .sh-schedule-list-item__cell {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 13px 15px;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    border-bottom: solid 1px rgba(46, 49, 55, 0.18);
  }
}
@media (max-width: 767px) {
  .sh-schedule-list-item__cell {
    font-size: 12px;
  }
}
.sh-schedule-list-item__cell span:first-child {
  display: block;
  width: 100%;
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sh-schedule-list-item__cell span:first-child {
    font-size: 10px;
    margin-bottom: 3px;
  }
}
@media print {
  .sh-schedule-list-item__cell span:first-child {
    display: none;
  }
}
.sh-schedule-list-item__time {
  border-color: transparent;
  background-color: rgba(197, 225, 222, 0.5);
  width: 125px;
}
@media screen and (max-width: 991px) {
  .sh-schedule-list-item__time {
    border-color: rgba(46, 49, 55, 0.18);
    border-top: solid 1px rgba(46, 49, 55, 0.18);
  }
}
.sh-schedule-list-heading,
.sh-schedule-list-item {
  display: -webkit-flex;
  display: flex;
}
.sh-schedule-list-heading__fixed-width,
.sh-schedule-list-item__fixed-width {
  display: -webkit-flex;
  display: flex;
  min-width: 250px;
}
@media screen and (max-width: 991px) {
  .sh-schedule-list-heading__fixed-width,
  .sh-schedule-list-item__fixed-width {
    display: none;
  }
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), print {
  .sh-schedule-list-heading__time,
  .sh-schedule-list-item__time {
    min-width: 125px;
    width: 125px;
  }
  .sh-schedule-list-heading__room,
  .sh-schedule-list-item__room {
    min-width: 125px;
    width: 125px;
  }
}
.sh-schedule-list-heading__percent-width,
.sh-schedule-list-item__percent-width {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .sh-schedule-list-heading__percent-width,
  .sh-schedule-list-item__percent-width {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sh-schedule-list-heading__percent-width > div,
  .sh-schedule-list-item__percent-width > div {
    width: 50%;
  }
  .sh-schedule-list-heading__percent-width > div:first-child,
  .sh-schedule-list-item__percent-width > div:first-child {
    width: 100%;
  }
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), print {
  .sh-schedule-list-heading__percent-width .sh-schedule-list-heading__time,
  .sh-schedule-list-heading__percent-width .sh-schedule-list-item__time,
  .sh-schedule-list-item__percent-width .sh-schedule-list-heading__time,
  .sh-schedule-list-item__percent-width .sh-schedule-list-item__time,
  .sh-schedule-list-heading__percent-width .sh-schedule-list-heading__room,
  .sh-schedule-list-heading__percent-width .sh-schedule-list-item__room,
  .sh-schedule-list-item__percent-width .sh-schedule-list-heading__room,
  .sh-schedule-list-item__percent-width .sh-schedule-list-item__room {
    display: none;
  }
  .sh-schedule-list-heading__type,
  .sh-schedule-list-item__type {
    width: 14.61883408%;
  }
  .sh-schedule-list-heading__course,
  .sh-schedule-list-item__course {
    width: 31.74887892%;
  }
  .sh-schedule-list-heading__sub-course,
  .sh-schedule-list-item__sub-course {
    width: 16.86098655%;
  }
  .sh-schedule-list-heading__teacher,
  .sh-schedule-list-item__teacher {
    width: 22.60089686%;
  }
  .sh-schedule-list-heading__comment,
  .sh-schedule-list-item__comment {
    width: 13.632287%;
  }
}
.sh-schedule-list-table {
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .sh-schedule-list-table {
    margin-bottom: 15px;
  }
}
.sh-error-page {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 38px;
}
.sh-error-page__image {
  width: 950px;
  max-width: 100%;
  margin-bottom: -155px;
}
@media (max-width: 767px) {
  .sh-error-page__image {
    margin-bottom: -70px;
  }
}
@media (max-width: 479px) {
  .sh-error-page__image {
    margin-bottom: -20px;
  }
}
.sh-error-page__top-text {
  font-size: 102px;
  line-height: 122px;
  color: #ffffff;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .sh-error-page__top-text {
    color: #2c2f34;
    font-size: 75px;
    margin-bottom: 15px;
  }
}
.sh-error-page__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 63px;
}
@media (max-width: 767px) {
  .sh-error-page__text {
    color: #2c2f34;
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.sh-error-page__link {
  display: inline-block;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.7;
  text-decoration: none;
  color: #ffffff;
}
.sh-error-page__link:before,
.sh-error-page__link:after {
  content: "";
  display: table;
}
.sh-error-page__link:after {
  clear: both;
}
@media (max-width: 767px) {
  .sh-error-page__link {
    color: #2c2f34;
    font-size: 21px;
  }
}
.sh-error-page__link:hover {
  color: #ffffff;
  opacity: 0.9;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sh-error-page__link:hover {
    color: #2c2f34;
  }
}
.sh-error-page__link i {
  color: #ffd618;
  margin-right: 13px;
  float: left;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sh-error-page__link i {
    line-height: 1.7;
  }
}
.sh-error-page__link--left {
  float: right;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .sh-error-page__link--left {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.sh-error-page__link--right {
  float: left;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .sh-error-page__link--right {
    float: none;
    margin-left: 0;
  }
}
.sh-page-not-found-modal {
  margin-bottom: 100px;
}
.sh-page-not-found-modal .sh-modal-container {
  width: 720px;
}
.sh-page-not-found-modal__button {
  display: block;
  margin: 0 auto;
}
.sh-page-not-found-modal__content {
  background-color: #ffffff;
  padding: 0 46px 34px 31px;
}
.sh-page-not-found-modal__content h1 {
  background-image: linear-gradient(97deg, #ffe87e, #ffd618);
  margin: 0 -46px 18px -31px;
  padding: 31px 30px 25px 31px;
}
.sh-page-not-found-modal__thanks {
  margin-bottom: 0;
}
.sh-page-not-found-modal__thanks button {
  display: block;
  margin: 30px auto 0;
}
.sh-page-not-found-modal textarea {
  margin-bottom: 16px;
}
.sh-page-not-found-modal .sh-input-btn {
  background-color: #ffd618;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sh-course-transit {
    background: linear-gradient(rgba(20, 28, 38, 0.8), rgba(20, 28, 38, 0.8)), url('/webdav/files/System/resources/graphics/dark_bg.jpg');
    background-size: cover;
    background-position: 50%;
    padding-top: 20px;
  }
}
.sh-course-transit__bottom {
  max-width: 1200px;
  margin: 50px auto 60px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-course-transit__bottom {
    max-width: 810px;
  }
  .sh-course-transit__bottom .sh-row {
    -webkit-justify-content: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .sh-course-transit__bottom {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}
.sh-course-transit__bottom div[class*="sh-col"] {
  padding: 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.19);
}
@media (max-width: 1199px) {
  .sh-course-transit__bottom div[class*="sh-col"] {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-course-transit__bottom div[class*="sh-col"] {
    -webkit-flex: 1 0 50% !important;
            flex: 1 0 50% !important;
    max-width: 50% !important;
    border-right: none;
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .sh-course-transit__bottom div[class*="sh-col"] {
    padding: 0 15px 30px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  }
}
.sh-course-transit__bottom div[class*="sh-col"]:first-child {
  padding-right: 50px;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .sh-course-transit__bottom div[class*="sh-col"]:first-child {
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-course-transit__bottom div[class*="sh-col"]:first-child {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.19);
  }
}
@media (max-width: 767px) {
  .sh-course-transit__bottom div[class*="sh-col"]:first-child {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sh-course-transit__bottom div[class*="sh-col"]:last-child {
  padding-right: 0;
  padding-left: 50px;
  border-right: none;
}
@media (max-width: 1199px) {
  .sh-course-transit__bottom div[class*="sh-col"]:last-child {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-course-transit__bottom div[class*="sh-col"]:last-child {
    padding: 10px 25px 0;
  }
}
@media (max-width: 767px) {
  .sh-course-transit__bottom div[class*="sh-col"]:last-child {
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: none;
  }
}
.sh-course-transit__bottom .sv-text-portlet h2 {
  font-family: 'Bodoni', sans-serif;
  color: #ffd618;
  font-size: 26px;
  font-weight: 300;
  line-height: normal;
  margin-top: 25px;
  margin-bottom: 10px;
}
.sh-course-transit__bottom .sv-text-portlet p.font-normal {
  color: #ffffff;
}
.sh-course-transit__bottom > .sv-custom-module .sh-button {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sh-course-transit__bottom > .sv-custom-module .sh-button {
    margin-top: 20px;
  }
}
.sh-course-transit__bottom .sh-row:last-child .pagecontent {
  width: 100%;
  padding-top: 0;
}
@media (max-width: 767px) {
  .sh-course-transit__bottom .sh-row:last-child .pagecontent {
    padding-top: 20px;
  }
}
.sh-course-transit__bottom .sh-row:last-child .pagecontent .sv-custom-module {
  margin-bottom: 0;
}
.sh-course-transit__entries {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .sh-course-transit__entries .sh-row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.sh-course-transit-links__item.sh-action {
  margin-bottom: 10px;
  border-radius: 1px;
  background-image: linear-gradient(98deg, #ffe468, #ffd618);
}
@media (max-width: 767px) {
  .sh-course-transit-links__item.sh-action {
    height: 45px;
  }
}
.sh-course-transit-links__item.sh-action > span {
  margin-top: 0;
  text-transform: none;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sh-course-transit-links__item.sh-action > span {
    font-size: 13px;
  }
}
.sh-course-transit-links__item.sh-action:hover > span {
  text-decoration: underline;
}
.sh-course-transit-links__item.sh-action i.fal {
  font-size: 17px;
  height: 31px;
  -webkit-flex: 0 0 31px;
          flex: 0 0 31px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .sh-course-transit-links__item.sh-action i.fal {
    font-size: 15px;
    height: 30px;
    -webkit-flex: 0 0 30px;
            flex: 0 0 30px;
    margin-left: 25px;
  }
}
.sh-course-transit-links__item.sh-action.sh-light-action {
  background-color: #faf9f8;
  border: 1px solid #ffd618;
  background-image: none;
  padding: 6px 7px 6px 20px;
}
.sh-base-dark .sh-transit-search-form label {
  color: #ffffff;
}
.sh-base-dark .sh-transit-search-form input {
  border: none;
}
@media (max-width: 767px) {
  .sh-base-dark .sh-transit-search-form input {
    font-size: 15px;
  }
}
#course_transit_modal .sh-modal-container {
  background-color: #ffffff;
  padding: 40px 50px;
  text-align: left;
}
#course_transit_modal .sh-modal-container p.font-normal {
  color: #2c2f34;
}
.sh-course-transit__top {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sh-course-transit__top {
    margin-top: 0;
  }
}
.sh-course-transit__top h1 {
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  line-height: 1.28;
}
@media (max-width: 767px) {
  .sh-course-transit__top h1 {
    font-size: 25px;
    line-height: 1.19;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.sh-event-info {
  position: relative;
  background-image: linear-gradient(98deg, #ffe468, #ffd618);
  padding: 47px 96px 42px;
  margin-top: 60px;
  margin-right: -235px;
  margin-left: -227px;
}
@media (max-width: 1440px) {
  .sh-event-info {
    margin-right: -135px;
    margin-left: -127px;
  }
}
@media (max-width: 991px) {
  .sh-event-info {
    margin-right: 0;
    margin-left: 0;
    padding: 19px 15px 20px;
  }
}
.sh-event-info__content {
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 150px);
}
@media (max-width: 991px) {
  .sh-event-info__content {
    display: block;
    width: 100%;
  }
}
.sh-event-info__right {
  max-width: 40%;
  -webkit-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media (max-width: 991px) {
  .sh-event-info__right {
    max-width: 100%;
  }
}
.sh-event-info__left {
  max-width: 47%;
  padding-left: 28px;
  margin-right: 62px;
  position: relative;
  -webkit-flex: 0 0 47%;
          flex: 0 0 47%;
}
@media (max-width: 991px) {
  .sh-event-info__left {
    max-width: 100%;
    margin-right: 0;
  }
}
.sh-event-info__header {
  font-size: 28px;
  line-height: 1.57;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
}
.sh-event-info .sh-event-info__item {
  font-size: 16px;
}
.sh-event-info .sh-event-info__item-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.51;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sh-event-info i.fa,
.sh-event-info i.fas,
.sh-event-info i.fal {
  font-size: 18px;
  position: absolute;
  left: 0;
}
.sh-event-info__save-date {
  margin-left: -28px;
}
@media (max-width: 1199px) {
  .sh-event-info__save-date {
    display: none;
  }
}
.sh-event-info__contacts .sh-event-info__item {
  display: block;
  font-weight: 300;
  line-height: 1.25;
}
.sh-event-info__black-box {
  background-color: #2c2f34;
  max-width: 260px;
  padding: 43px 40px;
  position: absolute;
  top: -24px;
  right: -15px;
}
@media (max-width: 991px) {
  .sh-event-info__black-box {
    position: relative;
    max-width: 100%;
    padding: 23px 30px;
    margin-bottom: -40px;
    top: auto;
    right: auto;
  }
}
.sh-event-info__black-box .sh-event-info__item,
.sh-event-info__black-box p,
.sh-event-info__black-box a,
.sh-event-info__black-box li {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.51;
  margin-bottom: 0;
}
.sh-event-info__black-box .sh-event-info__item:hover,
.sh-event-info__black-box p:hover,
.sh-event-info__black-box a:hover,
.sh-event-info__black-box li:hover {
  color: #ffffff;
}
.sh-event-info__link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  color: #ffffff;
}
.sh-event-date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 15px;
}
.sh-event-date__start,
.sh-event-date__end {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #ffd618;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}
.sh-event-date__end {
  background-color: #fde888;
}
.sh-event-date__line {
  display: inline-block;
  height: 5px;
  width: 7px;
  background-color: #ffd618;
  position: relative;
}
.sh-event-date .sh-event-date__day {
  font-size: 22.4px;
  font-weight: 700;
  line-height: 14.1px;
  margin: 0;
  padding-top: 18px;
}
.sh-event-date .sh-event-date__month {
  font-size: 12px;
  line-height: 14.1px;
  margin: 2px 0 0;
  text-transform: uppercase;
}
.sh-event-date__cancelled {
  display: inline-block;
  background-color: #2c2f34;
  color: #ffffff;
  padding: 7px 15px 7px 25px;
  font-size: 18px;
  font-weight: 400;
  margin-left: -5px;
  text-transform: uppercase;
}
.sh-event-date__cancelled i {
  margin-right: 5px;
}
.sh-guide-steps .sh-step-guide-modal__controls {
  display: -webkit-flex;
  display: flex;
  background-color: #f7f6f3;
  min-height: 85px;
  padding: 20px 35px;
  position: relative;
  height: 85px;
}
@media (max-width: 767px) {
  .sh-guide-steps .sh-step-guide-modal__controls {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 125px;
    display: block;
    height: 125px;
    padding: 0 35px;
  }
}
.sh-guide-steps .sh-step-guide-modal__controls button.sh-button {
  position: absolute;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sh-guide-steps .sh-step-guide-modal__controls button.sh-button {
    bottom: 15px;
  }
}
.sh-guide-steps .sh-step-guide-modal__controls button.sh-button.sh-step-guide-modal__prev {
  left: 35px;
}
@media (max-width: 767px) {
  .sh-guide-steps .sh-step-guide-modal__controls button.sh-button.sh-step-guide-modal__prev {
    left: 15px;
  }
}
.sh-guide-steps .sh-step-guide-modal__controls button.sh-button.sh-step-guide-modal__next {
  right: 35px;
}
@media (max-width: 767px) {
  .sh-guide-steps .sh-step-guide-modal__controls button.sh-button.sh-step-guide-modal__next {
    right: 15px;
  }
}
.sh-guide-steps .sh-step-guide-modal__controls .v-stepper {
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .sh-guide-steps .sh-step-guide-modal__controls .v-stepper {
    padding-top: 15px;
  }
}
.sh-guide-steps .sh-step-guide-modal__controls .v-stepper .v-stepper-root {
  -webkit-justify-content: center;
          justify-content: center;
}
.sh-guide-steps .sh-step-guide-modal__controls .v-stepper .v-step {
  opacity: 1 !important;
  -webkit-flex: inherit;
          flex: inherit;
}
@media (max-width: 767px) {
  .sh-guide-steps .sh-step-guide-modal__controls .v-stepper .v-step {
    margin-right: 0;
  }
}
.sh-guide-steps .sh-step-guide-modal__controls .v-stepper .v-step:last-child .divider {
  width: 0;
  border: none;
}
.sh-guide-steps .sh-step-guide-modal__controls .v-stepper .v-step .index {
  height: 30px;
  width: 30px;
  border: 8px solid #939496;
  background-color: transparent !important;
  font-size: 0;
  box-shadow: none !important;
  margin-right: 0 !important;
}
.sh-guide-steps .sh-step-guide-modal__controls .v-stepper .v-step .divider {
  height: 3px;
  width: 34px;
  border: 2px solid #979797;
  box-shadow: none !important;
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .sh-guide-steps .sh-step-guide-modal__controls .v-stepper .v-step .divider {
    width: 10px;
  }
}
.sh-guide-steps .sh-step-guide-modal__controls .v-stepper .v-step.is-active .index {
  background-color: #ffd618 !important;
  border: none;
}
.sh-guide-steps .sh-step-guide-modal__controls .v-stepper.sh-short-steps .v-step .divider {
  width: 10px;
}
@media (max-width: 767px) {
  .sh-guide-steps .sh-step-guide-modal__controls .v-stepper.sh-short-steps .v-step .divider {
    width: 5px;
  }
}
.sh-guide-steps .sh-step-guide-modal__step.sh-step-guide-modal__start .sv-image-portlet {
  float: none;
}
.sh-guide-steps .sh-step-guide-modal__step.sh-step-guide-modal__start > div:not(.sh-step-guide-modal__start__buttons) {
  padding: 0;
}
.sh-guide-steps .sh-step-guide-modal__step.sh-step-guide-modal__start .sh-step-guide-modal__start__buttons {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 20px;
}
.sh-guide-steps .sh-step-guide-modal__step.sh-step-guide-modal__start .sh-step-guide-modal__start__buttons button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.sh-guide-steps .sh-step-guide-modal__step.sh-step-guide-modal__start .sh-step-guide-modal__start__buttons button:not(.sh-button) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
}
.sh-guide-steps {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .sh-guide-steps {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    max-width: 100vw;
  }
}
.sh-guide-steps .pagecontent > .sv-layout:before,
.sh-guide-steps .sh-step-guide-modal__step:before,
.sh-guide-steps .pagecontent > .sv-layout:after,
.sh-guide-steps .sh-step-guide-modal__step:after {
  content: "";
  display: table;
}
.sh-guide-steps .pagecontent > .sv-layout:after,
.sh-guide-steps .sh-step-guide-modal__step:after {
  clear: both;
}
@media (max-width: 767px) {
  .sh-guide-steps .pagecontent > .sv-layout,
  .sh-guide-steps .sh-step-guide-modal__step {
    padding-bottom: 125px;
  }
}
.sh-guide-steps .pagecontent > .sv-layout > .sv-layout,
.sh-guide-steps .sh-step-guide-modal__step > .sv-layout,
.sh-guide-steps .pagecontent > .sv-layout > div > .sv-layout,
.sh-guide-steps .sh-step-guide-modal__step > div > .sv-layout {
  background-image: linear-gradient(106deg, #ffe468, #ffd618);
  padding: 20px 35px;
}
@media (max-width: 767px) {
  .sh-guide-steps .pagecontent > .sv-layout > .sv-layout,
  .sh-guide-steps .sh-step-guide-modal__step > .sv-layout,
  .sh-guide-steps .pagecontent > .sv-layout > div > .sv-layout,
  .sh-guide-steps .sh-step-guide-modal__step > div > .sv-layout {
    padding: 20px 15px;
  }
  .sh-guide-steps .pagecontent > .sv-layout > .sv-layout h1.font-heading-1,
  .sh-guide-steps .sh-step-guide-modal__step > .sv-layout h1.font-heading-1,
  .sh-guide-steps .pagecontent > .sv-layout > div > .sv-layout h1.font-heading-1,
  .sh-guide-steps .sh-step-guide-modal__step > div > .sv-layout h1.font-heading-1 {
    padding-right: 20px;
  }
}
.sh-guide-steps .pagecontent > .sv-layout > div:not(.sv-layout):not(.sv-image-portlet),
.sh-guide-steps .sh-step-guide-modal__step > div:not(.sv-layout):not(.sv-image-portlet) {
  padding: 20px 35px;
}
@media (max-width: 767px) {
  .sh-guide-steps .pagecontent > .sv-layout > div:not(.sv-layout):not(.sv-image-portlet),
  .sh-guide-steps .sh-step-guide-modal__step > div:not(.sv-layout):not(.sv-image-portlet) {
    padding: 20px 15px;
  }
}
.sh-guide-steps .pagecontent > .sv-layout .sv-text-portlet p,
.sh-guide-steps .sh-step-guide-modal__step .sv-text-portlet p {
  color: #2c2f34;
}
.sh-guide-steps .pagecontent > .sv-layout .sv-image-portlet,
.sh-guide-steps .sh-step-guide-modal__step .sv-image-portlet {
  margin-bottom: 0;
}
.sh-guide-steps .pagecontent > .sv-layout .sv-image-portlet:last-child,
.sh-guide-steps .sh-step-guide-modal__step .sv-image-portlet:last-child {
  float: left;
}
.sh-guide-steps .pagecontent > .sv-layout {
  border: 1px solid #dad9d9;
  margin-top: 50px;
}
.sh-guide-steps .pagecontent > .sv-layout:last-child {
  margin-bottom: 50px;
}
.sh-modal-container .sh-guide-steps {
  max-height: 75vh;
  overflow: auto;
  background-color: #ffffff;
}
.sh-step-guide-modal .fade-enter-active,
.sh-step-guide-modal .fade-leave-active {
  transition: opacity 0.5s;
}
.sh-step-guide-modal .fade-leave-active,
.sh-step-guide-modal .fade-leave {
  position: absolute;
}
.sh-step-guide-modal .fade-enter,
.sh-step-guide-modal .fade-leave-to {
  opacity: 0;
}
.sh-step-guide-modal .sh-modal-container {
  width: auto;
}
@media (max-width: 767px) {
  .sh-step-guide-modal .sh-modal-container {
    position: relative;
    margin: 0;
    width: 100vw;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .sh-step-guide-modal .sh-modal-container .sh-modal-close {
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .sh-step-guide-modal .sh-modal-container .sh-modal-close i.fal {
    color: rgba(44, 47, 52, 0.91);
    font-size: 30px;
    margin-bottom: 2px;
  }
  .sh-step-guide-modal .sh-modal-container .sh-modal-close span {
    display: none;
  }
}
.sh-information-page-action {
  max-width: 945px;
}
@media (max-width: 767px) {
  .sh-information-page-action {
    margin-top: 0;
    margin-right: -15px;
    margin-bottom: 20px;
    margin-left: -15px;
    width: calc(100% + 30px);
    background-image: none;
    background-color: #2c2f34;
    color: #ffffff;
    font-size: 12px;
  }
  .sh-information-page-action:hover {
    color: #ffffff;
    background-image: none;
  }
  .sh-information-page-action i.fal {
    color: #2c2f34;
    font-size: 15px;
    height: 30px;
    -webkit-flex: 0 0 30px;
            flex: 0 0 30px;
    margin-left: 5px;
  }
}
.sh-information-page {
  background-color: #ffffff;
  max-width: 945px;
  margin: 0 auto 90px;
  padding: 30px 60px 45px 20px;
}
@media (max-width: 767px) {
  .sh-information-page {
    padding: 0;
  }
}
.sh-information-page-icon {
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .sh-information-page-icon {
    margin-bottom: 30px;
  }
}
.sh-information-page-icon img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sh-information-page-icon img {
    width: 52px;
  }
}
.sh-information-page-icon p {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 767px) {
  .sh-information-page-icon p {
    font-size: 14px;
    line-height: 1.54;
  }
}
@media (max-width: 767px) {
  .sh-information-page-icon--top {
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 35px;
  }
  .sh-information-page-icon--top img {
    margin-bottom: 0;
    margin-right: 10px;
    width: 40px;
  }
}
.sh-library-transit__bottom {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .sh-library-transit__bottom {
    margin-top: -20px;
  }
}
.sh-library-transit__bottom > .sh-grid {
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .sh-library-transit__bottom > .sh-grid {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.sh-library-transit__bottom > .sh-grid > .sv-script-portlet {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px) {
  .sh-library-transit__bottom > .sh-grid > .sv-script-portlet {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.sh-event-listing {
  padding-top: 15px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .sh-event-listing {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.sh-event-listing__container {
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .sh-event-listing__container {
    max-width: 100%;
  }
}
.sh-event-listing__heading {
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 94px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.sh-event-listing__heading:before {
  content: '';
  width: 65px;
  height: 6px;
  background-color: #ffd618;
  position: absolute;
  left: 19px;
  top: 7px;
  border-radius: 1px;
}
.sh-event-listing-item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
  padding: 21px 19px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 767px) {
  .sh-event-listing-item {
    padding: 15px 18px 15px 0;
  }
}
.sh-event-listing-item__date {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  background-image: linear-gradient(136deg, #ffe468, #ffd618);
  border-radius: 50%;
  margin-right: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .sh-event-listing-item__date {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin-right: 10px;
  }
}
.sh-event-listing-item__date span {
  display: block;
  text-align: center;
}
.sh-event-listing-item__date.sh-event-end {
  background-color: #fde98a;
  background-image: none;
  margin-top: 5px;
}
.sh-event-listing-item__date.sh-event-end::before {
  content: '';
  height: 7px;
  min-height: 7px;
  width: 5px;
  min-width: 5px;
  background-color: #ffd618;
  position: absolute;
  top: -7px;
  left: calc(50% - 2.5px);
}
.sh-event-listing-item__day {
  font-size: 17.9px;
  font-weight: 800;
  line-height: 0.63;
  padding: 15px 0 2px;
}
@media (max-width: 767px) {
  .sh-event-listing-item__day {
    font-size: 17px;
    padding-top: 13px;
  }
}
.sh-event-listing-item__month {
  font-size: 9.6px;
  font-weight: 300;
  line-height: 1.17;
  text-transform: uppercase;
}
.sh-event-listing-item__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0.1px;
  margin: 0;
}
@media (max-width: 767px) {
  .sh-event-listing-item__title {
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
  }
}
.sh-event-listing-item__title a {
  text-decoration: none;
}
.sh-event-listing-item__title a:hover {
  color: #2c2f34;
}
.sh-event-listing-item:hover .sh-event-listing-item__title a {
  text-decoration: underline;
}
.sh-event-listing-item__cancelled {
  padding: 6px 8px;
  background-color: #2c2f34;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 0;
}
.sh-event-listing__more-events {
  margin-top: 20px;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .sh-event-listing__more-events {
    margin-left: 12px;
  }
}
.sh-library-transit__bottom .sh-news-listing {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .sh-library-transit__bottom .sh-news-listing__container {
    padding: 0;
  }
}
.sh-library-transit__bottom .sh-news-listing__heading {
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 114px;
}
.sh-library-transit__bottom .sh-news-listing__heading:before {
  left: 39px;
}
.sh-library-transit__bottom .sh-news-listing__right {
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .sh-library-transit__bottom .sh-news-listing__right {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sh-library-transit__bottom .sh-news-listing-item {
    border-width: 1px;
  }
}
.sh-open-hours {
  position: relative;
}
.sh-open-hours__today {
  font-size: 30px;
  font-weight: 500;
  line-height: 0.83;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .sh-open-hours__today {
    font-size: 18px;
    margin-top: 5px;
  }
}
.sh-open-hours .sh-student-blurb:hover h2 {
  text-decoration: none;
}
.sh-open-hours__link a {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  border-radius: 2px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.32);
  padding: 9px 16px;
  right: 10px;
  bottom: 20px;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
@media (max-width: 991px) {
  .sh-open-hours__link a {
    right: 5px;
    bottom: 10px;
  }
}
.sh-open-hours__link a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.sh-library-transit__top.sh-transit-page__top .sv-image-portlet img {
  padding-bottom: 0;
}
.sh-library-transit__top .sh-transit-search {
  margin: 0 auto;
  position: absolute;
  top: 113px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 26px 34px 41px 34px;
  width: auto;
}
@media (max-width: 991px) {
  .sh-library-transit__top .sh-transit-search {
    position: relative;
    top: unset;
    background-color: #ffde46;
    margin: -3px 0 0;
    width: calc(100% + 30px);
    padding: 16px 16px 20px 14px;
  }
}
.sh-library-transit__top .sh-transit-search__heading {
  font-family: 'Bodoni', sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: -0.2px;
  margin-top: 0;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .sh-library-transit__top .sh-transit-search__heading {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 9px;
  }
}
.sh-library-transit__top .sh-transit-search__databases {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.sh-library-transit__top .sh-transit-search-form {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 15px;
}
.sh-library-transit__top .sh-transit-search-form input {
  width: 467px;
  padding: 17px 13px;
  border-width: 2px;
  -webkit-appearance: none;
}
.sh-library-transit__top .sh-transit-search-form input:focus,
[data-whatinput="keyboard"] .sh-library-transit__top .sh-transit-search-form input:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sh-library-transit__top .sh-transit-search-form input:focus,
[data-whatinput="mouse"] .sh-library-transit__top .sh-transit-search-form input:focus,
[data-whatinput="touch"] .sh-library-transit__top .sh-transit-search-form input:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 991px) {
  .sh-library-transit__top .sh-transit-search-form input {
    display: inline-block;
    border: none;
    width: calc(100% - 97px);
    padding: 0 13px;
    margin-right: 5px;
  }
  .sh-library-transit__top .sh-transit-search-form input::-webkit-input-placeholder {
    line-height: 25px;
  }
  .sh-library-transit__top .sh-transit-search-form input:-moz-placeholder {
    line-height: 25px;
  }
  .sh-library-transit__top .sh-transit-search-form input::-moz-placeholder {
    line-height: 25px;
  }
  .sh-library-transit__top .sh-transit-search-form input:-ms-input-placeholder {
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .sh-library-transit__top .sh-transit-search-form .sh-button--yellow {
    border: 1px solid #ffffff;
    width: 90px;
    min-width: 90px;
    top: 0;
  }
}
.sh-library-transit__top .sh-transit-search__logos {
  position: absolute;
  top: 26px;
  right: 26px;
}
@media (max-width: 991px) {
  .sh-library-transit__top .sh-transit-search__logos {
    top: 16px;
    right: 16px;
  }
}
.sh-library-transit__top .sh-transit-search__logo {
  height: 31px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .sh-library-transit__top .sh-transit-search__logo {
    height: 23px;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .sh-library-transit__top .sv-text-portlet {
    display: none;
  }
}
.sh-library-transit__content {
  position: relative;
  max-width: 1260px;
  margin: 0 auto 25px;
}
.sh-library-transit__content .sh-row > div {
  padding: 0;
}
@media (max-width: 767px) {
  .sh-list-page {
    background-color: #FAFAF8;
  }
}
.sh-list-page__top {
  position: relative;
  height: 340px;
  overflow: hidden;
}
.sh-list-page__top:before,
.sh-list-page__top:after {
  content: "";
  display: table;
}
.sh-list-page__top:after {
  clear: both;
}
@media (max-width: 991px) {
  .sh-list-page__top {
    height: auto;
  }
}
.sh-list-page__top .sv-image-portlet {
  width: 100%;
  margin-bottom: 0;
  float: left;
}
.sh-list-page__top .sv-image-portlet img {
  height: 340px;
  object-fit: cover;
  object-position: 50%;
  font-family: 'object-fit: cover; object-position: 50%;', sans-serif;
  max-width: 100% !important;
}
@media (max-width: 991px) {
  .sh-list-page__top .sv-image-portlet img {
    height: auto;
    min-height: 200px;
  }
}
@media (max-width: 479px) {
  .sh-list-page__top .sv-image-portlet {
    padding-bottom: 41px;
  }
}
.sh-list-page__top .sv-text-portlet {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 10px 25px 8px;
  background-color: #ffd618;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  max-width: 50%;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .sh-list-page__top .sv-text-portlet {
    padding: 12px 25px 8px;
    max-width: 90%;
  }
}
@media (max-width: 479px) {
  .sh-list-page__top .sv-text-portlet {
    max-width: unset;
    width: 101%;
  }
}
.sv-edit-mode .sh-list-page__top .sv-text-portlet {
  z-index: 40007;
  min-width: 50px;
  min-height: 55px;
}
.sv-edit-mode .sh-list-page__top .sv-text-portlet:hover {
  position: absolute;
}
.sh-list-page__top .sv-text-portlet h1 {
  font-size: 25px;
  line-height: 1.38;
  letter-spacing: -0.2px;
  margin: 0;
  white-space: nowrap;
}
.sh-list-page__top .sv-text-portlet h1:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .sh-list-page__top .sv-text-portlet h1 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sh-list-page__top .sv-text-portlet h1 {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (max-width: 479px) {
  .sh-list-page__top .sv-text-portlet h1 {
    white-space: normal;
  }
}
.sv-login-form label {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  line-height: normal;
  position: relative;
  text-align: left;
}
.sv-login-form label span {
  font-weight: 400;
}
.sv-login-form input[type=text],
.sv-login-form input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  height: 40px;
  border: 1px solid #ffd618;
  width: 100%;
  padding: 0 10px 0 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-color: white;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
}
.sv-login-form input[type=text]::-webkit-input-placeholder,
.sv-login-form input[type=password]::-webkit-input-placeholder {
  color: #757575;
}
.sv-login-form input[type=text]:-moz-placeholder,
.sv-login-form input[type=password]:-moz-placeholder {
  color: #757575;
}
.sv-login-form input[type=text]::-moz-placeholder,
.sv-login-form input[type=password]::-moz-placeholder {
  color: #757575;
}
.sv-login-form input[type=text]:-ms-input-placeholder,
.sv-login-form input[type=password]:-ms-input-placeholder {
  color: #757575;
}
.sv-login-form input[type=text]::-webkit-input-placeholder,
.sv-login-form input[type=password]::-webkit-input-placeholder {
  line-height: 25px;
}
.sv-login-form input[type=text]:focus,
.sv-login-form input[type=password]:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 767px) {
  .sv-login-form input[type=text],
  .sv-login-form input[type=password] {
    font-size: 16px;
  }
}
.sv-login-form input[type=text]:focus,
.sv-login-form input[type=password]:focus {
  border-color: #c5e1de;
}
.sv-login-form input[type=text][disabled],
.sv-login-form input[type=password][disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
.sv-login-form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  min-height: 34px;
  background-color: #d3d3d3;
  padding: 0 10px;
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #2c2f34;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  width: 100%;
  margin-top: 30px;
}
.sv-login-form input[type=submit]:focus,
[data-whatinput="keyboard"] .sv-login-form input[type=submit]:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sv-login-form input[type=submit]:focus,
[data-whatinput="mouse"] .sv-login-form input[type=submit]:focus,
[data-whatinput="touch"] .sv-login-form input[type=submit]:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sv-login-form input[type=submit]:hover {
  background-color: #ffd618;
}
.sv-login-form input[type=submit]:active {
  box-shadow: none;
  background-color: #d3d3d3;
  color: #2c2f34;
}
.sh-login-form {
  background-color: white;
  padding: 27px 50px 24px 40px;
  margin-bottom: 30px;
  max-width: 420px;
  margin: 20vh auto 0;
  border: 1px solid rgba(44, 47, 52, 0.2);
}
@media (max-width: 767px) {
  .sh-login-form {
    padding: 5px;
  }
}
.sh-login-form h1,
.sh-login-form h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 0;
}
.sh-login-form fieldset {
  padding: 0;
}
.sh-modal-listing-page .sh-grid {
  max-width: 640px;
}
.sh-modal-listing-page .sh-grid .sh-course-list-item__name {
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sh-modal-listing-page .sh-grid {
    padding-right: 0;
    padding-left: 0;
  }
}
.sh-qa-page.sh-modal-listing-page {
  max-width: 1010px;
}
.sh-modal-listing-page-action {
  margin-bottom: 8px;
}
.sh-modal-listing-page .sh-event-listing {
  padding-top: 0;
}
.sh-modal-listing-page .sh-event-listing__container {
  max-width: 600px;
}
.sh-modal-listing-page .sh-event-listing-item__desc {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sh-modal-listing-page .sh-event-listing {
    padding-right: 0;
    padding-left: 0;
  }
}
.sh-modal-listing-page .sh-project-listing,
.sh-researcher-page .sh-project-listing {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.sh-modal-listing-page .sh-project-listing-item,
.sh-researcher-page .sh-project-listing-item {
  padding: 20px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}
.sh-modal-listing-page .sh-project-listing-item__title,
.sh-researcher-page .sh-project-listing-item__title {
  color: #939496;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sh-modal-listing-page .sh-project-listing-item__title,
  .sh-researcher-page .sh-project-listing-item__title {
    font-size: 10px;
  }
}
.sh-modal-listing-page .sh-project-listing-item__name,
.sh-researcher-page .sh-project-listing-item__name {
  margin-top: 10px;
  margin-bottom: 0;
}
.sh-modal-listing-page .sh-project-listing-item__name a,
.sh-researcher-page .sh-project-listing-item__name a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.sh-modal-listing-page .sh-project-listing-item__name a:hover,
.sh-researcher-page .sh-project-listing-item__name a:hover {
  color: #2c2f34;
}
@media (max-width: 767px) {
  .sh-modal-listing-page .sh-project-listing-item__name a,
  .sh-researcher-page .sh-project-listing-item__name a {
    font-size: 15px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .sh-modal-listing-page .sh-project-listing-item__name,
  .sh-researcher-page .sh-project-listing-item__name {
    margin-top: 3px;
    line-height: 1;
  }
}
.sh-modal-listing-page .sh-project-listing-item:hover a,
.sh-researcher-page .sh-project-listing-item:hover a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sh-modal-listing-page .sh-project-listing-item,
  .sh-researcher-page .sh-project-listing-item {
    padding: 20px 0;
  }
}
.sh-article-page > .sh-grid {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.sh-article-page__top {
  margin-top: 45px;
}
.sh-article-page__top > .sv-text-portlet p.font-normal {
  font-size: 14px;
  margin-bottom: 5px;
}
.sh-article-page__top .sv-image-portlet {
  margin-right: -48px;
  margin-left: -47px;
}
@media (max-width: 767px) {
  .sh-article-page__top .sv-image-portlet {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.sh-news-categories__header {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sh-news-categories__header {
    font-size: 15px;
  }
}
.sh-news-categories__item {
  font-size: 11px;
  font-weight: 800;
  line-height: 34px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffd618;
  height: 34px;
  margin-right: 11px;
  padding: 9px 20px 8px;
}
@media (max-width: 767px) {
  .sh-news-categories__item {
    margin-right: 8px;
    padding: 9px 15px 8px;
  }
}
.sh-news-carousel {
  margin-right: -90px;
  margin-left: -93px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 991px) {
  .sh-news-carousel {
    margin-right: -75px;
    margin-left: -78px;
  }
}
@media (max-width: 767px) {
  .sh-news-carousel {
    margin-right: 0;
    margin-left: 0;
  }
}
.sh-news-carousel__prev,
.sh-news-carousel__next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}
.sh-news-carousel__prev .fa,
.sh-news-carousel__next .fa {
  font-size: 50px;
  font-weight: 300;
  color: #ffd618;
}
.sh-news-carousel__prev {
  left: -50px;
}
.sh-news-carousel__next {
  right: -50px;
}
.sh-news-carousel .sh-news-listing-item {
  border-bottom: none;
  padding: 25px 20px;
}
.sh-news-carousel .sh-news-listing-item > div {
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 479px) {
  .sh-news-carousel .sh-news-listing-item > div {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.sh-news-carousel .sh-news-listing-item__image {
  -webkit-flex: 0 0 35%;
          flex: 0 0 35%;
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
}
@media (max-width: 479px) {
  .sh-news-carousel .sh-news-listing-item__image {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 125px;
  }
}
.sh-news-carousel .sh-news-listing-item__content {
  position: relative;
  padding-top: 25px;
  margin-right: 25px;
  -webkit-flex: 0 0 63%;
          flex: 0 0 63%;
}
@media (max-width: 479px) {
  .sh-news-carousel .sh-news-listing-item__content {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.sh-news-carousel .sh-news-listing-item__content.sh-no-image {
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
}
.sh-news-carousel .sh-news-listing-item__date {
  top: 0px;
}
.sh-news-carousel .sh-news-listing-item__desc {
  font-weight: 300;
  line-height: 1.3;
}
.sh-news-carousel__dots {
  position: absolute;
  right: 45px;
  bottom: 0;
  list-style: none;
  font-size: 0;
}
.sh-news-carousel__dots li {
  display: inline-block;
}
.sh-news-carousel__dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 0;
  width: 15px;
  height: 5px;
  border-radius: 2px;
  background-color: #ffd618;
  opacity: 0.27;
  margin-right: 9px;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sh-news-carousel__dots li.slick-active button {
  opacity: 1;
}
.sh-article-page > .sh-grid {
  position: relative;
}
.sh-article-page > .sh-grid > .sv-script-portlet > .sh-share-box {
  top: 10px;
  right: auto;
  left: -215px;
  padding: 24px 23px 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}
.sh-article-page > .sh-grid > .sv-script-portlet > .sh-share-box a,
.sh-article-page > .sh-grid > .sv-script-portlet > .sh-share-box button,
.sh-article-page > .sh-grid > .sv-script-portlet > .sh-share-box p {
  display: block;
  width: 30px;
  margin-bottom: 15px;
  margin-left: 0;
  text-align: center;
}
.sh-article-page > .sh-grid > .sv-script-portlet > .sh-share-box p {
  font-size: 16px;
}
.sh-article-page > .sh-grid > .sv-script-portlet > .sh-share-box a,
.sh-article-page > .sh-grid > .sv-script-portlet > .sh-share-box button {
  font-size: 19px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .sh-article-page > .sh-grid > .sv-script-portlet > .sh-share-box {
    left: -160px;
  }
}
@media (max-width: 991px) {
  .sh-article-page > .sh-grid > .sv-script-portlet > .sh-share-box {
    display: none;
  }
}
.sh-article-page > .sh-grid > .sv-script-portlet > .sh-share-box .sh-share-box__save-date {
  background-color: #ffd618;
  font-size: 9px;
  font-weight: 600;
  color: #2c2f34;
  text-transform: uppercase;
  margin-right: -23px;
  margin-bottom: -15px;
  margin-left: -23px;
  width: 76px;
  height: 39px;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sh-article-page > .sh-grid > .sv-script-portlet > .sh-share-box .sh-share-box__save-date:hover {
  background-color: rgba(255, 214, 24, 0.8);
}
@media (max-width: 1199px) {
  .sh-article-page > .sh-grid > .sv-script-portlet > .sh-share-box .sh-share-box__save-date {
    display: none;
  }
}
.sh-alert-list {
  max-width: 1280px;
  margin: 0 auto 10px auto;
}
.sh-alert-list .sh-alert-list__icon {
  left: 17px;
  top: 50%;
  margin-top: -23px;
  box-shadow: none;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  font-size: 43px;
}
@media (max-width: 767px) {
  .sh-alert-list .sh-alert-list__icon {
    left: 10px;
    top: 11px;
    margin-top: 0;
    height: 27px;
    width: 27px;
    font-size: 28px;
  }
}
.sh-alert-list .sh-card {
  background: none;
  background-color: #f0f0f0;
  border: 2px solid #d3d3d3;
  border-radius: 2px;
  padding-left: 86px;
}
@media (max-width: 1199px) {
  .sh-alert-list .sh-card {
    padding-left: 79px;
  }
}
@media (max-width: 767px) {
  .sh-alert-list .sh-card {
    border-width: 1px;
    padding-left: 47px;
  }
}
.sh-alert-list .sh-card__name {
  font-size: 15px;
}
.sh-alert-list .sh-card__desc {
  margin-top: 5px;
  padding-right: 35px;
}
.sh-portal__listing,
.sh-portal__content {
  position: relative;
  max-width: 1260px;
  margin: 0 auto 38px;
}
.sh-portal__listing h2.font-heading-2,
.sh-portal__content h2.font-heading-2 {
  margin-bottom: 23px;
}
.sh-student-portal-login-button {
  border-top-right-radius: 2px;
  overflow: hidden;
}
.sh-student-portal-login-button .sh-button.sh-button--black.sh-button--small {
  padding: 0 25px;
  line-height: 3.6;
  font-size: 11px;
  height: 38px;
  margin-bottom: 0;
}
.sh-student-portal-login-button .sh-button.sh-button--black.sh-button--small .fal {
  font-size: 14px;
}
.sh-transit-page__top .sh-portal__header {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  max-width: 50%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .sh-transit-page__top .sh-portal__header {
    position: static;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    height: 0;
    margin-bottom: 55px;
    max-width: 100%;
  }
}
.sh-transit-page__top .sh-portal__header .sv-text-portlet {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  max-width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  .sh-transit-page__top .sh-portal__header .sv-text-portlet {
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    max-width: unset;
    min-width: calc(100% + 40px);
    z-index: 1;
  }
}
.sh-transit-page__top .sh-portal__header > .sv-layout {
  display: inline-block;
  position: relative;
  bottom: -16px;
  left: -5px;
}
@media (max-width: 991px) {
  .sh-transit-page__top .sh-portal__header > .sv-layout {
    bottom: -8px;
  }
}
@media (max-width: 767px) {
  .sh-transit-page__top .sh-portal__header > .sv-layout {
    display: block;
    text-align: center;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .sh-transit-page__top .sh-portal__header > .sv-layout .sh-student-portal-login-button {
    border-radius: 2px;
  }
  .sh-transit-page__top .sh-portal__header > .sv-layout .sh-student-portal-login-button .sh-button {
    width: 100%;
  }
}
.sh-program-orientations {
  background-color: #ffffff;
  padding-top: 22px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .sh-program-orientations {
    padding-bottom: 0;
  }
}
.sh-program-orientations .sh-grid {
  max-width: 1270px;
}
.sh-program-orientations h2 {
  font-family: 'Bodoni', sans-serif;
  text-align: center;
  font-size: 28px;
  margin: 0 0 38px;
  line-height: 1.38;
  letter-spacing: -0.2px;
}
@media (max-width: 767px) {
  .sh-program-orientations h2 {
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 20px;
  }
}
.sh-program-orientations .sh-action {
  margin-bottom: 20px;
}
.sh-program-orientations .sh-action__label {
  font-size: 12px;
}
@media (max-width: 767px) {
  .sh-program-orientations .sh-action__label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sh-program-orientations .sh-action {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-bottom: 10px;
    margin-left: -15px;
    text-transform: none;
    font-size: 16px;
  }
  .sh-program-orientations .sh-action span:not(.sh-action__label) {
    margin-top: 23px;
  }
  .sh-program-orientations .sh-action i.fal {
    width: 35px;
    height: 35px;
    -webkit-flex: 0 0 35px;
            flex: 0 0 35px;
  }
  .sh-program-orientations .sh-action i.fal:before {
    font-size: 18px;
  }
}
.sh-program-direction-page-action {
  max-width: 945px;
}
@media (max-width: 767px) {
  .sh-program-direction-page-action {
    margin-top: 0;
    margin-right: -15px;
    margin-bottom: 20px;
    margin-left: -15px;
    width: calc(100% + 30px);
    background-image: none;
    background-color: #2c2f34;
    color: #ffffff;
    font-size: 12px;
  }
  .sh-program-direction-page-action:hover {
    color: #ffffff;
    background-image: none;
  }
  .sh-program-direction-page-action i.fal {
    color: #2c2f34;
    font-size: 15px;
    height: 30px;
    -webkit-flex: 0 0 30px;
            flex: 0 0 30px;
    margin-left: 5px;
  }
}
.sh-program-direction-page {
  background-color: #ffffff;
  max-width: 945px;
  margin: 0 auto 90px;
  padding: 25px 163px 50px 182px;
}
@media (max-width: 991px) {
  .sh-program-direction-page {
    padding-left: 40px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .sh-program-direction-page {
    padding: 0;
  }
}
.sh-program-direction-page h1 {
  font-size: 32px;
  margin-bottom: 16px;
}
.sh-program-direction-page .sh-course-page-info {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .sh-program-direction-page .sh-course-page-info__right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .sh-program-direction-page .sh-course-page-info__item {
    -webkit-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-bottom: 15px;
  }
}
.sh-program-direction-page .sh-course-page-actions {
  padding-top: 15px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ffd618;
}
.sh-program-direction-page .sh-course-page-actions > div {
  max-width: 509px;
  margin: 0 auto;
}
.sh-project-page__bottom {
  box-shadow: 11px 13px 35px 0 rgba(217, 228, 238, 0.75);
  background-image: linear-gradient(126deg, #ffe468, #ffd618);
  padding: 45px 365px 45px 95px;
  margin-top: 70px;
  margin-right: -235px;
  margin-left: -235px;
  position: relative;
}
@media (max-width: 1199px) {
  .sh-project-page__bottom {
    margin-right: -135px;
    margin-left: -135px;
  }
}
@media (max-width: 991px) {
  .sh-project-page__bottom {
    margin-right: -50px;
    margin-left: -50px;
    padding: 45px 300px 45px 55px;
  }
}
@media (max-width: 767px) {
  .sh-project-page__bottom {
    margin: 45px 0 85px;
    padding: 20px 20px 1px;
  }
}
.sh-project-page__bottom .sh-project-black-box {
  position: absolute;
  top: -25px;
  right: -15px;
  background-color: #2c2f34;
  padding: 45px 70px 50px 40px;
  max-width: 350px;
}
@media (max-width: 991px) {
  .sh-project-page__bottom .sh-project-black-box {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .sh-project-page__bottom .sh-project-black-box {
    top: unset;
    right: unset;
    position: relative;
    margin-bottom: -25px;
    padding: 25px 30px 30px;
    max-width: 100%;
  }
}
.sh-project-page__bottom .sh-project-black-box__header {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  line-height: 1.51;
  font-weight: 500;
  text-transform: uppercase;
}
.sh-project-page__bottom .sh-project-black-box p,
.sh-project-page__bottom .sh-project-black-box a {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  line-height: 1.51;
  font-weight: 300;
  display: block;
}
.sh-project-page__bottom .pagecontent > .sv-text-portlet h2 {
  font-family: 'Bodoni', sans-serif;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 1.57;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sh-project-page__bottom .pagecontent > .sv-text-portlet h2 {
    font-size: 22px;
    line-height: 1.21;
  }
}
.sh-project-page__bottom .pagecontent .sh-expandable {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sh-project-page__bottom .pagecontent .sh-expandable__header {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .sh-project-page__bottom > .sv-script-portlet .sh-expandable {
    margin-bottom: 30px;
  }
}
.sh-project-page__bottom > .sv-script-portlet .sh-expandable__header {
  margin-top: 0;
}
@media (max-width: 767px) {
  .sh-project-page__bottom > .sv-script-portlet .sh-expandable .sv-decoration-content p {
    font-size: 15px;
  }
}
.sh-project-page__bottom > .sv-script-portlet .sh-project-areas,
.sh-project-page__bottom > .sv-script-portlet .sh-project-contract,
.sh-project-page__bottom > .sv-script-portlet .sh-project-time {
  font-weight: 300;
  line-height: 1.44;
}
.sh-project-page__bottom > .sv-script-portlet .sh-project-areas__header,
.sh-project-page__bottom > .sv-script-portlet .sh-project-contract__header,
.sh-project-page__bottom > .sv-script-portlet .sh-project-time__header {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.sh-project-page__bottom > .sv-script-portlet .sh-project-areas p,
.sh-project-page__bottom > .sv-script-portlet .sh-project-contract p,
.sh-project-page__bottom > .sv-script-portlet .sh-project-time p {
  font-size: 16px;
}
.sh-project-page__bottom > .sv-script-portlet .sh-project-areas p span:after,
.sh-project-page__bottom > .sv-script-portlet .sh-project-contract p span:after,
.sh-project-page__bottom > .sv-script-portlet .sh-project-time p span:after {
  content: ',';
}
.sh-project-page__bottom > .sv-script-portlet .sh-project-areas p span:last-child:after,
.sh-project-page__bottom > .sv-script-portlet .sh-project-contract p span:last-child:after,
.sh-project-page__bottom > .sv-script-portlet .sh-project-time p span:last-child:after {
  content: '';
}
.sh-project-page {
  margin-top: 40px;
}
.sh-project-page > .sh-grid {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.sh-project-page__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.97;
  text-transform: uppercase;
  color: #939496;
  margin-bottom: 25px;
}
@media (max-width: 479px) {
  .sh-project-page__title {
    font-size: 12px;
    line-height: 2.3;
  }
}
.sh-project-page h1.font-heading-1 {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .sh-project-page h1.font-heading-1 {
    font-size: 25px;
    line-height: 1.07;
  }
}
.sh-project-info-box {
  margin-right: -50px;
  margin-bottom: 30px;
  margin-left: -50px;
  background-color: #f7f6f3;
  padding: 30px 35px 20px;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .sh-project-info-box {
    margin-right: -15px;
    margin-left: -15px;
    padding: 25px 15px 35px;
    display: block;
  }
}
.sh-project-info-box__thumbnail-container {
  text-align: center;
  margin-right: 95px;
}
@media (max-width: 767px) {
  .sh-project-info-box__thumbnail-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    text-align: left;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.sh-project-info-box__thumbnail {
  max-width: 213px;
  max-height: 313px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sh-project-info-box__thumbnail {
    max-width: 120px;
    max-height: 176px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.sh-project-info-box .fa,
.sh-project-info-box .fas,
.sh-project-info-box .fal {
  font-size: 20px;
  margin-right: 5px;
}
.sh-project-info-box__content {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
}
.sh-project-info-box__content.sh-no-image {
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sh-project-info-box__content.sh-no-image {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sh-project-info-box__content.sh-no-image .sh-project-info-box__financier {
    margin-top: 30px;
  }
}
.sh-project-info-box__content.sh-no-image > div {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px) {
  .sh-project-info-box__content.sh-no-image > div {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.sh-project-info-box__content:not(.sh-no-image) > div:last-child {
  margin-top: 25px;
}
.sh-project-info-box .sh-project-info-box__header {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sh-project-info-box .sh-project-info-box__header {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
  }
}
.sh-project-info-box__type {
  margin-top: 30px;
}
.sh-project-info-box p.font-normal {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sh-project-info-box p.font-normal {
    font-size: 17px;
    margin-bottom: 0;
  }
}
.sh-qa-list-page__top {
  display: inline-block;
  width: 100%;
  background-image: linear-gradient(98deg, #ffe468, #ffd618);
  background-image: linear-gradient(98deg, #ffe469, #ffd618);
  padding: 40px 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .sh-qa-list-page__top {
    padding: 22px 0 0;
  }
}
.sh-qa-list-page__top .pagecontent {
  width: 50%;
}
@media (max-width: 991px) {
  .sh-qa-list-page__top .pagecontent {
    width: 100%;
  }
}
.sh-qa-list-page__top .sv-text-portlet {
  z-index: 1;
  position: relative;
}
.sh-qa-list-page__top .sv-image-portlet {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
}
.sv-edit-mode .sh-qa-list-page__top .sv-image-portlet {
  position: absolute !important;
  width: 50%;
}
.sv-edit-mode .sh-qa-list-page__top .sv-image-portlet img {
  float: right;
}
@media (max-width: 991px) {
  .sh-qa-list-page__top .sv-image-portlet {
    display: none;
  }
}
.sh-qa-list-page__top .sv-image-portlet img {
  height: 100%;
  width: auto;
  float: right;
}
.sh-qa-list-page__top h1.font-heading-1 {
  margin-bottom: 6px;
}
.sh-qa-list-page__top p {
  margin-bottom: 0;
}
.sh-qa-list-page__top .sh-grid {
  max-width: 1070px;
}
.sh-qa-page-action {
  max-width: 720px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sh-qa-page-action {
    max-width: unset;
    width: calc(100% + 30px);
    margin-bottom: 0;
  }
}
.sh-qa-page {
  max-width: 720px;
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .sh-qa-page {
    margin-bottom: 0;
  }
}
.sh-qa-page__top {
  padding: 20px 58px 8px 62px;
  background-image: linear-gradient(346deg, #ffd618, #ffde46);
}
@media (max-width: 767px) {
  .sh-qa-page__top {
    padding: 20px 15px 8px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sh-qa-page__top h1.font-heading-1 {
  font-size: 34px;
  margin-bottom: 17px;
  line-height: 1;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .sh-qa-page__top h1.font-heading-1 {
    font-size: 27px;
    margin-bottom: 10px;
  }
}
.sh-qa-page__bottom {
  padding: 35px 58px 18px 62px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .sh-qa-page__bottom {
    padding: 15px 0;
  }
}
.sh-qa-page__bottom h2.font-heading-2 {
  margin-top: 0;
}
.sh-qualification-page-action {
  max-width: 850px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sh-qualification-page-action {
    margin: 0 -15px;
    width: calc(100% + 30px);
    background: none;
    background-color: #2c2f34;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.23;
    padding-left: 11px;
  }
  .sh-qualification-page-action:hover {
    background-image: none;
    color: #ffffff;
  }
  .sh-qualification-page-action i.fal {
    color: #2c2f34;
    font-size: 15px;
    height: 30px;
    -webkit-flex: 0 0 30px;
            flex: 0 0 30px;
  }
}
.sh-qualification-page {
  max-width: 850px;
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .sh-qualification-page {
    margin-bottom: 0;
  }
}
.sh-qualification-page__top {
  padding: 30px 72px 8px 56px;
  background-image: linear-gradient(346deg, #ffd618, #ffde46);
}
@media (max-width: 767px) {
  .sh-qualification-page__top {
    padding: 20px 15px 8px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sh-qualification-page__top h1.font-heading-1 {
  font-size: 32px;
  margin-bottom: 17px;
  line-height: 1;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .sh-qualification-page__top h1.font-heading-1 {
    font-size: 25px;
    line-height: 1.07;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
  }
}
.sh-qualification-page__bottom {
  padding: 35px 44px 48px 56px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .sh-qualification-page__bottom {
    padding: 15px 0;
  }
}
.sh-qualification-page-qualifications h2 {
  display: inline-block;
  background-color: #c5e1de;
  font-size: 20px;
  margin: 0;
  padding: 10px 33px 10px 22px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sh-qualification-page-qualifications h2 {
    font-size: 15px;
    line-height: normal;
    padding: 9px 37px 8px 19px;
  }
}
.sh-qualification-page-qualifications h3 {
  font-size: 18px;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .sh-qualification-page-qualifications h3 {
    font-size: 14px;
    font-weight: 800;
  }
}
.sh-qualification-page-qualifications p.font-normal {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
  max-width: 666px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sh-qualification-page-qualifications p.font-normal {
    font-size: 17px;
    line-height: 1.47;
  }
}
.sh-qualification-page-qualifications__content {
  background-color: rgba(197, 225, 222, 0.35);
  padding: 24px 22px 0;
}
.sh-research-transit__bottom .pagecontent > .sh-grid {
  max-width: 1260px;
  padding-right: 0;
  padding-left: 0;
}
.sh-research-transit__bottom .pagecontent > .sh-grid .sv-custom-module {
  margin: 0 auto;
}
.sh-research-transit__bottom .pagecontent > .sh-grid .sv-custom-module .sh-button {
  min-width: 204px;
}
.sh-news-blurb {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sh-news-blurb {
    margin-bottom: 5px;
  }
}
.sh-news-blurb__container {
  height: 290px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.sh-news-blurb__overlay {
  background-image: linear-gradient(165deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.75));
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  position: relative;
}
@media (max-width: 991px) {
  .sh-news-blurb__overlay {
    padding: 15px 20px;
  }
}
.sh-news-blurb__overlay:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sh-news-blurb__overlay:hover:after {
  opacity: 0.2;
}
.sh-news-blurb__content {
  position: absolute;
  bottom: 15px;
  z-index: 1;
  width: calc(100% - 60px);
}
.sh-news-blurb__name a {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.3px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  margin-right: 50px;
  margin-bottom: 10px;
}
.sh-news-blurb__name a:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .sh-news-blurb__name a {
    font-size: 20px;
  }
}
.sh-news-blurb .sh-news-blurb__divider {
  height: 6px;
  width: 80%;
  background-color: #ffd618;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .sh-news-blurb .sh-news-blurb__divider {
    width: calc(100% - 20px);
  }
}
.sh-news-blurb .sh-news-blurb__area {
  font-size: 15px;
  letter-spacing: -0.2px;
  color: #ffffff;
  margin-bottom: 0;
}
.sh-news-blurb__more-button a {
  margin-right: auto;
  margin-left: auto;
  min-width: 204px;
}
.sh-portal__content .sh-news-blurb {
  padding: 0 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sh-portal__content .sh-news-blurb {
    padding: 0 5px 10px;
  }
}
.sh-portal__content .sh-news-blurb__container {
  height: 100%;
}
.sh-portal__content .sh-news-blurb__overlay {
  padding-bottom: calc(100% - 15px);
}
@media (max-width: 991px) {
  .sh-portal__content .sh-news-blurb__overlay {
    padding-bottom: calc(100% - 5px);
  }
}
@media (max-width: 767px) {
  .sh-portal__content .sh-news-blurb__overlay {
    padding-bottom: 185px;
  }
}
.sh-research-transit__listing {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}
.sh-research-transit__listing > .sh-row > div {
  padding-bottom: 11px;
}
@media (max-width: 991px) {
  .sh-research-transit__listing > .sh-row > div {
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .sh-research-transit__listing > .sh-row > div {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sh-researcher-page {
    background-color: #FAFAF8;
  }
}
.sh-researcher-page > .sh-grid > .sh-row > .sv-layout {
  width: 100%;
}
@media (max-width: 1199px) {
  .sh-researcher-page > .sh-grid {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .sh-researcher-page > .sh-grid {
    padding: 0;
  }
}
.sh-researcher-page__content {
  background-color: #ffffff;
}
.sh-researcher-page .sh-staff-information {
  background-image: linear-gradient(109deg, #ffe468, #ffd618);
  padding: 44px 68px 28px 230px;
  position: relative;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .sh-researcher-page .sh-staff-information {
    padding-left: 210px;
  }
}
@media (max-width: 767px) {
  .sh-researcher-page .sh-staff-information {
    margin-top: -12px;
    margin-bottom: 30px;
    padding: 30px 15px 5px;
  }
}
.sh-researcher-page .sh-staff-information__top-container img,
.sh-researcher-page .sh-staff-information__top-container .sh-staff-information__image {
  height: calc(100% - 66px);
  width: 200px;
  max-width: 200px;
  position: absolute;
  top: 33px;
  bottom: 33px;
  left: -26px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .sh-researcher-page .sh-staff-information__top-container img,
  .sh-researcher-page .sh-staff-information__top-container .sh-staff-information__image {
    position: relative;
    -webkit-flex: 0 0 110px;
            flex: 0 0 110px;
    height: auto;
    max-height: 150px;
    width: 110px;
    max-width: 110px;
    margin-right: 25px;
    top: auto;
    bottom: auto;
    left: auto;
  }
}
.sh-researcher-page .sh-staff-information__top-container .sh-staff-information__image {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .sh-researcher-page .sh-staff-information__top-container {
    padding-bottom: 18px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  }
}
.sh-researcher-page .sh-staff-information__top-info {
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .sh-researcher-page .sh-staff-information__top-info {
    border-bottom: none;
  }
}
.sh-researcher-page .sh-staff-information__name {
  font-family: 'Bodoni', sans-serif;
  font-size: 39px;
  font-weight: 300;
  line-height: 0.87;
  letter-spacing: -0.3px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sh-researcher-page .sh-staff-information__name {
    font-size: 26px;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.sh-researcher-page .sh-staff-information .sh-staff-information__title {
  font-size: 19px;
  line-height: 1.11;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .sh-researcher-page .sh-staff-information .sh-staff-information__title {
    font-size: 16px;
    line-height: 1.31;
  }
}
.sh-researcher-page .sh-staff-information__bottom-container {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .sh-researcher-page .sh-staff-information__bottom-container {
    padding-top: 15px;
  }
}
.sh-researcher-page .sh-staff-information__bottom-container div p,
.sh-researcher-page .sh-staff-information__bottom-container div a {
  font-size: 18px;
  line-height: 1.17;
}
@media (max-width: 991px) {
  .sh-researcher-page .sh-staff-information__bottom-container div p,
  .sh-researcher-page .sh-staff-information__bottom-container div a {
    font-size: 15px;
    line-height: 1.4;
  }
}
.sh-researcher-page .sh-staff-information__bottom-container div {
  -webkit-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}
@media (max-width: 767px) {
  .sh-researcher-page .sh-staff-information__bottom-container div {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.sh-researcher-page .sh-staff-information__bottom-container div:nth-child(odd) {
  -webkit-flex: 0 0 58%;
          flex: 0 0 58%;
  max-width: 58%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .sh-researcher-page .sh-staff-information__bottom-container div:nth-child(odd) {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.sh-researcher-page .sh-staff-information__bottom-container div i {
  background-color: rgba(255, 255, 255, 0.7);
  height: 32px;
  width: 32px;
  min-width: 32px;
  font-size: 18px;
  margin-right: 15px;
  padding-top: 7px;
}
@media (max-width: 767px) {
  .sh-researcher-page .sh-staff-information__bottom-container div i {
    height: 30px;
    width: 30px;
    min-width: 30px;
    font-size: 16px;
  }
}
.sh-project-list__item {
  padding: 20px 20px 25px;
  border-bottom: 2px solid rgba(151, 151, 151, 0.25);
}
.sh-project-list__item:hover .sh-project-list__name a {
  text-decoration: underline;
}
.sh-project-list .sh-project-list__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #939496;
  margin-bottom: 5px;
  line-height: normal;
}
.sh-project-list .sh-project-list__name {
  margin: 0;
}
.sh-project-list .sh-project-list__name a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.sh-project-list .sh-project-list__name a:hover {
  color: #2c2f34;
}
.sh-semester-startpage-action {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .sh-semester-startpage-action {
    margin: 0 -15px;
    width: calc(100% + 30px);
    background-color: #2c2f34;
    background-image: none;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.23;
    padding-left: 11px;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: ease;
  }
  .sh-semester-startpage-action:hover:not([disabled]) {
    background-image: none;
    color: #ffffff;
    background-color: #414448;
  }
  .sh-semester-startpage-action i.fal {
    width: 30px;
    height: 30px;
    color: #2c2f34;
    font-size: 15px;
    -webkit-flex: 0 0 30px;
            flex: 0 0 30px;
    margin-right: 20px;
  }
}
.sh-semester-startpage {
  max-width: 720px;
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .sh-semester-startpage {
    margin-bottom: 0;
  }
}
.sh-semester-startpage__top {
  padding: 20px 58px 8px 62px;
  background-image: linear-gradient(346deg, #ffd618, #ffde46);
}
@media (max-width: 767px) {
  .sh-semester-startpage__top {
    padding: 20px 15px 8px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sh-semester-startpage__top h1.font-heading-1 {
  font-size: 34px;
  margin-bottom: 17px;
  line-height: 1;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .sh-semester-startpage__top h1.font-heading-1 {
    font-size: 27px;
    margin-bottom: 10px;
  }
}
.sh-semester-startpage__bottom {
  padding: 15px 58px 18px 62px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .sh-semester-startpage__bottom {
    padding: 15px 0;
  }
}
.sh-semester-startpage__bottom .sh-term-page__bottom h2.font-heading-2 {
  margin-bottom: 5px;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .pagecontent > .sv-text-portlet ~ .sv-text-portlet h2.font-heading-2 {
  margin-top: 30px;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .pagecontent > .sv-text-portlet h2:first-of-type {
  margin-top: 5px;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .pagecontent > .sv-text-portlet ul {
  margin-bottom: 35px;
  padding-left: 0;
  list-style: none !important;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .pagecontent > .sv-text-portlet ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .pagecontent > .sv-text-portlet ul li::before {
  content: '';
  text-align: center;
  position: absolute;
  left: 8px;
  top: 5px;
  background-color: #ffeb8c;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: border-box;
  border: #ffd618 4px solid;
}
.sh-semester-startpage__bottom .sh-term-page__bottom p.font-normal {
  margin-bottom: 15px;
}
.sh-semester-startpage__bottom .sh-term-page__bottom .sh-action {
  margin-bottom: 20px;
}
.sh-staff-page > .sh-row > .sv-layout {
  width: 100%;
}
.sh-staff-information {
  background-color: #ffffff;
  box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.06);
  max-width: 1065px;
  width: 100%;
  padding: 28px 31px 36px;
  margin: 40px auto;
}
.sh-staff-information__top-container {
  display: -webkit-flex;
  display: flex;
}
.sh-staff-information__top-container img,
.sh-staff-information__top-container .sh-staff-information__image {
  -webkit-flex: 0 0 90px;
          flex: 0 0 90px;
  height: 90px;
  width: 90px;
  max-width: 90px;
  background-color: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  object-fit: cover;
  object-position: 50%;
  font-family: 'object-fit: cover; object-position: 50%;';
  margin-right: 20px;
}
.sh-staff-information__top-container img > div,
.sh-staff-information__top-container .sh-staff-information__image > div {
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.sh-staff-information__top-container .sh-staff-information__image {
  padding-top: 20px;
}
.sh-staff-information__top-info {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 110px);
  border-bottom: 2px solid #ffd618;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
}
.sh-staff-information__name {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.11;
  margin-top: 0;
  margin-bottom: 5px;
}
.sh-staff-information .sh-staff-information__title {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.sh-staff-information__bottom-container {
  padding-top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sh-staff-information__bottom-container div p,
.sh-staff-information__bottom-container div a {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.31;
  margin-bottom: 0;
}
.sh-staff-information__bottom-container div {
  margin-bottom: 15px;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
}
.sh-staff-information__bottom-container div i {
  font-size: 15px;
  height: 28px;
  width: 28px;
  min-width: 28px;
  border-radius: 50%;
  background-color: rgba(44, 47, 52, 0.08);
  margin-right: 10px;
  text-align: center;
  padding-top: 6px;
}
.sh-startpage__content-podd > .pagecontent > .sh-grid {
  max-width: 1290px;
  padding-top: 65px;
}
@media (max-width: 767px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid {
    padding-top: 30px;
  }
}
.sh-startpage__content-podd > .pagecontent > .sh-grid > .sh-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid > .sh-row {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid > .sh-row:nth-child(even) {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sh-startpage__content-podd > .pagecontent > .sh-grid .sv-image-portlet {
  height: 555px;
  width: 605px;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid .sv-image-portlet {
    height: 330px;
    width: 380px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid .sv-image-portlet {
    height: 225px;
    width: 100%;
    padding: 0;
  }
}
.sh-startpage__content-podd > .pagecontent > .sh-grid .sv-image-portlet img {
  min-height: 555px;
  object-fit: cover;
  object-position: 50%;
  font-family: 'object-fit: cover; object-position: 50%;';
}
@media (max-width: 991px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid .sv-image-portlet img {
    min-height: 330px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid .sv-image-portlet img {
    min-height: 225px;
  }
}
.sh-startpage__content-podd > .pagecontent > .sh-grid .sh-startpage__content {
  max-width: 554px;
  padding: 50px 50px 0;
}
@media (max-width: 991px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid .sh-startpage__content {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid .sh-startpage__content {
    padding: 0 13px;
  }
}
.sh-startpage__content-podd > .pagecontent > .sh-grid h2.font-heading-2 {
  font-family: 'Bodoni', sans-serif;
  font-size: 44px;
  font-weight: normal;
  line-height: 1.02;
  letter-spacing: -0.6px;
  color: rgba(44, 47, 52, 0.85);
}
@media (max-width: 991px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid h2.font-heading-2 {
    font-size: 34px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid h2.font-heading-2 {
    font-size: 27px;
    font-weight: normal;
    line-height: 1.15;
    margin-top: 20px;
  }
}
.sh-startpage__content-podd > .pagecontent > .sh-grid p.font-normal {
  font-size: 21px;
  line-height: 1.62;
}
@media (max-width: 991px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid p.font-normal {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__content-podd > .pagecontent > .sh-grid p.font-normal {
    font-size: 17px;
    line-height: 1.47;
    margin-bottom: 40px;
  }
}
.sh-startpage__top-image {
  background-color: #ffffff;
}
.sh-startpage__news-blurbs {
  background-color: #ffffff;
  padding: 65px 0 75px;
}
@media (max-width: 991px) {
  .sh-startpage__news-blurbs {
    padding: 65px 0 25px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__news-blurbs {
    padding: 50px 0 5px;
  }
  .sh-startpage__news-blurbs > .sh-grid {
    padding: 0;
  }
}
.sh-startpage__blurbs .pagecontent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sh-startpage__blurbs .pagecontent > .sv-custom-module {
  -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .sh-startpage__blurbs .pagecontent > .sv-custom-module {
    -webkit-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .sh-startpage__blurbs .pagecontent > .sv-custom-module .sh-image-blurb {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__content-podd {
    background-color: #FAFAF8;
  }
}
.sh-startpage__content-podd .sh-row {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .sh-startpage__content-podd .sh-row {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__content-podd .sh-row {
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__events {
    background-color: #FAFAF8;
    padding-top: 25px;
  }
}
.sh-startpage__events .sh-event-listing {
  max-width: 100%;
}
@media (max-width: 767px) {
  .sh-startpage__events .sh-event-listing {
    padding: 0 0 20px;
  }
}
.sh-startpage__events .sh-event-listing__heading {
  max-width: 100%;
  margin-left: 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sh-startpage__events .sh-event-listing__heading {
    font-size: 16px;
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__events .sh-event-listing__heading::before {
    width: 45px;
    height: 4px;
  }
}
.sh-startpage__events .sh-event-listing__container {
  max-width: 100%;
}
.sh-startpage__events .sh-event-listing__container .sh-col-xl-12 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  padding-bottom: 60px;
  padding-left: 40px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .sh-startpage__events .sh-event-listing__container .sh-col-xl-12 {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__events .sh-event-listing__container .sh-col-xl-12 {
    padding-bottom: 60px;
  }
}
.sh-startpage__events .sh-event-listing-item {
  -webkit-flex: 0 0 calc(33.33% - 30px);
          flex: 0 0 calc(33.33% - 30px);
  margin: 0 0 30px;
  border-bottom: none;
  background-color: #ffffff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  max-width: calc(33.33% - 30px);
}
@media (max-width: 767px) {
  .sh-startpage__events .sh-event-listing-item {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.sh-startpage__events .sh-event-listing-item__date {
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  position: relative;
  margin-left: -48px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-startpage__events .sh-event-listing-item__date {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__events .sh-event-listing-item__date {
    margin-left: -30px;
  }
}
.sh-startpage__events .sh-event-listing-item__day {
  font-size: 19px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .sh-startpage__events .sh-event-listing-item__day {
    padding-top: 15px;
  }
}
.sh-startpage__events .sh-event-listing-item__month {
  font-size: 12px;
}
.sh-startpage__events .sh-event-listing-item__title {
  font-weight: 500;
}
@media (max-width: 991px) {
  .sh-startpage__events .sh-event-listing-item__title {
    font-size: 17px;
    line-height: 1.3;
  }
}
.sh-startpage__events .sh-event-listing-item__desc {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sh-startpage__events .sh-event-listing-item__desc {
    font-size: 16px;
    line-height: 1.38;
  }
}
.sh-startpage__events .sh-event-listing__more-events {
  font-weight: 600;
  position: absolute;
  margin-right: 10px;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .sh-startpage__events .sh-event-listing__more-events {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .sh-startpage__events .sh-event-listing__more-events {
    position: relative;
    margin: 15px auto 0;
    right: unset;
    bottom: unset;
  }
}
.sh-startpage .sh-news-listing {
  padding-top: 5px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .sh-startpage .sh-news-listing {
    padding-bottom: 36px;
  }
}
.sh-startpage .sh-news-listing__heading {
  margin-top: 0;
  margin-left: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sh-startpage .sh-news-listing__heading {
    font-size: 16px;
    padding-left: 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sh-startpage .sh-news-listing__heading::before {
    height: 4px;
    width: 45px;
  }
}
.sh-startpage .sh-news-listing__right {
  padding-left: 0;
}
.sh-startpage .sh-news-listing__right .sh-button {
  font-weight: 600;
}
.sh-startpage .sh-news-listing-item__title {
  font-weight: 500;
}
.sh-podd-blurb {
  background-color: #ffffff;
  padding-top: 10px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-podd-blurb {
    padding-top: 25px;
  }
}
.sh-podd-blurb .sh-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  padding: 0 130px;
}
@media (max-width: 1199px) {
  .sh-podd-blurb .sh-grid {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .sh-podd-blurb .sh-grid {
    display: block;
    padding: 0 15px 40px;
  }
}
.sh-podd-blurb__images {
  position: relative;
  padding-right: 150px;
}
@media (max-width: 991px) {
  .sh-podd-blurb__images {
    padding: 0 10px;
    width: 344px;
    margin: 0 auto;
  }
}
.sh-podd-blurb__image {
  max-height: 478px;
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .sh-podd-blurb__image {
    max-height: 310px;
  }
}
.sh-podd-blurb__small-image {
  height: 198px;
  width: 198px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 70px;
  right: 0;
}
@media (max-width: 991px) {
  .sh-podd-blurb__small-image {
    height: 128px;
    width: 128px;
    top: 40px;
  }
}
.sh-podd-blurb__content {
  max-width: 378px;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .sh-podd-blurb__content {
    margin: 0 auto;
    padding-top: 68px;
  }
}
@media (max-width: 767px) {
  .sh-podd-blurb__content {
    padding-top: 90px;
  }
}
.sh-podd-blurb__number {
  font-family: 'Roboto', sans-serif;
  font-size: 186px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 7px;
  color: rgba(100, 100, 100, 0.11);
  opacity: 0.44;
  position: absolute;
  top: 0;
  right: 55px;
}
@media (max-width: 991px) {
  .sh-podd-blurb__number {
    font-size: 126px;
    letter-spacing: 4.7px;
    top: 0;
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .sh-podd-blurb__number {
    top: 15px;
  }
}
.sh-podd-blurb__title {
  font-family: 'Bodoni', sans-serif;
  font-size: 44px;
  line-height: 1.02;
  letter-spacing: -0.6px;
}
@media (max-width: 991px) {
  .sh-podd-blurb__title {
    margin-top: 10px;
    font-size: 27px;
    line-height: 1.15;
  }
}
.sh-podd-blurb__desc {
  font-size: 19px;
  line-height: 1.53;
}
@media (max-width: 991px) {
  .sh-podd-blurb__desc {
    font-size: 17px;
    line-height: 1.47;
  }
}
.sh-podd-blurb__links {
  border-top: 1px solid #e3e3e3;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-top: 20px;
}
.sh-podd-blurb__links .sh-button.sh-button--small {
  font-weight: 600;
}
.sh-podd-blurb__podd-link {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
}
.sh-podd-blurb__podd-link i {
  height: 36px;
  width: 36px;
  margin-right: 13px;
  padding-top: 11px;
  padding-left: 4px;
  background-color: #ffd618;
  border-radius: 50%;
  box-shadow: 2px 4px 8px 0 rgba(44, 47, 52, 0.18);
  color: #ffffff;
  font-size: 13.5px;
  text-align: center;
}
.sh-podd-blurb__podd-link:hover {
  text-decoration: underline;
}
.sh-top-carousel {
  height: 715px;
  position: relative;
}
@media (max-width: 1199px) {
  .sh-top-carousel {
    height: auto;
  }
}
.sh-top-carousel__dots {
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 125px;
  right: 40px;
}
@media (max-width: 991px) {
  .sh-top-carousel__dots {
    bottom: 17px;
    right: 0;
  }
}
.sh-top-carousel__dots li {
  display: inline-block;
}
.sh-top-carousel__dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 0;
  width: 40px;
  height: 6px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.28) !important;
  opacity: 1;
  margin-right: 9px;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
@media (max-width: 991px) {
  .sh-top-carousel__dots button {
    box-shadow: none !important;
    opacity: 0.6;
  }
}
.sh-top-carousel__dots .slick-active button {
  background-color: #ffd618;
}
@media (max-width: 991px) {
  .sh-top-carousel__dots .slick-active button {
    background-color: #ffffff;
    opacity: 1;
  }
}
.sh-top-carousel__prev,
.sh-top-carousel__next {
  display: none !important;
}
.sh-startpage__top-image {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .sh-startpage__top-image {
    margin-bottom: 0;
  }
}
.sh-startpage__top-image .pagecontent {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.sh-startpage__top-image .sv-image-portlet {
  width: 100%;
  position: relative;
  max-height: 715px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sh-startpage__top-image .sv-image-portlet {
    margin-bottom: 0;
  }
}
.sh-startpage__top-image .sv-image-portlet img {
  min-width: 100%;
  object-fit: cover;
  object-position: 50%;
  font-family: 'object-fit: cover; object-position: 50%;';
  min-height: 715px;
  transition-property: min-height;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
@media (max-width: 1199px) {
  .sh-startpage__top-image .sv-image-portlet img {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .sh-startpage__top-image .sv-image-portlet img {
    min-height: 284px;
  }
}
.sh-startpage__top-image .sv-image-portlet:after {
  content: '';
  background-image: url('/webdav/files/System/resources/graphics/shape-oval.svg');
  background-size: contain;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -3px;
  left: -1%;
  height: 180px;
  width: 102%;
}
@media (max-width: 991px) {
  .sh-startpage__top-image .sv-image-portlet:after {
    background-image: none;
  }
}
.sh-startpage__top-image .sv-layout > .sv-layout {
  background-image: linear-gradient(143deg, rgba(255, 228, 104, 0.92), rgba(255, 214, 24, 0.92));
  border-radius: 50%;
  position: absolute;
  top: -135px;
  left: -170px;
  padding: 0;
  height: 0;
  width: 0;
  transition-property: all;
  transition-duration: 750ms;
  transition-timing-function: ease;
}
.sh-startpage__top-image .sv-layout > .sv-layout.sv-editable-layout {
  height: 864px;
  width: 864px;
  padding: 280px 100px 100px 300px;
}
.sh-startpage__top-image .sv-layout > .sv-layout.sv-editable-layout > div {
  opacity: 1;
}
.sh-startpage__top-image .sv-layout > .sv-layout.sh-startpage__top-image--show {
  height: 864px;
  width: 864px;
  padding: 280px 100px 100px 300px;
}
@media (max-width: 1199px) {
  .sh-startpage__top-image .sv-layout > .sv-layout.sh-startpage__top-image--show {
    height: 750px;
    width: 750px;
    padding: 200px 60px 100px 280px;
  }
}
@media (max-width: 991px) {
  .sh-startpage__top-image .sv-layout > .sv-layout.sh-startpage__top-image--show {
    height: auto;
    width: 220%;
    padding: 35px calc(60% + 35px);
  }
}
.sh-startpage__top-image .sv-layout > .sv-layout.sh-startpage__top-image--show:before {
  height: 874px;
  width: 874px;
}
@media (max-width: 1199px) {
  .sh-startpage__top-image .sv-layout > .sv-layout.sh-startpage__top-image--show:before {
    height: 760px;
    width: 760px;
  }
}
@media (max-width: 991px) {
  .sh-startpage__top-image .sv-layout > .sv-layout.sh-startpage__top-image--show:before {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .sh-startpage__top-image .sv-layout > .sv-layout {
    left: -210px;
  }
}
@media (max-width: 991px) {
  .sh-startpage__top-image .sv-layout > .sv-layout {
    position: relative;
    top: unset;
    left: unset;
    border-radius: 50% 50% 0 0;
    width: 220%;
    height: auto;
    padding: 35px calc(60% + 35px);
    margin-top: -35px;
    margin-left: -60%;
    background-image: linear-gradient(132deg, #ffe468, #ffd618);
  }
}
.sh-startpage__top-image .sv-layout > .sv-layout:before {
  content: '';
  background-image: linear-gradient(143deg, #fff8d6, #ffd618);
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  height: 0;
  width: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease;
}
@media (max-width: 991px) {
  .sh-startpage__top-image .sv-layout > .sv-layout:before {
    background-image: linear-gradient(134deg, #fff8d6, #ffd618);
    height: 100%;
    width: 100%;
    border-radius: 50% 50% 0 0;
    top: -16px;
    opacity: 0.4;
  }
}
.sh-startpage__top-image .sv-layout > .sv-layout > div {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: ease;
}
.sh-startpage__top-image .sv-layout > .sv-layout > div:first-child {
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: ease;
}
.sh-startpage__top-image .sv-layout > .sv-layout > div:nth-child(2) {
  transition-property: opacity;
  transition-duration: 1250ms;
  transition-timing-function: ease;
}
.sh-startpage__top-image .sv-layout > .sv-layout > div.sh-show-text {
  opacity: 1;
}
.sh-startpage__top-image .sv-text-portlet {
  position: relative;
  z-index: 1;
}
.sh-startpage__top-image .sv-text-portlet .font-heading-2 {
  font-family: 'Bodoni', sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.7px;
}
@media (max-width: 991px) {
  .sh-startpage__top-image .sv-text-portlet .font-heading-2 {
    font-size: 27px;
    line-height: 1.04;
    letter-spacing: -0.3px;
  }
}
.sh-startpage__top-image .sv-text-portlet .font-normal {
  font-size: 21.6px;
  line-height: 1.62;
}
@media (max-width: 991px) {
  .sh-startpage__top-image .sv-text-portlet .font-normal {
    font-size: 17px;
    line-height: 1.35;
  }
}
.sh-startpage__top-image .sh-button {
  background-color: rgba(255, 255, 255, 0.33);
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sh-startpage__top-image .sh-button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.sh-student-transit .sh-transit-page__top {
  height: auto;
  max-width: 1260px;
  margin: 45px auto 0;
}
@media (max-width: 767px) {
  .sh-student-transit .sh-transit-page__top {
    margin-top: 0;
    padding-top: 45px;
  }
}
.sh-student-transit .sh-transit-page__top .sv-text-portlet {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  background-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .sh-student-transit .sh-transit-page__top .sv-text-portlet {
    min-width: calc(100% - 30px);
  }
}
.sh-student-transit .sh-transit-page__top .sv-text-portlet h1 {
  font-size: 34px;
  line-height: 1.06;
  letter-spacing: -0.3;
  margin-bottom: 5px !important;
}
@media (max-width: 767px) {
  .sh-student-transit .sh-transit-page__top .sv-text-portlet h1 {
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.2;
  }
}
.sh-student-transit .sh-transit-page__top .sv-text-portlet .font-description {
  margin-bottom: 40px;
}
.sh-student-transit .sh-transit-page__top .sh-row > div {
  padding: 0;
}
.sh-student-transit .sh-page-listing.sh-portal__listing {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sh-student-transit .sh-page-listing.sh-portal__listing {
    margin-bottom: 0;
    padding-bottom: 28px;
  }
}
.sh-subpage__top {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .sh-subpage__top {
    margin-bottom: 15px;
  }
}
.sh-subpage__bottom {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sh-subpage__listing {
  background-color: #fafaf8;
  display: inline-block;
  width: 100%;
}
.sh-subpage__top {
  position: relative;
}
.sh-subpage__top .sv-image-portlet {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  display: block;
}
@media (max-width: 1199px) {
  .sh-subpage__top .sv-image-portlet img {
    width: calc(100% + 20px);
  }
}
.sh-subpage__top .sv-text-portlet {
  position: absolute;
  left: 21%;
  bottom: -15px;
  max-width: 50%;
  z-index: 1;
  background-color: rgba(255, 214, 24, 0.9);
}
@media (max-width: 1199px) {
  .sh-subpage__top .sv-text-portlet {
    left: 12%;
  }
}
@media (max-width: 991px) {
  .sh-subpage__top .sv-text-portlet {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .sh-subpage__top .sv-text-portlet {
    display: block;
    position: static;
    margin-top: -3px;
    margin-right: -15px;
    margin-left: -15px;
    max-width: calc(100% + 30px);
    bottom: auto;
    left: auto;
  }
}
.sv-edit-mode .sh-subpage__top .sv-text-portlet {
  z-index: 40007;
  min-width: 150px;
  min-height: 80px;
}
.sv-edit-mode .sh-subpage__top .sv-text-portlet:hover {
  position: absolute;
}
.sh-subpage__top h1.font-heading-1 {
  margin: 0;
  display: block;
  padding: 23px 46px 23px 35px;
}
@media (max-width: 767px) {
  .sh-subpage__top h1.font-heading-1 {
    padding: 12px 68px 11px 15px;
    font-size: 21px;
    line-height: 1.05;
    letter-spacing: -0.2px;
  }
}
/* lessfile: pages/subpage/page-admin.less */
.sh-page-admin {
  background-color: rgba(197, 225, 222, 0.34);
  line-height: 17px;
  letter-spacing: 0.3px;
  padding: 26px 33px 27px;
  margin-top: 60px;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .sh-page-admin {
    padding: 31px 20px;
  }
}
.sh-page-admin__last-published {
  margin-bottom: 5px;
}
.sh-page-admin p {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  color: #35383b;
}
.sh-page-admin p.sh-page-admin__header {
  font-weight: 500;
  margin-right: 5px;
}
.sh-page-admin p a,
.sh-page-admin p a:hover {
  color: #35383b;
}
/* lessfile: pages/subpage/share.less */
.sh-share-box {
  background-color: #ffffff;
  box-shadow: 17px 10px 34px 0 rgba(0, 0, 0, 0.07);
  padding: 21px 30px 20px;
  position: absolute;
  right: 33px;
  top: -25px;
}
@media (max-width: 767px) {
  .sh-share-box {
    padding: 11px 20px 12px;
    right: 13px;
    top: -30px;
  }
}
.sh-share-box p {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: #35383b;
  margin-bottom: 0;
}
.sh-share-box a,
.sh-share-box button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(44, 47, 52, 0.69);
  text-decoration: none;
  margin-left: 10px;
  font-size: 14px;
  padding: 0;
}
.sh-share-box a:hover,
.sh-share-box button:hover {
  color: #35383b;
}
@media (max-width: 767px) {
  .sh-subpage__listing .font-heading-2-list-pages {
    font-size: 25px;
    line-height: 1.07;
    letter-spacing: -0.2px;
    margin-top: 23px;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .sh-transit-page {
    background-color: #FAFAF8;
  }
}
.sh-transit-page__top {
  position: relative;
  margin-bottom: 30px;
  height: 410px;
}
@media (max-width: 991px) {
  .sh-transit-page__top {
    height: auto;
  }
}
@media (max-width: 479px) {
  .sh-transit-page__top {
    margin-bottom: 10px;
  }
}
.sh-transit-page__top .sv-image-portlet {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  width: calc(100% + 40px);
}
.sh-transit-page__top .sv-image-portlet img {
  height: 410px;
  object-fit: cover;
  object-position: 50%;
  font-family: 'object-fit: cover; object-position: 50%;';
}
@media (max-width: 991px) {
  .sh-transit-page__top .sv-image-portlet img {
    height: auto;
  }
}
@media (max-width: 479px) {
  .sh-transit-page__top .sv-image-portlet img {
    padding-bottom: 41px;
  }
}
.sh-transit-page__top .sv-text-portlet {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 12px 30px 8px;
  background-color: #FAFAF8;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  max-width: 50%;
  z-index: 1;
}
@media (max-width: 479px) {
  .sh-transit-page__top .sv-text-portlet {
    padding: 12px 25px 8px;
    max-width: unset;
    min-width: calc(100% + 40px);
  }
}
.sv-edit-mode .sh-transit-page__top .sv-text-portlet {
  z-index: 40007;
  min-width: 50px;
  min-height: 55px;
}
.sv-edit-mode .sh-transit-page__top .sv-text-portlet:hover {
  position: absolute;
}
.sh-transit-page__top .sv-text-portlet h1 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.2px;
  margin: 0;
}
.sh-transit-page__top .sv-text-portlet h1:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .sh-transit-page__top .sv-text-portlet h1 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sh-transit-page__top .sv-text-portlet h1 {
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
  }
}
.sh-transit-page__bottom {
  background-image: linear-gradient(106deg, #ffe25d, #ffd618);
}
.sh-transit-page__bottom .pagecontent {
  max-width: 970px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sh-transit-page__bottom .pagecontent > .sv-html-portlet,
.sh-transit-page__bottom .pagecontent > .sv-custom-module {
  -webkit-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sh-transit-page__bottom .pagecontent > .sv-html-portlet,
  .sh-transit-page__bottom .pagecontent > .sv-custom-module {
    -webkit-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0px;
  }
  .sh-transit-page__bottom .pagecontent > .sv-html-portlet:nth-child(2),
  .sh-transit-page__bottom .pagecontent > .sv-custom-module:nth-child(2) {
    margin-top: 15px;
  }
}
.sh-transit-page__bottom .pagecontent > .sv-html-portlet:last-child,
.sh-transit-page__bottom .pagecontent > .sv-custom-module:last-child {
  margin-bottom: 24px;
}
.sh-transit-page .sh-page-listing {
  margin-top: 0;
  margin-bottom: 6px;
}
.sh-transit-search {
  margin: -15px auto 30px;
  width: 810px;
  position: relative;
}
@media (max-width: 991px) {
  .sh-transit-search {
    margin: -25px auto 20px;
    width: 100%;
  }
}
.sh-transit-search-form label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  display: block;
  margin-bottom: 5px;
}
.sh-transit-search-form input {
  height: 55px;
  width: 655px;
  border: 1px solid #ffd618;
  border-radius: 1px;
  padding: 17px 30px;
}
@media (max-width: 991px) {
  .sh-transit-search-form input {
    height: 45px;
    width: calc(100% - 105px);
    padding: 12px 17px;
  }
  .sh-transit-search-form input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 1.39;
  }
  .sh-transit-search-form input:-moz-placeholder {
    font-size: 15px;
    line-height: 1.39;
  }
  .sh-transit-search-form input::-moz-placeholder {
    font-size: 15px;
    line-height: 1.39;
  }
  .sh-transit-search-form input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 1.39;
  }
}
.sh-transit-search-form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.3;
  color: #2c2f34;
}
.sh-transit-search-form input:-moz-placeholder {
  font-size: 16px;
  line-height: 1.3;
  color: #2c2f34;
}
.sh-transit-search-form input::-moz-placeholder {
  font-size: 16px;
  line-height: 1.3;
  color: #2c2f34;
}
.sh-transit-search-form input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.3;
  color: #2c2f34;
}
.sh-transit-search-form button {
  width: 142px;
  min-width: 142px;
  margin-left: 8px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sh-transit-search-form button {
    height: 45px;
    width: 100px;
    min-width: 100px;
    margin-left: 1px;
    top: -1px;
  }
}
.sh-transit-search-result {
  background-color: white;
  position: absolute;
  width: 1094px;
  padding: 34px 56px 30px;
  top: 100%;
  left: calc((-1094px + 810px) / 2);
  margin-top: 1px;
}
.sh-transit-search-result::before {
  content: '';
  border-top: 2px solid #ffd618;
  top: -2px;
  left: calc((1094px - 810px) / 2);
  right: calc((1094px - (810px - 310px)) / 2);
  position: absolute;
}
@media (max-width: 1199px) {
  .sh-transit-search-result::before {
    left: calc((950px - 810px) / 2);
    right: calc((950px - (810px - 310px)) / 2);
  }
}
@media (max-width: 991px) {
  .sh-transit-search-result::before {
    height: 4px;
    width: calc(100% - 105px);
    border-width: 2px;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 1199px) {
  .sh-transit-search-result {
    left: calc((-950px + 810px) / 2);
    width: 950px;
    padding: 30px 35px;
  }
}
@media (max-width: 991px) {
  .sh-transit-search-result {
    width: 100%;
    left: 0;
    padding: 21px 15px 40px;
  }
}
@media (max-width: 767px) {
  .sh-transit-search-result {
    padding: 21px 12px 40px 8px;
  }
}
.sh-transit-search-result .sh-transit-search-result__left {
  padding-right: 44px;
}
@media (max-width: 991px) {
  .sh-transit-search-result .sh-transit-search-result__left {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .sh-transit-search-result .sh-transit-search-result__left {
    padding-right: 5px;
  }
}
.sh-transit-search-result .sh-transit-search-result__left ul {
  border-right: solid 1px rgba(151, 151, 151, 0.25);
  margin-right: -44px;
  padding-right: 44px;
}
@media (max-width: 991px) {
  .sh-transit-search-result .sh-transit-search-result__left ul {
    margin-right: -24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .sh-transit-search-result .sh-transit-search-result__left ul {
    margin-right: 0;
    padding-right: 5px;
    border: none;
  }
}
.sh-transit-search-result .sh-transit-search-result__left.sh-col-xl-12 {
  padding-right: 10px;
  margin-right: 0;
}
.sh-transit-search-result .sh-transit-search-result__right {
  padding-left: 44px;
}
@media (max-width: 991px) {
  .sh-transit-search-result .sh-transit-search-result__right {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .sh-transit-search-result .sh-transit-search-result__right {
    padding-left: 5px;
  }
}
.sh-transit-search-result .sh-transit-search-result__right.sh-col-xl-12 {
  padding-left: 10px;
}
.sh-transit-search-result__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .sh-transit-search-result__list {
    margin-bottom: 20px;
  }
}
.sh-transit-search-result .sh-transit-search-result__list-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  padding: 0 14px 7px;
  text-transform: uppercase;
  margin: 0;
}
.sh-transit-search-result .sh-transit-search-result__item {
  border-bottom: solid 1px rgba(151, 151, 151, 0.25);
}
.sh-transit-search-result .sh-transit-search-result__item:first-child {
  border-top: solid 1px rgba(151, 151, 151, 0.25);
}
.sh-transit-search-result .sh-transit-search-result__item a {
  display: block;
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.45;
  padding: 9px 14px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sh-transit-search-result__no-result {
  text-align: center;
}
.sh-transit-search-result__no-result .font-normal {
  margin-bottom: 0;
  margin-top: -6px;
}
.sh-transit-search-result__show-more {
  text-align: center;
}
.sh-transit-search-result__show-more .sh-button {
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .sh-transit-search-result__show-more .sh-button {
    margin-top: 0;
  }
}
.sh-course-page-actions .sh-button {
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .sh-course-page-actions .sh-button--medium {
    font-size: 11px;
    height: 34px;
    line-height: 34px;
  }
}
/* lessfile: pages/course/content.less */
.sh-course-page__content {
  max-width: 1225px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .sh-course-page__content {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
/* lessfile: pages/course/course-info.less */
.sh-course-page-info {
  padding-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sh-course-page-info {
    padding: 0;
  }
}
.sh-course-page-info__name {
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-right: 46px;
}
@media (max-width: 991px) {
  .sh-course-page-info__name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sh-course-page-info__name {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .sh-course-page-info__name {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.sh-course-page-info__right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-course-page-info__right {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .sh-course-page-info__right {
    display: block;
  }
}
.sh-course-page-info i.fal {
  font-size: 15px;
  background-color: #c5e1de;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  top: -5px;
  margin-right: 6px;
  margin-left: 46px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-course-page-info i.fal {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sh-course-page-info i.fal {
    margin-left: 0;
  }
}
.sh-course-page-info i.fal::before {
  position: relative;
  top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-course-page-info__item {
    min-width: 50%;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .sh-course-page-info__item {
    margin-right: 15px !important;
  }
}
@media (max-width: 479px) {
  .sh-course-page-info__item {
    margin-right: 0 !important;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 991px) {
  .sh-course-page-info__item:first-child i.fal {
    margin-left: 0;
  }
}
.sh-course-page-info p {
  margin-bottom: 0;
  font-size: 14px;
}
.sh-course-page-info p:first-child i.fal {
  margin-left: 0;
}
/* lessfile: pages/course/global-goals.less */
.sh-course-global-goals {
  margin-right: auto;
  margin-left: auto;
  max-width: 1225px;
  text-align: center;
}
.sh-course-global-goals__header {
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sh-course-global-goals__header {
    font-size: 17px;
    font-weight: 800;
  }
}
.sh-course-global-goals__desc {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 615px;
}
@media (max-width: 767px) {
  .sh-course-global-goals__desc {
    font-size: 17px !important;
    text-align: left;
  }
}
.sh-course-global-goals__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  .sh-course-global-goals__items {
    margin-top: -10px;
  }
}
.sh-course-global-goals__item {
  height: 134px;
  width: 134px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}
@media (max-width: 479px) {
  .sh-course-global-goals__item {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
  }
}
@media (max-width: 479px) {
  .sh-course-global-goals__desktop {
    display: none;
  }
}
.sh-course-global-goals__mobile {
  display: none;
}
@media (max-width: 479px) {
  .sh-course-global-goals__mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .sh-program-direction-page .sh-course-global-goals {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .sh-information-page-other-pages,
  .sh-course-information-pages {
    padding-top: 0;
    border: none;
  }
}
.sh-information-page-other-pages a,
.sh-course-information-pages a {
  text-decoration: none;
}
.sh-information-page-other-pages .sh-row > div,
.sh-course-information-pages .sh-row > div {
  border-right: 2px solid #ffd618;
}
@media (max-width: 767px) {
  .sh-information-page-other-pages .sh-row > div,
  .sh-course-information-pages .sh-row > div {
    border-width: 1px;
  }
}
.sh-information-page-other-pages .sh-row > div:last-child,
.sh-course-information-pages .sh-row > div:last-child {
  border-right: none;
}
.sh-information-page-other-pages .sh-information-page-icon,
.sh-course-information-pages .sh-information-page-icon {
  padding-top: 21px;
  padding-bottom: 22px;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
@media (max-width: 767px) {
  .sh-information-page-other-pages .sh-information-page-icon,
  .sh-course-information-pages .sh-information-page-icon {
    margin-bottom: 0;
    padding: 0;
  }
}
.sh-information-page-other-pages .sh-information-page-icon:hover,
.sh-course-information-pages .sh-information-page-icon:hover {
  opacity: 0.8;
}
.sh-information-page-other-pages .sh-information-page-icon img,
.sh-course-information-pages .sh-information-page-icon img {
  height: 80px;
  margin-bottom: 10px;
}
.sh-information-page-other-pages .sh-information-page-icon img[src$='future.svg'],
.sh-course-information-pages .sh-information-page-icon img[src$='future.svg'] {
  height: 95px;
  margin-top: -15px;
}
.sh-information-page-other-pages {
  border-top: 1px solid #ffd618;
  padding-top: 27px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sh-information-page-other-pages {
    padding-top: 15px;
    margin-top: 20px;
  }
}
.sh-course-information-pages {
  background-color: #ffffff;
  padding: 33px 0 23px;
}
.sh-course-information-pages__container {
  max-width: 1000px;
  margin: 0 auto;
}
.sh-course-information-pages .sh-row > div {
  border-color: rgba(255, 214, 24, 0.4);
}
@media (max-width: 767px) {
  #occations_modal.sh-modal-mask {
    background: none;
    background-color: #ffffff;
  }
  #occations_modal.sh-modal-mask:before {
    background-image: none;
  }
  #occations_modal.sh-modal-mask .sh-modal-container {
    margin-top: 52px;
  }
  #occations_modal.sh-modal-mask .sh-modal-close {
    color: #2c2f34;
    font-size: 12px;
    line-height: 30px;
  }
  #occations_modal.sh-modal-mask .sh-modal-close i.fal {
    color: #2c2f34;
    font-size: 30px;
    float: right;
    margin-left: 7px;
  }
}
.sh-occations {
  background-color: #ffffff;
  max-width: 850px;
  margin: 0 auto;
  padding: 47px 142px 106px 108px;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
@media (max-width: 767px) {
  .sh-occations {
    padding: 0;
    margin-right: -10px;
    margin-left: -10px;
    max-height: calc(100vh - 52px);
  }
}
.sh-occations .sh-occations__heading {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sh-occations .sh-occations__heading {
    font-size: 25px;
    line-height: 1.07;
    letter-spacing: -0.2px;
    font-weight: normal;
    padding-left: 15px;
  }
}
.sh-occation {
  padding: 20px 0 34px;
}
@media (max-width: 767px) {
  .sh-occation {
    padding: 20px 15px 20px;
  }
}
@media (max-width: 767px) {
  .sh-occation .sh-action {
    height: 50px;
  }
}
.sh-occation .sh-action span {
  margin-top: 0;
}
@media (max-width: 767px) {
  .sh-occation .sh-action i.fal {
    font-size: 15px;
    height: 30px;
    -webkit-flex: 0 0 30px;
            flex: 0 0 30px;
    margin-left: 22px;
  }
}
.sh-occation__info {
  display: -webkit-flex;
  display: flex;
}
.sh-occation__info p {
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  margin-right: 36px;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 479px) {
  .sh-occation__info p {
    margin-right: 15px;
  }
}
.sh-occation__info i.fal {
  font-size: 15px;
  background-color: #c5e1de;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  margin-right: 7px;
}
.sh-occation__info i.fal:before {
  position: relative;
  top: 5px;
}
.sh-occation p.font-normal {
  margin-top: 0;
  margin-bottom: 13px;
}
.sh-occation p.font-normal strong {
  font-weight: 800;
}
.sh-occation-divider {
  border-bottom: 1px solid rgba(197, 225, 222, 0.5);
}
.sh-plans {
  background-color: #fff;
  max-width: 650px;
  padding: 20px 40px 20px;
}
@media (max-width: 991px) {
  .sh-plans {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .sh-plans {
    padding: 20px;
  }
}
.sh-plans .sh-action {
  margin-bottom: 20px;
}
.sh-plans__result {
  overflow-x: auto;
}
.sh-plans .sh-table-standard {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.sh-plans .sh-table-standard tbody tr:first-child {
  background-image: linear-gradient(95deg, #ffe468, #ffd618);
}
.sh-plans .sh-table-standard tr > td:nth-child(1) {
  width: 60px;
}
.sh-plans .sh-table-standard tr > td:nth-child(3) {
  width: 105px;
}
.sh-plans .sh-table-standard tr > td:nth-child(4) {
  width: 65px;
}
.sh-plans .sh-table-standard tr > td:nth-last-child(3) {
  width: 30px;
}
.sh-plans .sh-table-standard tr > td:nth-last-child(2) {
  width: 45px;
}
.sh-plans .sh-table-standard tr > td:nth-last-child(1) {
  width: 86px;
}
.sh-plans .sh-table-standard td {
  padding: 5px;
  font-size: 13px;
}
.sh-course-playlist .sh-modal-container {
  width: 840px;
}
@media (max-width: 991px) {
  .sh-course-playlist .sh-modal-container {
    width: 95vw;
  }
}
@media (max-width: 767px) {
  .sh-course-playlist .sh-modal-container .sh-video-container {
    padding-bottom: 100%;
  }
}
/* lessfile: pages/top-image.less */
.sh-course-page__top {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .sh-course-page__top {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sh-course-page__top .sv-image-portlet {
  margin-bottom: 0;
}
.sh-course-page__top .sv-image-portlet img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .sh-course-page__top .sv-image-portlet img {
    position: relative;
    right: 0;
    left: 0;
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.sv-edit-mode .sh-course-page__top .sv-custom-module {
  position: static !important;
}
.sh-course-page__top-text {
  position: absolute;
  padding: 27px 45px 26px;
  background-color: rgba(255, 214, 24, 0.9);
  border-radius: 1px;
  max-width: 505.2px;
  z-index: 1;
}
.sh-course-page__top-text.sh-top-left {
  top: 15%;
  left: -30px;
}
@media (max-width: 1440px) {
  .sh-course-page__top-text.sh-top-left {
    left: 0;
    max-width: 475.2px;
  }
}
.sh-course-page__top-text.sh-top-right {
  top: 15%;
  right: -30px;
}
@media (max-width: 1440px) {
  .sh-course-page__top-text.sh-top-right {
    right: 0;
  }
}
.sh-course-page__top-text.sh-bottom-right {
  bottom: 15%;
  right: -30px;
}
@media (max-width: 1440px) {
  .sh-course-page__top-text.sh-bottom-right {
    right: 0;
  }
}
.sh-course-page__top-text.sh-bottom-left {
  bottom: 15%;
  left: -30px;
}
@media (max-width: 1440px) {
  .sh-course-page__top-text.sh-bottom-left {
    left: 0;
  }
}
.sv-edit-mode .sh-course-page__top-text {
  z-index: 40007;
  min-width: 150px;
  min-height: 80px;
}
.sv-edit-mode .sh-course-page__top-text:hover {
  position: absolute;
}
@media (max-width: 767px) {
  .sv-edit-mode .sh-course-page__top-text {
    min-height: 20px;
  }
  .sv-edit-mode .sh-course-page__top-text:hover {
    position: static;
  }
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .sh-course-page__top-text {
    padding: 21px 35px 20px;
  }
}
@media (max-width: 767px) {
  .sh-course-page__top-text {
    display: block;
    position: static;
    margin-top: -5px;
    margin-right: -15px;
    margin-left: -15px;
    max-width: calc(100% + 30px);
    padding: 10px 68px 12px 35px;
  }
  .sh-course-page__top-text br {
    display: none;
  }
}
.sh-course-page__top-text p {
  font-size: 36px;
  font-family: 'Bodoni', sans-serif;
  line-height: 1;
  margin: 0;
}
.sh-course-page__top-text p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .sh-course-page__top-text p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .sh-course-page__top-text p {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.2px;
  }
}
.sh-course-page-type {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 767px) {
  .sh-course-page-type {
    font-size: 12px;
    line-height: 2.3;
  }
}
.sh-update-pages {
  text-align: center;
  position: fixed;
  background-color: white;
  border-top: 1px solid #ffd618;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  padding: 15px;
}
.sh-update-pages__loading {
  display: none;
  margin-top: 20px;
  text-align: center;
  font-size: 40px;
}
.sh-update-pages .font-small {
  font-size: 16px;
  margin-bottom: 10px;
}
.sh-update-pages .font-normal {
  margin-bottom: 0;
}
.sh-course-widget {
  background-size: cover;
}
@media (max-width: 767px) {
  .sh-course-widget {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.sh-course-widget__content {
  display: block;
  background-color: rgba(20, 28, 38, 0.82);
  padding: 23px 30px 27px;
  min-height: 192px;
}
@media (max-width: 767px) {
  .sh-course-widget__content {
    min-height: 225px;
  }
}
.sh-course-widget a {
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sh-course-widget a > h2 {
  width: 94%;
}
.sh-course-widget a:hover {
  background-color: rgba(20, 28, 38, 0.77);
}
.sh-course-widget h2 {
  display: block;
  color: #ffffff;
  font-family: 'Bodoni', sans-serif;
  line-height: 1.2;
  letter-spacing: -0.3px;
  font-size: 31px;
  margin-top: 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .sh-course-widget h2 {
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
  }
}
.sh-course-widget h2 + div {
  position: relative;
}
.sh-course-widget__play {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sh-course-widget__play {
    position: absolute;
    font-size: 12px;
    line-height: 1.6;
    top: 15px;
    right: -10px;
    left: auto;
    margin-top: 0;
    margin-left: 0;
  }
}
.sh-course-widget__play i.fas {
  display: block;
  font-size: 20px;
  height: 50px;
  width: 50px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  transition-property: border-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sh-course-widget__play i.fas:before {
  position: relative;
  top: 12px;
  left: 3px;
}
@media (max-width: 767px) {
  .sh-course-widget__play i.fas:before {
    top: 13px;
    left: 2px;
  }
}
@media (max-width: 767px) {
  .sh-course-widget__play i.fas {
    font-size: 18px;
    height: 50px;
    width: 50px;
    border-width: 4px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
}
.sh-course-widget__play:hover i.fas {
  border-color: rgba(255, 255, 255, 0.4);
}
.sh-course-widget__play:hover + .sh-course-widget__line:before {
  right: -30px;
}
.sh-course-widget__line:after,
.sh-course-widget__line:before {
  content: '';
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 24px;
  right: -30px;
  left: calc(50% + 25px);
  transition-property: right;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .sh-course-widget__line:after,
  .sh-course-widget__line:before {
    top: 38px;
    left: calc(100% - 6px);
  }
}
.sh-course-widget__line:before {
  right: calc(50% + 25px);
}
@media (max-width: 767px) {
  .sh-course-widget__line:before {
    right: calc(100% - 6px);
  }
}
/* lessfile: pages/course/bottom-video/bottom-video.less */
.sh-course-page-bottom-video {
  height: 555px;
  width: 100%;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
@media (max-width: 1199px) {
  .sh-course-page-bottom-video {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .sh-course-page-bottom-video {
    height: auto;
  }
}
.sh-course-page-bottom-video__desc {
  max-width: 36%;
  padding-top: 150px;
  margin-left: 35px;
}
@media (max-width: 1199px) {
  .sh-course-page-bottom-video__desc {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .sh-course-page-bottom-video__desc {
    padding-top: 32px;
    min-width: 245px;
    margin-left: 10px;
  }
}
.sh-course-page-bottom-video__desc p {
  font-size: 44px;
  font-family: 'Bodoni', sans-serif;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #ffffff;
  position: relative;
  margin-top: 0;
}
.sh-course-page-bottom-video__desc p::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -15px;
  left: 0;
  border: 3px solid #ffd618;
}
@media (max-width: 767px) {
  .sh-course-page-bottom-video__desc p::after {
    border-width: 1.5px;
  }
}
@media (max-width: 1199px) {
  .sh-course-page-bottom-video__desc p {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .sh-course-page-bottom-video__desc p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sh-course-page-bottom-video__desc p {
    font-size: 22px;
  }
}
.sh-course-page-bottom-video__line::after,
.sh-course-page-bottom-video__line::before {
  transition-property: right;
  transition-duration: 200ms;
  transition-timing-function: linear;
  content: '';
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 266px;
  right: 0;
  left: calc(50% + 64px);
}
@media (max-width: 1199px) {
  .sh-course-page-bottom-video__line::after,
  .sh-course-page-bottom-video__line::before {
    top: 199px;
    left: calc(75% + 13px);
  }
}
@media (max-width: 767px) {
  .sh-course-page-bottom-video__line::after,
  .sh-course-page-bottom-video__line::before {
    top: unset;
    bottom: 82px;
    left: calc(50% + 25px);
  }
}
.sh-course-page-bottom-video__line::before {
  right: calc(50% + 64px);
}
@media (max-width: 1199px) {
  .sh-course-page-bottom-video__line::before {
    right: calc(75% + 13px);
  }
}
@media (max-width: 767px) {
  .sh-course-page-bottom-video__line::before {
    right: calc(100% - 222px);
  }
}
.sh-course-page-bottom-video__play {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -48px;
  margin-left: 26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  max-width: 210px;
}
@media (max-width: 1199px) {
  .sh-course-page-bottom-video__play {
    margin-top: -37px;
    left: 75%;
    margin-left: -25px;
  }
}
@media (max-width: 767px) {
  .sh-course-page-bottom-video__play {
    font-size: 12px;
    line-height: 1.6;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: 100%;
    width: 100%;
    margin: 25px auto;
  }
}
.sh-course-page-bottom-video__play i.fas {
  transition-property: border-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  display: block;
  font-size: 29px;
  height: 76px;
  width: 76px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 auto 15px;
}
.sh-course-page-bottom-video__play i.fas::before {
  position: relative;
  top: 17px;
  left: 4px;
}
@media (max-width: 767px) {
  .sh-course-page-bottom-video__play i.fas::before {
    top: 13px;
    left: 2px;
  }
}
@media (max-width: 767px) {
  .sh-course-page-bottom-video__play i.fas {
    font-size: 18px;
    line-height: 17px;
    height: 50px;
    width: 50px;
    border-width: 4px;
  }
}
.sh-course-page-bottom-video__play:hover i.fas {
  border-color: rgba(255, 255, 255, 0.4);
}
.sh-course-page-bottom-video__play:hover + .sh-course-page-bottom-video__line::before {
  right: 0;
}
/* lessfile: pages/course/bottom-video/video-modal.less */
.sh-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.sh-video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
}
.sv-image-portlet {
  position: relative;
  display: inline-block;
  margin-bottom: 45px;
}
.sv-image-portlet .sv-portlet-image-caption {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.14;
  background-color: rgba(255, 214, 24, 0.9);
  padding: 11px 62px 11px 17px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
/* decorations/forms.less */
.sv-form-portlet h2,
.sv-dbform-portlet h2,
.sv-form-portlet .sv-form-comment-field span.font-normal,
.sv-dbform-portlet .sv-form-comment-field span.font-normal {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 0;
}
.sv-form-portlet form table span.font-normal,
.sv-dbform-portlet form table span.font-normal,
.sv-form-portlet form .sv-form-field-message span.font-normal,
.sv-dbform-portlet form .sv-form-field-message span.font-normal {
  color: #cc4a4c;
}
.sv-form-portlet form input[type='email'],
.sv-dbform-portlet form input[type='email'],
.sv-form-portlet form input[type='number'],
.sv-dbform-portlet form input[type='number'],
.sv-form-portlet form input[type='password'],
.sv-dbform-portlet form input[type='password'],
.sv-form-portlet form input[type='tel'],
.sv-dbform-portlet form input[type='tel'],
.sv-form-portlet form input[type='text'],
.sv-dbform-portlet form input[type='text'],
.sv-form-portlet form input[type='url'],
.sv-dbform-portlet form input[type='url'],
.sv-form-portlet form select,
.sv-dbform-portlet form select,
.sv-form-portlet form textarea,
.sv-dbform-portlet form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  height: 40px;
  border: 1px solid #ffd618;
  width: 100%;
  padding: 0 10px 0 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-color: white;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
  transition: none;
}
.sv-form-portlet form input[type='email']::-webkit-input-placeholder,
.sv-dbform-portlet form input[type='email']::-webkit-input-placeholder,
.sv-form-portlet form input[type='number']::-webkit-input-placeholder,
.sv-dbform-portlet form input[type='number']::-webkit-input-placeholder,
.sv-form-portlet form input[type='password']::-webkit-input-placeholder,
.sv-dbform-portlet form input[type='password']::-webkit-input-placeholder,
.sv-form-portlet form input[type='tel']::-webkit-input-placeholder,
.sv-dbform-portlet form input[type='tel']::-webkit-input-placeholder,
.sv-form-portlet form input[type='text']::-webkit-input-placeholder,
.sv-dbform-portlet form input[type='text']::-webkit-input-placeholder,
.sv-form-portlet form input[type='url']::-webkit-input-placeholder,
.sv-dbform-portlet form input[type='url']::-webkit-input-placeholder,
.sv-form-portlet form select::-webkit-input-placeholder,
.sv-dbform-portlet form select::-webkit-input-placeholder,
.sv-form-portlet form textarea::-webkit-input-placeholder,
.sv-dbform-portlet form textarea::-webkit-input-placeholder {
  color: #757575;
}
.sv-form-portlet form input[type='email']:-moz-placeholder,
.sv-dbform-portlet form input[type='email']:-moz-placeholder,
.sv-form-portlet form input[type='number']:-moz-placeholder,
.sv-dbform-portlet form input[type='number']:-moz-placeholder,
.sv-form-portlet form input[type='password']:-moz-placeholder,
.sv-dbform-portlet form input[type='password']:-moz-placeholder,
.sv-form-portlet form input[type='tel']:-moz-placeholder,
.sv-dbform-portlet form input[type='tel']:-moz-placeholder,
.sv-form-portlet form input[type='text']:-moz-placeholder,
.sv-dbform-portlet form input[type='text']:-moz-placeholder,
.sv-form-portlet form input[type='url']:-moz-placeholder,
.sv-dbform-portlet form input[type='url']:-moz-placeholder,
.sv-form-portlet form select:-moz-placeholder,
.sv-dbform-portlet form select:-moz-placeholder,
.sv-form-portlet form textarea:-moz-placeholder,
.sv-dbform-portlet form textarea:-moz-placeholder {
  color: #757575;
}
.sv-form-portlet form input[type='email']::-moz-placeholder,
.sv-dbform-portlet form input[type='email']::-moz-placeholder,
.sv-form-portlet form input[type='number']::-moz-placeholder,
.sv-dbform-portlet form input[type='number']::-moz-placeholder,
.sv-form-portlet form input[type='password']::-moz-placeholder,
.sv-dbform-portlet form input[type='password']::-moz-placeholder,
.sv-form-portlet form input[type='tel']::-moz-placeholder,
.sv-dbform-portlet form input[type='tel']::-moz-placeholder,
.sv-form-portlet form input[type='text']::-moz-placeholder,
.sv-dbform-portlet form input[type='text']::-moz-placeholder,
.sv-form-portlet form input[type='url']::-moz-placeholder,
.sv-dbform-portlet form input[type='url']::-moz-placeholder,
.sv-form-portlet form select::-moz-placeholder,
.sv-dbform-portlet form select::-moz-placeholder,
.sv-form-portlet form textarea::-moz-placeholder,
.sv-dbform-portlet form textarea::-moz-placeholder {
  color: #757575;
}
.sv-form-portlet form input[type='email']:-ms-input-placeholder,
.sv-dbform-portlet form input[type='email']:-ms-input-placeholder,
.sv-form-portlet form input[type='number']:-ms-input-placeholder,
.sv-dbform-portlet form input[type='number']:-ms-input-placeholder,
.sv-form-portlet form input[type='password']:-ms-input-placeholder,
.sv-dbform-portlet form input[type='password']:-ms-input-placeholder,
.sv-form-portlet form input[type='tel']:-ms-input-placeholder,
.sv-dbform-portlet form input[type='tel']:-ms-input-placeholder,
.sv-form-portlet form input[type='text']:-ms-input-placeholder,
.sv-dbform-portlet form input[type='text']:-ms-input-placeholder,
.sv-form-portlet form input[type='url']:-ms-input-placeholder,
.sv-dbform-portlet form input[type='url']:-ms-input-placeholder,
.sv-form-portlet form select:-ms-input-placeholder,
.sv-dbform-portlet form select:-ms-input-placeholder,
.sv-form-portlet form textarea:-ms-input-placeholder,
.sv-dbform-portlet form textarea:-ms-input-placeholder {
  color: #757575;
}
.sv-form-portlet form input[type='email']::-webkit-input-placeholder,
.sv-dbform-portlet form input[type='email']::-webkit-input-placeholder,
.sv-form-portlet form input[type='number']::-webkit-input-placeholder,
.sv-dbform-portlet form input[type='number']::-webkit-input-placeholder,
.sv-form-portlet form input[type='password']::-webkit-input-placeholder,
.sv-dbform-portlet form input[type='password']::-webkit-input-placeholder,
.sv-form-portlet form input[type='tel']::-webkit-input-placeholder,
.sv-dbform-portlet form input[type='tel']::-webkit-input-placeholder,
.sv-form-portlet form input[type='text']::-webkit-input-placeholder,
.sv-dbform-portlet form input[type='text']::-webkit-input-placeholder,
.sv-form-portlet form input[type='url']::-webkit-input-placeholder,
.sv-dbform-portlet form input[type='url']::-webkit-input-placeholder,
.sv-form-portlet form select::-webkit-input-placeholder,
.sv-dbform-portlet form select::-webkit-input-placeholder,
.sv-form-portlet form textarea::-webkit-input-placeholder,
.sv-dbform-portlet form textarea::-webkit-input-placeholder {
  line-height: 25px;
}
.sv-form-portlet form input[type='email']:focus,
.sv-dbform-portlet form input[type='email']:focus,
.sv-form-portlet form input[type='number']:focus,
.sv-dbform-portlet form input[type='number']:focus,
.sv-form-portlet form input[type='password']:focus,
.sv-dbform-portlet form input[type='password']:focus,
.sv-form-portlet form input[type='tel']:focus,
.sv-dbform-portlet form input[type='tel']:focus,
.sv-form-portlet form input[type='text']:focus,
.sv-dbform-portlet form input[type='text']:focus,
.sv-form-portlet form input[type='url']:focus,
.sv-dbform-portlet form input[type='url']:focus,
.sv-form-portlet form select:focus,
.sv-dbform-portlet form select:focus,
.sv-form-portlet form textarea:focus,
.sv-dbform-portlet form textarea:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 767px) {
  .sv-form-portlet form input[type='email'],
  .sv-dbform-portlet form input[type='email'],
  .sv-form-portlet form input[type='number'],
  .sv-dbform-portlet form input[type='number'],
  .sv-form-portlet form input[type='password'],
  .sv-dbform-portlet form input[type='password'],
  .sv-form-portlet form input[type='tel'],
  .sv-dbform-portlet form input[type='tel'],
  .sv-form-portlet form input[type='text'],
  .sv-dbform-portlet form input[type='text'],
  .sv-form-portlet form input[type='url'],
  .sv-dbform-portlet form input[type='url'],
  .sv-form-portlet form select,
  .sv-dbform-portlet form select,
  .sv-form-portlet form textarea,
  .sv-dbform-portlet form textarea {
    font-size: 16px;
  }
}
.sv-form-portlet form input[type='email']:focus,
.sv-dbform-portlet form input[type='email']:focus,
.sv-form-portlet form input[type='number']:focus,
.sv-dbform-portlet form input[type='number']:focus,
.sv-form-portlet form input[type='password']:focus,
.sv-dbform-portlet form input[type='password']:focus,
.sv-form-portlet form input[type='tel']:focus,
.sv-dbform-portlet form input[type='tel']:focus,
.sv-form-portlet form input[type='text']:focus,
.sv-dbform-portlet form input[type='text']:focus,
.sv-form-portlet form input[type='url']:focus,
.sv-dbform-portlet form input[type='url']:focus,
.sv-form-portlet form select:focus,
.sv-dbform-portlet form select:focus,
.sv-form-portlet form textarea:focus,
.sv-dbform-portlet form textarea:focus {
  border-color: #c5e1de;
}
.sv-form-portlet form input[type='email'][disabled],
.sv-dbform-portlet form input[type='email'][disabled],
.sv-form-portlet form input[type='number'][disabled],
.sv-dbform-portlet form input[type='number'][disabled],
.sv-form-portlet form input[type='password'][disabled],
.sv-dbform-portlet form input[type='password'][disabled],
.sv-form-portlet form input[type='tel'][disabled],
.sv-dbform-portlet form input[type='tel'][disabled],
.sv-form-portlet form input[type='text'][disabled],
.sv-dbform-portlet form input[type='text'][disabled],
.sv-form-portlet form input[type='url'][disabled],
.sv-dbform-portlet form input[type='url'][disabled],
.sv-form-portlet form select[disabled],
.sv-dbform-portlet form select[disabled],
.sv-form-portlet form textarea[disabled],
.sv-dbform-portlet form textarea[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
.sv-form-portlet form input[type='email'] ~ span.font-normal,
.sv-dbform-portlet form input[type='email'] ~ span.font-normal,
.sv-form-portlet form input[type='number'] ~ span.font-normal,
.sv-dbform-portlet form input[type='number'] ~ span.font-normal,
.sv-form-portlet form input[type='password'] ~ span.font-normal,
.sv-dbform-portlet form input[type='password'] ~ span.font-normal,
.sv-form-portlet form input[type='tel'] ~ span.font-normal,
.sv-dbform-portlet form input[type='tel'] ~ span.font-normal,
.sv-form-portlet form input[type='text'] ~ span.font-normal,
.sv-dbform-portlet form input[type='text'] ~ span.font-normal,
.sv-form-portlet form input[type='url'] ~ span.font-normal,
.sv-dbform-portlet form input[type='url'] ~ span.font-normal,
.sv-form-portlet form select ~ span.font-normal,
.sv-dbform-portlet form select ~ span.font-normal,
.sv-form-portlet form textarea ~ span.font-normal,
.sv-dbform-portlet form textarea ~ span.font-normal {
  margin-top: 10px;
}
.sv-form-portlet form textarea,
.sv-dbform-portlet form textarea {
  height: auto;
}
.sv-form-portlet form select,
.sv-dbform-portlet form select {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  height: 40px;
  border: 1px solid #ffd618;
  width: 100%;
  padding: 0 10px 0 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-color: white;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  background-image: url('/webdav/files/System/resources/graphics/chevron-down.svg');
  background-size: 13px;
  background-position: right 15px top 12px;
  background-repeat: no-repeat;
  border: solid 1px rgba(44, 47, 52, 0.2);
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.sv-form-portlet form select::-webkit-input-placeholder,
.sv-dbform-portlet form select::-webkit-input-placeholder {
  color: #757575;
}
.sv-form-portlet form select:-moz-placeholder,
.sv-dbform-portlet form select:-moz-placeholder {
  color: #757575;
}
.sv-form-portlet form select::-moz-placeholder,
.sv-dbform-portlet form select::-moz-placeholder {
  color: #757575;
}
.sv-form-portlet form select:-ms-input-placeholder,
.sv-dbform-portlet form select:-ms-input-placeholder {
  color: #757575;
}
.sv-form-portlet form select::-webkit-input-placeholder,
.sv-dbform-portlet form select::-webkit-input-placeholder {
  line-height: 25px;
}
.sv-form-portlet form select:focus,
.sv-dbform-portlet form select:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
@media (max-width: 767px) {
  .sv-form-portlet form select,
  .sv-dbform-portlet form select {
    font-size: 16px;
  }
}
.sv-form-portlet form select:focus,
.sv-dbform-portlet form select:focus {
  border-color: #c5e1de;
}
.sv-form-portlet form select[disabled],
.sv-dbform-portlet form select[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
.sv-form-portlet form .sv-field-title-container > label,
.sv-dbform-portlet form .sv-field-title-container > label {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  line-height: normal;
  position: relative;
  text-align: left;
  line-height: 1;
}
.sv-form-portlet form .sv-field-title-container > label span,
.sv-dbform-portlet form .sv-field-title-container > label span {
  font-weight: 400;
}
.sv-form-portlet form .sv-field-title-container > span,
.sv-dbform-portlet form .sv-field-title-container > span,
.sv-form-portlet form .sv-field-title-container.sv-bold > span,
.sv-dbform-portlet form .sv-field-title-container.sv-bold > span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: normal;
}
.sv-form-portlet form .sv-form-datefield > div,
.sv-dbform-portlet form .sv-form-datefield > div {
  width: 50%;
  margin: 0 !important;
}
.sv-form-portlet form .sv-form-datefield > div:nth-of-type(1),
.sv-dbform-portlet form .sv-form-datefield > div:nth-of-type(1) {
  padding-right: 5px;
}
.sv-form-portlet form .sv-form-datefield > div:nth-of-type(2),
.sv-dbform-portlet form .sv-form-datefield > div:nth-of-type(2) {
  padding-left: 5px;
}
.sv-form-portlet form .sv-form-datefield > div select,
.sv-dbform-portlet form .sv-form-datefield > div select {
  min-width: 100%;
  margin-bottom: 10px;
}
.sv-form-portlet form .ielayoutfix,
.sv-dbform-portlet form .ielayoutfix {
  padding: 0;
  border: none;
  background-color: none;
}
.sv-form-portlet form br,
.sv-dbform-portlet form br {
  display: none;
}
.sv-form-portlet form .font-normal,
.sv-dbform-portlet form .font-normal {
  display: block;
}
.sv-form-portlet form .sv-formField,
.sv-dbform-portlet form .sv-formField {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sv-form-portlet form .sv-formField,
  .sv-dbform-portlet form .sv-formField {
    width: 100%;
    padding: 0;
  }
}
.sv-form-portlet form input[type='checkbox'],
.sv-dbform-portlet form input[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: block;
}
.sv-form-portlet form input[type='checkbox'] + label::before,
.sv-dbform-portlet form input[type='checkbox'] + label::before {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid #c5e1de;
  position: relative;
  top: 0;
  margin-right: 6px;
  float: left;
  text-align: center;
  transition-property: color, background-color, border-color, border-width;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sv-form-portlet form input[type='checkbox'] + label,
.sv-dbform-portlet form input[type='checkbox'] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 18px;
  cursor: pointer;
}
.sv-form-portlet form input[type='checkbox']:focus + label::before,
.sv-dbform-portlet form input[type='checkbox']:focus + label::before,
.sv-form-portlet form input[type='checkbox']:focus:checked + label::before,
.sv-dbform-portlet form input[type='checkbox']:focus:checked + label::before,
[data-whatinput="keyboard"] .sv-form-portlet form input[type='checkbox']:focus + label::before,
[data-whatinput="keyboard"] .sv-dbform-portlet form input[type='checkbox']:focus + label::before,
[data-whatinput="keyboard"] .sv-form-portlet form input[type='checkbox']:focus:checked + label::before,
[data-whatinput="keyboard"] .sv-dbform-portlet form input[type='checkbox']:focus:checked + label::before {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sv-form-portlet form input[type='checkbox']:focus + label::before,
[data-whatinput="initial"] .sv-dbform-portlet form input[type='checkbox']:focus + label::before,
[data-whatinput="initial"] .sv-form-portlet form input[type='checkbox']:focus:checked + label::before,
[data-whatinput="initial"] .sv-dbform-portlet form input[type='checkbox']:focus:checked + label::before,
[data-whatinput="mouse"] .sv-form-portlet form input[type='checkbox']:focus + label::before,
[data-whatinput="mouse"] .sv-dbform-portlet form input[type='checkbox']:focus + label::before,
[data-whatinput="mouse"] .sv-form-portlet form input[type='checkbox']:focus:checked + label::before,
[data-whatinput="mouse"] .sv-dbform-portlet form input[type='checkbox']:focus:checked + label::before,
[data-whatinput="touch"] .sv-form-portlet form input[type='checkbox']:focus + label::before,
[data-whatinput="touch"] .sv-dbform-portlet form input[type='checkbox']:focus + label::before,
[data-whatinput="touch"] .sv-form-portlet form input[type='checkbox']:focus:checked + label::before,
[data-whatinput="touch"] .sv-dbform-portlet form input[type='checkbox']:focus:checked + label::before {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sv-form-portlet form input[type='checkbox']:checked + label:before,
.sv-dbform-portlet form input[type='checkbox']:checked + label:before {
  border-width: 6px;
}
.sv-form-portlet form input[type='radio'],
.sv-dbform-portlet form input[type='radio'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: block;
}
.sv-form-portlet form input[type='radio'] + label::before,
.sv-dbform-portlet form input[type='radio'] + label::before {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid #c5e1de;
  position: relative;
  top: 0;
  margin-right: 6px;
  float: left;
  text-align: center;
  transition-property: color, background-color, border-color, border-width;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sv-form-portlet form input[type='radio'] + label,
.sv-dbform-portlet form input[type='radio'] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 18px;
  cursor: pointer;
}
.sv-form-portlet form input[type='radio']:focus + label::before,
.sv-dbform-portlet form input[type='radio']:focus + label::before,
.sv-form-portlet form input[type='radio']:focus:checked + label::before,
.sv-dbform-portlet form input[type='radio']:focus:checked + label::before,
[data-whatinput="keyboard"] .sv-form-portlet form input[type='radio']:focus + label::before,
[data-whatinput="keyboard"] .sv-dbform-portlet form input[type='radio']:focus + label::before,
[data-whatinput="keyboard"] .sv-form-portlet form input[type='radio']:focus:checked + label::before,
[data-whatinput="keyboard"] .sv-dbform-portlet form input[type='radio']:focus:checked + label::before {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sv-form-portlet form input[type='radio']:focus + label::before,
[data-whatinput="initial"] .sv-dbform-portlet form input[type='radio']:focus + label::before,
[data-whatinput="initial"] .sv-form-portlet form input[type='radio']:focus:checked + label::before,
[data-whatinput="initial"] .sv-dbform-portlet form input[type='radio']:focus:checked + label::before,
[data-whatinput="mouse"] .sv-form-portlet form input[type='radio']:focus + label::before,
[data-whatinput="mouse"] .sv-dbform-portlet form input[type='radio']:focus + label::before,
[data-whatinput="mouse"] .sv-form-portlet form input[type='radio']:focus:checked + label::before,
[data-whatinput="mouse"] .sv-dbform-portlet form input[type='radio']:focus:checked + label::before,
[data-whatinput="touch"] .sv-form-portlet form input[type='radio']:focus + label::before,
[data-whatinput="touch"] .sv-dbform-portlet form input[type='radio']:focus + label::before,
[data-whatinput="touch"] .sv-form-portlet form input[type='radio']:focus:checked + label::before,
[data-whatinput="touch"] .sv-dbform-portlet form input[type='radio']:focus:checked + label::before {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sv-form-portlet form input[type='radio'] + label:before,
.sv-dbform-portlet form input[type='radio'] + label:before {
  border-radius: 50%;
}
.sv-form-portlet form input[type='radio']:checked + label:before,
.sv-dbform-portlet form input[type='radio']:checked + label:before {
  border-width: 6px;
}
.sv-form-portlet form button[type='submit'],
.sv-dbform-portlet form button[type='submit'],
.sv-form-portlet form input[type='submit'],
.sv-dbform-portlet form input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  min-height: 34px;
  background-color: #d3d3d3;
  padding: 0 10px;
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  width: 100%;
  color: #2c2f34;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  margin-top: 10px;
  border-radius: 0;
}
.sv-form-portlet form button[type='submit']:focus,
.sv-dbform-portlet form button[type='submit']:focus,
.sv-form-portlet form input[type='submit']:focus,
.sv-dbform-portlet form input[type='submit']:focus,
[data-whatinput="keyboard"] .sv-form-portlet form button[type='submit']:focus,
[data-whatinput="keyboard"] .sv-dbform-portlet form button[type='submit']:focus,
[data-whatinput="keyboard"] .sv-form-portlet form input[type='submit']:focus,
[data-whatinput="keyboard"] .sv-dbform-portlet form input[type='submit']:focus {
  outline: 2px solid #257cc3;
  outline-offset: -2px;
  z-index: 10;
}
[data-whatinput="initial"] .sv-form-portlet form button[type='submit']:focus,
[data-whatinput="initial"] .sv-dbform-portlet form button[type='submit']:focus,
[data-whatinput="initial"] .sv-form-portlet form input[type='submit']:focus,
[data-whatinput="initial"] .sv-dbform-portlet form input[type='submit']:focus,
[data-whatinput="mouse"] .sv-form-portlet form button[type='submit']:focus,
[data-whatinput="mouse"] .sv-dbform-portlet form button[type='submit']:focus,
[data-whatinput="mouse"] .sv-form-portlet form input[type='submit']:focus,
[data-whatinput="mouse"] .sv-dbform-portlet form input[type='submit']:focus,
[data-whatinput="touch"] .sv-form-portlet form button[type='submit']:focus,
[data-whatinput="touch"] .sv-dbform-portlet form button[type='submit']:focus,
[data-whatinput="touch"] .sv-form-portlet form input[type='submit']:focus,
[data-whatinput="touch"] .sv-dbform-portlet form input[type='submit']:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: inherit;
}
.sv-form-portlet form button[type='submit']:hover,
.sv-dbform-portlet form button[type='submit']:hover,
.sv-form-portlet form input[type='submit']:hover,
.sv-dbform-portlet form input[type='submit']:hover {
  background-color: #ffd618;
}
.sv-form-portlet form button[type='submit']:active,
.sv-dbform-portlet form button[type='submit']:active,
.sv-form-portlet form input[type='submit']:active,
.sv-dbform-portlet form input[type='submit']:active {
  box-shadow: none;
  background-color: #d3d3d3;
  color: #2c2f34;
}
.sv-form-portlet .sv-form-subalternativefield > div,
.sv-dbform-portlet .sv-form-subalternativefield > div {
  float: none;
}
.sv-form-portlet .sv-form-userattributefield,
.sv-dbform-portlet .sv-form-userattributefield {
  margin: 0 -5px !important;
}
.sv-form-portlet .sv-form-userattributefield label.font-normal,
.sv-dbform-portlet .sv-form-userattributefield label.font-normal {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  line-height: normal;
  position: relative;
  text-align: left;
  line-height: 1;
}
.sv-form-portlet .sv-form-userattributefield label.font-normal span,
.sv-dbform-portlet .sv-form-userattributefield label.font-normal span {
  font-weight: 400;
}
.sv-form-portlet .sv-form-userattributefield .sh-input-fix__50w,
.sv-dbform-portlet .sv-form-userattributefield .sh-input-fix__50w,
.sv-form-portlet .sv-form-userattributefield .sh-input-fix__100w,
.sv-dbform-portlet .sv-form-userattributefield .sh-input-fix__100w {
  margin: 0 !important;
  padding: 0 5px;
}
.sv-form-portlet .sv-form-userattributefield .sh-input-fix__50w,
.sv-dbform-portlet .sv-form-userattributefield .sh-input-fix__50w {
  width: 50%;
}
.sv-form-portlet .sv-form-userattributefield .sh-input-fix__100w,
.sv-dbform-portlet .sv-form-userattributefield .sh-input-fix__100w {
  width: 100%;
}
/* lessfile: print.less */
@media print {
  header,
  footer,
  #sv-editor-menu {
    display: none;
  }
  .sh-grid {
    padding: 0;
    max-width: 100% !important;
  }
  .sh-base-light {
    background: none;
    padding: 0;
    min-height: 0;
  }
}

/*# sourceMappingURL=/webdav/files/System/css/main.css.map */

@media print {.sh-course-page__content .sh-col-md-5,.sh-course-page-actions,.sh-course-information-pages,.sh-course-page-bottom-video,.sh-information-page-other-pages,.sh-modal-close,.sh-event-info__save-date,.sh-share-box,.sh-to-top__container,.sh-expandable__header:after,.sh-collapsible__header:after,.sh-expandable__heading:after,.sh-collapsible__heading:after{display:none}.sh-event-info__black-box .sh-event-info__item,.sh-event-info__black-box p,.sh-event-info__black-box a,.sh-event-info__black-box li{color:#000}.sh-expandable,.sh-collapsible{border:1px solid #999}.sh-expandable__header,.sh-collapsible__header,.sh-expandable__heading,.sh-collapsible__heading,.sh-term-decoration{border:0}.sh-expandable__content,.sh-collapsible__content,.sh-expandable .sv-decoration-content,.sh-collapsible .sv-decoration-content{display:block!important}.sh-base-light,.sh-base-dark{min-height:auto}*{box-shadow:none!important}.sh-course-page-info__right{display:flex}}
