.PresetDateRangePicker_panel {
  padding: 0 22px 11px
}
.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}
.PresetDateRangePicker_button:active {
  outline: 0
}
.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699
}
.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff
}
.SingleDatePickerInput__withBorder {
  border: 1px solid #dbdbdb
}
.SingleDatePickerInput__rtl {
  direction: rtl
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2
}
.SingleDatePickerInput__block {
  display: block
}
.SingleDatePickerInput__showClearDate {
  padding-right: 30px
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.SingleDatePickerInput_clearDate__small {
  padding: 6px
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.SingleDatePickerInput_clearDate_svg__small {
  height: 9px
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.SingleDatePicker {
  position: relative;
  display: inline-block
}
.SingleDatePicker__block {
  display: block
}
.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.SingleDatePicker_picker__rtl {
  direction: rtl
}
.SingleDatePicker_picker__directionLeft {
  left: 0
}
.SingleDatePicker_picker__directionRight {
  right: 0
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_show {
  width: 22px;
  position: absolute;
  z-index: 2
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topRight {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight:hover {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topLeft {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft:hover {
  border-left: 33px solid #008489
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: -28px
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: -28px
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: -28px
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a
}
.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center
}
.CalendarDay:active {
  outline: 0
}
.CalendarDay__defaultCursor {
  cursor: default
}
.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff
}
.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px double #e4e7e7;
  color: inherit
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848
}
.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px solid #33dacd;
  color: #fff
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px solid #33dacd;
  color: #fff
}
.CalendarDay__last_in_range {
  border-right: #00a699
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px solid #00a699;
  color: #fff
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px solid #80e8e0;
  color: #007a87
}
.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px solid #80e8e0;
  color: #007a87
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  padding: 0 13px;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate
}
.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0
}
.CalendarMonthGrid__animating {
  z-index: 1
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px
}
.CalendarMonthGrid__vertical {
  margin: 0 auto
}
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
  overflow-y: scroll
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden
}
.DayPickerNavigation_container {
  position: relative;
  z-index: 2
}
.DayPickerNavigation_container__vertical {
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 52px;
  width: 100%
}
.DayPickerNavigation_container__verticalScrollable {
  position: relative
}
.DayPickerNavigation_button {
  cursor: pointer;
  line-height: .78;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2
}
.DayPickerNavigation_button__horizontal {
  border-radius: 3px;
  padding: 6px 9px;
  top: 18px;
  position: absolute
}
.DayPickerNavigation_leftButton__horizontal {
  left: 22px
}
.DayPickerNavigation_rightButton__horizontal {
  right: 22px
}
.DayPickerNavigation_button__vertical {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 50%
}
.DayPickerNavigation_button__vertical__default {
  padding: 5px
}
.DayPickerNavigation_nextButton__vertical__default {
  border-left: 0
}
.DayPickerNavigation_nextButton__verticalScrollable {
  width: 100%
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left
}
.DayPicker__horizontal {
  background: #fff
}
.DayPicker__verticalScrollable {
  height: 100%
}
.DayPicker__hidden {
  visibility: hidden
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius: 3px
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%
}
.DayPicker_portal__vertical {
  position: initial
}
.DayPicker_focusRegion {
  outline: 0
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top
}
.DayPicker_weekHeaders {
  position: relative
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  padding: 0 13px;
  text-align: left
}
.DayPicker_weekHeader__vertical {
  left: 50%
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out
}
.DayPicker_transitionContainer__vertical {
  width: 100%
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll
}
.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle
}
.DateInput__small {
  width: 97px
}
.DateInput__block {
  width: 100%
}
.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb
}
.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0
}
.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px
}
.DateInput_input__regular {
  font-weight: auto
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2
}
.DateInput_fangShape {
  fill: #fff
}
.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent
}
.DateRangePickerInput {
  background-color: #fff;
  display: inline-block
}
.DateRangePickerInput__disabled {
  background: #f2f2f2
}
.DateRangePickerInput__withBorder {
  border: 1px solid #dbdbdb;
  border-radius: 2px
}
.DateRangePickerInput__rtl {
  direction: rtl
}
.DateRangePickerInput__block {
  display: block
}
.DateRangePickerInput__showClearDates {
  padding-right: 30px
}
.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.DateRangePickerInput_clearDates__small {
  padding: 6px
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.DateRangePickerInput_clearDates_svg__small {
  height: 9px
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.DateRangePicker {
  position: relative;
  display: inline-block
}
.DateRangePicker__block {
  display: block
}
.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.DateRangePicker_picker__rtl {
  direction: rtl
}
.DateRangePicker_picker__directionLeft {
  left: 0
}
.DateRangePicker_picker__directionRight {
  right: 0
}
.DateRangePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.rh5v-DefaultPlayer_component {
    position: relative;
    font-family: Helvetica;
    font-size: 11px;
    background-color: #000;
}

.rh5v-DefaultPlayer_video {
    width: 100%;
    height: 100%;
}

.rh5v-DefaultPlayer_controls {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.2s;
}

.rh5v-DefaultPlayer_seek {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.rh5v-DefaultPlayer_component:hover .rh5v-DefaultPlayer_controls {
    opacity: 1;
}
.rh5v-Time_component {
    padding: 0 10px 0 10px;
    line-height: 35px;
    color: #fff;
}

.rh5v-Time_current {
    margin-right: 5px;
}

.rh5v-Time_duration {
    margin-left: 5px;
    color: #919191;
}
.rh5v-Seek_component {
    position: relative;
}

.rh5v-Seek_track {
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;
    height: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #3e3e3e;
}

.rh5v-Seek_buffer,
.rh5v-Seek_fill,
.rh5v-Seek_input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.rh5v-Seek_buffer {
    background-color: #5a5a5a;
}

.rh5v-Seek_fill {
    background: #fff;
}

.rh5v-Seek_input {
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.rh5v-Volume_component {
    position: relative;
}

.rh5v-Volume_component:hover {
    background-color: #000;
}

.rh5v-Volume_button {
    width: 34px;
    height: 34px;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
}

.rh5v-Volume_button:focus {
    outline: 0;
}

.rh5v-Volume_icon {
    padding: 7px;
}

.rh5v-Volume_slider {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 100%;
    left: 5px;
    height: 56px;
    background-color: #000;
}

.rh5v-Volume_component:hover .rh5v-Volume_slider {
    display: block;
}

.rh5v-Volume_track {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 50%;
    width: 4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #3e3e3e;
}

.rh5v-Volume_fill,
.rh5v-Volume_input {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.rh5v-Volume_fill {
    background-color: #fff;
}

.rh5v-Volume_input {
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-appearance: slider-vertical;
    cursor: pointer;
}.rh5v-Captions_component {
    position: relative;
}

.rh5v-Captions_component:hover {
    background-color: #000;
}

.rh5v-Captions_button {
    width: 34px;
    height: 34px;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
}

.rh5v-Captions_button:focus {
    outline: 0;
}

.rh5v-Captions_icon {
    padding: 5px;
}

.rh5v-Captions_trackList {
    position: absolute;
    right: 0;
    bottom: 100%;
    display: none;
    background-color: rgba(0,0,0,0.7);
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.rh5v-Captions_component:hover .rh5v-Captions_trackList {
    display: block;
}

.rh5v-Captions_trackItem {
    padding: 7px;
    cursor: pointer;
}

.rh5v-Captions_activeTrackItem,
.rh5v-Captions_trackItem:hover {
    background: #000;
}

.rh5v-Captions_activeTrackItem {
    text-decoration: underline;
}
.rh5v-PlayPause_component {}

.rh5v-PlayPause_component:hover {
    background-color: #000;
}

.rh5v-PlayPause_button {
    width: 34px;
    height: 34px;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
}

.rh5v-PlayPause_button:focus {
    outline: 0;
}

.rh5v-PlayPause_icon {
    padding: 5px;
}
.rh5v-Fullscreen_component {}

.rh5v-Fullscreen_component:hover {
    background-color: #000;
}

.rh5v-Fullscreen_button {
    width: 34px;
    height: 34px;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
}

.rh5v-Fullscreen_button:focus {
    outline: 0;
}

.rh5v-Fullscreen_icon {
    padding: 5px;
}
.rh5v-Overlay_component {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}

.rh5v-Overlay_inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: -30px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 10px;
}

.rh5v-Overlay_icon {
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/**
 * third party library styles 
 * NOTE: these aren't working.  throwing webpack errors. 
 */
/**
 * Dependencies
 */
@font-face {
  font-family: "TradeGothic LT Bold";
  src: url("/fonts/TradeGothic_LT_Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/Source-Sans-Pro") format("truetype"); }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.fade-enter {
  opacity: 0.01; }

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in; }

.fade-exit {
  opacity: 1; }

.fade-exit.fade-exit-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in; }

.modal-anim-enter {
  opacity: 0.00; }
  .modal-anim-enter .card {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1); }
  .modal-anim-enter.modal-anim-enter-active {
    opacity: 1;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .modal-anim-enter.modal-anim-enter-active .card {
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.modal-anim-exit {
  opacity: 1; }
  .modal-anim-exit .card {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .modal-anim-exit.modal-anim-exit-active {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    opacity: 0.00; }
    .modal-anim-exit.modal-anim-exit-active .card {
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: scale(0.1);
      -moz-transform: scale(0.1);
      -ms-transform: scale(0.1);
      transform: scale(0.1); }

.drawer-anim-enter {
  opacity: 0.00;
  -webkit-transform: scale(0.1, 1);
  -moz-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }
  .drawer-anim-enter.drawer-anim-enter-active {
    opacity: 1;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

.drawer-anim-exit {
  opacity: 1;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }
  .drawer-anim-exit.drawer-anim-exit-active {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    opacity: 0.00;
    -webkit-transform: scale(0.1, 1);
    -moz-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
    transform: scale(0.1, 1); }

.dropdown-anim-enter {
  opacity: 0.00;
  -webkit-transform: scale(1, 0.1);
  -moz-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1); }
  .dropdown-anim-enter.dropdown-anim-enter-active {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 140ms ease-in-out;
    -moz-transition: all 140ms ease-in-out;
    -ms-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

.dropdown-anim-exit {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }
  .dropdown-anim-exit.dropdown-anim-exit-active {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 140ms ease-in-out;
    -moz-transition: all 140ms ease-in-out;
    -ms-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
    opacity: 0.00;
    -webkit-transform: scale(1, 0.1);
    -moz-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1); }

.mobile-menu-anim-enter {
  margin-top: -100vh;
  bottom: 100vh;
  -webkit-transform: scale(1, 0.1);
  -moz-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1); }
  .mobile-menu-anim-enter.mobile-menu-anim-enter-active {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    margin-top: 0;
    bottom: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }

.mobile-menu-anim-exit {
  margin-top: 0;
  bottom: 0; }
  .mobile-menu-anim-exit.mobile-menu-anim-exit-active {
    margin-top: -100vh;
    bottom: 100vh;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }

.nextNav-anim-enter {
  opacity: 0.00;
  -webkit-transform: scale(1, 0.1);
  -moz-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1); }
  .nextNav-anim-enter.nextNav-anim-enter-active {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 140ms ease-in-out;
    -moz-transition: all 140ms ease-in-out;
    -ms-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

.nextNav-anim-exit {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }
  .nextNav-anim-exit.nextNav-anim-exit-active {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 140ms ease-in-out;
    -moz-transition: all 140ms ease-in-out;
    -ms-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
    opacity: 0.00;
    -webkit-transform: scale(1, 0.1);
    -moz-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1); }

/**
 * Foundation -
 * depends on 'Dependencies '
 */
.yt-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px; }
  .yt-container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media only screen and (min-width: 640px) {
    .yt-container {
      max-width: 540px;
      padding: 0 16px; } }
  @media only screen and (min-width: 900px) {
    .yt-container {
      max-width: 760px;
      padding: 0 32px; } }
  @media only screen and (min-width: 1020px) {
    .yt-container {
      max-width: 960px; } }
  @media only screen and (min-width: 1280px) {
    .yt-container {
      max-width: 1080px; }
      .yt-container.slim {
        max-width: 960px; } }
  @media only screen and (min-width: 1600px) {
    .yt-container {
      max-width: 1260px; }
      .yt-container.slim {
        max-width: 1260px; } }

.yt-container.fluid {
  max-width: 100%;
  padding: 0 32px; }

.yt-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.yt-row.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.yt-row.no-wrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

.yt-row + .yt-row {
  padding-top: 0; }

.yt-row.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.yt-row.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.yt-row.center-vert {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.yt-row.stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }

.yt-row.baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline; }

.yt-row.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.yt-row.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.yt-row.center-horiz {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.yt-row.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.yt-row.space-around {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.yt-row.with-gutters {
  margin-top: -32px;
  margin-right: 0px;
  margin-left: -32px; }

.yt-row.with-gutters > .yt-col {
  padding: 32px 0 0 32px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }

.yt-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.yt-col.stretch-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.yt-col.full {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100% !important;
  -moz-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  width: 100% !important; }

.yt-col.top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.yt-col.bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.yt-col.center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.yt-col._50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50% !important;
  -moz-flex: 0 0 50% !important;
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  width: 50% !important; }

.yt-col._33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333% !important;
  -moz-flex: 0 0 33.33333% !important;
  -ms-flex: 0 0 33.33333% !important;
  flex: 0 0 33.33333% !important;
  width: 33.33333% !important; }

.yt-col._66 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667% !important;
  -moz-flex: 0 0 66.66667% !important;
  -ms-flex: 0 0 66.66667% !important;
  flex: 0 0 66.66667% !important;
  width: 66.66667% !important; }

.yt-col._25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25% !important;
  -moz-flex: 0 0 25% !important;
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
  width: 25% !important; }

.yt-col._75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75% !important;
  -moz-flex: 0 0 75% !important;
  -ms-flex: 0 0 75% !important;
  flex: 0 0 75% !important;
  width: 75% !important; }

.yt-col._20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20% !important;
  -moz-flex: 0 0 20% !important;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  width: 20% !important; }

.yt-col._40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40% !important;
  -moz-flex: 0 0 40% !important;
  -ms-flex: 0 0 40% !important;
  flex: 0 0 40% !important;
  width: 40% !important; }

.yt-col._48 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48% !important;
  -moz-flex: 0 0 48% !important;
  -ms-flex: 0 0 48% !important;
  flex: 0 0 48% !important;
  width: 48% !important; }

.yt-col._60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60% !important;
  -moz-flex: 0 0 60% !important;
  -ms-flex: 0 0 60% !important;
  flex: 0 0 60% !important;
  width: 60% !important; }

.yt-col._80 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80% !important;
  -moz-flex: 0 0 80% !important;
  -ms-flex: 0 0 80% !important;
  flex: 0 0 80% !important;
  width: 80% !important; }

.yt-col._16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667% !important;
  -moz-flex: 0 0 16.66667% !important;
  -ms-flex: 0 0 16.66667% !important;
  flex: 0 0 16.66667% !important;
  width: 16.66667% !important; }

.yt-col._14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.28571% !important;
  -moz-flex: 0 0 14.28571% !important;
  -ms-flex: 0 0 14.28571% !important;
  flex: 0 0 14.28571% !important;
  width: 14.28571% !important; }

.yt-col._83 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333% !important;
  -moz-flex: 0 0 83.33333% !important;
  -ms-flex: 0 0 83.33333% !important;
  flex: 0 0 83.33333% !important;
  width: 83.33333% !important; }

.yt-col._10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10% !important;
  -moz-flex: 0 0 10% !important;
  -ms-flex: 0 0 10% !important;
  flex: 0 0 10% !important;
  width: 10% !important; }

.yt-col._30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30% !important;
  -moz-flex: 0 0 30% !important;
  -ms-flex: 0 0 30% !important;
  flex: 0 0 30% !important;
  width: 30% !important; }

.yt-col._70 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70% !important;
  -moz-flex: 0 0 70% !important;
  -ms-flex: 0 0 70% !important;
  flex: 0 0 70% !important;
  width: 70% !important; }

.yt-col._90 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90% !important;
  -moz-flex: 0 0 90% !important;
  -ms-flex: 0 0 90% !important;
  flex: 0 0 90% !important;
  width: 90% !important; }

@media only screen and (min-width: 640px) {
  .yt-col.xs_50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50% !important;
    -moz-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    width: 50% !important; }
  .yt-col.xs_33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333% !important;
    -moz-flex: 0 0 33.33333% !important;
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
    width: 33.33333% !important; }
  .yt-col.xs_66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667% !important;
    -moz-flex: 0 0 66.66667% !important;
    -ms-flex: 0 0 66.66667% !important;
    flex: 0 0 66.66667% !important;
    width: 66.66667% !important; }
  .yt-col.xs_25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25% !important;
    -moz-flex: 0 0 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    width: 25% !important; }
  .yt-col.xs_75 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75% !important;
    -moz-flex: 0 0 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    width: 75% !important; }
  .yt-col.xs_20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20% !important;
    -moz-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    width: 20% !important; }
  .yt-col.xs_40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40% !important;
    -moz-flex: 0 0 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    width: 40% !important; }
  .yt-col.xs_60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60% !important;
    -moz-flex: 0 0 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    width: 60% !important; }
  .yt-col.xs_80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80% !important;
    -moz-flex: 0 0 80% !important;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    width: 80% !important; }
  .yt-col.xs_16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667% !important;
    -moz-flex: 0 0 16.66667% !important;
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
    width: 16.66667% !important; }
  .yt-col.xs_14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571% !important;
    -moz-flex: 0 0 14.28571% !important;
    -ms-flex: 0 0 14.28571% !important;
    flex: 0 0 14.28571% !important;
    width: 14.28571% !important; }
  .yt-col.xs_83 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333% !important;
    -moz-flex: 0 0 83.33333% !important;
    -ms-flex: 0 0 83.33333% !important;
    flex: 0 0 83.33333% !important;
    width: 83.33333% !important; }
  .yt-col.xs_10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10% !important;
    -moz-flex: 0 0 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    width: 10% !important; }
  .yt-col.xs_30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30% !important;
    -moz-flex: 0 0 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    width: 30% !important; }
  .yt-col.xs_70 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70% !important;
    -moz-flex: 0 0 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    width: 70% !important; }
  .yt-col.xs_90 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90% !important;
    -moz-flex: 0 0 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    width: 90% !important; } }

@media only screen and (min-width: 900px) {
  .yt-col.s_10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10% !important;
    -moz-flex: 0 0 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    width: 10% !important; }
  .yt-col.s_14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571% !important;
    -moz-flex: 0 0 14.28571% !important;
    -ms-flex: 0 0 14.28571% !important;
    flex: 0 0 14.28571% !important;
    width: 14.28571% !important; }
  .yt-col.s_16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667% !important;
    -moz-flex: 0 0 16.66667% !important;
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
    width: 16.66667% !important; }
  .yt-col.s_20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20% !important;
    -moz-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    width: 20% !important; }
  .yt-col.s_25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25% !important;
    -moz-flex: 0 0 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    width: 25% !important; }
  .yt-col.s_30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30% !important;
    -moz-flex: 0 0 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    width: 30% !important; }
  .yt-col.s_33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333% !important;
    -moz-flex: 0 0 33.33333% !important;
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
    width: 33.33333% !important; }
  .yt-col.s_40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40% !important;
    -moz-flex: 0 0 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    width: 40% !important; }
  .yt-col.s_50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50% !important;
    -moz-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    width: 50% !important; }
  .yt-col.s_60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60% !important;
    -moz-flex: 0 0 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    width: 60% !important; }
  .yt-col.s_66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667% !important;
    -moz-flex: 0 0 66.66667% !important;
    -ms-flex: 0 0 66.66667% !important;
    flex: 0 0 66.66667% !important;
    width: 66.66667% !important; }
  .yt-col.s_70 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70% !important;
    -moz-flex: 0 0 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    width: 70% !important; }
  .yt-col.s_75 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75% !important;
    -moz-flex: 0 0 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    width: 75% !important; }
  .yt-col.s_80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80% !important;
    -moz-flex: 0 0 80% !important;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    width: 80% !important; }
  .yt-col.s_83 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333% !important;
    -moz-flex: 0 0 83.33333% !important;
    -ms-flex: 0 0 83.33333% !important;
    flex: 0 0 83.33333% !important;
    width: 83.33333% !important; }
  .yt-col.s_90 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90% !important;
    -moz-flex: 0 0 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    width: 90% !important; }
  .yt-col.s_100 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100% !important;
    -moz-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100% !important; } }

@media only screen and (min-width: 1020px) {
  .yt-col.m_50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50% !important;
    -moz-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    width: 50% !important; }
  .yt-col.m_55 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55% !important;
    -moz-flex: 0 0 55% !important;
    -ms-flex: 0 0 55% !important;
    flex: 0 0 55% !important;
    width: 55% !important; }
  .yt-col.m_33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333% !important;
    -moz-flex: 0 0 33.33333% !important;
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
    width: 33.33333% !important; }
  .yt-col.m_66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667% !important;
    -moz-flex: 0 0 66.66667% !important;
    -ms-flex: 0 0 66.66667% !important;
    flex: 0 0 66.66667% !important;
    width: 66.66667% !important; }
  .yt-col.m_25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25% !important;
    -moz-flex: 0 0 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    width: 25% !important; }
  .yt-col.m_75 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75% !important;
    -moz-flex: 0 0 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    width: 75% !important; }
  .yt-col.m_20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20% !important;
    -moz-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    width: 20% !important; }
  .yt-col.m_40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40% !important;
    -moz-flex: 0 0 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    width: 40% !important; }
  .yt-col.m_45 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45% !important;
    -moz-flex: 0 0 45% !important;
    -ms-flex: 0 0 45% !important;
    flex: 0 0 45% !important;
    width: 45% !important; }
  .yt-col.m_60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60% !important;
    -moz-flex: 0 0 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    width: 60% !important; }
  .yt-col.m_80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80% !important;
    -moz-flex: 0 0 80% !important;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    width: 80% !important; }
  .yt-col.m_16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667% !important;
    -moz-flex: 0 0 16.66667% !important;
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
    width: 16.66667% !important; }
  .yt-col.m_14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571% !important;
    -moz-flex: 0 0 14.28571% !important;
    -ms-flex: 0 0 14.28571% !important;
    flex: 0 0 14.28571% !important;
    width: 14.28571% !important; }
  .yt-col.m_83 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333% !important;
    -moz-flex: 0 0 83.33333% !important;
    -ms-flex: 0 0 83.33333% !important;
    flex: 0 0 83.33333% !important;
    width: 83.33333% !important; }
  .yt-col.m_10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10% !important;
    -moz-flex: 0 0 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    width: 10% !important; }
  .yt-col.m_30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30% !important;
    -moz-flex: 0 0 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    width: 30% !important; }
  .yt-col.m_70 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70% !important;
    -moz-flex: 0 0 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    width: 70% !important; }
  .yt-col.m_90 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90% !important;
    -moz-flex: 0 0 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    width: 90% !important; } }

@media only screen and (min-width: 1280px) {
  .yt-col.l_50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50% !important;
    -moz-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    width: 50% !important; }
  .yt-col.l_33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333% !important;
    -moz-flex: 0 0 33.33333% !important;
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
    width: 33.33333% !important; }
  .yt-col.l_66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667% !important;
    -moz-flex: 0 0 66.66667% !important;
    -ms-flex: 0 0 66.66667% !important;
    flex: 0 0 66.66667% !important;
    width: 66.66667% !important; }
  .yt-col.l_25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25% !important;
    -moz-flex: 0 0 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    width: 25% !important; }
  .yt-col.l_75 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75% !important;
    -moz-flex: 0 0 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    width: 75% !important; }
  .yt-col.l_20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20% !important;
    -moz-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    width: 20% !important; }
  .yt-col.l_40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40% !important;
    -moz-flex: 0 0 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    width: 40% !important; }
  .yt-col.l_60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60% !important;
    -moz-flex: 0 0 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    width: 60% !important; }
  .yt-col.l_80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80% !important;
    -moz-flex: 0 0 80% !important;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    width: 80% !important; }
  .yt-col.l_16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667% !important;
    -moz-flex: 0 0 16.66667% !important;
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
    width: 16.66667% !important; }
  .yt-col.l_14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571% !important;
    -moz-flex: 0 0 14.28571% !important;
    -ms-flex: 0 0 14.28571% !important;
    flex: 0 0 14.28571% !important;
    width: 14.28571% !important; }
  .yt-col.l_83 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333% !important;
    -moz-flex: 0 0 83.33333% !important;
    -ms-flex: 0 0 83.33333% !important;
    flex: 0 0 83.33333% !important;
    width: 83.33333% !important; }
  .yt-col.l_10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10% !important;
    -moz-flex: 0 0 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    width: 10% !important; }
  .yt-col.l_30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30% !important;
    -moz-flex: 0 0 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    width: 30% !important; }
  .yt-col.l_70 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70% !important;
    -moz-flex: 0 0 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    width: 70% !important; }
  .yt-col.l_90 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90% !important;
    -moz-flex: 0 0 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    width: 90% !important; } }

@media only screen and (min-width: 1600px) {
  .yt-col.xl_50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50% !important;
    -moz-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    width: 50% !important; }
  .yt-col.xl_33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333% !important;
    -moz-flex: 0 0 33.33333% !important;
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
    width: 33.33333% !important; }
  .yt-col.xl_66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667% !important;
    -moz-flex: 0 0 66.66667% !important;
    -ms-flex: 0 0 66.66667% !important;
    flex: 0 0 66.66667% !important;
    width: 66.66667% !important; }
  .yt-col.xl_25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25% !important;
    -moz-flex: 0 0 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    width: 25% !important; }
  .yt-col.xl_75 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75% !important;
    -moz-flex: 0 0 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    width: 75% !important; }
  .yt-col.xl_20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20% !important;
    -moz-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    width: 20% !important; }
  .yt-col.xl_40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40% !important;
    -moz-flex: 0 0 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    width: 40% !important; }
  .yt-col.xl_60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60% !important;
    -moz-flex: 0 0 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    width: 60% !important; }
  .yt-col.xl_80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80% !important;
    -moz-flex: 0 0 80% !important;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    width: 80% !important; }
  .yt-col.xl_16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667% !important;
    -moz-flex: 0 0 16.66667% !important;
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
    width: 16.66667% !important; }
  .yt-col.xl_14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571% !important;
    -moz-flex: 0 0 14.28571% !important;
    -ms-flex: 0 0 14.28571% !important;
    flex: 0 0 14.28571% !important;
    width: 14.28571% !important; }
  .yt-col.xl_83 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333% !important;
    -moz-flex: 0 0 83.33333% !important;
    -ms-flex: 0 0 83.33333% !important;
    flex: 0 0 83.33333% !important;
    width: 83.33333% !important; }
  .yt-col.xl_10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10% !important;
    -moz-flex: 0 0 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    width: 10% !important; }
  .yt-col.xl_30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30% !important;
    -moz-flex: 0 0 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    width: 30% !important; }
  .yt-col.xl_70 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70% !important;
    -moz-flex: 0 0 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    width: 70% !important; }
  .yt-col.xl_90 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90% !important;
    -moz-flex: 0 0 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    width: 90% !important; } }

#application-main-yote {
  margin: auto; }

.master-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  width: 100%; }

.main-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  background-color: #fff;
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .main-container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media only screen and (min-width: 640px) {
    .main-container {
      max-width: 540px; } }
  @media only screen and (min-width: 900px) {
    .main-container {
      max-width: 760px; } }
  @media only screen and (min-width: 1020px) {
    .main-container {
      max-width: 960px; } }
  @media only screen and (min-width: 1280px) {
    .main-container {
      max-width: 1080px; } }
  @media only screen and (min-width: 1600px) {
    .main-container {
      max-width: 1260px; } }

.main-content {
  padding-left: 0;
  padding-top: 16px;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out; }
  @media only screen and (min-width: 1020px) {
    .main-content {
      padding-left: 200px; } }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .flex.layout {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden; }
  .flex.column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

header, .header {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1800px;
  margin: auto;
  height: auto;
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  @media print {
    header, .header {
      display: none; } }
  header.full-width, .header.full-width {
    max-width: 100%; }
  header.fixed, .header.fixed {
    position: fixed;
    z-index: 700; }
  header.isHidden, .header.isHidden {
    margin-top: -56px; }
  header.dark, .header.dark {
    background-color: #455362;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    header.dark .navigation.primary, .header.dark .navigation.primary {
      border-color: rgba(255, 255, 255, 0.15); }
    header.dark .navigation li a:hover, .header.dark .navigation li a:hover {
      color: #fff; }
    header.dark .navigation li a.active, .header.dark .navigation li a.active {
      color: #fff; }

.topbar.not-logged-in {
  max-width: 100%; }

.body {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: var(--space) var(--space) 0;
  width: 100%;
  background-color: #FFFFFF; }
  @media print {
    .body {
      background-color: #fff; } }
  .body.with-header {
    padding-top: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media print {
      .body.with-header {
        background-color: #fff; } }
  .body.dark {
    background-color: #000; }
  .body.-gray {
    background-color: #f5f5f5; }
  .body.-white {
    background-color: #fff; }

.loading {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #455362;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0px auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.authoring-top-nav {
  background-color: #828487;
  width: 100%; }
  .authoring-top-nav .tab {
    padding: 10px;
    background-color: #cfd6db;
    border-radius: 0px;
    border: 0px;
    color: #828487;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3); }
    .authoring-top-nav .tab.active {
      background-color: #ECEFF1;
      color: #455362;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }

.react-jw-player-wrapper {
  width: 100%; }
  @media (min-width: 1020px) {
    .react-jw-player-wrapper .jw-captions {
      font-size: 22px !important; } }

a, .action-link {
  color: #455362;
  text-decoration: none; }
  a:visited, .action-link:visited {
    color: #455362; }
  a:hover, .action-link:hover {
    color: #72869b;
    text-decoration: none;
    cursor: pointer; }
  a:active, .action-link:active {
    color: #72869b; }
  a.-danger, .action-link.-danger {
    color: #e74c3c; }
    a.-danger:hover, .action-link.-danger:hover {
      color: #d62c1a; }

h1 {
  font-size: 1.9rem;
  font-family: "TradeGothic LT Bold", serif; }
  @media only screen and (min-width: 1020px) {
    h1 {
      font-size: 2.25rem;
      line-height: 1.2; } }

h2 {
  font-size: 1.75rem;
  font-family: "TradeGothic LT Bold", serif; }

h3 {
  font-size: 1.25rem;
  font-family: "TradeGothic LT Bold", serif; }
  @media only screen and (min-width: 900px) {
    h3 {
      font-size: 1.35rem; } }

h4 {
  font-size: 0.875rem;
  font-weight: 400; }

h5 {
  font-size: .8rem;
  font-weight: 400; }

h6 {
  font-size: .725rem; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .4em; }

small {
  font-size: .725rem; }

em {
  font-style: italic; }

p {
  font-size: 0.875rem;
  margin: 0px;
  margin-bottom: .3em; }

u {
  text-decoration: underline; }

strong {
  font-weight: 700; }

hr {
  border-bottom: none;
  border-color: rgba(0, 0, 0, 0.15);
  margin: 8px 0; }

/**
 * Base -
 * depends on 'Dependencies' & 'Foundation'
 */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html,
body {
  height: 100%; }

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 0.875rem;
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Source Code Pro", Helvetica, sans-serif;
  line-height: 1.5rem;
  position: relative;
  z-index: 500; }

.content {
  margin: 0 auto; }

@media only screen and (min-width: 1280px) {
  .content {
    max-width: 960px; } }

@media screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; } }

/**
 * Helpers
 */
.close-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 800; }
  .close-wrapper.-blur {
    transform: translate(0px, 0px, 0px);
    background-image: -webkit-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
    background-image: -moz-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
    background-image: -o-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
    background-image: linear-gradient(to top right, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%); }

.lt-ie9 article,
.lt-ie9 aside,
.lt-ie9 nav,
.lt-ie9 [yt-row],
.lt-ie9 .yt-row {
  display: block; }

.lt-ie9 [yt-col],
.lt-ie9 .yt-col {
  display: inline-block; }

.lt-ie10 .blueGradient {
  background: #ddd !important;
  filter: none !important; }

.lt-ie10 [yt-col], .lt-ie10 .yt-col {
  display: inline-block; }

.lt-ie10 .content {
  display: block;
  width: 100%;
  position: relative; }

.lt-ie10 footer, .lt-ie10 .footer {
  width: 100%;
  height: 300px;
  position: relative;
  display: block; }
  .lt-ie10 footer [yt-col], .lt-ie10 .footer [yt-col] {
    display: inline-block;
    width: 32%; }

.lt-ie10 .topBar {
  display: block; }
  .lt-ie10 .topBar .content {
    position: relative;
    display: block;
    width: 100%;
    height: 110px; }
    .lt-ie10 .topBar .content .navLogo {
      min-width: 0;
      position: relative;
      width: 50%;
      display: inline-block; }
      .lt-ie10 .topBar .content .navLogo img {
        max-width: 200px;
        display: inline-block; }
    .lt-ie10 .topBar .content .sessionButtons {
      position: relative;
      width: 40%;
      display: inline-block;
      padding: 16px; }
      .lt-ie10 .topBar .content .sessionButtons button {
        position: absolute;
        right: 16px;
        top: 16px; }
      .lt-ie10 .topBar .content .sessionButtons .profileLink {
        position: absolute;
        right: 16px;
        top: 48px; }
  .lt-ie10 .topBar .burger {
    display: none; }
  .lt-ie10 .topBar .mobileNav {
    display: none !important; }
  .lt-ie10 .topBar .normalNav {
    width: 100%;
    display: block !important; }
    .lt-ie10 .topBar .normalNav li {
      text-align: center;
      padding: 16px;
      width: 10%;
      display: inline-block;
      position: relative; }
      .lt-ie10 .topBar .normalNav li .nav-marker {
        display: none !important; }
      .lt-ie10 .topBar .normalNav li .nav-link {
        font-size: .8em;
        font-weight: bold;
        padding-bottom: 16px; }
      .lt-ie10 .topBar .normalNav li.active .nav-link {
        border-bottom: 2px solid #fff; }

.lt-ie10 .main-content .main {
  float: left;
  padding: 2em 3%;
  width: 100%; }

.lt-ie10 .main-nav {
  float: left;
  padding: 2em 3%;
  width: 14%; }

.lt-ie10 .main-sidebar {
  float: left;
  padding: 2em 3%;
  width: 14%; }

.u-clearfix {
  zoom: 1; }
  .u-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.u-pullRight {
  float: right; }

.u-pullLeft {
  float: left; }

.u-underline {
  text-decoration: underline; }

.u-caps {
  letter-spacing: 1px;
  text-transform: uppercase; }

.u-centerText {
  text-align: center; }

.u-textRight {
  text-align: right; }

.u-textLeft {
  text-align: left; }

.u-danger {
  color: #e74c3c; }

@media print {
  .u-hidePrint {
    display: none; } }

@media print {
  .u-printable {
    overflow: hidden;
    width: 612pt;
    height: 792pt; } }

/**
 * Components
 */
.alert-message {
  padding: 16px;
  background-color: #455362;
  color: #fff;
  text-align: center; }
  .alert-message a {
    color: rgba(255, 255, 255, 0.8); }
    .alert-message a:hover {
      color: #fff; }
  .alert-message.banner {
    font-size: 1.1rem;
    text-align: left;
    margin-bottom: 16px; }
  .alert-message.success {
    background: #00BC8B;
    border-color: #005640; }
  .alert-message.danger {
    background: #e74c3c;
    border-color: #a82315; }
  .alert-message.warning {
    background: #ff8a47;
    border-color: #e05200; }
  .alert-message.info {
    background: #455362;
    border-color: #1b2026; }

.breadcrumbs {
  margin-bottom: 32px;
  font-weight: 600; }
  @media print {
    .breadcrumbs {
      display: none; } }

button:disabled:hover, button.disabled:hover {
  cursor: not-allowed; }

@media print {
  button {
    display: none !important; } }

@media screen and (max-width: 450px) {
  .yt-toolbar .yt-tools.space-between button {
    padding: 8px;
    width: 150px; } }

[yt-btn],
a.yt-btn,
.yt-btn {
  font-size: .8rem;
  background-color: #455362;
  border: 1px solid #455362;
  color: #FFFFFF;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  white-space: nowrap;
  text-align: center; }
  [yt-btn]:visited,
  a.yt-btn:visited,
  .yt-btn:visited {
    color: #FFFFFF; }
  [yt-btn]:hover,
  a.yt-btn:hover,
  .yt-btn:hover {
    background-color: #506071;
    text-decoration: none;
    border-color: #506071;
    -webkit-box-shadow: 0px 3px 6px rgba(78, 78, 78, 0.27);
    -moz-box-shadow: 0px 3px 6px rgba(78, 78, 78, 0.27);
    -o-box-shadow: 0px 3px 6px rgba(78, 78, 78, 0.27);
    box-shadow: 0px 3px 6px rgba(78, 78, 78, 0.27); }
  [yt-btn]:active,
  a.yt-btn:active,
  .yt-btn:active {
    -webkit-box-shadow: 0px 2px 4px rgba(78, 78, 78, 0.27);
    -moz-box-shadow: 0px 2px 4px rgba(78, 78, 78, 0.27);
    -o-box-shadow: 0px 2px 4px rgba(78, 78, 78, 0.27);
    box-shadow: 0px 2px 4px rgba(78, 78, 78, 0.27);
    background-color: #3a4653;
    border-color: #3a4653;
    color: rgba(0, 0, 0, 0.87); }
  [yt-btn].rounded,
  a.yt-btn.rounded,
  .yt-btn.rounded {
    border-radius: 40px; }
  [yt-btn].disabled, [yt-btn]:disabled,
  a.yt-btn.disabled,
  a.yt-btn:disabled,
  .yt-btn.disabled,
  .yt-btn:disabled {
    pointer-events: none;
    opacity: 0.45;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
    [yt-btn].disabled:hover, [yt-btn]:disabled:hover,
    a.yt-btn.disabled:hover,
    a.yt-btn:disabled:hover,
    .yt-btn.disabled:hover,
    .yt-btn:disabled:hover {
      cursor: not-allowed; }
  [yt-btn].-mobile .-hide,
  a.yt-btn.-mobile .-hide,
  .yt-btn.-mobile .-hide {
    display: none; }
    @media only screen and (min-width: 640px) {
      [yt-btn].-mobile .-hide,
      a.yt-btn.-mobile .-hide,
      .yt-btn.-mobile .-hide {
        display: inline-block; } }
  [yt-btn].-mobile .-show,
  a.yt-btn.-mobile .-show,
  .yt-btn.-mobile .-show {
    display: inline-block; }
    @media only screen and (min-width: 640px) {
      [yt-btn].-mobile .-show,
      a.yt-btn.-mobile .-show,
      .yt-btn.-mobile .-show {
        display: none; } }
  [yt-btn] .-btn-icon.-right,
  a.yt-btn .-btn-icon.-right,
  .yt-btn .-btn-icon.-right {
    margin-left: 8px; }
  [yt-btn] .-btn-icon.-left,
  a.yt-btn .-btn-icon.-left,
  .yt-btn .-btn-icon.-left {
    margin-right: 8px; }
  @media screen and (max-width: 450px) {
    [yt-btn],
    a.yt-btn,
    .yt-btn {
      font-size: 0.9rem;
      padding: 5px 5px; } }

[yt-btn~="x-large"],
.yt-btn.x-large {
  font-size: 1.75rem;
  padding: 18px 36px; }

[yt-btn~="large"],
.yt-btn.large {
  padding: 16px 32px;
  font-size: 1.25rem; }
  @media only screen and (min-width: 900px) {
    [yt-btn~="large"],
    .yt-btn.large {
      font-size: 1.35rem; } }

[yt-btn~="small"],
.yt-btn.small {
  padding: 8px 16px;
  font-size: .725rem; }

[yt-btn~="x-small"],
.yt-btn.x-small {
  padding: 4px 15px;
  font-size: .625rem; }

[yt-btn~="block"],
.yt-btn.block {
  display: block;
  width: 100%; }

[yt-btn~="brand-primary"],
.yt-btn.brand-primary {
  background-color: #455362;
  color: #FFFFFF; }
  [yt-btn~="brand-primary"]:visited,
  .yt-btn.brand-primary:visited {
    color: #FFFFFF; }
  [yt-btn~="brand-primary"]:hover,
  .yt-btn.brand-primary:hover {
    background-color: #303a44;
    color: #FFFFFF; }
  [yt-btn~="brand-primary"]:active,
  .yt-btn.brand-primary:active {
    color: #FFFFFF; }

[yt-btn~="accent"],
.yt-btn.accent {
  background-color: #f8612c;
  color: #FFFFFF; }
  [yt-btn~="accent"]:visited,
  .yt-btn.accent:visited {
    color: #FFFFFF; }
  [yt-btn~="accent"]:hover,
  .yt-btn.accent:hover {
    background-color: #e94208;
    color: #FFFFFF; }
  [yt-btn~="accent"]:active,
  .yt-btn.accent:active {
    color: #FFFFFF;
    background-color: #fa865d; }

[yt-btn~="dark"],
.yt-btn.dark {
  background-color: #444;
  border-color: #444;
  color: #FFFFFF; }
  [yt-btn~="dark"]:visited,
  .yt-btn.dark:visited {
    color: #FFFFFF; }
  [yt-btn~="dark"]:hover,
  .yt-btn.dark:hover {
    background-color: #2b2b2b;
    color: #FFFFFF; }
  [yt-btn~="dark"]:active, [yt-btn~="dark"].-active,
  .yt-btn.dark:active,
  .yt-btn.dark.-active {
    color: #FFFFFF;
    background-color: #1e1e1e; }

[yt-btn~="success"],
.yt-btn.success {
  background-color: #00BC8B;
  color: #FFFFFF; }
  [yt-btn~="success"]:visited,
  .yt-btn.success:visited {
    color: #FFFFFF; }
  [yt-btn~="success"]:hover,
  .yt-btn.success:hover {
    background-color: #008965;
    color: #FFFFFF; }
  [yt-btn~="success"]:active,
  .yt-btn.success:active {
    color: #FFFFFF; }

[yt-btn~="pending"],
.yt-btn.pending {
  background-color: #ffcc47;
  color: rgba(0, 0, 0, 0.87); }
  [yt-btn~="pending"]:visited,
  .yt-btn.pending:visited {
    color: rgba(0, 0, 0, 0.87); }
  [yt-btn~="pending"]:hover,
  .yt-btn.pending:hover {
    background-color: #ffbe14;
    color: rgba(0, 0, 0, 0.87); }
  [yt-btn~="pending"]:active,
  .yt-btn.pending:active {
    color: rgba(0, 0, 0, 0.87); }

[yt-btn~="warning"],
.yt-btn.warning {
  background-color: #ff8a47;
  color: #FFFFFF; }
  [yt-btn~="warning"]:visited,
  .yt-btn.warning:visited {
    color: #FFFFFF; }
  [yt-btn~="warning"]:hover,
  .yt-btn.warning:hover {
    background-color: #ff6a14;
    color: #FFFFFF; }
  [yt-btn~="warning"]:active,
  .yt-btn.warning:active {
    color: #FFFFFF; }

[yt-btn~="danger"],
.yt-btn.danger {
  background-color: #e74c3c;
  color: #FFFFFF; }
  [yt-btn~="danger"]:visited,
  .yt-btn.danger:visited {
    color: #FFFFFF; }
  [yt-btn~="danger"]:hover,
  .yt-btn.danger:hover {
    background-color: #d62c1a;
    color: #FFFFFF; }
  [yt-btn~="danger"]:active,
  .yt-btn.danger:active {
    color: #FFFFFF;
    background-color: #ed7669; }

[yt-btn~="info"],
.yt-btn.info {
  background-color: #455362;
  color: #FFFFFF; }
  [yt-btn~="info"]:visited,
  .yt-btn.info:visited {
    color: #FFFFFF; }
  [yt-btn~="info"]:hover,
  .yt-btn.info:hover {
    background-color: #303a44;
    color: #FFFFFF; }
  [yt-btn~="info"]:active,
  .yt-btn.info:active {
    color: #FFFFFF;
    background-color: #5a6c80; }

[yt-btn~="muted"],
.yt-btn.muted {
  background-color: rgba(0, 0, 0, 0.47);
  color: #FFFFFF; }
  [yt-btn~="muted"]:visited,
  .yt-btn.muted:visited {
    color: #FFFFFF; }
  [yt-btn~="muted"]:hover,
  .yt-btn.muted:hover {
    background-color: rgba(0, 0, 0, 0.87);
    color: #FFFFFF; }
  [yt-btn~="muted"]:active,
  .yt-btn.muted:active {
    color: #FFFFFF;
    background-color: rgba(13, 13, 13, 0.87); }

[yt-btn~="fowler"],
.yt-btn.fowler {
  background-color: #2555e9;
  border-color: #2555e9;
  color: #FFFFFF; }
  [yt-btn~="fowler"]:hover,
  .yt-btn.fowler:hover {
    background-color: #1440c7;
    color: #FFFFFF; }
  [yt-btn~="fowler"]:active,
  .yt-btn.fowler:active {
    color: #FFFFFF; }

[yt-btn~="primary"],
.yt-btn.primary {
  background-color: #EE5C29 !important;
  border: none !important;
  color: #FFFFFF !important; }
  [yt-btn~="primary"]:hover,
  .yt-btn.primary:hover {
    background-color: #FF7A4D !important; }
  [yt-btn~="primary"]:focus,
  .yt-btn.primary:focus {
    background-color: #D74F1F !important; }
  [yt-btn~="primary"]:active,
  .yt-btn.primary:active {
    background-color: #D74F1F !important; }
  [yt-btn~="primary"]:active:hover,
  .yt-btn.primary:active:hover {
    background-color: #D74F1F !important; }
  [yt-btn~="primary"]:disabled,
  .yt-btn.primary:disabled {
    opacity: 50% !important; }

[yt-btn~="secondary"],
.yt-btn.secondary {
  background-color: #FFFFFF !important;
  border: 1px solid #EE5C29 !important;
  color: #EE5C29 !important; }
  [yt-btn~="secondary"]:hover,
  .yt-btn.secondary:hover {
    border-color: #FF7A4D !important;
    color: #FF7A4D !important; }
  [yt-btn~="secondary"]:focus,
  .yt-btn.secondary:focus {
    border-color: #D74F1F !important;
    color: #D74F1F !important; }
  [yt-btn~="secondary"]:active,
  .yt-btn.secondary:active {
    border-color: #D74F1F !important;
    color: #D74F1F !important; }
  [yt-btn~="secondary"]:active:hover,
  .yt-btn.secondary:active:hover {
    border-color: #FFFFFF !important;
    color: #D74F1F !important; }
  [yt-btn~="secondary"]:disabled,
  .yt-btn.secondary:disabled {
    border-color: #C5C5C5 !important;
    color: #C5C5C5 !important; }

[yt-btn~="tertiary"],
.yt-btn.tertiary {
  background-color: #B1C4D5 !important;
  border: 1px solid #EE5C29 !important;
  color: #455362 !important; }
  [yt-btn~="tertiary"].muted,
  .yt-btn.tertiary.muted {
    background-color: #FFFFFF !important;
    border-color: #C9D3DC !important;
    color: #8C9AA5 !important; }
  [yt-btn~="tertiary"]:hover,
  .yt-btn.tertiary:hover {
    background-color: #DFE6EE !important; }
  [yt-btn~="tertiary"]:focus,
  .yt-btn.tertiary:focus {
    background-color: #7A8893 !important; }
  [yt-btn~="tertiary"]:active,
  .yt-btn.tertiary:active {
    background-color: #7A8893 !important; }
  [yt-btn~="tertiary"]:active:hover,
  .yt-btn.tertiary:active:hover {
    background-color: #C9D3DC !important; }
  [yt-btn~="tertiary"]:disabled,
  .yt-btn.tertiary:disabled {
    background-color: #EEEEEE !important;
    color: #C5C5C5 !important;
    border: 1px solid #C5C5C5 !important; }

[yt-btn~="slate"],
.yt-btn.slate {
  background-color: #455362 !important;
  border: 2px solid #FF7A4D !important;
  color: #FFFFFF !important; }
  [yt-btn~="slate"].muted,
  .yt-btn.slate.muted {
    background-color: #626F7F !important; }
  [yt-btn~="slate"]:hover,
  .yt-btn.slate:hover {
    background-color: #626F7F !important; }
  [yt-btn~="slate"]:focus,
  .yt-btn.slate:focus {
    background-color: #313E4D !important; }
  [yt-btn~="slate"]:active,
  .yt-btn.slate:active {
    background-color: #313E4D !important; }
  [yt-btn~="slate"]:active:hover,
  .yt-btn.slate:active:hover {
    background-color: #313E4D !important; }
  [yt-btn~="slate"]:disabled,
  .yt-btn.slate:disabled {
    background-color: #626F7F !important;
    color: #FFFFFF !important; }

[yt-btn~="black"],
.yt-btn.black {
  background-color: #252C34 !important;
  color: #FFFFFF !important; }
  [yt-btn~="black"].muted,
  .yt-btn.black.muted {
    background-color: #313840 !important; }
  [yt-btn~="black"]:hover,
  .yt-btn.black:hover {
    background-color: #313840 !important; }
  [yt-btn~="black"]:focus,
  .yt-btn.black:focus {
    background-color: #12171D !important; }
  [yt-btn~="black"]:active,
  .yt-btn.black:active {
    background-color: #12171D !important; }
  [yt-btn~="black"]:active:hover,
  .yt-btn.black:active:hover {
    background-color: #C9D3DC !important; }
  [yt-btn~="black"]:disabled,
  .yt-btn.black:disabled {
    background-color: #313840 !important;
    color: #FFFFFF !important; }

[yt-btn~="slp"],
.yt-btn.slp {
  background-color: #0E274E;
  color: #FFFFFF; }
  [yt-btn~="slp"]:visited,
  .yt-btn.slp:visited {
    color: #FFFFFF; }
  [yt-btn~="slp"]:hover,
  .yt-btn.slp:hover {
    background-color: #13305f;
    color: #FFFFFF; }
  [yt-btn~="slp"]:active,
  .yt-btn.slp:active {
    color: #FFFFFF; }

[yt-btn~="flat"],
.yt-btn.flat {
  position: static;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  -o-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent; }
  [yt-btn~="flat"]:hover:hover,
  .yt-btn.flat:hover:hover {
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    -o-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent; }
  [yt-btn~="flat"]:hover:active,
  .yt-btn.flat:hover:active {
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    -o-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent; }

[yt-btn~="link"],
a.yt-btn.link,
.yt-btn.link {
  background-color: transparent;
  border: none;
  color: #455362;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  [yt-btn~="link"]:hover:visited,
  a.yt-btn.link:hover:visited,
  .yt-btn.link:hover:visited {
    color: rgba(0, 0, 0, 0.87); }
  [yt-btn~="link"]:hover:hover,
  a.yt-btn.link:hover:hover,
  .yt-btn.link:hover:hover {
    background-color: #eee;
    color: #313E4D; }
  [yt-btn~="link"]:hover:active,
  a.yt-btn.link:hover:active,
  .yt-btn.link:hover:active {
    background-color: #e4e4e4; }
  [yt-btn~="link"].light,
  a.yt-btn.link.light,
  .yt-btn.link.light {
    color: rgba(255, 255, 255, 0.9); }
    [yt-btn~="link"].light:hover:visited,
    a.yt-btn.link.light:hover:visited,
    .yt-btn.link.light:hover:visited {
      color: #e95d4e; }
    [yt-btn~="link"].light:hover:hover,
    a.yt-btn.link.light:hover:hover,
    .yt-btn.link.light:hover:hover {
      background-color: #ddd;
      color: rgba(0, 0, 0, 0.87); }
    [yt-btn~="link"].light:hover:active,
    a.yt-btn.link.light:hover:active,
    .yt-btn.link.light:hover:active {
      background-color: #f29f97; }
  [yt-btn~="link"].danger,
  a.yt-btn.link.danger,
  .yt-btn.link.danger {
    color: #e74c3c; }
    [yt-btn~="link"].danger:hover:visited,
    a.yt-btn.link.danger:hover:visited,
    .yt-btn.link.danger:hover:visited {
      color: #e95d4e; }
    [yt-btn~="link"].danger:hover:hover,
    a.yt-btn.link.danger:hover:hover,
    .yt-btn.link.danger:hover:hover {
      background-color: #ddd;
      color: #d62c1a; }
    [yt-btn~="link"].danger:hover:active,
    a.yt-btn.link.danger:hover:active,
    .yt-btn.link.danger:hover:active {
      background-color: #f29f97; }
  [yt-btn~="link"].warning,
  a.yt-btn.link.warning,
  .yt-btn.link.warning {
    color: #ff8a47; }
    [yt-btn~="link"].warning:hover:visited,
    a.yt-btn.link.warning:hover:visited,
    .yt-btn.link.warning:hover:visited {
      color: #ff975b; }
    [yt-btn~="link"].warning:hover:hover,
    a.yt-btn.link.warning:hover:hover,
    .yt-btn.link.warning:hover:hover {
      background-color: #ddd;
      color: #ff6a14; }
    [yt-btn~="link"].warning:hover:active,
    a.yt-btn.link.warning:hover:active,
    .yt-btn.link.warning:hover:active {
      background-color: #ff975b; }
  [yt-btn~="link"].success,
  a.yt-btn.link.success,
  .yt-btn.link.success {
    color: #00BC8B; }
    [yt-btn~="link"].success:hover:visited,
    a.yt-btn.link.success:hover:visited,
    .yt-btn.link.success:hover:visited {
      color: #00d09a; }
    [yt-btn~="link"].success:hover:hover,
    a.yt-btn.link.success:hover:hover,
    .yt-btn.link.success:hover:hover {
      background-color: #ddd;
      color: #008965; }
    [yt-btn~="link"].success:hover:active,
    a.yt-btn.link.success:hover:active,
    .yt-btn.link.success:hover:active {
      background-color: #00d09a; }
  [yt-btn~="link"].slp,
  a.yt-btn.link.slp,
  .yt-btn.link.slp {
    color: #1B468A; }
    [yt-btn~="link"].slp:hover:visited,
    a.yt-btn.link.slp:hover:visited,
    .yt-btn.link.slp:hover:visited {
      color: #1e4f9b; }
    [yt-btn~="link"].slp:hover:hover,
    a.yt-btn.link.slp:hover:hover,
    .yt-btn.link.slp:hover:hover {
      background-color: #ddd;
      color: #13305f; }
    [yt-btn~="link"].slp:hover:active,
    a.yt-btn.link.slp:hover:active,
    .yt-btn.link.slp:hover:active {
      background-color: #1e4f9b; }
  [yt-btn~="link"].info,
  a.yt-btn.link.info,
  .yt-btn.link.info {
    color: #455362; }
    [yt-btn~="link"].info:hover:visited,
    a.yt-btn.link.info:hover:visited,
    .yt-btn.link.info:hover:visited {
      color: #4d5d6e; }
    [yt-btn~="link"].info:hover:hover,
    a.yt-btn.link.info:hover:hover,
    .yt-btn.link.info:hover:hover {
      background-color: #ddd;
      color: #303a44; }
    [yt-btn~="link"].info:hover:active,
    a.yt-btn.link.info:hover:active,
    .yt-btn.link.info:hover:active {
      background-color: #4d5d6e; }
  [yt-btn~="link"].muted,
  a.yt-btn.link.muted,
  .yt-btn.link.muted {
    color: rgba(0, 0, 0, 0.87); }
    [yt-btn~="link"].muted:hover:visited,
    a.yt-btn.link.muted:hover:visited,
    .yt-btn.link.muted:hover:visited {
      color: rgba(10, 10, 10, 0.87); }
    [yt-btn~="link"].muted:hover:active,
    a.yt-btn.link.muted:hover:active,
    .yt-btn.link.muted:hover:active {
      background-color: rgba(10, 10, 10, 0.87); }
  [yt-btn~="link"].brand-border,
  a.yt-btn.link.brand-border,
  .yt-btn.link.brand-border {
    color: rgba(0, 0, 0, 0.87);
    border: 1px solid #EE5C29; }
    [yt-btn~="link"].brand-border:hover,
    a.yt-btn.link.brand-border:hover,
    .yt-btn.link.brand-border:hover {
      background-color: #EE5C29;
      color: #FFFFFF; }

[yt-btn~="white-bg"],
a.yt-btn.white-bg,
.yt-btn.white-bg {
  background-color: #fff;
  border: none;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  [yt-btn~="white-bg"]:hover:visited,
  a.yt-btn.white-bg:hover:visited,
  .yt-btn.white-bg:hover:visited {
    color: rgba(0, 0, 0, 0.87); }
  [yt-btn~="white-bg"]:hover:hover,
  a.yt-btn.white-bg:hover:hover,
  .yt-btn.white-bg:hover:hover {
    background-color: #eee;
    color: #ee5824; }
  [yt-btn~="white-bg"]:hover:active,
  a.yt-btn.white-bg:hover:active,
  .yt-btn.white-bg:hover:active {
    background-color: #e4e4e4; }
  [yt-btn~="white-bg"].light,
  a.yt-btn.white-bg.light,
  .yt-btn.white-bg.light {
    color: rgba(255, 255, 255, 0.9); }
    [yt-btn~="white-bg"].light:hover:visited,
    a.yt-btn.white-bg.light:hover:visited,
    .yt-btn.white-bg.light:hover:visited {
      color: #e95d4e; }
    [yt-btn~="white-bg"].light:hover:hover,
    a.yt-btn.white-bg.light:hover:hover,
    .yt-btn.white-bg.light:hover:hover {
      background-color: #ddd;
      color: rgba(0, 0, 0, 0.87); }
    [yt-btn~="white-bg"].light:hover:active,
    a.yt-btn.white-bg.light:hover:active,
    .yt-btn.white-bg.light:hover:active {
      background-color: #f29f97; }
  [yt-btn~="white-bg"].danger,
  a.yt-btn.white-bg.danger,
  .yt-btn.white-bg.danger {
    color: #e74c3c; }
    [yt-btn~="white-bg"].danger:hover:visited,
    a.yt-btn.white-bg.danger:hover:visited,
    .yt-btn.white-bg.danger:hover:visited {
      color: #e95d4e; }
    [yt-btn~="white-bg"].danger:hover:hover,
    a.yt-btn.white-bg.danger:hover:hover,
    .yt-btn.white-bg.danger:hover:hover {
      background-color: #ddd;
      color: #d62c1a; }
    [yt-btn~="white-bg"].danger:hover:active,
    a.yt-btn.white-bg.danger:hover:active,
    .yt-btn.white-bg.danger:hover:active {
      background-color: #f29f97; }
  [yt-btn~="white-bg"].warning,
  a.yt-btn.white-bg.warning,
  .yt-btn.white-bg.warning {
    color: #ff8a47; }
    [yt-btn~="white-bg"].warning:hover:visited,
    a.yt-btn.white-bg.warning:hover:visited,
    .yt-btn.white-bg.warning:hover:visited {
      color: #ff975b; }
    [yt-btn~="white-bg"].warning:hover:hover,
    a.yt-btn.white-bg.warning:hover:hover,
    .yt-btn.white-bg.warning:hover:hover {
      background-color: #ddd;
      color: #ff6a14; }
    [yt-btn~="white-bg"].warning:hover:active,
    a.yt-btn.white-bg.warning:hover:active,
    .yt-btn.white-bg.warning:hover:active {
      background-color: #ff975b; }
  [yt-btn~="white-bg"].success,
  a.yt-btn.white-bg.success,
  .yt-btn.white-bg.success {
    color: #00BC8B; }
    [yt-btn~="white-bg"].success:hover:visited,
    a.yt-btn.white-bg.success:hover:visited,
    .yt-btn.white-bg.success:hover:visited {
      color: #00d09a; }
    [yt-btn~="white-bg"].success:hover:hover,
    a.yt-btn.white-bg.success:hover:hover,
    .yt-btn.white-bg.success:hover:hover {
      background-color: #ddd;
      color: #008965; }
    [yt-btn~="white-bg"].success:hover:active,
    a.yt-btn.white-bg.success:hover:active,
    .yt-btn.white-bg.success:hover:active {
      background-color: #00d09a; }
  [yt-btn~="white-bg"].info,
  a.yt-btn.white-bg.info,
  .yt-btn.white-bg.info {
    color: #455362; }
    [yt-btn~="white-bg"].info:hover:visited,
    a.yt-btn.white-bg.info:hover:visited,
    .yt-btn.white-bg.info:hover:visited {
      color: #4d5d6e; }
    [yt-btn~="white-bg"].info:hover:hover,
    a.yt-btn.white-bg.info:hover:hover,
    .yt-btn.white-bg.info:hover:hover {
      background-color: #ddd;
      color: #303a44; }
    [yt-btn~="white-bg"].info:hover:active,
    a.yt-btn.white-bg.info:hover:active,
    .yt-btn.white-bg.info:hover:active {
      background-color: #4d5d6e; }
  [yt-btn~="white-bg"].muted,
  a.yt-btn.white-bg.muted,
  .yt-btn.white-bg.muted {
    color: rgba(0, 0, 0, 0.87); }
    [yt-btn~="white-bg"].muted:hover:visited,
    a.yt-btn.white-bg.muted:hover:visited,
    .yt-btn.white-bg.muted:hover:visited {
      color: rgba(10, 10, 10, 0.87); }
    [yt-btn~="white-bg"].muted:hover:active,
    a.yt-btn.white-bg.muted:hover:active,
    .yt-btn.white-bg.muted:hover:active {
      background-color: rgba(10, 10, 10, 0.87); }
  [yt-btn~="white-bg"].icon,
  a.yt-btn.white-bg.icon,
  .yt-btn.white-bg.icon {
    color: rgba(0, 0, 0, 0.87);
    padding: 0px 5px;
    font-size: 0.875rem; }
    [yt-btn~="white-bg"].icon.-left,
    a.yt-btn.white-bg.icon.-left,
    .yt-btn.white-bg.icon.-left {
      padding: 0px 10px; }
    [yt-btn~="white-bg"].icon:hover:visited,
    a.yt-btn.white-bg.icon:hover:visited,
    .yt-btn.white-bg.icon:hover:visited {
      color: rgba(10, 10, 10, 0.87); }
    [yt-btn~="white-bg"].icon:hover:hover,
    a.yt-btn.white-bg.icon:hover:hover,
    .yt-btn.white-bg.icon:hover:hover {
      background-color: #FFFFFF;
      color: #ee5824; }

[yt-btn~="bordered"],
a.yt-btn.bordered,
.yt-btn.bordered {
  background-color: #fff;
  border: 2px solid #455362;
  color: #455362;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  [yt-btn~="bordered"]:hover:visited,
  a.yt-btn.bordered:hover:visited,
  .yt-btn.bordered:hover:visited {
    color: #455362; }
  [yt-btn~="bordered"]:hover:hover,
  a.yt-btn.bordered:hover:hover,
  .yt-btn.bordered:hover:hover {
    background-color: #43505f;
    color: #fff;
    border-color: #43505f; }
  [yt-btn~="bordered"]:hover:active,
  a.yt-btn.bordered:hover:active,
  .yt-btn.bordered:hover:active {
    background-color: #3d4956;
    border-color: #43505f; }
  [yt-btn~="bordered"].-clear,
  a.yt-btn.bordered.-clear,
  .yt-btn.bordered.-clear {
    background-color: transparent; }
  [yt-btn~="bordered"].light,
  a.yt-btn.bordered.light,
  .yt-btn.bordered.light {
    color: #C9D3DC;
    border-color: #C9D3DC; }
    [yt-btn~="bordered"].light:hover:visited,
    a.yt-btn.bordered.light:hover:visited,
    .yt-btn.bordered.light:hover:visited {
      color: rgba(255, 255, 255, 0.9); }
    [yt-btn~="bordered"].light:hover:hover,
    a.yt-btn.bordered.light:hover:hover,
    .yt-btn.bordered.light:hover:hover {
      background-color: rgba(252, 252, 252, 0.9);
      color: rgba(0, 0, 0, 0.87);
      border-color: rgba(252, 252, 252, 0.9); }
    [yt-btn~="bordered"].light:hover:active,
    a.yt-btn.bordered.light:hover:active,
    .yt-btn.bordered.light:hover:active {
      background-color: rgba(245, 245, 245, 0.9);
      border-color: rgba(252, 252, 252, 0.9); }
  [yt-btn~="bordered"].danger,
  a.yt-btn.bordered.danger,
  .yt-btn.bordered.danger {
    color: #e74c3c;
    border-color: #e74c3c; }
    [yt-btn~="bordered"].danger:hover:visited,
    a.yt-btn.bordered.danger:hover:visited,
    .yt-btn.bordered.danger:hover:visited {
      color: #e74c3c; }
    [yt-btn~="bordered"].danger:hover:hover,
    a.yt-btn.bordered.danger:hover:hover,
    .yt-btn.bordered.danger:hover:hover {
      background-color: #e64837;
      color: #fff;
      border-color: #e64837; }
    [yt-btn~="bordered"].danger:hover:active,
    a.yt-btn.bordered.danger:hover:active,
    .yt-btn.bordered.danger:hover:active {
      background-color: #e53b2a;
      border-color: #e64837; }
  [yt-btn~="bordered"].warning,
  a.yt-btn.bordered.warning,
  .yt-btn.bordered.warning {
    color: #ff8a47;
    border-color: #ff8a47; }
    [yt-btn~="bordered"].warning:hover:visited,
    a.yt-btn.bordered.warning:hover:visited,
    .yt-btn.bordered.warning:hover:visited {
      color: #ff8a47; }
    [yt-btn~="bordered"].warning:hover:hover,
    a.yt-btn.bordered.warning:hover:hover,
    .yt-btn.bordered.warning:hover:hover {
      background-color: #ff8742;
      color: #fff;
      border-color: #ff8742; }
    [yt-btn~="bordered"].warning:hover:active,
    a.yt-btn.bordered.warning:hover:active,
    .yt-btn.bordered.warning:hover:active {
      background-color: #ff7d33;
      border-color: #ff8742; }
  [yt-btn~="bordered"].success,
  a.yt-btn.bordered.success,
  .yt-btn.bordered.success {
    color: #00BC8B;
    border-color: #00BC8B; }
    [yt-btn~="bordered"].success:hover:visited,
    a.yt-btn.bordered.success:hover:visited,
    .yt-btn.bordered.success:hover:visited {
      color: #00BC8B; }
    [yt-btn~="bordered"].success:hover:hover,
    a.yt-btn.bordered.success:hover:hover,
    .yt-btn.bordered.success:hover:hover {
      background-color: #00b787;
      color: #fff;
      border-color: #00b787; }
    [yt-btn~="bordered"].success:hover:active,
    a.yt-btn.bordered.success:hover:active,
    .yt-btn.bordered.success:hover:active {
      background-color: #00a87c;
      border-color: #00b787; }
  [yt-btn~="bordered"].info,
  a.yt-btn.bordered.info,
  .yt-btn.bordered.info {
    color: #455362;
    border-color: #455362; }
    [yt-btn~="bordered"].info:hover:visited,
    a.yt-btn.bordered.info:hover:visited,
    .yt-btn.bordered.info:hover:visited {
      color: #455362; }
    [yt-btn~="bordered"].info:hover:hover,
    a.yt-btn.bordered.info:hover:hover,
    .yt-btn.bordered.info:hover:hover {
      background-color: #43505f;
      color: #fff;
      border-color: #43505f; }
    [yt-btn~="bordered"].info:hover:active,
    a.yt-btn.bordered.info:hover:active,
    .yt-btn.bordered.info:hover:active {
      background-color: #3d4956;
      border-color: #43505f; }
  [yt-btn~="bordered"].muted,
  a.yt-btn.bordered.muted,
  .yt-btn.bordered.muted {
    color: rgba(0, 0, 0, 0.47);
    border-color: rgba(0, 0, 0, 0.47); }
    [yt-btn~="bordered"].muted:hover:visited,
    a.yt-btn.bordered.muted:hover:visited,
    .yt-btn.bordered.muted:hover:visited {
      color: rgba(0, 0, 0, 0.87); }
    [yt-btn~="bordered"].muted:hover:hover,
    a.yt-btn.bordered.muted:hover:hover,
    .yt-btn.bordered.muted:hover:hover {
      background-color: rgba(0, 0, 0, 0.87);
      color: #fff;
      border-color: rgba(0, 0, 0, 0.87); }
    [yt-btn~="bordered"].muted:hover:active,
    a.yt-btn.bordered.muted:hover:active,
    .yt-btn.bordered.muted:hover:active {
      background-color: rgba(10, 10, 10, 0.87);
      border-color: rgba(3, 3, 3, 0.87); }
  [yt-btn~="bordered"].accent,
  a.yt-btn.bordered.accent,
  .yt-btn.bordered.accent {
    color: #f8612c;
    border-color: #f8612c; }
    [yt-btn~="bordered"].accent:hover:visited,
    a.yt-btn.bordered.accent:hover:visited,
    .yt-btn.bordered.accent:hover:visited {
      color: #f8612c; }
    [yt-btn~="bordered"].accent:hover:hover,
    a.yt-btn.bordered.accent:hover:hover,
    .yt-btn.bordered.accent:hover:hover {
      background-color: #f85d27;
      color: #fff;
      border-color: #f85d27; }
    [yt-btn~="bordered"].accent:hover:active,
    a.yt-btn.bordered.accent:hover:active,
    .yt-btn.bordered.accent:hover:active {
      background-color: #f75218;
      border-color: #f85d27; }

.dropdown-btn {
  height: 25px;
  width: 25px; }

.yt-btn.-start-btn,
a.yt-btn.-start-btn {
  margin-right: 32px;
  background-color: #FF7A4D;
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #FFF;
  font-weight: 600;
  font-size: 20px; }
  .yt-btn.-start-btn .-icon,
  a.yt-btn.-start-btn .-icon {
    margin-left: 8px; }
  .yt-btn.-start-btn:hover,
  a.yt-btn.-start-btn:hover {
    cursor: pointer;
    background-color: #ee5c29;
    border-color: #fff;
    color: #fff; }

.yt-btn.-trailer-btn,
a.yt-btn.-trailer-btn {
  background-color: transparent;
  border: 1.5px solid #252C34;
  color: #252C34;
  font-weight: normal;
  font-size: 12px;
  padding: 8px 16px;
  margin-right: 15px;
  margin-left: 15px; }
  .yt-btn.-trailer-btn .-icon,
  a.yt-btn.-trailer-btn .-icon {
    margin: 4px; }
  .yt-btn.-trailer-btn:hover,
  a.yt-btn.-trailer-btn:hover {
    cursor: pointer;
    border-color: #252C34;
    background-color: #252C34;
    color: #FFFFFF; }

.yt-btn.-expiring-btn,
a.yt-btn.-expiring-btn {
  padding: 8px 16px;
  font-size: .8rem; }
  .yt-btn.-expiring-btn:active,
  a.yt-btn.-expiring-btn:active {
    color: white; }

.card {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all 250ms ease-in-out;
  z-index: 500; }
  .card.-clear {
    background-color: transparent; }
  .card.-archived {
    background-color: #e6e6e6;
    opacity: 0.7; }
    .card.-archived:hover {
      background-color: #fff;
      opacity: 1; }
  .card img {
    width: 100%;
    height: auto;
    transition: all 250ms ease-in-out; }
  .card .card-header {
    padding: 16px 16px 8px 16px;
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
    .card .card-header.clipped {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .card .card-body {
    padding: 8px 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .card .card-body.full {
      margin: -16px; }
  .card.-bordered {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px; }
  .card .card-footer {
    padding: 8px 16px 16px 16px;
    -webkit-box-flex: 0 0 15%;
    -webkit-flex: 0 0 15%;
    -moz-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
    @media screen and (max-width: 450px) {
      .card .card-footer {
        margin-bottom: 30px; } }
  .card.-hoverable:hover {
    -webkit-box-shadow: 0 8px 24px rgba(78, 78, 78, 0.27);
    -moz-box-shadow: 0 8px 24px rgba(78, 78, 78, 0.27);
    -o-box-shadow: 0 8px 24px rgba(78, 78, 78, 0.27);
    box-shadow: 0 8px 24px rgba(78, 78, 78, 0.27); }
    .card.-hoverable:hover.linkable {
      cursor: pointer; }
  .card .card-banner {
    position: relative; }
    .card .card-banner .-image {
      height: 180px;
      background-position: center center;
      background-size: cover; }
      @media only screen and (min-width: 1280px) {
        .card .card-banner .-image {
          height: 240px; } }
  .card .title {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-size: 1.25rem;
    padding-bottom: 8px; }
    @media only screen and (min-width: 900px) {
      .card .title {
        font-size: 1.35rem; } }
    .card .title .subhead {
      margin-bottom: 5px; }
  .card .summary {
    font-size: 0.875rem; }
    .card .summary.clipped {
      overflow: hidden;
      height: 70px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }

.clear-card {
  background-color: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 16px; }
  .clear-card img {
    width: 100%;
    height: auto;
    transition: all 250ms ease-in-out; }
  .clear-card .card-header {
    padding: 16px;
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .clear-card .title {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-size: 1.25rem;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media only screen and (min-width: 900px) {
      .clear-card .title {
        font-size: 1.35rem; } }
    .clear-card .title .subhead {
      margin-bottom: 5px; }
  .clear-card .summary {
    font-size: 0.875rem;
    padding: 16px 0; }
    .clear-card .summary.clipped {
      overflow: hidden;
      height: 90px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
  .clear-card .caption {
    font-size: .8rem;
    padding: 16px 0;
    transition: all 250ms ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .clear-card .caption .lead {
      font-size: .8rem;
      text-transform: uppercase; }
  .clear-card .card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .clear-card .card-body.full {
      margin: -16px; }
  .clear-card .card-footer {
    padding: 16px;
    -webkit-box-flex: 0 0 15%;
    -webkit-flex: 0 0 15%;
    -moz-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
  .clear-card.hoverable:hover {
    cursor: pointer; }
    .clear-card.hoverable:hover img {
      -webkit-box-shadow: 0 0 40px rgba(78, 78, 78, 0.27);
      -moz-box-shadow: 0 0 40px rgba(78, 78, 78, 0.27);
      -o-box-shadow: 0 0 40px rgba(78, 78, 78, 0.27);
      box-shadow: 0 0 40px rgba(78, 78, 78, 0.27); }
    .clear-card.hoverable:hover .title,
    .clear-card.hoverable:hover .keep-reading {
      color: #455362; }

.action-card {
  transition: all 250ms ease-in-out;
  padding-bottom: 0px; }
  .action-card h4 {
    line-height: 1.2; }
  @media only screen and (min-width: 640px) {
    .action-card {
      padding: 60px 60px;
      margin-left: -60px;
      margin-right: -60px; } }
  .action-card hr {
    margin-top: -30px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 640px) {
      .action-card hr {
        margin-top: -60px;
        margin-bottom: 60px;
        transition: all 250ms ease-in-out; } }
  .action-card .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 640px) {
      .action-card .details {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
    .action-card .details .figure {
      margin-bottom: 16px;
      max-width: 80%;
      display: none; }
      @media only screen and (min-width: 640px) {
        .action-card .details .figure {
          display: inline-block;
          margin-bottom: 0;
          margin-right: 60px; } }
      .action-card .details .figure .bg-image {
        width: 100%;
        background-image: url("https://s3.amazonaws.com/flabs-carbon/carbon.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        .action-card .details .figure .bg-image.square {
          height: 0;
          padding-bottom: 100%; }
        .action-card .details .figure .bg-image.circle {
          height: 0;
          padding-bottom: 100%;
          border-radius: 50%; }
    .action-card .details .action-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-bottom: 60px; }
      @media only screen and (min-width: 640px) {
        .action-card .details .action-body {
          margin-bottom: 0; } }
      .action-card .details .action-body .action-arrow {
        display: none;
        font-size: 2.4rem;
        color: rgba(255, 255, 255, 0.9);
        transition: all 250ms ease-in-out; }
        @media only screen and (min-width: 1020px) {
          .action-card .details .action-body .action-arrow {
            display: block;
            margin-left: 60px; } }
        @media only screen and (min-width: 1280px) {
          .action-card .details .action-body .action-arrow {
            margin-left: 33%; } }
      .action-card .details .action-body .source {
        font-weight: 300; }
  .action-card:hover {
    cursor: pointer;
    color: #455362; }
    .action-card:hover .action-arrow {
      color: #455362 !important; }
  @media only screen and (min-width: 640px) {
    .action-card:hover {
      color: rgba(0, 0, 0, 0.87);
      -webkit-box-shadow: 0px 4px 18px rgba(78, 78, 78, 0.27);
      -moz-box-shadow: 0px 4px 18px rgba(78, 78, 78, 0.27);
      -o-box-shadow: 0px 4px 18px rgba(78, 78, 78, 0.27);
      box-shadow: 0px 4px 18px rgba(78, 78, 78, 0.27); }
      .action-card:hover hr {
        opacity: 0; }
    .action-card.download:hover {
      box-shadow: none; }
      .action-card.download:hover hr {
        opacity: 1; } }
  .action-card.download hr {
    display: none; }
  @media only screen and (min-width: 900px) {
    .action-card.download hr {
      display: block; } }
  .action-card.download .action-arrow i {
    font-size: 2rem; }
  .action-card.download h5 {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .action-card.download:hover h5 {
    color: #455362; }

.media-card.hoverable:hover img {
  -webkit-box-shadow: 0 0 50px rgba(78, 78, 78, 0.27);
  -moz-box-shadow: 0 0 50px rgba(78, 78, 78, 0.27);
  -o-box-shadow: 0 0 50px rgba(78, 78, 78, 0.27);
  box-shadow: 0 0 50px rgba(78, 78, 78, 0.27); }

.micro-card {
  background-color: #fff;
  padding: 5px 3px;
  margin-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.095); }
  .micro-card.-expandable .-title-row:hover {
    cursor: pointer; }
  .micro-card .-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .micro-card i.expand:hover {
    cursor: pointer; }
  .micro-card .-details {
    padding: 5px 0;
    font-size: .8rem; }

.CalendarDay__highlighted_calendar {
  background: #ddd; }
  .CalendarDay__highlighted_calendar:hover {
    background: #cdcdcd; }

.DateRangePickerInput {
  border: 1px solid rgba(34, 36, 38, 0.15);
  background-color: #fafafa; }
  .DateRangePickerInput .DateInput_input {
    border: none;
    border-bottom: 1px solid #fff; }

.dropdown {
  position: relative; }

.dropMenu {
  z-index: 1000;
  position: absolute;
  top: 100%;
  right: 10px;
  left: auto;
  float: left;
  min-width: 160px;
  padding: 0px;
  margin: -6px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropMenu li {
    margin-left: 0 !important; }
    .dropMenu li a {
      padding: 8px 15px !important;
      border: none !important;
      width: 100%;
      display: block;
      color: #626F7F; }
      .dropMenu li a:hover {
        background-color: rgba(0, 0, 0, 0.15); }
      .dropMenu li a i {
        margin-left: 4px; }
      .dropMenu li a.-delete-link {
        color: #e74c3c !important; }
    .dropMenu li.-drop-header {
      padding: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      background-color: #455362;
      color: rgba(255, 255, 255, 0.9);
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .dropMenu li.-divider {
      height: 1px;
      background-color: rgba(0, 0, 0, 0.15); }

.context-menu {
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  float: left;
  width: fit-content;
  min-width: 160px;
  max-width: 300px;
  padding: 0px;
  margin: -6px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .context-menu li {
    margin-left: 0 !important;
    padding: 5px 10px;
    cursor: default; }
    .context-menu li:hover {
      background-color: rgba(0, 0, 0, 0.15); }

img {
  display: block; }

.thumbnail-image {
  height: 50px;
  width: 50px;
  background-size: cover;
  background-position: center center;
  background-image: url("/img/defaults/thumbnail.png"); }

.yt-col img {
  max-width: 100%; }

.form-container {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .form-container.-slim {
    max-width: 860px; }
  .form-container.-skinny {
    max-width: 400px; }
  .form-container .formHeader {
    text-align: center; }
  .form-container img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .form-container .action-buttons {
    margin-top: 32px; }

form {
  width: 100%;
  margin: 0 auto;
  padding: 16px; }
  form .yt-row.with-gutters {
    margin-top: 0; }
  form .yt-row.with-gutters > .yt-col {
    padding-top: 0; }

.input-group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 16px;
  font-size: 0.875rem; }
  .input-group label {
    display: block;
    font-weight: 700;
    overflow-wrap: break-word; }
    .input-group label .-required {
      color: #e74c3c; }
  .input-group .pwd-toggle {
    position: absolute;
    top: 30px;
    right: 10px; }
  .input-group a.forgot {
    position: absolute;
    font-size: .8rem;
    top: 0px;
    right: 0px; }
  .input-group input {
    width: 100%;
    padding: 8px 6px;
    outline: none;
    border: none;
    border: 1px solid rgba(34, 36, 38, 0.15);
    background-color: #fafafa;
    border-radius: 2px;
    font-size: 0.875rem;
    font-weight: 400;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .input-group input:focus {
      background-color: whitesmoke;
      border-color: #455362; }
    .input-group input.-error {
      border-color: #e74c3c; }
    .input-group input:disabled {
      opacity: 0.47; }
      .input-group input:disabled:hover {
        cursor: not-allowed; }
    .input-group input[type="radio"] {
      display: inline-block;
      width: 20px;
      margin-right: 3px; }
    .input-group input[type="radio"] + label {
      margin-right: 20px;
      display: inline-block; }
    .input-group input[type="checkbox"] {
      display: inline-block;
      width: 20px;
      margin-right: 3px; }
    .input-group input[type="checkbox"] + label {
      margin-right: 20px;
      display: inline-block;
      vertical-align: top;
      white-space: normal; }
  .input-group .radio-input {
    position: relative; }
    .input-group .radio-input.inline {
      display: inline-block;
      margin-right: 16px; }
  .input-group select {
    background-color: #fafafa;
    width: 100%;
    margin-bottom: 1em;
    padding: 8px 6px;
    border: 1px solid rgba(34, 36, 38, 0.15);
    line-height: 1.5; }
    .input-group select.-error {
      border-color: #e74c3c; }
    .input-group select:focus {
      border-color: #455362; }
  .input-group textarea {
    background-color: #fafafa;
    width: 100%;
    padding: 8px 6px;
    border-radius: 0;
    resize: vertical;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 2px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .input-group textarea.-error {
      border-color: #e74c3c; }
    .input-group textarea:focus {
      background-color: whitesmoke;
      border-color: #455362; }
  .input-group .-error-message {
    color: #e74c3c;
    font-weight: 500; }
  .input-group .rc-time-picker-input {
    height: auto; }

.input-add-on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .input-add-on .field {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .input-add-on .field:not(:first-child) {
      border-left: 0;
      border-radius: 0; }
    .input-add-on .field:not(:last-child) {
      border-right: 0;
      border-radius: 0; }
  .input-add-on .item {
    background-color: #f7f7f7;
    padding: 0.5em 0.75em;
    font: inherit;
    border: 1px solid rgba(34, 36, 38, 0.15);
    font-weight: 700; }
  .input-add-on button.item {
    white-space: nowrap;
    border: none; }
    .input-add-on button.item:hover {
      background-color: #cccccc; }
  .input-add-on button:disabled {
    color: #cccccc; }
    .input-add-on button:disabled:hover {
      background-color: #f7f7f7; }
  .input-add-on .field:first-child,
  .input-add-on .item:first-child {
    border-radius: 2px 0 0 2px; }
  .input-add-on .field:last-child,
  .input-add-on .item:last-child {
    border-radius: 0 2px 2px 0; }

.pill-item {
  background-color: #455362;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 8px;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: .8rem; }
  .pill-item p {
    margin: 0px; }
  .pill-item a {
    display: inline-block;
    margin-right: 4px;
    color: #FFFFFF; }
  .pill-item .-icon {
    margin-right: 4px; }
  .pill-item.-warning {
    background-color: #ff8a47; }
  .pill-item.-success {
    background-color: #00BC8B; }
  .pill-item.-danger {
    background-color: #e74c3c; }
  .pill-item.-info {
    background-color: #455362; }

/* DraftJS rich editor overrides */
.public-DraftEditorPlaceholder-root {
  color: rgba(0, 0, 0, 0.47); }

.RichEditor-root {
  font-family: "Source Code Pro", Helvetica, sans-serif;
  background-color: rgba(252, 252, 252, 0.7);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 2px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .RichEditor-root.hasFocus {
    background-color: rgba(247, 247, 247, 0.7);
    border-color: #455362; }
  .RichEditor-root .RichEditor-controls {
    display: inline-block;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    font-size: 11px; }
    .RichEditor-root .RichEditor-controls:first-child {
      border-left: none;
      padding-left: 0; }
  .RichEditor-root .RichEditor-editor {
    font-family: "Source Code Pro", Helvetica, sans-serif;
    max-height: 400px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .RichEditor-root .RichEditor-activeButton {
    color: #fff; }

/* LIST */
/* ================== */
.files-dropzone-list {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  border: 1px dashed #D3D3D3;
  cursor: pointer; }

.files-buttons {
  border-top: 1px solid #D3D3D3;
  cursor: pointer; }

.files-button-submit {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #D3D3D3; }

.files-button-submit:before {
  content: "Submit"; }

.files-button-clear {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 50%;
  box-sizing: border-box; }

.files-button-clear:before {
  content: "Clear"; }

.files-list {
  width: 300px; }

.files-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.files-list li:last-child {
  border: none; }

.files-list-item {
  height: 60px;
  padding: 10px 0px 10px 10px;
  /*border-bottom: 1px solid #D3D3D3;*/ }

.files-list-item-content {
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  width: calc(100% - 130px); }

.files-list-item-content-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.files-list-item-content-item-1 {
  font-size: 20px;
  line-height: 30px; }

.files-list-item-content-item-2 {
  font-size: 16px;
  line-height: 20px; }

.files-list-item-preview {
  height: 60px;
  width: 60px;
  float: left; }

.files-list-item-preview-image {
  height: 100%;
  width: 100%; }

.files-list-item-preview-extension {
  text-align: center;
  line-height: 60px;
  color: #FFF;
  background-color: #D3D3D3;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box; }

.files-list-item-remove {
  height: 60px;
  width: 60px;
  float: right;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM4IDEyLjgzbC0yLjgzLTIuODMtMTEuMTcgMTEuMTctMTEuMTctMTEuMTctMi44MyAyLjgzIDExLjE3IDExLjE3LTExLjE3IDExLjE3IDIuODMgMi44MyAxMS4xNy0xMS4xNyAxMS4xNyAxMS4xNyAyLjgzLTIuODMtMTEuMTctMTEuMTd6Ii8+PHBhdGggZD0iTTAgMGg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+) no-repeat center center;
  background-size: 30px 30px; }

.files-list-item-remove-image {
  height: 30px;
  width: 30px;
  margin-top: 15px;
  margin-right: 10px;
  float: right; }

/* GALLERY */
/* ================== */
.files-dropzone-gallery {
  padding: 10px;
  border: 1px dashed #D3D3D3;
  min-height: 300px;
  width: 100%;
  position: relative; }
  .files-dropzone-gallery .-drop-zone-instructions {
    color: rgba(0, 0, 0, 0.47);
    padding: 16px;
    background-color: #f1f1f1;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .files-dropzone-gallery .-drop-zone-instructions:hover {
      cursor: pointer; }
  .files-dropzone-gallery:hover .-drop-zone-instructions {
    background-color: #455362;
    color: #fff; }

.files-gallery-item {
  height: 80px;
  margin: 5px; }

.files-dropzone-active {
  border: 1px solid lightgreen;
  color: lightgreen; }

/*  react-select overrides */
.Select-input {
  width: 100%; }
  .Select-input input {
    border: none !important;
    padding: 0 0 !important; }

.select-from-object.-drop-up .-select__menu {
  top: auto;
  bottom: 100%; }

.select-from-object .-select__control {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  min-height: 42px; }
  .select-from-object .-select__control.-select__control--is-focused {
    border: 1px solid #455362;
    box-shadow: none; }
  .select-from-object .-select__control:disabled {
    opacity: 0.7; }
    .select-from-object .-select__control:disabled:hover {
      cursor: not-allowed; }
  .select-from-object .-select__control .-select__control--is-disabled:hover {
    cursor: not-allowed; }

.-form-step {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .-form-step .-num {
    padding: 10px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    margin-right: 10px;
    display: inline-block; }

.-cdn-input .input-add-on .-prefix {
  font-size: .725rem;
  font-weight: 400;
  font-style: italic;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.47);
  border-right: none;
  padding-right: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .-cdn-input .input-add-on .-prefix.-focused {
    background-color: rgba(247, 247, 247, 0.7);
    border-color: #455362; }

.-cdn-input .input-add-on input {
  padding-left: 0; }

.-media-preview {
  border: 1px dashed rgba(34, 36, 38, 0.15);
  padding: 4px;
  border-radius: 2px;
  background-color: #fafafa;
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 200px; }
  .-media-preview video {
    width: 100%; }
  .-media-preview .scene-pdf-wrapper {
    height: 100%;
    position: relative;
    width: 100%; }
    .-media-preview .scene-pdf-wrapper .react-pdf__Page__canvas {
      height: 100% !important;
      width: 100% !important; }

.list-comparator-input {
  padding: 8px 6px;
  background-color: #fcfcfc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px; }
  .list-comparator-input .-label {
    height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: .8rem; }
  .list-comparator-input .-list-items {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 260px;
    padding: 6px 4px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .list-comparator-input .-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 40px;
    margin: 5px 0;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .list-comparator-input .-item i {
      width: 30px;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
    .list-comparator-input .-item .text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .list-comparator-input .-item.-right i {
      color: rgba(0, 0, 0, 0.15); }
    .list-comparator-input .-item.-right:hover {
      background-color: #909fb0;
      cursor: pointer; }
      .list-comparator-input .-item.-right:hover i {
        color: #222; }
    .list-comparator-input .-item.-left {
      background-color: #909fb0; }
      .list-comparator-input .-item.-left:hover {
        background-color: #aab7c3; }

.hero {
  padding: 100px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100% !important;
  -moz-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  width: 100% !important; }

.modal-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 700;
  background-color: #FFFFFF;
  padding: 32px 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

.modal {
  position: relative;
  min-width: 400px;
  padding: 16px;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

body.modal-open {
  overflow: hidden; }

.standard-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background-color: rgba(45, 51, 57, 0.7);
  max-width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 32px 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
  .standard-modal.danger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .standard-modal.danger .card-header {
      background-color: #FFF5F6;
      color: #B50E27;
      font-weight: 600;
      font-size: 16px; }
    .standard-modal.danger .close-btn {
      color: #B50E27;
      background-color: transparent;
      border: none;
      font-size: 18px; }
  .standard-modal.info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .standard-modal.info .card-header {
      background-color: #455362;
      color: #fff; }
  .standard-modal.warning {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .standard-modal.warning .card-header {
      background-color: #ff8a47;
      color: #fff; }
  .standard-modal.success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .standard-modal.success .card-header {
      background-color: #EDFDF3;
      color: #166534;
      font-weight: 600;
      font-size: 16px; }
    .standard-modal.success .close-btn {
      color: #166534;
      background-color: transparent;
      border: none;
      font-size: 18px; }
  .standard-modal.black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .standard-modal.black .card-header {
      background-color: #252C34;
      color: #fff; }
    .standard-modal.black .card-body {
      background-color: #252C34;
      color: #FFFFFF; }
    .standard-modal.black .card-footer {
      background-color: #252C34;
      color: #FFFFFF; }
  .standard-modal .form-container {
    border: none; }
    .standard-modal .form-container:hover {
      box-shadow: none; }

.alert-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background-color: rgba(45, 51, 57, 0.7);
  padding: 32px 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.pagination {
  padding: 5px 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.47); }
  .pagination li {
    display: inline-block;
    margin-left: 3px; }
    .pagination li:first-child {
      margin-left: none; }
    .pagination li .current-page {
      padding: 2px 6px;
      background-color: #455362;
      color: #FFFFFF; }
    .pagination li a {
      color: rgba(0, 0, 0, 0.47);
      padding: 2px 6px; }
      .pagination li a.page-num:hover {
        background-color: #eee;
        color: #455362;
        cursor: pointer; }
      .pagination li a.prev-page:hover, .pagination li a.next-page:hover {
        background-color: #ddd;
        color: rgba(0, 0, 0, 0.87);
        cursor: pointer; }
      .pagination li a.prev-page:disabled, .pagination li a.prev-page.disabled, .pagination li a.next-page:disabled, .pagination li a.next-page.disabled {
        color: rgba(128, 128, 128, 0.87); }
        .pagination li a.prev-page:disabled:hover, .pagination li a.prev-page.disabled:hover, .pagination li a.next-page:disabled:hover, .pagination li a.next-page.disabled:hover {
          background: none;
          cursor: not-allowed; }

.progress-bar-0 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-0 .-progress {
    height: 100%;
    width: 0%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-0 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-0 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-1 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-1 .-progress {
    height: 100%;
    width: 1%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-1 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-1 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-2 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-2 .-progress {
    height: 100%;
    width: 2%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-2 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-2 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-3 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-3 .-progress {
    height: 100%;
    width: 3%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-3 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-3 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-4 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-4 .-progress {
    height: 100%;
    width: 4%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-4 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-4 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-5 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-5 .-progress {
    height: 100%;
    width: 5%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-5 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-5 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-6 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-6 .-progress {
    height: 100%;
    width: 6%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-6 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-6 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-7 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-7 .-progress {
    height: 100%;
    width: 7%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-7 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-7 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-8 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-8 .-progress {
    height: 100%;
    width: 8%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-8 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-8 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-9 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-9 .-progress {
    height: 100%;
    width: 9%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-9 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-9 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-10 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-10 .-progress {
    height: 100%;
    width: 10%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-10 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-10 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-11 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-11 .-progress {
    height: 100%;
    width: 11%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-11 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-11 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-12 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-12 .-progress {
    height: 100%;
    width: 12%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-12 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-12 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-13 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-13 .-progress {
    height: 100%;
    width: 13%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-13 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-13 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-14 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-14 .-progress {
    height: 100%;
    width: 14%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-14 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-14 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-15 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-15 .-progress {
    height: 100%;
    width: 15%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-15 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-15 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-16 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-16 .-progress {
    height: 100%;
    width: 16%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-16 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-16 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-17 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-17 .-progress {
    height: 100%;
    width: 17%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-17 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-17 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-18 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-18 .-progress {
    height: 100%;
    width: 18%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-18 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-18 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-19 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-19 .-progress {
    height: 100%;
    width: 19%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-19 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-19 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-20 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-20 .-progress {
    height: 100%;
    width: 20%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-20 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-20 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-21 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-21 .-progress {
    height: 100%;
    width: 21%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-21 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-21 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-22 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-22 .-progress {
    height: 100%;
    width: 22%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-22 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-22 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-23 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-23 .-progress {
    height: 100%;
    width: 23%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-23 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-23 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-24 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-24 .-progress {
    height: 100%;
    width: 24%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-24 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-24 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-25 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-25 .-progress {
    height: 100%;
    width: 25%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-25 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-25 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-26 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-26 .-progress {
    height: 100%;
    width: 26%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-26 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-26 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-27 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-27 .-progress {
    height: 100%;
    width: 27%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-27 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-27 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-28 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-28 .-progress {
    height: 100%;
    width: 28%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-28 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-28 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-29 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-29 .-progress {
    height: 100%;
    width: 29%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-29 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-29 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-30 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-30 .-progress {
    height: 100%;
    width: 30%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-30 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-30 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-31 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-31 .-progress {
    height: 100%;
    width: 31%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-31 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-31 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-32 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-32 .-progress {
    height: 100%;
    width: 32%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-32 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-32 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-33 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-33 .-progress {
    height: 100%;
    width: 33%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-33 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-33 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-34 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-34 .-progress {
    height: 100%;
    width: 34%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-34 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-34 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-35 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-35 .-progress {
    height: 100%;
    width: 35%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-35 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-35 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-36 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-36 .-progress {
    height: 100%;
    width: 36%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-36 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-36 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-37 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-37 .-progress {
    height: 100%;
    width: 37%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-37 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-37 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-38 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-38 .-progress {
    height: 100%;
    width: 38%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-38 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-38 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-39 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-39 .-progress {
    height: 100%;
    width: 39%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-39 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-39 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-40 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-40 .-progress {
    height: 100%;
    width: 40%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-40 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-40 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-41 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-41 .-progress {
    height: 100%;
    width: 41%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-41 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-41 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-42 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-42 .-progress {
    height: 100%;
    width: 42%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-42 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-42 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-43 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-43 .-progress {
    height: 100%;
    width: 43%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-43 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-43 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-44 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-44 .-progress {
    height: 100%;
    width: 44%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-44 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-44 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-45 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-45 .-progress {
    height: 100%;
    width: 45%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-45 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-45 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-46 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-46 .-progress {
    height: 100%;
    width: 46%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-46 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-46 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-47 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-47 .-progress {
    height: 100%;
    width: 47%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-47 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-47 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-48 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-48 .-progress {
    height: 100%;
    width: 48%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-48 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-48 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-49 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-49 .-progress {
    height: 100%;
    width: 49%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-49 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-49 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-50 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-50 .-progress {
    height: 100%;
    width: 50%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-50 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-50 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-51 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-51 .-progress {
    height: 100%;
    width: 51%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-51 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-51 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-52 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-52 .-progress {
    height: 100%;
    width: 52%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-52 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-52 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-53 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-53 .-progress {
    height: 100%;
    width: 53%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-53 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-53 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-54 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-54 .-progress {
    height: 100%;
    width: 54%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-54 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-54 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-55 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-55 .-progress {
    height: 100%;
    width: 55%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-55 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-55 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-56 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-56 .-progress {
    height: 100%;
    width: 56%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-56 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-56 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-57 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-57 .-progress {
    height: 100%;
    width: 57%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-57 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-57 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-58 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-58 .-progress {
    height: 100%;
    width: 58%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-58 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-58 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-59 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-59 .-progress {
    height: 100%;
    width: 59%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-59 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-59 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-60 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-60 .-progress {
    height: 100%;
    width: 60%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-60 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-60 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-61 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-61 .-progress {
    height: 100%;
    width: 61%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-61 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-61 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-62 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-62 .-progress {
    height: 100%;
    width: 62%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-62 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-62 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-63 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-63 .-progress {
    height: 100%;
    width: 63%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-63 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-63 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-64 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-64 .-progress {
    height: 100%;
    width: 64%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-64 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-64 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-65 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-65 .-progress {
    height: 100%;
    width: 65%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-65 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-65 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-66 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-66 .-progress {
    height: 100%;
    width: 66%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-66 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-66 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-67 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-67 .-progress {
    height: 100%;
    width: 67%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-67 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-67 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-68 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-68 .-progress {
    height: 100%;
    width: 68%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-68 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-68 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-69 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-69 .-progress {
    height: 100%;
    width: 69%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-69 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-69 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-70 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-70 .-progress {
    height: 100%;
    width: 70%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-70 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-70 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-71 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-71 .-progress {
    height: 100%;
    width: 71%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-71 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-71 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-72 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-72 .-progress {
    height: 100%;
    width: 72%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-72 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-72 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-73 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-73 .-progress {
    height: 100%;
    width: 73%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-73 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-73 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-74 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-74 .-progress {
    height: 100%;
    width: 74%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-74 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-74 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-75 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-75 .-progress {
    height: 100%;
    width: 75%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-75 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-75 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-76 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-76 .-progress {
    height: 100%;
    width: 76%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-76 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-76 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-77 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-77 .-progress {
    height: 100%;
    width: 77%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-77 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-77 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-78 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-78 .-progress {
    height: 100%;
    width: 78%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-78 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-78 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-79 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-79 .-progress {
    height: 100%;
    width: 79%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-79 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-79 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-80 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-80 .-progress {
    height: 100%;
    width: 80%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-80 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-80 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-81 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-81 .-progress {
    height: 100%;
    width: 81%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-81 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-81 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-82 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-82 .-progress {
    height: 100%;
    width: 82%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-82 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-82 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-83 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-83 .-progress {
    height: 100%;
    width: 83%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-83 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-83 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-84 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-84 .-progress {
    height: 100%;
    width: 84%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-84 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-84 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-85 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-85 .-progress {
    height: 100%;
    width: 85%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-85 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-85 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-86 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-86 .-progress {
    height: 100%;
    width: 86%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-86 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-86 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-87 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-87 .-progress {
    height: 100%;
    width: 87%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-87 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-87 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-88 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-88 .-progress {
    height: 100%;
    width: 88%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-88 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-88 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-89 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-89 .-progress {
    height: 100%;
    width: 89%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-89 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-89 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-90 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-90 .-progress {
    height: 100%;
    width: 90%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-90 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-90 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-91 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-91 .-progress {
    height: 100%;
    width: 91%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-91 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-91 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-92 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-92 .-progress {
    height: 100%;
    width: 92%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-92 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-92 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-93 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-93 .-progress {
    height: 100%;
    width: 93%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-93 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-93 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-94 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-94 .-progress {
    height: 100%;
    width: 94%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-94 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-94 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-95 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-95 .-progress {
    height: 100%;
    width: 95%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-95 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-95 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-96 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-96 .-progress {
    height: 100%;
    width: 96%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-96 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-96 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-97 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-97 .-progress {
    height: 100%;
    width: 97%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-97 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-97 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-98 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-98 .-progress {
    height: 100%;
    width: 98%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-98 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-98 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-99 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-99 .-progress {
    height: 100%;
    width: 99%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-99 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-99 .-complete img {
      width: 100%;
      max-width: 32px; }

.progress-bar-100 {
  width: 100%;
  height: 10px;
  background: rgba(190, 190, 190, 0.4);
  border-radius: 20px;
  position: relative; }
  .progress-bar-100 .-progress {
    height: 100%;
    width: 100%;
    background-color: #EE5C29;
    border-radius: 20px;
    position: relative; }
  .progress-bar-100 .-complete {
    position: absolute;
    right: 0px;
    top: -8px; }
    .progress-bar-100 .-complete img {
      width: 100%;
      max-width: 32px; }

.node-progress-wrapper {
  display: inline-block;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  position: relative; }

.search-input .input-add-on {
  margin-bottom: 0; }
  .search-input .input-add-on .item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-right: none;
    border-radius: 50px 0 0 50px; }
  .search-input .input-add-on input {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
    border-radius: 0 50px 50px 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    width: 200px; }
    @media only screen and (min-width: 1020px) {
      .search-input .input-add-on input:focus {
        width: 300px; } }

.separator {
  align-items: center;
  color: #C9D3DC;
  display: flex;
  margin-bottom: 16px;
  margin-top: 16px;
  text-align: center; }
  .separator:before, .separator:after {
    border-bottom: 1px solid #C9D3DC;
    content: '';
    flex: 1; }
  .separator:not(:empty)::before {
    margin-right: 1em; }
  .separator:not(:empty)::after {
    margin-left: 1em; }

.table-wrapper {
  overflow-x: auto; }

table.yt-table,
.admin table {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
  min-width: 100%; }
  table.yt-table.no-min,
  .admin table.no-min {
    min-width: 0; }
  table.yt-table caption,
  .admin table caption {
    text-align: left;
    font-weight: 700;
    font-size: .8em;
    color: #bbb; }
  table.yt-table.striped tbody tr:nth-child(odd),
  .admin table.striped tbody tr:nth-child(odd) {
    background-color: #f9f9f9; }
  table.yt-table.bordered,
  .admin table.bordered {
    border-right: 1px solid #aaa; }
    table.yt-table.bordered td,
    table.yt-table.bordered th,
    .admin table.bordered td,
    .admin table.bordered th {
      border-left: 1px solid #aaa; }
  table.yt-table.no-borders td, table.yt-table.no-borders th, table.yt-table.no-borders tr,
  .admin table.no-borders td,
  .admin table.no-borders th,
  .admin table.no-borders tr {
    border: none; }
  table.yt-table thead,
  .admin table thead {
    border-bottom: 1px solid #ddd; }
    table.yt-table thead th,
    .admin table thead th {
      padding: 5px;
      text-align: left; }
      table.yt-table thead th a.active,
      .admin table thead th a.active {
        text-decoration: underline; }
      table.yt-table thead th.sortable:hover,
      .admin table thead th.sortable:hover {
        color: rgba(38, 38, 38, 0.87);
        cursor: pointer;
        text-decoration: underline; }
      table.yt-table thead th.sortable i,
      .admin table thead th.sortable i {
        margin-left: 5px; }
  table.yt-table tbody tr,
  .admin table tbody tr {
    border-bottom: 1px solid #ddd; }
    table.yt-table tbody tr td,
    .admin table tbody tr td {
      padding: 5px; }
    table.yt-table tbody tr.linkable:hover,
    .admin table tbody tr.linkable:hover {
      background-color: #f5f5f5;
      cursor: pointer;
      color: #455362; }
  table.yt-table tr .numbers, table.yt-table tr .right,
  .admin table tr .numbers,
  .admin table tr .right {
    text-align: right; }
  table.yt-table td img, table.yt-table th img,
  .admin table td img,
  .admin table th img {
    max-width: 100%; }
  table.yt-table td._10, table.yt-table th._10,
  .admin table td._10,
  .admin table th._10 {
    width: 10%;
    max-width: 100px; }
  table.yt-table td._20, table.yt-table th._20,
  .admin table td._20,
  .admin table th._20 {
    width: 20%;
    max-width: 200px; }
  table.yt-table td._25, table.yt-table th._25,
  .admin table td._25,
  .admin table th._25 {
    width: 25%;
    max-width: 250px; }
  table.yt-table td._30, table.yt-table th._30,
  .admin table td._30,
  .admin table th._30 {
    width: 30%;
    max-width: 300px; }
  table.yt-table td._33, table.yt-table th._33,
  .admin table td._33,
  .admin table th._33 {
    width: 33%;
    max-width: 330px; }
  table.yt-table td._40, table.yt-table th._40,
  .admin table td._40,
  .admin table th._40 {
    width: 40%;
    max-width: 400px; }
  table.yt-table td._50, table.yt-table th._50,
  .admin table td._50,
  .admin table th._50 {
    width: 50%;
    max-width: 500px; }
  table.yt-table td._60, table.yt-table th._60,
  .admin table td._60,
  .admin table th._60 {
    width: 60%;
    max-width: 600px; }
  table.yt-table td._66, table.yt-table th._66,
  .admin table td._66,
  .admin table th._66 {
    width: 66%;
    max-width: 660px; }
  table.yt-table td._70, table.yt-table th._70,
  .admin table td._70,
  .admin table th._70 {
    width: 70%;
    max-width: 700px; }
  table.yt-table td._75, table.yt-table th._75,
  .admin table td._75,
  .admin table th._75 {
    width: 75%;
    max-width: 750px; }
  table.yt-table td._80, table.yt-table th._80,
  .admin table td._80,
  .admin table th._80 {
    width: 80%;
    max-width: 800px; }
  table.yt-table td._90, table.yt-table th._90,
  .admin table td._90,
  .admin table th._90 {
    width: 90%;
    max-width: 900px; }
  table.yt-table.truncate-cells td,
  .admin table.truncate-cells td {
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.tile {
  height: 270px;
  background-color: #fff;
  transition: all 150ms ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .tile.hoverable:hover {
    -webkit-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
    -moz-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
    -o-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
    box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27); }
  .tile.clickable:hover {
    cursor: pointer; }
  .tile .tile-header {
    padding: 5px;
    margin-bottom: 16px;
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
    .tile .tile-header .title {
      font-size: 1.25rem;
      font-weight: 700; }
      @media only screen and (min-width: 900px) {
        .tile .tile-header .title {
          font-size: 1.35rem; } }
  .tile .tile-body {
    padding: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .tile .tile-body img {
      margin: -5px; }
  .tile .tile-footer {
    padding: 5px;
    -webkit-box-flex: 0 0 15%;
    -webkit-flex: 0 0 15%;
    -moz-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }

[yt-toolbar],
.yt-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 50px; }

[yt-tools],
.yt-tools {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 50px;
  padding: 0 10px; }
  [yt-tools] > *,
  .yt-tools > * {
    font-size: inherit;
    margin: 0 16px; }

[yt-tools~="left"],
.yt-tools.left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

[yt-tools~="right"],
.yt-tools.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

[yt-tools~="center"],
.yt-tools.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

[yt-tools~="space-between"],
.yt-tools.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

[yt-tools~="space-around"],
.yt-tools.space-around {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.tooltip {
  position: relative;
  border-bottom: 1px dotted inherit; }
  .tooltip:hover .-tip-text {
    visibility: visible; }

.-tip-text {
  visibility: hidden;
  width: 120px;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1; }
  .-tip-text.-right {
    top: -5px;
    left: calc(100% + 10px); }
    .-tip-text.-right:after {
      content: " ";
      position: absolute;
      top: 20px;
      right: 100%;
      /* To the left of the tooltip */
      margin-top: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent #333 transparent transparent; }
  .-tip-text.-left {
    top: -5px;
    right: calc(100% + 10px); }
    .-tip-text.-left:after {
      content: " ";
      position: absolute;
      top: 20px;
      left: 100%;
      /* To the right of the tooltip */
      margin-top: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent transparent #333; }
  .-tip-text.-top {
    width: 180px;
    bottom: calc(100% + 3px); }
    .-tip-text.-top:after {
      content: " ";
      position: absolute;
      top: 100%;
      /* At the bottom of the tooltip */
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #333 transparent transparent transparent; }
  .-tip-text.-bottom {
    width: 180px;
    top: 100%;
    left: -5px; }
    .-tip-text.-bottom:after {
      content: " ";
      position: absolute;
      bottom: 100%;
      /* At the top of the tooltip */
      left: 15px;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent #333 transparent; }
  .-tip-text.-light {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87); }
    .-tip-text.-light:after {
      border-color: transparent transparent #fff transparent; }

.yt-tooltip {
  white-space: normal !important;
  max-width: 300px; }
  .yt-tooltip.-shadow {
    -webkit-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
    -moz-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
    -o-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
    box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27); }

.custom-tooltip.-bright {
  background-color: #FE6B35 !important;
  color: #fff !important; }
  .custom-tooltip.-bright:after {
    border-color: transparent transparent #FE6B35 transparent; }

.custom-tooltip .-tip-title {
  font-weight: bold;
  text-decoration: underline; }
  .custom-tooltip .-tip-title .far {
    margin-left: .3rem; }

.-trailer-wrapper {
  position: relative; }
  .-trailer-wrapper .jw-display-controls {
    display: none; }
  .-trailer-wrapper .-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #626F7F;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .-trailer-wrapper .-content {
    color: #fff;
    text-align: center; }
    .-trailer-wrapper .-content h1 {
      font-size: 3rem;
      line-height: 1.5;
      margin: 0; }
    .-trailer-wrapper .-content p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.1rem; }
  .-trailer-wrapper .-buttons {
    margin-top: 32px; }

/**
 * Regions
 */
.content-container {
  padding: 16px;
  background-color: #fff; }

footer, .footer {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background-color: #455362;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 700; }
  footer hr, .footer hr {
    margin: 0; }
  footer a, .footer a {
    color: #DFE6EE;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out; }
    footer a:hover, .footer a:hover {
      color: white; }
  footer ul.footer-nav, .footer ul.footer-nav {
    padding: 0;
    margin: 0;
    list-style: none; }
    footer ul.footer-nav li, .footer ul.footer-nav li {
      margin-bottom: 3px; }
    footer ul.footer-nav .-icon, .footer ul.footer-nav .-icon {
      width: 20px;
      margin-right: 4px; }
  @media print {
    footer, .footer {
      display: none; } }
  footer.-light, .footer.-light {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87); }
  footer.-third-party-footer, .footer.-third-party-footer {
    padding: 32px; }

.subfooter {
  background-color: #252C34;
  color: rgba(255, 255, 255, 0.9);
  padding: 16px; }

a.nav-logo,
.nav-logo {
  display: flex;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  height: 40px;
  margin: auto; }
  a.nav-logo svg,
  .nav-logo svg {
    width: 120px; }
  a.nav-logo img,
  .nav-logo img {
    height: 40px;
    width: auto;
    margin: auto; }

.mobile-actions {
  position: absolute;
  height: 0px;
  top: 0;
  left: 0;
  width: 100%; }
  @media only screen and (min-width: 1020px) {
    .mobile-actions {
      display: none; } }

.subbar {
  background-color: #313E4D;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  padding-right: 16px; }
  .subbar .titles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #A8B2BB;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
    font-size: 24px; }
    @media only screen and (min-width: 640px) {
      .subbar .titles {
        font-size: 16px;
        margin-right: 20px;
        padding-left: 16px;
        padding-right: 16px; } }
    .subbar .titles:hover {
      color: #FFFFFF;
      background-color: #455362; }
    .subbar .titles.-current {
      background-color: #455362;
      color: #FFFFFF; }
    .subbar .titles .-subtitle {
      margin-left: 16px;
      font-size: 0.875rem;
      font-weight: normal; }
    .subbar .titles a, .subbar .titles .a {
      color: inherit;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .subbar .titles .menu-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      color: #C5C5C5; }
      @media only screen and (min-width: 640px) {
        .subbar .titles .menu-icon {
          padding-right: 8px; } }
      .subbar .titles .menu-icon.-current {
        color: #EE5C29; }
    .subbar .titles .active-link {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      display: none;
      font-size: 16.5px;
      font-weight: 600;
      font-family: "Source Sans Pro";
      color: #C5C5C5;
      margin-top: 5px; }
      @media only screen and (min-width: 640px) {
        .subbar .titles .active-link {
          display: block; } }
      .subbar .titles .active-link.-current {
        color: #FFFFFF; }
  .subbar .divider {
    width: 1px;
    background-color: #C5C5C5;
    height: auto;
    margin-right: 20px;
    margin-top: 4px;
    margin-bottom: 4px; }

.topbar {
  background-color: #455362;
  height: inherit;
  border: inherit;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 0px; }
  @media only screen and (min-width: 640px) {
    .topbar {
      padding-right: 30px; } }
  .topbar .menu-icon {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding: 12px;
    width: 32px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    @media only screen and (min-width: 900px) {
      .topbar .menu-icon {
        width: 50px;
        padding: 15px; } }
    .topbar .menu-icon i {
      font-size: 1.25rem; }
      @media only screen and (min-width: 900px) {
        .topbar .menu-icon i {
          font-size: 1.35rem; } }
    .topbar .menu-icon:hover {
      color: #000; }
  .topbar .titles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    height: inherit; }
    .topbar .titles .-subtitle {
      margin-left: 16px;
      color: rgba(0, 0, 0, 0.24);
      font-size: 0.875rem;
      font-weight: normal; }
  .topbar .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .topbar .actions > .yt-row {
      width: 100%;
      height: inherit; }
  .topbar .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .topbar .navigation.-left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
    .topbar .navigation li {
      margin-left: 32px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch;
      white-space: nowrap; }
      .topbar .navigation li.-desktop-only {
        display: none; }
        @media only screen and (min-width: 900px) {
          .topbar .navigation li.-desktop-only {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex; } }
      .topbar .navigation li a, .topbar .navigation li .action-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        color: #626F7F;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        border-bottom: 3px solid transparent; }
        .topbar .navigation li a:hover, .topbar .navigation li .action-link:hover {
          color: #000;
          border-bottom: 3px solid #f8612c; }
        .topbar .navigation li a.active, .topbar .navigation li .action-link.active {
          color: #313E4D;
          border-bottom: 3px solid #f8612c; }
    .topbar .navigation.primary {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      padding-right: 16px;
      font-size: 1.25rem;
      line-height: 1;
      text-transform: none; }
      @media only screen and (min-width: 1600px) {
        .topbar .navigation.primary {
          font-size: 1.4rem; } }
      .topbar .navigation.primary li {
        text-align: center;
        width: 120px;
        margin-left: 0; }
        @media only screen and (min-width: 900px) {
          .topbar .navigation.primary li {
            width: 120px; } }
        @media only screen and (min-width: 1600px) {
          .topbar .navigation.primary li {
            width: 140px; } }
  .topbar .dashboard-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .topbar .dashboard-navigation.-left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
    .topbar .dashboard-navigation li {
      margin-left: 32px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch;
      white-space: nowrap; }
      .topbar .dashboard-navigation li.-desktop-only {
        display: none; }
        @media only screen and (min-width: 900px) {
          .topbar .dashboard-navigation li.-desktop-only {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex; } }
      .topbar .dashboard-navigation li a, .topbar .dashboard-navigation li .action-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        color: #626F7F;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        .topbar .dashboard-navigation li a:hover, .topbar .dashboard-navigation li .action-link:hover {
          color: #000; }
        .topbar .dashboard-navigation li a.active, .topbar .dashboard-navigation li .action-link.active {
          color: #313E4D; }
    .topbar .dashboard-navigation.primary {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      padding-right: 16px;
      font-size: 1.25rem;
      line-height: 1;
      text-transform: none; }
      @media only screen and (min-width: 1600px) {
        .topbar .dashboard-navigation.primary {
          font-size: 1.4rem; } }
      .topbar .dashboard-navigation.primary li {
        text-align: center;
        width: 120px;
        margin-left: 0; }
        @media only screen and (min-width: 900px) {
          .topbar .dashboard-navigation.primary li {
            width: 120px; } }
        @media only screen and (min-width: 1600px) {
          .topbar .dashboard-navigation.primary li {
            width: 140px; } }
  .topbar .-profile-pic {
    height: 25.76px;
    width: 25.76px;
    border-radius: 50%;
    margin-right: 10px;
    background-image: url("/img/defaults/profile.png");
    background-position: center;
    background-size: cover; }

.sidebar {
  background-color: #78909C;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  width: 50px;
  transition-duration: 1s; }
  .sidebar.is-visible {
    transition-duration: 1s;
    width: 190px; }
  .sidebar .nav-header {
    padding: 16px;
    background-color: #667e8b;
    border-bottom: 1px solid #546973;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700; }
    .sidebar .nav-header.-closed {
      padding: 10px; }
    .sidebar .nav-header img {
      vertical-align: middle;
      margin-right: 5px; }
  .sidebar .side-nav.-closed {
    text-align: center; }
    .sidebar .side-nav.-closed img {
      margin: 10px 0px; }
    .sidebar .side-nav.-closed ul li a {
      padding: 5px; }
  .sidebar .side-nav img {
    vertical-align: middle;
    margin-right: 5px; }
  .sidebar ul {
    list-style: none; }
    .sidebar ul li {
      line-height: 1.25;
      width: 100%; }
      .sidebar ul li.nav-header {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 16px;
        padding: 16px;
        padding-bottom: 0;
        font-size: .8rem;
        text-align: center;
        width: 100%; }
      .sidebar ul li a {
        padding: 16px;
        color: rgba(0, 0, 0, 0.87);
        width: 100%;
        border-left: 3px solid #78909C;
        display: block;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        .sidebar ul li a:hover {
          color: #72869b; }
        .sidebar ul li a.active {
          background-color: #6f8996;
          color: #455362;
          border-left: 3px solid #455362; }

.main-side-nav {
  position: fixed;
  margin-top: 16px;
  width: 0;
  margin-left: -200px;
  min-height: 400px;
  height: calc(100vh - 20px - 84px - 40px);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 600;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }
  @media only screen and (min-width: 1020px) {
    .main-side-nav {
      margin-left: 0;
      width: 200px; } }
  .main-side-nav .nav-items {
    width: 100%; }
    .main-side-nav .nav-items li {
      width: 100%; }
    .main-side-nav .nav-items a {
      padding: 9px 18px;
      color: rgba(0, 0, 0, 0.47);
      width: 100%;
      display: inline-block;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      .main-side-nav .nav-items a.active {
        color: rgba(0, 0, 0, 0.87);
        background-color: rgba(0, 0, 0, 0.05);
        border-right: 3px solid #f8612c; }
      .main-side-nav .nav-items a:hover {
        color: #455362; }

.-super-nav {
  background-color: #252C34;
  color: rgba(3, 1, 1, 0.9);
  font-size: .725rem;
  text-align: right;
  padding: 4px;
  min-height: 32px; }
  .-super-nav a {
    color: rgba(255, 255, 255, 0.93);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.93); }
    .-super-nav a:hover {
      color: #fff;
      border-color: #fff; }

.-main-nav {
  height: 56px;
  border-bottom: 1px solid #7A8893; }

section, .section {
  width: 100%;
  background-color: inherit;
  padding: 16px 0; }
  section.no-spacer, .section.no-spacer {
    padding-top: 0;
    padding-bottom: 0; }
  section.top-spacer-only, .section.top-spacer-only {
    padding-bottom: 0; }
  section.bottom-spacer-only, .section.bottom-spacer-only {
    padding-top: 0; }
  section.transparent-bg, .section.transparent-bg {
    background-color: transparent; }
  section.gray-bg, .section.gray-bg {
    background-color: #ccc; }
  section.black-bg, .section.black-bg {
    background-color: #222; }
  section.jet-black-bg, .section.jet-black-bg {
    background-color: #000; }
  section.jet-black-bg, section.black-bg, .section.jet-black-bg, .section.black-bg {
    color: #fff; }
    section.jet-black-bg hr, section.black-bg hr, .section.jet-black-bg hr, .section.black-bg hr {
      background-color: rgba(255, 255, 255, 0.15); }
    section.jet-black-bg .subhead, section.black-bg .subhead, .section.jet-black-bg .subhead, .section.black-bg .subhead {
      color: #fff; }
    section.jet-black-bg .main-copy, section.black-bg .main-copy, .section.jet-black-bg .main-copy, .section.black-bg .main-copy {
      padding: 16px 0; }
      section.jet-black-bg .main-copy.with-eyebrow, section.black-bg .main-copy.with-eyebrow, .section.jet-black-bg .main-copy.with-eyebrow, .section.black-bg .main-copy.with-eyebrow {
        border-top: 1px solid rgba(255, 255, 255, 0.15); }
      section.jet-black-bg .main-copy .eyebrow.title, section.black-bg .main-copy .eyebrow.title, .section.jet-black-bg .main-copy .eyebrow.title, .section.black-bg .main-copy .eyebrow.title {
        color: #fff; }

/**
 * Modules
 */
/**
 * Styles specific to the /admin side of the app should live here
 */
.admin-top-nav {
  background-color: #455362;
  height: 56px;
  min-width: 100%;
  padding: 0 1em; }
  .admin-top-nav .topbar {
    height: inherit; }
    .admin-top-nav .topbar .navigation li a, .admin-top-nav .topbar .navigation li .action-link {
      color: #FFFFFF;
      background-color: #455362;
      height: inherit; }
      .admin-top-nav .topbar .navigation li a .-more-icon, .admin-top-nav .topbar .navigation li .action-link .-more-icon {
        margin-left: 8px; }
      .admin-top-nav .topbar .navigation li a:hover, .admin-top-nav .topbar .navigation li .action-link:hover {
        background-color: #626F7F; }
      .admin-top-nav .topbar .navigation li a.active, .admin-top-nav .topbar .navigation li .action-link.active {
        color: #fff; }

.dashboard-top-nav {
  background-color: #455362;
  height: 56px;
  min-width: 100%;
  padding: 0 1em; }
  .dashboard-top-nav .topbar {
    height: inherit; }
    .dashboard-top-nav .topbar .navigation li {
      margin: 7px 24px; }
      .dashboard-top-nav .topbar .navigation li a, .dashboard-top-nav .topbar .navigation li .action-link {
        color: #FFFFFF;
        background-color: #455362;
        height: inherit;
        padding-left: 18px;
        padding-right: 18px;
        border-radius: 5px;
        font-weight: 600; }
        .dashboard-top-nav .topbar .navigation li a .-more-icon, .dashboard-top-nav .topbar .navigation li .action-link .-more-icon {
          margin-left: 8px; }
        .dashboard-top-nav .topbar .navigation li a:hover, .dashboard-top-nav .topbar .navigation li .action-link:hover {
          background-color: #626F7F;
          border-bottom: 3px solid #626F7F; }
        .dashboard-top-nav .topbar .navigation li a.active, .dashboard-top-nav .topbar .navigation li .action-link.active {
          color: #fff;
          border-bottom: 0px;
          background-color: #626F7F; }

.-admin-body {
  padding-top: 56px; }
  .-admin-body .content-container {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    margin-bottom: 24px;
    margin-right: 24px;
    -webkit-box-shadow: 0 2px 3px rgba(78, 78, 78, 0.27);
    -moz-box-shadow: 0 2px 3px rgba(78, 78, 78, 0.27);
    -o-box-shadow: 0 2px 3px rgba(78, 78, 78, 0.27);
    box-shadow: 0 2px 3px rgba(78, 78, 78, 0.27); }
    .-admin-body .content-container.-widget {
      padding: 0; }
    .-admin-body .content-container.-tm-widget {
      margin-right: 0px;
      margin-bottom: 0px;
      padding: 0px;
      min-width: 110px;
      -webkit-box-shadow: 0 0px 0px rgba(78, 78, 78, 0.27);
      -moz-box-shadow: 0 0px 0px rgba(78, 78, 78, 0.27);
      -o-box-shadow: 0 0px 0px rgba(78, 78, 78, 0.27);
      box-shadow: 0 0px 0px rgba(78, 78, 78, 0.27); }
      .-admin-body .content-container.-tm-widget .-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding: 4px;
        margin-bottom: 0px;
        font-size: 12px; }
        .-admin-body .content-container.-tm-widget .-header.-performance {
          border-bottom: 0px; }
      .-admin-body .content-container.-tm-widget .-content {
        height: 70px; }
        .-admin-body .content-container.-tm-widget .-content .-icon-wrapper {
          padding: 4px;
          border-top: 1px solid rgba(0, 0, 0, 0.15);
          border-right: 1px solid rgba(0, 0, 0, 0.15); }
          .-admin-body .content-container.-tm-widget .-content .-icon-wrapper.-no-border {
            border-right: none; }
    .-admin-body .content-container a i {
      margin-left: 4px; }

.-admin-subnav {
  height: 32px;
  background-color: #0c1924;
  padding: 0 16px;
  position: fixed;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  z-index: 600;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .-admin-subnav.-analytics {
    background-color: #65375c; }
  .-admin-subnav.isTop {
    margin-top: -56px; }
  .-admin-subnav .navigation {
    height: 100%; }
    .-admin-subnav .navigation li {
      margin-left: 0px;
      margin-right: 16px; }
      .-admin-subnav .navigation li a {
        color: rgba(255, 255, 255, 0.7); }
        .-admin-subnav .navigation li a:hover {
          color: #FFFFFF; }
        .-admin-subnav .navigation li a.active {
          color: #FFFFFF;
          border-color: #f8612c;
          background-color: transparent; }
  .-admin-subnav i {
    margin-left: 4px; }
  .-admin-subnav .dropMenu li {
    margin-left: 0px;
    margin-right: 0px; }
    .-admin-subnav .dropMenu li a.active {
      background-color: #F9FADD;
      color: #FFFFFF !important; }
  .-admin-subnav .-pipe {
    border-left: 1px solid rgba(255, 255, 255, 0.3); }

.-author-layout .-content {
  padding-top: 32px; }

.-quick-list .-item {
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 8px 8px;
  margin: 0 -8px; }
  .-quick-list .-item:hover {
    color: #455362;
    -webkit-box-shadow: 0 2px 8px rgba(78, 78, 78, 0.27);
    -moz-box-shadow: 0 2px 8px rgba(78, 78, 78, 0.27);
    -o-box-shadow: 0 2px 8px rgba(78, 78, 78, 0.27);
    box-shadow: 0 2px 8px rgba(78, 78, 78, 0.27); }
  .-quick-list .-item .-icon {
    margin-left: 16px; }

.admin-info-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .admin-info-wrapper .-container {
    width: 100%; }
    @media only screen and (min-width: 900px) {
      .admin-info-wrapper .-container.-with-aside {
        width: calc(100% - 375px); } }
  .admin-info-wrapper .-aside {
    position: relative;
    width: 100%;
    order: 1;
    margin-top: 16px; }
    @media only screen and (min-width: 900px) {
      .admin-info-wrapper .-aside {
        width: 375px;
        padding-left: 16px;
        margin-top: 0; } }
    .admin-info-wrapper .-aside .more-info {
      margin-bottom: 16px;
      width: 100%; }
      @media only screen and (min-width: 900px) {
        .admin-info-wrapper .-aside .more-info {
          position: absolute;
          width: 375px;
          padding-left: 16px; }
          .admin-info-wrapper .-aside .more-info.-fixed {
            position: fixed; } }
      .admin-info-wrapper .-aside .more-info .-list {
        background-color: #efefef;
        padding: 5px; }
        @media only screen and (min-width: 900px) {
          .admin-info-wrapper .-aside .more-info .-list {
            max-height: 200px;
            -webkit-overflow-scrolling: touch;
            overflow-y: scroll; } }

.status-pill {
  border-radius: 30px;
  border: 2px solid rgba(0, 0, 0, 0.87);
  padding: 5px 12px;
  background-color: #efefef;
  font-weight: 600;
  display: inline-block; }
  .status-pill.-approved, .status-pill.-published {
    background-color: #00bc8b;
    color: #fff; }
  .status-pill.-pending {
    background-color: #ffcc47; }
  .status-pill.-rejected, .status-pill.-archived {
    background-color: #e74c3c;
    color: #fff; }
  .status-pill.-needs-edits {
    background-color: #ff8a47; }

.analytics-chart-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: scroll; }

.analytics-chart-wrapper::-webkit-scrollbar:vertical {
  width: 10px; }

.analytics-chart-wrapper::-webkit-scrollbar:horizontal {
  height: 10px; }

.-completion-chart {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 280px); }
  .-completion-chart .-site-col {
    width: 130px;
    -webkit-box-flex: 0 0 130px;
    -webkit-flex: 0 0 130px;
    -moz-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px; }
    .-completion-chart .-site-col.-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end; }
  .-completion-chart .-user-col {
    width: 860px;
    -webkit-box-flex: 0 0 440px;
    -webkit-flex: 0 0 440px;
    -moz-flex: 0 0 440px;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px; }
    .-completion-chart .-user-col.-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end; }
      .-completion-chart .-user-col.-header .-user-info {
        border-top: none; }
  .-completion-chart .-username-and-role {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .-completion-chart .-user-info {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .-completion-chart .-user-info .-role {
      text-align: right;
      width: 240px;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 8px;
      font-size: .725rem; }
    .-completion-chart .-user-info .-username {
      display: inline-block;
      text-align: right;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 8px;
      width: 200px;
      font-size: .8rem; }
    .-completion-chart .-user-info .-name {
      display: inline-block;
      text-align: right;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 8px;
      width: 120px;
      font-size: .8rem; }
    .-completion-chart .-user-info .-user-status {
      text-align: right;
      width: 100px;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 8px;
      font-size: .725rem; }
  .-completion-chart .-attempt-number {
    text-align: right;
    width: 660px;
    padding-right: 8px;
    -webkit-box-flex: 0 0 440px;
    -webkit-flex: 0 0 440px;
    -moz-flex: 0 0 440px;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px;
    font-size: .8rem; }
  .-completion-chart .-metric-header {
    width: 26px;
    -webkit-box-flex: 0 0 26px;
    -webkit-flex: 0 0 26px;
    -moz-flex: 0 0 26px;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    padding-top: 300px;
    position: relative; }
    .-completion-chart .-metric-header.-col-hovered {
      background-color: rgba(0, 0, 0, 0.05); }
    .-completion-chart .-metric-header:hover {
      background-color: rgba(0, 0, 0, 0.05);
      cursor: default; }
    .-completion-chart .-metric-header .-text {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: .725rem; }
    .-completion-chart .-metric-header .-foot {
      font-size: .725rem;
      font-weight: 600;
      background-color: rgba(0, 0, 0, 0.15);
      text-align: center;
      bottom: 0;
      width: 100%;
      height: 26px; }
  .-completion-chart .-user-row.-first-row .-first-attempt .-cell {
    border-top: 2px solid rgba(0, 0, 0, 0.5); }
  .-completion-chart .-user-row.-first-row .-site-col,
  .-completion-chart .-user-row.-first-row .-user-col {
    border-top: 2px solid rgba(0, 0, 0, 0.5); }
  .-completion-chart .-user-row.-first-row .-user-info {
    border-top: none; }
  .-completion-chart .-following-attempts .-site-col,
  .-completion-chart .-following-attempts .-user-col {
    border-top: none !important; }
  .-completion-chart .-site-row {
    position: relative; }
    .-completion-chart .-site-row .-site-info {
      position: absolute;
      padding: 0 16px;
      font-weight: 600;
      top: 0;
      left: 0;
      width: 130px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      z-index: 100;
      border-top: 2px solid rgba(0, 0, 0, 0.5); }
  .-completion-chart .-completion-row {
    position: relative;
    left: 0;
    right: 0; }
    .-completion-chart .-completion-row:hover .-cell,
    .-completion-chart .-completion-row:hover .-user-col,
    .-completion-chart .-completion-row:hover .-site-col {
      background-color: #e8ecf0; }
  .-completion-chart .-cell {
    -webkit-box-flex: 0 0 26px;
    -webkit-flex: 0 0 26px;
    -moz-flex: 0 0 26px;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative; }
    .-completion-chart .-cell img {
      max-width: 15px; }
    .-completion-chart .-cell.-cert-cell {
      border-left: none;
      border-right: 1px solid rgba(0, 0, 0, 0.15); }
    .-completion-chart .-cell.-col-hovered, .-completion-chart .-cell.-row-hovered {
      background-color: rgba(0, 0, 0, 0.05); }
    .-completion-chart .-cell:hover {
      background-color: #fff;
      -webkit-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
      -moz-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
      -o-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
      box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27); }
    .-completion-chart .-cell.-failed {
      color: #e74c3c; }
    .-completion-chart .-cell.-corrected {
      color: #ff8a47; }
    .-completion-chart .-cell.-correct {
      color: #455362; }
    .-completion-chart .-cell.-not-applicable:hover {
      box-shadow: none;
      background-color: rgba(0, 0, 0, 0.05); }
  .-completion-chart .-cert-icon .-valid {
    color: #00BC8B; }
  .-completion-chart .-cert-icon .-invalid {
    color: #e74c3c; }

.-analytics-results-tooltip {
  font-size: .8rem;
  background-color: #fff; }
  .-analytics-results-tooltip.show {
    opacity: 1 !important; }

.-completion-heat-map {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 16px; }
  .-completion-heat-map .-type {
    font-size: .8rem;
    font-style: italic;
    font-weight: 700;
    padding: 4px;
    background-color: rgba(0, 0, 0, 0.05); }
  .-completion-heat-map .-metric {
    -webkit-box-flex: 0 0 400px;
    -webkit-flex: 0 0 400px;
    -moz-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px; }
  .-completion-heat-map .-heat-map-row {
    margin: 4px 0; }
    .-completion-heat-map .-heat-map-row:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  .-completion-heat-map .-results {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .-completion-heat-map .-results .-status {
      display: inline-block;
      font-weight: 600;
      text-align: center; }
      .-completion-heat-map .-results .-status:hover {
        -webkit-box-shadow: 0 1px 2px black;
        -moz-box-shadow: 0 1px 2px black;
        -o-box-shadow: 0 1px 2px black;
        box-shadow: 0 1px 2px black; }
      .-completion-heat-map .-results .-status.-correct {
        background-color: #455362;
        color: #fff; }
      .-completion-heat-map .-results .-status.-corrected {
        background-color: #ff8a47; }
      .-completion-heat-map .-results .-status.-failed {
        background-color: #e74c3c;
        color: #fff; }

.-tip-metric {
  color: #455362;
  font-size: 1.1rem;
  font-weight: 600; }

.-metrics-by-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid rgba(0, 0, 0, 0.15); }

.-category-title {
  font-size: .725rem;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  width: 100%;
  height: 26px;
  display: inline-block;
  padding: 0 4px;
  border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .-category-title .-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.-metric-category-heatmap {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 8px; }
  .-metric-category-heatmap .-category {
    font-size: .8rem;
    font-weight: bold;
    font-style: italic; }

.-sticky-col-header {
  position: sticky;
  left: 0;
  z-index: 100;
  background-color: #fff; }

.-sticky-col-row {
  position: sticky;
  left: 0;
  z-index: 101;
  background-color: #fff; }

.-user-row {
  width: 100%; }

.-cell-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.-chart-body {
  position: relative;
  width: 100vw; }

/**
 * Styles specific to the user module should live here
 */
.react-vis-magic-css-import-rule {
  display: inherit; }

.rv-treemap {
  font-size: 12px;
  position: relative; }

.rv-treemap__leaf {
  overflow: hidden;
  position: absolute; }

.rv-treemap__leaf--circle {
  align-items: center;
  border-radius: 100%;
  display: flex;
  justify-content: center; }

.rv-treemap__leaf__content {
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis; }

.rv-xy-plot {
  color: #c3c3c3;
  position: relative; }

.rv-xy-plot canvas {
  pointer-events: none; }

.rv-xy-plot .rv-xy-canvas {
  pointer-events: none;
  position: absolute; }

.rv-xy-plot__inner {
  display: block; }

.rv-xy-plot__axis__line {
  fill: none;
  stroke-width: 2px;
  stroke: #e6e6e9; }

.rv-xy-plot__axis__tick__line {
  stroke: #e6e6e9; }

.rv-xy-plot__axis__tick__text {
  fill: #6b6b76;
  font-size: 11px; }

.rv-xy-plot__axis__title text {
  fill: #6b6b76;
  font-size: 11px; }

.rv-xy-plot__grid-lines__line {
  stroke: #e6e6e9; }

.rv-xy-plot__circular-grid-lines__line {
  fill-opacity: 0;
  stroke: #e6e6e9; }

.rv-xy-plot__series, .rv-xy-plot__series path {
  pointer-events: all; }

.rv-xy-plot__series--line {
  fill: none;
  stroke: #000;
  stroke-width: 2px; }

.rv-crosshair {
  position: absolute;
  font-size: 11px;
  pointer-events: none; }

.rv-crosshair__line {
  background: #47d3d9;
  width: 1px; }

.rv-crosshair__inner {
  position: absolute;
  text-align: left;
  top: 0; }

.rv-crosshair__inner__content {
  border-radius: 4px;
  background: #3a3a48;
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.rv-crosshair__inner--left {
  right: 4px; }

.rv-crosshair__inner--right {
  left: 4px; }

.rv-crosshair__title {
  font-weight: bold;
  white-space: nowrap; }

.rv-crosshair__item {
  white-space: nowrap; }

.rv-hint {
  position: absolute;
  pointer-events: none; }

.rv-hint__content {
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 12px;
  background: #3a3a48;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  white-space: nowrap; }

.rv-discrete-color-legend {
  box-sizing: border-box;
  overflow-y: auto;
  font-size: 12px; }

.rv-discrete-color-legend.horizontal {
  white-space: nowrap; }

.rv-discrete-color-legend-item {
  color: #3a3a48;
  border-radius: 1px;
  padding: 9px 10px; }

.rv-discrete-color-legend-item.horizontal {
  display: inline-block; }

.rv-discrete-color-legend-item.horizontal .rv-discrete-color-legend-item__title {
  margin-left: 0;
  display: block; }

.rv-discrete-color-legend-item__color {
  display: inline-block;
  vertical-align: middle;
  overflow: visible; }

.rv-discrete-color-legend-item__color__path {
  stroke: #dcdcdc;
  stroke-width: 2px; }

.rv-discrete-color-legend-item__title {
  margin-left: 10px; }

.rv-discrete-color-legend-item.disabled {
  color: #b8b8b8; }

.rv-discrete-color-legend-item.clickable {
  cursor: pointer; }

.rv-discrete-color-legend-item.clickable:hover {
  background: #f9f9f9; }

.rv-search-wrapper {
  display: flex;
  flex-direction: column; }

.rv-search-wrapper__form {
  flex: 0; }

.rv-search-wrapper__form__input {
  width: 100%;
  color: #a6a6a5;
  border: 1px solid #e5e5e4;
  padding: 7px 10px;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0 0 9px;
  outline: 0; }

.rv-search-wrapper__contents {
  flex: 1;
  overflow: auto; }

.rv-continuous-color-legend {
  font-size: 12px; }

.rv-continuous-color-legend .rv-gradient {
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px; }

.rv-continuous-size-legend {
  font-size: 12px; }

.rv-continuous-size-legend .rv-bubbles {
  text-align: justify;
  overflow: hidden;
  margin-bottom: 5px;
  width: 100%; }

.rv-continuous-size-legend .rv-bubble {
  background: #d8d9dc;
  display: inline-block;
  vertical-align: bottom; }

.rv-continuous-size-legend .rv-spacer {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 100%; }

.rv-legend-titles {
  height: 16px;
  position: relative; }

.rv-legend-titles__left, .rv-legend-titles__right, .rv-legend-titles__center {
  position: absolute;
  white-space: nowrap;
  overflow: hidden; }

.rv-legend-titles__center {
  display: block;
  text-align: center;
  width: 100%; }

.rv-legend-titles__right {
  right: 0; }

.rv-radial-chart .rv-xy-plot__series--label {
  pointer-events: none; }

.user-role {
  background-color: #ffcc47;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 16px;
  border-radius: 4px; }
  .user-role p {
    margin: 0px; }

.my-agenda {
  background-color: white;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px; }
  .my-agenda .-agenda-section {
    margin-bottom: 16px; }
  .my-agenda .-training {
    font-size: 18px;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px; }
  .my-agenda .-content-wrapper {
    padding: 16px; }
    @media only screen and (min-width: 900px) {
      .my-agenda .-content-wrapper {
        margin-left: 150px; } }
  .my-agenda .-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    justify-content: space-between; }
  .my-agenda .-tab-wrapper {
    background-color: white; }
    .my-agenda .-tab-wrapper .-tab-btn {
      background-color: white;
      border: none;
      padding: 10px 10px 15px 5px;
      border-bottom: 1px solid #EEEEEE; }
      .my-agenda .-tab-wrapper .-tab-btn.active {
        border-bottom: 2px solid #EE5C29; }
    .my-agenda .-tab-wrapper .-badge {
      padding: 1px 10px;
      position: absolute;
      top: -15px;
      right: -25px;
      background-color: #a82315;
      border-radius: 50%;
      color: white;
      font-size: .625rem; }

.-login-disclaimer.-desktop-only {
  display: none; }
  @media only screen and (min-width: 900px) {
    .-login-disclaimer.-desktop-only {
      display: block; } }

.-login-disclaimer.-mobile-only {
  display: block; }
  @media only screen and (min-width: 900px) {
    .-login-disclaimer.-mobile-only {
      display: none; } }

.user-initials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 1.1rem;
  background-color: #C9D3DC;
  width: 48px;
  height: 48px;
  font-weight: 600;
  border-radius: 50%;
  margin-right: 16px;
  color: #252C34; }
  .user-initials.-nav {
    height: 42px;
    width: 42px;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    font-size: 0.875rem;
    margin-right: 8px; }
    .user-initials.-nav:hover {
      background-color: #B1C4D5; }

.user-login-container {
  max-width: 100vw !important;
  padding-top: 64px; }
  .user-login-container .-hero-container {
    position: relative;
    height: calc(100vh - 128px);
    display: none; }
    @media only screen and (min-width: 900px) {
      .user-login-container .-hero-container {
        display: block; } }
  .user-login-container .-hero {
    border-radius: 40px;
    background-image: url("/img/Real-Intelligence.jpg");
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .user-login-container .-partner-logo {
    max-width: 160px;
    width: 100%;
    height: auto; }
  .user-login-container .-form-header {
    color: #252C34; }
  .user-login-container .-form-sub-header {
    margin: 16px 0; }

.user-login-form {
  padding: 0; }
  .user-login-form h1 {
    font-size: 3rem;
    line-height: 1.5; }
  .user-login-form .-forgot {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: underline;
    font-style: normal; }
  .user-login-form .-disclaimer {
    margin-top: 16px;
    color: #A8B2BB;
    line-height: normal;
    font-size: .625rem; }
    .user-login-form .-disclaimer a {
      color: #8C9AA5;
      text-decoration: underline; }

/**
 * Any styles specific to the Product module, but globally available should live here
 */
.product-title {
  font-weight: 600; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Node module that you ALSO want globally
 * available should live here.
 */
.graph_node_wrapper {
  height: 0px;
  position: relative; }
  .graph_node_wrapper .graph_node {
    z-index: 10000;
    width: 1px;
    position: relative; }
    .graph_node_wrapper .graph_node .node-wrapper {
      position: relative;
      width: 160px;
      left: -80px;
      top: -40px;
      padding: 2px;
      border: 2px solid transparent; }
      .graph_node_wrapper .graph_node .node-wrapper .selected-wrapper {
        position: absolute;
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
        -webkit-box-shadow: 0px 0px 16px magenta;
        -moz-box-shadow: 0px 0px 16px magenta;
        -o-box-shadow: 0px 0px 16px magenta;
        box-shadow: 0px 0px 16px magenta;
        border-color: magenta; }
      .graph_node_wrapper .graph_node .node-wrapper .node-header {
        width: 100%;
        min-height: 40px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        padding: 8px;
        padding-top: 16px;
        font-size: .8rem;
        font-weight: 600; }
        .graph_node_wrapper .graph_node .node-wrapper .node-header .author-code {
          width: 100%; }
        .graph_node_wrapper .graph_node .node-wrapper .node-header:hover {
          cursor: move; }
        .graph_node_wrapper .graph_node .node-wrapper .node-header:active {
          cursor: move; }
      .graph_node_wrapper .graph_node .node-wrapper .node-bottom {
        position: relative;
        width: 100%;
        height: 20px; }
        .graph_node_wrapper .graph_node .node-wrapper .node-bottom:hover {
          cursor: se-resize; }
        .graph_node_wrapper .graph_node .node-wrapper .node-bottom:active {
          cursor: se-resize; }
      .graph_node_wrapper .graph_node .node-wrapper .-icons {
        position: absolute;
        top: -16px;
        height: 32px;
        padding: 8px;
        border-radius: 15px;
        background-color: #fff;
        border: 1px solid #34b3d7;
        color: #1f839f;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
        font-size: 0.875rem; }
        .graph_node_wrapper .graph_node .node-wrapper .-icons.start {
          color: rgba(0, 0, 0, 0.87);
          border-color: #737373; }
        .graph_node_wrapper .graph_node .node-wrapper .-icons.question {
          border-color: #bd9268;
          color: rgba(0, 0, 0, 0.87); }
        .graph_node_wrapper .graph_node .node-wrapper .-icons.correct {
          border-color: #007052;
          color: #00BC8B; }
        .graph_node_wrapper .graph_node .node-wrapper .-icons.incorrect {
          border-color: #bf2718;
          color: #e74c3c; }
        .graph_node_wrapper .graph_node .node-wrapper .-icons.exit {
          border-color: #050307;
          color: #2a1b3c; }
      .graph_node_wrapper .graph_node .node-wrapper .-icon {
        margin: 0 4px; }
      .graph_node_wrapper .graph_node .node-wrapper .start-icon {
        position: absolute;
        top: -30px;
        left: -30px;
        height: 60px;
        width: 60px;
        border-color: #737373;
        background: #ffec8a;
        color: rgba(0, 0, 0, 0.87);
        border: 1px solid #737373;
        border-radius: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        font-size: 1.75rem; }
      .graph_node_wrapper .graph_node .node-wrapper .exit-icon {
        position: absolute;
        bottom: -20px;
        right: -20px;
        height: 40px;
        width: 40px;
        border: 1px solid;
        border-color: #050307;
        background: #1e132a;
        color: #fff;
        border-radius: 20px;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        font-size: 1.25rem; }
        @media only screen and (min-width: 900px) {
          .graph_node_wrapper .graph_node .node-wrapper .exit-icon {
            font-size: 1.35rem; } }
      .graph_node_wrapper .graph_node .node-wrapper.default .node-header {
        width: 100%;
        background-color: #34b3d7;
        border: 1px solid #1f839f;
        border-bottom-color: #34b3d7;
        color: #fff; }
      .graph_node_wrapper .graph_node .node-wrapper.default .node-bottom {
        background-color: #28a6ca;
        border: 1px solid #1f839f;
        border-top-color: #28a6ca; }
      .graph_node_wrapper .graph_node .node-wrapper.default.diamond .node-header {
        border-bottom: 50px solid #34b3d7; }
      .graph_node_wrapper .graph_node .node-wrapper.default.diamond .node-bottom {
        border-top: 50px solid #28a6ca; }
      .graph_node_wrapper .graph_node .node-wrapper.exit {
        height: 128px;
        width: 128px;
        top: -60px;
        left: -60px; }
        .graph_node_wrapper .graph_node .node-wrapper.exit .node-header {
          height: 60px;
          background-color: #2a1b3c;
          border: 1px solid #050307;
          border-top-left-radius: 60px;
          border-top-right-radius: 60px;
          border-bottom-color: #2a1b3c;
          color: #fff; }
          .graph_node_wrapper .graph_node .node-wrapper.exit .node-header .author-code {
            width: 90px;
            position: absolute;
            bottom: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
        .graph_node_wrapper .graph_node .node-wrapper.exit .node-bottom {
          height: 60px;
          border: 1px solid #050307;
          background-color: #1e132a;
          border-bottom-left-radius: 60px;
          border-bottom-right-radius: 60px;
          border-top-color: #1e132a; }
      .graph_node_wrapper .graph_node .node-wrapper.question {
        width: 184px;
        left: -90px; }
        .graph_node_wrapper .graph_node .node-wrapper.question .selected-wrapper {
          top: -54px;
          right: -8px;
          bottom: -54px; }
        .graph_node_wrapper .graph_node .node-wrapper.question .node-header {
          /** see http://csshexagon.com for reference **/
          background-color: #ffc68a;
          width: 180px;
          color: rgba(0, 0, 0, 0.87);
          border-top: none;
          border-bottom: 1px solid #ffc68a;
          border-left: 1px solid #bd9268;
          border-right: 1px solid #bd9268;
          border-radius: 0;
          height: auto; }
          .graph_node_wrapper .graph_node .node-wrapper.question .node-header .author-code {
            width: 100%;
            position: relative;
            white-space: normal;
            overflow: auto; }
          .graph_node_wrapper .graph_node .node-wrapper.question .node-header:before {
            content: "";
            position: absolute;
            z-index: -1;
            width: 127.28px;
            height: 127.28px;
            -webkit-transform: scaleY(0.5774) rotate(-45deg);
            -ms-transform: scaleY(0.5774) rotate(-45deg);
            transform: scaleY(0.5774) rotate(-45deg);
            background-color: inherit;
            left: 25.3604px;
            top: -63.6396px;
            border-top: 1.4142px solid  #bd9268;
            border-right: 1.4142px solid  #bd9268; }
        .graph_node_wrapper .graph_node .node-wrapper.question .node-bottom {
          background-color: #ffba71;
          width: 180px;
          border-top: 1px solid #ffba71;
          border-bottom: none;
          border-left: 1px solid  #bd9268;
          border-right: 1px solid  #bd9268;
          height: 20px;
          border-radius: 0; }
          .graph_node_wrapper .graph_node .node-wrapper.question .node-bottom:after {
            content: "";
            position: absolute;
            z-index: -1;
            width: 127.28px;
            height: 127.28px;
            -webkit-transform: scaleY(0.5774) rotate(-45deg);
            -ms-transform: scaleY(0.5774) rotate(-45deg);
            transform: scaleY(0.5774) rotate(-45deg);
            background-color: inherit;
            left: 25.3604px;
            bottom: -63.6396px;
            border-bottom: solid 1.4142px #bd9268;
            border-left: solid 1.4142px #bd9268; }
      .graph_node_wrapper .graph_node .node-wrapper.correct .-icons {
        border-color: #007052;
        color: #007052; }
      .graph_node_wrapper .graph_node .node-wrapper.correct .node-header {
        background-color: #00BC8B;
        border-color: #007052;
        border-bottom-color: #00BC8B;
        color: #fff; }
      .graph_node_wrapper .graph_node .node-wrapper.correct .node-bottom {
        border-color: #007052;
        border-top-color: #00a378;
        background-color: #00a378; }
      .graph_node_wrapper .graph_node .node-wrapper.incorrect .-icons {
        border-color: #bf2718;
        color: #bf2718; }
      .graph_node_wrapper .graph_node .node-wrapper.incorrect .node-header {
        background-color: #e74c3c;
        border-color: #bf2718;
        border-bottom-color: #e74c3c;
        color: #fff; }
      .graph_node_wrapper .graph_node .node-wrapper.incorrect .node-bottom {
        border-color: #bf2718;
        border-top-color: #e43725;
        background-color: #e43725; }
      .graph_node_wrapper .graph_node .node-wrapper.topic-change .-icons {
        border-color: #603d88;
        color: #603d88; }
      .graph_node_wrapper .graph_node .node-wrapper.topic-change .node-header {
        background-color: #865CB6;
        border-color: #603d88;
        border-bottom-color: #865CB6;
        color: #fff; }
      .graph_node_wrapper .graph_node .node-wrapper.topic-change .node-bottom {
        border-color: #603d88;
        border-top-color: #794dac;
        background-color: #794dac; }
      .graph_node_wrapper .graph_node .node-wrapper.survey .-icons {
        border-color: #a500b3;
        color: #a500b3; }
      .graph_node_wrapper .graph_node .node-wrapper.survey .node-header {
        background-color: #eb00ff;
        border-color: #a500b3;
        border-bottom-color: #eb00ff;
        color: #fff; }
      .graph_node_wrapper .graph_node .node-wrapper.survey .node-bottom {
        border-color: #a500b3;
        border-top-color: #d400e6;
        background-color: #d400e6; }
      .graph_node_wrapper .graph_node .node-wrapper.start {
        width: 240px;
        border-radius: 12px;
        left: -100px;
        top: -40px; }
        .graph_node_wrapper .graph_node .node-wrapper.start .node-header {
          background-color: #ffec8a;
          color: rgba(0, 0, 0, 0.87);
          font-size: 1.25rem;
          font-weight: 600;
          text-align: center;
          border-top-right-radius: 12px;
          border-top-left-radius: 12px;
          border: 1px solid #737373;
          border-bottom-color: #ffec8a;
          min-height: 100px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center; }
          @media only screen and (min-width: 900px) {
            .graph_node_wrapper .graph_node .node-wrapper.start .node-header {
              font-size: 1.35rem; } }
          .graph_node_wrapper .graph_node .node-wrapper.start .node-header .author-code {
            padding-top: 8px; }
        .graph_node_wrapper .graph_node .node-wrapper.start .node-bottom {
          height: 30px;
          background-color: #ffe871;
          border-bottom-left-radius: 12px;
          border-bottom-right-radius: 12px;
          border: 1px solid #737373;
          border-top-color: #ffe871; }
      .graph_node_wrapper .graph_node .node-wrapper.empty .node-header {
        background-color: #fff;
        color: rgba(0, 0, 0, 0.87); }
  .graph_node_wrapper .node-details {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
    -moz-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
    -o-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
    box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
    width: 300px;
    height: auto;
    border-radius: 8px; }
    .graph_node_wrapper .node-details .-controls {
      width: 100%;
      background-color: #444;
      padding: 8px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .graph_node_wrapper .node-details .-content {
      padding: 8px; }
    .graph_node_wrapper .node-details .-node-info .-icon {
      width: 20px;
      margin-right: 8px; }

.styling-guide-wrapper {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }

.node_example {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  height: 15px;
  width: 15px; }
  .node_example.default {
    background-color: #34b3d7; }
  .node_example.correct {
    background-color: #00BC8B; }
  .node_example.incorrect {
    background-color: #e74c3c; }
  .node_example.checkpoint {
    background-color: #B53079; }
  .node_example.question {
    background-color: #ffc68a; }
  .node_example.toc {
    background-color: yellow; }
  .node_example.start {
    background-color: #ffec8a; }
  .node_example.exit {
    background-color: #2a1b3c; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Transition module that you ALSO want globally
 * available should live here.
 */
.-transition-arrow:hover {
  cursor: pointer; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Scene module that you ALSO want globally
 * available should live here.
 */
.fetching-empty {
  width: 100%;
  margin: 20px; }

.pdf-preview {
  position: relative !important; }
  .pdf-preview .react-pdf__Page__canvas {
    height: 75% !important;
    margin: auto;
    width: 75% !important; }

.scene-pdf-wrapper .-pdf-top-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden; }
  .scene-pdf-wrapper .-pdf-top-wrapper .-hover-overlay {
    height: 100%;
    background-color: #ccd7e8;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20%;
    opacity: 0%;
    font-size: 50px;
    color: white;
    text-align: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .scene-pdf-wrapper .-pdf-top-wrapper .-hover-overlay:hover {
      opacity: 0.95; }
    .scene-pdf-wrapper .-pdf-top-wrapper .-hover-overlay.-left {
      left: 0; }
    .scene-pdf-wrapper .-pdf-top-wrapper .-hover-overlay.-right {
      right: 0; }
    .scene-pdf-wrapper .-pdf-top-wrapper .-hover-overlay i {
      margin: auto; }
    .scene-pdf-wrapper .-pdf-top-wrapper .-hover-overlay h2 {
      margin: auto;
      opacity: 100%; }

.scene-pdf-wrapper .-pdf-nav-controls {
  bottom: 0%;
  padding: 10px;
  display: inline-block;
  background-color: white;
  width: 100%;
  text-align: center;
  justify-content: center; }
  .scene-pdf-wrapper .-pdf-nav-controls .-nav-button {
    background-color: #EE5C29;
    color: white;
    margin: 20px;
    width: 300px;
    border-radius: 20px; }
    .scene-pdf-wrapper .-pdf-nav-controls .-nav-button.-prev {
      background-color: #ccd7e8;
      color: #455362;
      border: 1px solid #EE5C29; }
      .scene-pdf-wrapper .-pdf-nav-controls .-nav-button.-prev:hover {
        cursor: pointer;
        background-color: #dee5f0;
        border: 1px solid #FF7A4D; }
    .scene-pdf-wrapper .-pdf-nav-controls .-nav-button i {
      padding: .5em; }
    .scene-pdf-wrapper .-pdf-nav-controls .-nav-button:hover {
      cursor: pointer;
      background-color: #FF7A4D; }
    .scene-pdf-wrapper .-pdf-nav-controls .-nav-button.-disabled {
      background-color: #EEEEEE;
      color: #C5C5C5;
      border: 1px solid #C5C5C5; }
      .scene-pdf-wrapper .-pdf-nav-controls .-nav-button.-disabled:hover {
        cursor: not-allowed;
        border: 1px solid #C5C5C5;
        background-color: #EEEEEE; }
  .scene-pdf-wrapper .-pdf-nav-controls .-page-num {
    justify-content: flex-end;
    font-style: italic;
    color: #a6a6a6; }

.scene-pdf-wrapper.-hidden {
  height: 0px;
  overflow: hidden; }

.scene-wrapper {
  position: absolute;
  width: 100%;
  z-index: 0; }

.-scene-video-wrapper {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .-scene-video-wrapper .-video {
    max-width: 1260px;
    width: 100%; }

.scene-content-wrapper {
  padding-bottom: 10%;
  position: relative;
  z-index: 1000; }

.scene-content-container {
  max-width: 1260px;
  margin: auto;
  background-color: #fff; }

.scene-content {
  max-width: 760px; }

.scene-controls {
  background-color: #455362;
  padding: 16px 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.menu-toggle {
  color: rgba(255, 255, 255, 0.92);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: inherit;
  width: 64px;
  text-align: center;
  -webkit-transition: background-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out;
  -ms-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out; }
  .menu-toggle:hover {
    color: #fff;
    background-color: #455362;
    cursor: pointer; }
  .menu-toggle.-toc {
    position: relative; }
    .menu-toggle.-toc .-icons {
      position: relative; }
    .menu-toggle.-toc .-bars {
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      opacity: 1; }
    .menu-toggle.-toc .-close {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .menu-toggle.-toc.-open {
      background-color: #455362; }
      .menu-toggle.-toc.-open .-bars {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0; }
      .menu-toggle.-toc.-open .-close {
        opacity: 1;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .menu-toggle.-arrow .-icon {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  .menu-toggle.-arrow.-open {
    background-color: #455362; }
    .menu-toggle.-arrow.-open .-icon {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.scene-title {
  line-height: 1.2; }

.checkpoint-markers {
  margin-left: 16px;
  position: relative; }
  .checkpoint-markers .-marker {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-right: 16px;
    position: relative; }
    .checkpoint-markers .-marker:after {
      content: '';
      background: #fff;
      opacity: 0.51;
      height: 2px;
      border-radius: 2px;
      position: absolute;
      top: 50%;
      width: 8px;
      left: 100%;
      margin-left: 4px; }
    .checkpoint-markers .-marker:last-child:after {
      display: none; }
    .checkpoint-markers .-marker .-icon {
      position: relative;
      -webkit-transition: opacity 250ms ease-in-out;
      -moz-transition: opacity 250ms ease-in-out;
      -ms-transition: opacity 250ms ease-in-out;
      transition: opacity 250ms ease-in-out; }
    .checkpoint-markers .-marker .-super {
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: opacity 250ms ease-in-out;
      -moz-transition: opacity 250ms ease-in-out;
      -ms-transition: opacity 250ms ease-in-out;
      transition: opacity 250ms ease-in-out; }
    .checkpoint-markers .-marker.-viewed {
      color: #fff; }
      .checkpoint-markers .-marker.-viewed .-icon {
        opacity: 0; }
    .checkpoint-markers .-marker.-clickable:hover {
      cursor: pointer; }
    .checkpoint-markers .-marker:hover .-super {
      opacity: 0; }
    .checkpoint-markers .-marker:hover .-icon {
      opacity: 1; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Course module that you ALSO want globally
 * available should live here.
 */
.course-card {
  position: relative;
  -webkit-box-shadow: 0 2px 0 rgba(78, 78, 78, 0.27);
  -moz-box-shadow: 0 2px 0 rgba(78, 78, 78, 0.27);
  -o-box-shadow: 0 2px 0 rgba(78, 78, 78, 0.27);
  box-shadow: 0 2px 0 rgba(78, 78, 78, 0.27);
  min-height: 225px; }
  .course-card:before, .course-card:after {
    content: "";
    background: #fff;
    height: 5px;
    display: block;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 0 rgba(78, 78, 78, 0.27) inset, 0 2px 0 rgba(78, 78, 78, 0.27);
    position: absolute;
    top: 100%;
    right: 10px;
    left: 10px;
    transition: .1s ease-in-out;
    -webkit-transition: height 150ms ease-in-out;
    -moz-transition: height 150ms ease-in-out;
    -ms-transition: height 150ms ease-in-out;
    transition: height 150ms ease-in-out; }
  .course-card:before {
    height: 10px;
    left: 20px;
    right: 20px; }
  .course-card:hover:before {
    height: 20px; }
  .course-card:hover:after {
    height: 10px; }

.course-complete-card {
  background-color: #d1d6d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 16px;
  min-height: 225px;
  color: #fff; }
  .course-complete-card img {
    display: block;
    max-width: 180px;
    margin: auto; }

.report-container {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-bottom: 24px;
  margin-right: 24px;
  padding: 10px;
  flex: 0 1 auto;
  align-items: center;
  flex-direction: row;
  -webkit-box-shadow: 0 2px 3px rgba(78, 78, 78, 0.27);
  -moz-box-shadow: 0 2px 3px rgba(78, 78, 78, 0.27);
  -o-box-shadow: 0 2px 3px rgba(78, 78, 78, 0.27);
  box-shadow: 0 2px 3px rgba(78, 78, 78, 0.27); }
  .report-container .report-content {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; }
  .report-container .report-icon {
    height: 45px;
    width: 45px;
    margin-right: 18px;
    margin-bottom: auto;
    flex-shrink: 0;
    align-items: center;
    /* Vertically center content inside */
    justify-content: center; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the ContentModule module that you ALSO want globally
 * available should live here.
 */
.tm-build-layout {
  position: relative; }
  .tm-build-layout .-build-content {
    padding-top: 64px;
    height: 100vh;
    position: relative;
    width: 100vw; }

.build-top-nav {
  height: 64px;
  z-index: 20000;
  position: fixed; }
  .build-top-nav .-back-link {
    padding-left: 16px;
    color: #FFFFFF; }
    .build-top-nav .-back-link:hover {
      color: #A8B2BB; }
  .build-top-nav .-tm-title {
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
    color: #FFFFFF; }

.tm-node-builder {
  position: absolute;
  top: 64px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }
  .tm-node-builder .zoom-level-wrapper {
    float: right;
    bottom: 5px;
    right: 5px;
    position: fixed;
    z-index: 10000;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .tm-node-builder .zoom-level-wrapper .-buttons {
      background-color: #fff;
      -webkit-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
      -moz-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
      -o-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
      box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
      margin-left: 16px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .tm-node-builder .zoom-level-wrapper .-buttons .-indicator {
        text-align: center;
        width: 60px; }
  .tm-node-builder .key-wrapper {
    width: 200px;
    float: right;
    top: 100px;
    right: 5px;
    position: absolute;
    z-index: 10000;
    background-color: #fff;
    padding: 10px; }
  .tm-node-builder .graph_wrapper {
    width: 1px;
    position: relative; }
    .tm-node-builder .graph_wrapper .graph_class {
      border: 10px solid blue;
      position: relative; }
  .tm-node-builder .graph_foreground {
    user-select: none;
    background: transparent;
    cursor: default;
    padding: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0px; }
  .tm-node-builder .graph_background {
    user-select: none;
    background-color: #edf1f5;
    width: 5000px;
    cursor: default;
    padding: 0px;
    position: fixed;
    height: 5000px;
    margin: 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.tm-card-wrapper {
  padding-right: 20px; }

.tm-card {
  height: 325px;
  width: 225px;
  position: relative;
  z-index: 100; }
  .tm-card .title {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px; }
  .tm-card .-summary {
    font-size: 12px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.47);
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .tm-card.-show-path {
    margin-bottom: 70px; }
    .tm-card.-show-path:after {
      content: "";
      position: absolute;
      display: block;
      bottom: -60px;
      left: 50%;
      margin-left: -5px;
      width: 10px;
      height: 47px;
      background: #d4d9dd;
      border-radius: 5px; }
  .tm-card.-bordered {
    border: 1px solid #ccc; }
  .tm-card .-cert img {
    margin: 10px;
    max-width: 50px; }

.tm-icon-wrapper {
  margin-left: 16px;
  margin-top: 16px;
  display: inline-block; }
  .tm-icon-wrapper.-left {
    margin-left: 0;
    margin-right: 16px; }
  .tm-icon-wrapper .-icon {
    text-align: right;
    color: #00BC8B;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out; }
    .tm-icon-wrapper .-icon:hover {
      color: rgba(0, 0, 0, 0.87);
      cursor: pointer; }

.tm-tags .-cert {
  max-width: 40px; }
  .tm-tags .-cert img {
    display: block;
    max-width: 100%; }

.follow-up-menu {
  padding: 16px; }

.-progress-wrapper {
  background-color: #455362;
  padding: 16px 0; }
  .-progress-wrapper .-progress {
    padding: 10px;
    top: -4px; }

.tm-overview .section .-progress-wrapper {
  padding: 32px; }

.vid-followup-wrapper {
  position: relative;
  height: auto; }
  .vid-followup-wrapper.-show-video {
    height: 0;
    padding-bottom: 56%; }

.pdf-followup-wrapper {
  position: relative; }
  .pdf-followup-wrapper .react-pdf__Page__canvas {
    width: 100% !important;
    height: 100% !important; }

.next-menu {
  position: relative;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #252C34;
  overflow: hidden;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }
  .next-menu img {
    display: block;
    max-width: 100%;
    margin: auto; }
  .next-menu .-overlay-text-wrapper {
    width: 100%;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media only screen and (min-width: 900px) {
      .next-menu .-overlay-text-wrapper {
        width: 50%; } }
    .next-menu .-overlay-text-wrapper .-overlay-text {
      padding: 16px;
      min-height: 100px;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.2; }
  .next-menu .-follow-ups {
    padding: 16px;
    position: relative;
    height: 0;
    width: 100%;
    width: 50%; }
    @media only screen and (min-width: 900px) {
      .next-menu .-follow-ups {
        width: 50%; } }
    .next-menu .-follow-ups.-no-poster .-qa-wrapper {
      position: relative; }
      .next-menu .-follow-ups.-no-poster .-qa-wrapper .-nodes {
        padding: 0;
        padding-bottom: 116px; }
  .next-menu .-button-wrapper {
    margin-top: 16px; }
  .next-menu.-visible {
    min-height: 500px;
    height: auto; }
    .next-menu.-visible .-follow-ups {
      height: auto; }
  .next-menu.-white-bg {
    background: white; }
  .next-menu .-question {
    font-size: .8rem;
    color: #455362;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 2px solid #C5C5C5; }
  .next-menu .-nodes {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    list-style: none;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
    .next-menu .-nodes li {
      padding: 4px 0; }
  .next-menu .node-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #FFFFFF;
    background-color: #313840;
    border-radius: 50px;
    padding: 10px 30px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .next-menu .node-link .-icon {
      margin-left: 16px; }
    .next-menu .node-link:hover {
      color: #FFFFFF;
      background-color: #47515d; }
    .next-menu .node-link:active {
      margin-top: 0px; }
    .next-menu .node-link.-visited {
      background-color: #626F7F;
      color: rgba(255, 255, 255, 0.91); }
      .next-menu .node-link.-visited:hover {
        color: rgba(255, 255, 255, 0.98);
        background-color: #7b8899; }

.trailer-link {
  margin: 10px;
  background-color: #fff;
  color: #455362; }
  .trailer-link i {
    margin: 4px; }
  .trailer-link:hover {
    color: #303a44;
    cursor: pointer; }

.widget-item {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.widget-header-text {
  font-weight: 700;
  font-size: 13px;
  font-family: "TradeGothic LT Bold", serif; }

.accordion-content {
  overflow: hidden;
  max-height: 1000px;
  transition: max-height 1s ease-in-out; }

.accordion-content[aria-expanded="true"] {
  max-height: 0px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }

.accordion-img {
  width: 16px;
  height: 16px;
  align-self: center;
  transition: all 0.35s ease; }

.accordion-img[aria-expanded="true"] {
  transform: rotate(-180deg); }

.module-header:hover {
  color: #455362;
  cursor: pointer; }

.toc-menu {
  position: relative;
  display: inline-block;
  top: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #313E4D;
  color: #fff;
  bottom: 0;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms; }
  .toc-menu .-content {
    width: 100%;
    opacity: 0;
    top: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out; }
  .toc-menu.-visible {
    width: 300px;
    height: auto; }
    .toc-menu.-visible .-content {
      opacity: 1; }
  .toc-menu .-instructions {
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out; }
  .toc-menu .-header {
    padding: 16px;
    text-align: center; }
    .toc-menu .-header hr {
      border-color: rgba(255, 255, 255, 0.51); }
    .toc-menu .-header .-course-title {
      font-size: 1.25rem;
      display: block;
      color: rgba(255, 255, 255, 0.97); }
      @media only screen and (min-width: 900px) {
        .toc-menu .-header .-course-title {
          font-size: 1.35rem; } }
      .toc-menu .-header .-course-title:hover {
        color: #fff; }
        .toc-menu .-header .-course-title:hover .-instructions {
          opacity: 1; }
  .toc-menu .-tm-links {
    position: relative; }
  .toc-menu .-tm-link {
    padding: 8px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem; }
    .toc-menu .-tm-link:hover {
      color: #fff;
      background-color: #0c0f11; }
      .toc-menu .-tm-link:hover .-instructions {
        opacity: 1; }
  .toc-menu .-scene-links {
    background-color: #313840; }
    .toc-menu .-scene-links .-tm-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      font-size: 1.1rem;
      padding: 8px 16px;
      padding-right: 22px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.97); }
      .toc-menu .-scene-links .-tm-title:hover {
        color: #fff; }
        .toc-menu .-scene-links .-tm-title:hover .-instructions {
          opacity: 1; }
  .toc-menu .toc-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-right: 6px solid #313840;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.92); }
    .toc-menu .toc-link:hover {
      background-color: #252C34;
      color: #fff; }
    .toc-menu .toc-link.-current {
      background-color: #12171D;
      color: #fff;
      border-color: #00BC8B; }
      .toc-menu .toc-link.-current:hover {
        background-color: #12171D; }
    .toc-menu .toc-link.-not-allowed {
      color: rgba(255, 255, 255, 0.47); }
      .toc-menu .toc-link.-not-allowed:hover {
        cursor: not-allowed;
        background-color: inherit; }

.back-link {
  color: #626F7F;
  font-size: 1.1rem;
  margin-bottom: 16px;
  font-weight: 600; }
  .back-link:hover {
    color: #72869b;
    cursor: pointer; }
  .back-link.-disabled {
    opacity: 0.7; }
    .back-link.-disabled:hover {
      color: #455362;
      cursor: not-allowed; }

.-overview-trailer {
  background-color: #626F7F;
  min-height: 300px; }
  .-overview-trailer .-no-video {
    min-height: 400px; }

.alert {
  color: #e74c3c;
  font-weight: bold; }

.report-title {
  color: #252C34; }

.rating-btn {
  background-color: #252C34;
  color: #FFFFFF;
  border: none; }

.confidence-btn {
  height: 35px;
  width: 35px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  color: #FFFFFF;
  background-color: #252C34; }
  .confidence-btn.-selected {
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    color: #252C34;
    background-color: #FFFFFF; }

.submit-sentiment-btn {
  font-size: .8rem;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #252C34;
  margin-top: 40px;
  margin-bottom: 30px;
  border-radius: 30px;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  white-space: nowrap;
  text-align: center; }
  .submit-sentiment-btn:visited {
    color: #FFFFFF; }
  .submit-sentiment-btn:hover {
    background-color: #FFFFFF;
    color: #252C34;
    border: 1px solid #EE5C29;
    -webkit-box-shadow: 0px 3px 6px rgba(78, 78, 78, 0.27);
    -moz-box-shadow: 0px 3px 6px rgba(78, 78, 78, 0.27);
    -o-box-shadow: 0px 3px 6px rgba(78, 78, 78, 0.27);
    box-shadow: 0px 3px 6px rgba(78, 78, 78, 0.27); }
  .submit-sentiment-btn.disabled, .submit-sentiment-btn:disabled {
    background-color: #252C34;
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }

.free-text-input textarea {
  background-color: #252C34;
  color: #FFFFFF;
  border-color: #FFFFFF;
  font-size: 9pt;
  height: 40px;
  border-radius: 5px; }
  .free-text-input textarea:focus {
    background-color: #1d2228;
    border-color: #FFFFFF; }

.-exit-btn {
  background-color: rgba(255, 255, 255, 0.92);
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #191A1B;
  font-weight: 500; }
  .-exit-btn .-icon {
    margin-right: 8px;
    color: #EE5C29; }
  .-exit-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #191A1B; }

.print-btn {
  background-color: rgba(255, 255, 255, 0.92);
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #191A1B;
  font-weight: 500; }
  .print-btn .-icon {
    margin-right: 8px;
    color: #EE5C29; }
  .print-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #191A1B; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Study module that you ALSO want globally
 * available should live here.
 */
.left-pane {
  background-color: #fff; }
  .left-pane .search-input-wrapper {
    margin: 15px auto;
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

.study-list-wrapper, .course-list-wrapper, .module-list-wrapper {
  width: 100%; }

.study-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .study-card a {
    color: rgba(0, 0, 0, 0.87) !important; }
  .study-card .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .study-card .-study-name {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .study-card .-sponsor-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #fff;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out; }
    .study-card .-sponsor-logo:hover {
      color: #455362; }
    .study-card .-sponsor-logo img {
      max-height: 32px;
      width: auto;
      margin-right: 8px; }

.study-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.87) !important;
  padding: 8px; }
  .study-list-item i {
    margin-right: 6px; }
  .study-list-item .-archived {
    color: rgba(0, 0, 0, 0.87) !important; }
  .study-list-item:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .study-list-item .-study-name {
    margin-top: 4px;
    font-weight: 700;
    font-size: 22px;
    font-family: "TradeGothic LT Bold", serif; }
  .study-list-item .-link-section {
    color: inherit;
    width: 100%; }
  .study-list-item .-report-link {
    color: rgba(0, 0, 0, 0.87); }
    .study-list-item .-report-link:hover {
      color: #EE5C29; }

.study-title {
  font-weight: 700;
  font-size: 28px;
  font-family: "TradeGothic LT Bold", serif;
  margin-top: 10px; }

.stat-text {
  padding-left: 4px;
  font-size: 12px; }

.section-header-text {
  font-weight: 700;
  font-size: 20px;
  font-family: "TradeGothic LT Bold", serif; }

.overview-stat-wrapper {
  margin-left: 20px; }

.complete-stats {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-right: 20px; }
  .complete-stats.-complete {
    color: #0fb997; }
  .complete-stats.-incomplete {
    color: #BB051D; }
  .complete-stats.-pending {
    color: #ffcc47; }
  .complete-stats.-total {
    color: #8C9AA5; }

.complete-info {
  font-size: 12px;
  line-height: 18px; }

.-study-details-column {
  order: -1; }
  @media only screen and (min-width: 900px) {
    .-study-details-column {
      order: 1; } }

.study-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #1b2026;
  color: #fff;
  height: 220px;
  width: 100%; }
  .study-banner p {
    max-width: 780px; }

.-viewing-links {
  padding-top: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .-viewing-links .-link {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.47);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    padding-bottom: 8px;
    border-bottom: 3px solid transparent;
    margin-right: 16px; }
    .-viewing-links .-link:hover {
      color: rgba(0, 0, 0, 0.87);
      cursor: pointer; }
    .-viewing-links .-link.-active {
      color: rgba(0, 0, 0, 0.87);
      border-color: #f8612c; }

.-study-courses .-course-item {
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .-study-courses .-course-item:hover {
    color: #455362; }

.-courses {
  white-space: nowrap; }

.-gross-completion-report .-course-wrapper {
  display: inline-block;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  white-space: nowrap; }
  .-gross-completion-report .-course-wrapper:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.15); }

.-gross-completion-report .-first-row .-course-wrapper, .-gross-completion-report .-first-row .-site-col, .-gross-completion-report .-first-row .-user-col {
  border-top: 2px solid rgba(0, 0, 0, 0.5); }

.-gross-completion-report .-tm-cert {
  width: 60px;
  display: inline-block;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.15); }
  .-gross-completion-report .-tm-cert:first-child {
    border-left: none; }
  .-gross-completion-report .-tm-cert.-highlighted {
    background-color: lightgoldenrodyellow; }
  .-gross-completion-report .-tm-cert.-optional {
    background-color: rgba(0, 0, 0, 0.05); }
  .-gross-completion-report .-tm-cert .-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 3px; }
    .-gross-completion-report .-tm-cert .-icon img {
      max-width: 20px; }
  .-gross-completion-report .-tm-cert .-started {
    color: #455362; }
  .-gross-completion-report .-tm-cert .-valid {
    color: #00BC8B; }
  .-gross-completion-report .-tm-cert .-invalid {
    color: #e74c3c; }

.-gross-completion-report .-completion-row:hover .-course-wrapper {
  background-color: #e8ecf0; }

.-course-completion-header {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-block; }
  .-course-completion-header:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
  .-course-completion-header .-text {
    min-width: 60px;
    padding: 3px;
    text-align: center; }
  .-course-completion-header .-tm {
    cursor: pointer;
    display: inline-block;
    width: 60px;
    padding: 3px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
    .-course-completion-header .-tm.-selected {
      font-weight: bold; }
    .-course-completion-header .-tm:first-child {
      border-left: none; }

.study-dashboard .-study-info .-course-list .-course {
  margin: 16px 0; }

.study-dashboard .-tm-list {
  margin: 0; }
  .study-dashboard .-tm-list li {
    font-size: 1rem; }

.study-roles-matrix {
  max-height: 70vh;
  overflow: scroll; }
  .study-roles-matrix .-matrix-header {
    position: sticky;
    left: 0;
    border-bottom: 1px solid lightgray;
    padding-bottom: 8px; }
  .study-roles-matrix .-matrix-legend .-key {
    border-left: 1px solid lightgray;
    margin: .25em; }
    .study-roles-matrix .-matrix-legend .-key i {
      padding: .25em; }
  .study-roles-matrix table {
    table-layout: fixed; }
    .study-roles-matrix table td, .study-roles-matrix table th {
      font-weight: normal;
      text-align: left; }
    .study-roles-matrix table thead th {
      position: sticky;
      top: -16px;
      padding-top: 16px;
      padding-bottom: 8px;
      z-index: 1;
      background: white; }
      .study-roles-matrix table thead th:first-child {
        padding-left: 16px;
        left: -16px;
        z-index: 2; }
    .study-roles-matrix table tbody th {
      border-bottom: 1px solid lightgray;
      position: sticky;
      left: -16px;
      padding-left: 16px;
      padding-right: 8px;
      text-align: left;
      background: white;
      z-index: 1; }
  .study-roles-matrix .-role-row {
    height: 40px; }
    .study-roles-matrix .-role-row.-highlighted {
      background: lightgray; }
    .study-roles-matrix .-role-row.-collapsed {
      display: none; }
    .study-roles-matrix .-role-row:hover .-study-role-cell {
      cursor: pointer;
      text-decoration: underline;
      color: #455362;
      z-index: 5; }
    .study-roles-matrix .-role-row .-study-role-cell {
      border-right: 1px solid lightgray; }
    .study-roles-matrix .-role-row .-study-role {
      line-height: 1em;
      overflow: hidden;
      padding: 1em 0em;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .study-roles-matrix .-role-row i {
      margin: auto 0;
      padding-right: .5em; }
      .study-roles-matrix .-role-row i.fa-trash {
        color: red; }
  .study-roles-matrix .-tm-col {
    top: 24px; }
    .study-roles-matrix .-tm-col:hover {
      z-index: 5; }
  .study-roles-matrix .-tm-title {
    height: 3em;
    min-width: 6em;
    overflow: hidden;
    padding: 0 .25em;
    text-overflow: ellipsis;
    text-align: center; }
  .study-roles-matrix .-course-columns-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 1em; }
  .study-roles-matrix .-course-column {
    border-left: 1px solid lightgray; }
    .study-roles-matrix .-course-column .-course-title {
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-left: 8px; }
  .study-roles-matrix .-role-tm-toggle {
    border: 1px solid lightgray;
    height: 3em; }
    .study-roles-matrix .-role-tm-toggle.-highlighted {
      background-color: #ebebeb; }
      .study-roles-matrix .-role-tm-toggle.-highlighted .-inactive {
        opacity: 1; }
    .study-roles-matrix .-role-tm-toggle.-collapsed {
      height: 0em;
      overflow: hidden;
      border: none; }
    .study-roles-matrix .-role-tm-toggle i {
      border-radius: 50%;
      margin: auto;
      padding: 1em; }
      .study-roles-matrix .-role-tm-toggle i:hover {
        cursor: pointer;
        -webkit-box-shadow: 0px 4px 8px rgba(78, 78, 78, 0.27);
        -moz-box-shadow: 0px 4px 8px rgba(78, 78, 78, 0.27);
        -o-box-shadow: 0px 4px 8px rgba(78, 78, 78, 0.27);
        box-shadow: 0px 4px 8px rgba(78, 78, 78, 0.27);
        background-color: white;
        opacity: 1; }
  .study-roles-matrix i {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .study-roles-matrix i.-disabled:hover {
      cursor: default;
      background-color: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
    .study-roles-matrix i.-inactive {
      color: lightgray !important;
      opacity: .5; }
    .study-roles-matrix i.-excluded {
      color: red; }
    .study-roles-matrix i.-required {
      color: orange; }
    .study-roles-matrix i.-optional {
      color: blue; }

[yt-btn~="create"],
.yt-btn.create {
  padding: 8px;
  background-color: #EE5C29;
  border-radius: 5px; }
  [yt-btn~="create"]:hover,
  .yt-btn.create:hover {
    background-color: #FF7A4D; }
  [yt-btn~="create"] .-icon,
  .yt-btn.create .-icon {
    height: 15px;
    width: 15px;
    color: #FFFFFF; }

/** 
* This is almost entirely copied from analyticsGlobalStyles,
* it was the easiest way for me to go about shrinking it all down for the widget.
* It eventually needs to be trimmed down or merged correctly with original
*/
.-completion-chart-widget {
  position: relative;
  max-height: calc(100vh - 280px);
  max-width: 350px; }
  .-completion-chart-widget .-site-col {
    -webkit-box-flex: 0 0 120px;
    -webkit-flex: 0 0 120px;
    -moz-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px; }
    .-completion-chart-widget .-site-col.-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end;
      font-size: .625rem; }
  .-completion-chart-widget .-user-col {
    -webkit-box-flex: 0 0 90px;
    -webkit-flex: 0 0 90px;
    -moz-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px; }
    .-completion-chart-widget .-user-col.-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end; }
      .-completion-chart-widget .-user-col.-header .-user-info {
        border-top: none; }
  .-completion-chart-widget .-username-and-role {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .-completion-chart-widget .-user-info {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .-completion-chart-widget .-user-info .-role {
      text-align: left;
      width: 90px;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 8px;
      font-size: .625rem; }
    .-completion-chart-widget .-user-info .-username {
      display: inline-block;
      text-align: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 8px;
      width: 90px;
      font-size: .625rem; }
    .-completion-chart-widget .-user-info .-name {
      display: inline-block;
      text-align: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 8px;
      width: 90px;
      font-size: .625rem; }
    .-completion-chart-widget .-user-info .-user-status {
      text-align: left;
      width: 50px;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 8px;
      font-size: .625rem; }
  .-completion-chart-widget .-attempt-number {
    text-align: right;
    padding-right: 8px;
    font-size: .625rem; }
  .-completion-chart-widget .-metric-header {
    -webkit-box-flex: 0 0 26px;
    -webkit-flex: 0 0 26px;
    -moz-flex: 0 0 26px;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    padding-top: 300px;
    position: relative; }
    .-completion-chart-widget .-metric-header.-col-hovered {
      background-color: rgba(0, 0, 0, 0.05); }
    .-completion-chart-widget .-metric-header:hover {
      background-color: rgba(0, 0, 0, 0.05);
      cursor: default; }
    .-completion-chart-widget .-metric-header .-text {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: .625rem; }
    .-completion-chart-widget .-metric-header .-foot {
      font-size: .625rem;
      font-weight: 600;
      background-color: rgba(0, 0, 0, 0.15);
      text-align: center;
      bottom: 0;
      height: 26px; }
  .-completion-chart-widget .-user-row.-first-row .-first-attempt .-cell {
    border-top: 2px solid rgba(0, 0, 0, 0.5); }
  .-completion-chart-widget .-user-row.-first-row .-site-col,
  .-completion-chart-widget .-user-row.-first-row .-user-col {
    border-top: 2px solid rgba(0, 0, 0, 0.5); }
  .-completion-chart-widget .-user-row.-first-row .-user-info {
    border-top: none; }
  .-completion-chart-widget .-following-attempts .-site-col,
  .-completion-chart-widget .-following-attempts .-user-col {
    border-top: none !important; }
  .-completion-chart-widget .-site-row {
    position: relative; }
    .-completion-chart-widget .-site-row .-site-info {
      position: absolute;
      padding-right: 8px;
      font-weight: 600;
      top: 0;
      left: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: left;
      display: inline-block;
      width: 100px;
      z-index: 100;
      border-top: 2px solid rgba(0, 0, 0, 0.5);
      font-size: .625rem; }
    .-completion-chart-widget .-site-row .-site-text {
      font-size: .625rem; }
  .-completion-chart-widget .-completion-row {
    position: relative;
    left: 0;
    right: 0; }
    .-completion-chart-widget .-completion-row:hover .-cell,
    .-completion-chart-widget .-completion-row:hover .-user-col,
    .-completion-chart-widget .-completion-row:hover .-site-col {
      background-color: #e8ecf0; }
  .-completion-chart-widget .-cell {
    -webkit-box-flex: 0 0 26px;
    -webkit-flex: 0 0 26px;
    -moz-flex: 0 0 26px;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative; }
    .-completion-chart-widget .-cell img {
      max-width: 15px; }
    .-completion-chart-widget .-cell .-icon {
      height: 8px;
      width: 8px; }
    .-completion-chart-widget .-cell.-cert-cell {
      border-left: none;
      border-right: 1px solid rgba(0, 0, 0, 0.15); }
    .-completion-chart-widget .-cell.-col-hovered, .-completion-chart-widget .-cell.-row-hovered {
      background-color: rgba(0, 0, 0, 0.05); }
    .-completion-chart-widget .-cell:hover {
      background-color: #fff;
      -webkit-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
      -moz-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
      -o-box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27);
      box-shadow: 0 4px 12px rgba(78, 78, 78, 0.27); }
    .-completion-chart-widget .-cell.-failed {
      color: #e74c3c; }
    .-completion-chart-widget .-cell.-corrected {
      color: #ff8a47; }
    .-completion-chart-widget .-cell.-correct {
      color: #455362; }
    .-completion-chart-widget .-cell.-not-applicable:hover {
      box-shadow: none;
      background-color: rgba(0, 0, 0, 0.05); }
  .-completion-chart-widget .-cert-icon .-valid {
    color: #00BC8B; }
  .-completion-chart-widget .-cert-icon .-invalid {
    color: #e74c3c; }
  .-completion-chart-widget .-course-wrapper {
    display: inline-block;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    white-space: nowrap; }
    .-completion-chart-widget .-course-wrapper:last-child {
      border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .-completion-chart-widget .-tm-cert {
    width: 60px;
    display: inline-block;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
    .-completion-chart-widget .-tm-cert:first-child {
      border-left: none; }
    .-completion-chart-widget .-tm-cert img {
      height: 18px;
      width: 18px;
      padding: 3px; }
    .-completion-chart-widget .-tm-cert.-highlighted {
      background-color: lightgoldenrodyellow; }
    .-completion-chart-widget .-tm-cert.-optional {
      background-color: rgba(0, 0, 0, 0.05); }
    .-completion-chart-widget .-tm-cert .-started {
      color: #455362; }
    .-completion-chart-widget .-tm-cert .-valid {
      color: #00BC8B; }
    .-completion-chart-widget .-tm-cert .-invalid {
      color: #e74c3c; }
  .-completion-chart-widget .-completion-row:hover .-course-wrapper {
    background-color: #e8ecf0; }

ul.-icon-legend {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.-icon-legend li {
    display: inline-block;
    margin-right: 20px; }
    ul.-icon-legend li img {
      display: inline-block; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Sponsor module that you ALSO want globally
 * available should live here.
 */
.horizontal-scroll-wrapper {
  overflow-y: hidden;
  overflow-x: scroll; }

.module-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  overflow-x: scroll; }

.module-wrapper::-webkit-scrollbar {
  display: none; }

.-study-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 30px; }
  .-study-wrapper .-logo {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    height: 35px; }
  .-study-wrapper .-agenda-logo {
    margin-top: 20px;
    margin-bottom: auto;
    margin-left: 10px;
    height: 28px;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .-study-wrapper .-sponsor-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px; }
    .-study-wrapper .-sponsor-top .-title {
      margin-top: auto;
      margin-bottom: auto; }
    .-study-wrapper .-sponsor-top .-study-name {
      font-size: 18px; }

.-info {
  margin-top: auto;
  margin-bottom: auto;
  color: rgba(0, 0, 0, 0.47);
  font-style: italic;
  right: 0; }

.BrainhubCarousel__arrows {
  background-color: #455362; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Study User module that you ALSO want globally
 * available should live here.
 */
.-study-user-training-status {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .-study-user-training-status .-tm-status {
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.05); }

.email-text {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Site module that you ALSO want globally
 * available should live here.
 */
.site-location-empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border: 1px solid #979797;
  background-color: #D8D8D8;
  padding: 16px 32px; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the User Node module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the User Module module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Evaluation module that you ALSO want globally
 * available should live here.
 */
.-q-content {
  font-size: 1.25rem;
  color: #252C34;
  font-weight: 600; }
  @media only screen and (min-width: 900px) {
    .-q-content {
      font-size: 1.35rem; } }

.post-evaluation .status-bar {
  width: 100%;
  padding: 16px;
  color: #fff;
  background-color: #303a44; }
  .post-evaluation .status-bar.-failed {
    background-color: #FFF5F6;
    color: #B50E27;
    font-weight: 600;
    font-size: 16px; }
  .post-evaluation .status-bar.-passed {
    background-color: #EDFDF3;
    color: #166534;
    font-weight: 600;
    font-size: 16px; }

.-buttons .-next-btn {
  background-color: #0E274E;
  color: #FFFFFF;
  font-weight: 500; }
  .-buttons .-next-btn.muted {
    background-color: #8C9AA5; }
  .-buttons .-next-btn:hover {
    background-color: #1B468A; }
  .-buttons .-next-btn:focus {
    background-color: #0E274E; }
  .-buttons .-next-btn:active {
    background-color: #0E274E; }
  .-buttons .-next-btn:active:hover {
    background-color: #0E274E; }
  .-buttons .-next-btn:disabled {
    background-color: #8C9AA5;
    color: #FFFFFF !important; }

.-buttons .-exit-btn {
  background-color: transparent;
  border-radius: 4px;
  padding-left: 0px;
  color: #191A1B !important;
  font-weight: 500;
  box-shadow: none; }
  .-buttons .-exit-btn .-icon {
    margin-right: 8px;
    color: #EE5C29; }
  .-buttons .-exit-btn:hover {
    border-color: #fff;
    color: #191A1B;
    background-color: transparent;
    box-shadow: none; }

.-buttons .-icon {
  margin-left: 8px;
  color: #FFFFFF; }

.-buttons:hover {
  background-color: transparent;
  border-color: #fff;
  color: #191A1B; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the User Event module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Question module that you ALSO want globally
 * available should live here.
 */
.question-content {
  font-size: 1.1rem; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Answer module that you ALSO want globally
 * available should live here.
 */
.-answers {
  padding: 16px 0; }

.answer-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out;
  -ms-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out; }
  .answer-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer; }
  .answer-wrapper .-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.1rem; }

.answer-input {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  outline: 0;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 0; }

.answer-input-display {
  height: 40px;
  width: 40px;
  margin-right: 8px;
  position: relative; }
  .answer-input-display .-icon {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out; }
    .answer-input-display .-icon.-unchecked {
      color: rgba(0, 0, 0, 0.47);
      opacity: 1; }
    .answer-input-display .-icon.-checked {
      opacity: 0; }
  .answer-input-display.-selected {
    color: #e74c3c; }
    .answer-input-display.-selected .-icon.-unchecked {
      opacity: 0; }
    .answer-input-display.-selected .-icon.-checked {
      opacity: 1; }
    .answer-input-display.-selected.-correct {
      color: #16A34A; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the User Evaluation module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the User Answer module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Resource Link module that you ALSO want globally
 * available should live here.
 */
.resource-link-item {
  position: relative;
  display: inline-block; }
  .resource-link-item .-display-name {
    position: relative;
    display: inline-block;
    color: #455362;
    border: 1px solid #455362;
    padding: 3px 8px;
    margin-right: 8px;
    margin-bottom: 8px; }
    .resource-link-item .-display-name:hover {
      color: #72869b;
      border-color: #72869b; }
  .resource-link-item .-tip-text {
    color: #fff;
    background-color: #455362;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .resource-link-item .-tip-text a {
      color: #fff; }
      .resource-link-item .-tip-text a:hover {
        color: rgba(255, 255, 255, 0.8); }
    .resource-link-item .-tip-text:after {
      border-color: transparent transparent #455362 transparent; }
  .resource-link-item.-admin {
    display: block; }
    .resource-link-item.-admin .-buttons {
      display: inline-block;
      opacity: 0; }
    .resource-link-item.-admin:hover .-buttons {
      opacity: 1; }

.-program-resource-link .-icon {
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out; }

.-program-resource-link:hover .-icon {
  opacity: 1; }

.-resource-icon-col {
  width: 60px; }

.-link-to-program-resources {
  padding-bottom: 16px; }
  .-link-to-program-resources a {
    color: #0284c7;
    font-weight: 700; }
    .-link-to-program-resources a:hover {
      color: #0369A1; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Module Certificate module that you ALSO want globally
 * available should live here.
 */
.cert-wrapper {
  position: relative;
  background-color: #fff; }
  .cert-wrapper .certificate {
    min-height: 200px;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 900px) {
      .cert-wrapper .certificate {
        min-height: 400px; } }
    @media print {
      .cert-wrapper .certificate {
        margin-top: -80px; }
        .cert-wrapper .certificate .alert-message.danger {
          color: red;
          border: 2px solid red;
          border-radius: 20px; } }
    .cert-wrapper .certificate.-achieved {
      background-image: none; }
  .cert-wrapper .-cert-bg img {
    display: block;
    width: 100%; }
  .cert-wrapper .-cert-content {
    padding: 32px;
    top: 0;
    bottom: 0;
    width: 100%;
    border: 6px solid #455362;
    outline: 1px solid #455362;
    outline-offset: -12px; }
  .cert-wrapper .-cert-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center; }
    .cert-wrapper .-cert-header .-sponsor-name {
      font-size: 1.75rem;
      margin-top: 16px; }
    .cert-wrapper .-cert-header .-sponsor-logo img {
      display: block;
      max-width: 200px;
      margin: auto; }
  .cert-wrapper .-cert-body {
    text-align: center; }
    .cert-wrapper .-cert-body .-certifies-that {
      font-style: italic;
      color: rgba(0, 0, 0, 0.47);
      margin-top: 32px;
      font-family: Georgia, Times, serif; }
    .cert-wrapper .-cert-body .-completor {
      font-size: 3rem;
      line-height: 1.5; }
    .cert-wrapper .-cert-body .-has-successfully {
      font-style: italic;
      color: rgba(0, 0, 0, 0.47);
      font-family: Georgia, Times, serif;
      margin: 16px 0; }
    .cert-wrapper .-cert-body .-tm-title {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 16px; }
      @media only screen and (min-width: 900px) {
        .cert-wrapper .-cert-body .-tm-title {
          font-size: 1.35rem; } }
    .cert-wrapper .-cert-body .-credits {
      text-transform: uppercase; }
  .cert-wrapper .-cert-sig {
    padding: 16px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center; }
    .cert-wrapper .-cert-sig .-signer-name-position {
      font-weight: 700;
      font-size: 1.1rem; }
    .cert-wrapper .-cert-sig .-signature {
      margin: auto;
      display: block;
      margin-bottom: 8px;
      max-width: 60%; }
      .cert-wrapper .-cert-sig .-signature.-no-img {
        min-height: 96px; }
      .cert-wrapper .-cert-sig .-signature img {
        margin: auto;
        margin-bottom: -20px;
        display: block;
        width: 80%; }
  .cert-wrapper .-cert-footer {
    padding-top: 32px; }
    .cert-wrapper .-cert-footer .-accreditor-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .cert-wrapper .-cert-footer .-accreditor-info .-accreditor-logo {
        -webkit-box-flex: 0 0 33%;
        -webkit-flex: 0 0 33%;
        -moz-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        margin-right: 16px; }
      .cert-wrapper .-cert-footer .-accreditor-info .-accreditor-description {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: .725rem;
        line-height: normal; }
  .cert-wrapper .-info {
    padding: 32px; }
    @media only screen and (min-width: 1020px) {
      .cert-wrapper .-info {
        max-width: 400px; } }
    @media only screen and (min-width: 1280px) {
      .cert-wrapper .-info {
        max-width: 600px; } }
    .cert-wrapper .-info .-tm-title {
      font-size: 1.25rem; }
      @media only screen and (min-width: 900px) {
        .cert-wrapper .-info .-tm-title {
          font-size: 1.35rem; } }
  .cert-wrapper .-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(69, 83, 98, 0.95);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .cert-wrapper .-overlay.-failed {
      background-color: rgba(152, 28, 15, 0.94); }
    .cert-wrapper .-overlay.-achieved {
      opacity: 0;
      -webkit-transition: opacity 250ms ease-in-out;
      -moz-transition: opacity 250ms ease-in-out;
      -ms-transition: opacity 250ms ease-in-out;
      transition: opacity 250ms ease-in-out; }
      .cert-wrapper .-overlay.-achieved:hover {
        opacity: 1; }
    .cert-wrapper .-overlay .-content {
      color: #fff;
      text-align: center;
      padding: 32px;
      max-width: 600px; }
      .cert-wrapper .-overlay .-content h1 {
        font-size: 3rem;
        line-height: 1.5;
        margin: 0; }
      .cert-wrapper .-overlay .-content p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 1.1rem; }
    .cert-wrapper .-overlay .-redirect-content {
      color: #fff;
      text-align: center;
      padding: 32px;
      min-width: 600px; }
      .cert-wrapper .-overlay .-redirect-content h1 {
        font-size: 3rem;
        line-height: 1.5;
        margin: 0; }
      .cert-wrapper .-overlay .-redirect-content p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 1.1rem; }
  .cert-wrapper .-buttons {
    margin: 32px; }
    .cert-wrapper .-buttons:hover {
      background-color: transparent; }
    .cert-wrapper .-buttons .-print-btn {
      background-color: rgba(255, 255, 255, 0.92);
      border: 2px solid rgba(255, 255, 255, 0.85);
      color: #191A1B;
      font-weight: 500; }
      .cert-wrapper .-buttons .-print-btn .-icon {
        margin-right: 8px;
        color: #EE5C29; }
      .cert-wrapper .-buttons .-print-btn:hover {
        background-color: #fff;
        border-color: #fff;
        color: #191A1B; }
    .cert-wrapper .-buttons .-start-btn {
      background-color: rgba(255, 255, 255, 0.92);
      border: 2px solid rgba(255, 255, 255, 0.85);
      color: #191A1B;
      font-weight: 500; }
      .cert-wrapper .-buttons .-start-btn .-icon {
        margin-left: 8px;
        color: #EE5C29; }
      .cert-wrapper .-buttons .-start-btn:hover {
        background-color: #fff;
        border-color: #fff;
        color: #191A1B; }
    .cert-wrapper .-buttons .-trailer-btn {
      background-color: transparent;
      border: 2px solid rgba(255, 255, 255, 0.85);
      color: rgba(255, 255, 255, 0.85);
      font-weight: 600; }
      .cert-wrapper .-buttons .-trailer-btn .-icon {
        margin: 0 8px; }
      .cert-wrapper .-buttons .-trailer-btn:hover {
        border-color: #fff;
        color: #fff; }
    .cert-wrapper .-buttons .-exit-btn {
      background-color: transparent;
      border: 2px solid rgba(255, 255, 255, 0.85);
      color: #191A1B;
      font-weight: 500; }
      .cert-wrapper .-buttons .-exit-btn .-icon {
        margin-right: 8px;
        color: #EE5C29; }
      .cert-wrapper .-buttons .-exit-btn:hover {
        background-color: #fff;
        border-color: #fff;
        color: #191A1B; }
  @media only screen and (min-width: 900px) {
    .cert-wrapper.-mini .certificate {
      min-height: 225px; } }
  .cert-wrapper.-mini .-header {
    font-size: 1.1rem; }

.cert-card {
  color: rgba(0, 0, 0, 0.87);
  padding: 15px;
  border-radius: 5px;
  background-color: #EEEEEE;
  display: flex;
  flex-flow: column;
  height: 100%; }
  .cert-card.-expiring-soon {
    background-color: #ffebe0; }
    .cert-card.-expiring-soon .-expires {
      color: #e05200;
      padding-top: 10px; }
  .cert-card.-expired {
    background-color: #fbdedb; }
    .cert-card.-expired .-expires {
      color: #a82315;
      padding-top: 10px; }
  .cert-card.-pending-attestation {
    background-color: #ffebe0; }
    .cert-card.-pending-attestation .-expires {
      color: #e05200;
      padding-top: 10px; }
  .cert-card .-title {
    font-size: 1.1rem;
    font-weight: 600;
    padding-top: 10px;
    flex-grow: 1; }
  .cert-card .-expires {
    color: rgba(0, 0, 0, 0.47); }
  .cert-card .-button {
    width: 100%;
    color: #FFFFFF;
    display: inline-block;
    height: 30px;
    background-color: #455362;
    border: none;
    border-radius: 30px;
    padding: 2px;
    position: relative;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
    font-size: 14px; }
    .cert-card .-button.-expired {
      background-color: #a82315; }
    .cert-card .-button.-expiring-soon {
      background-color: #e05200; }

.empty-wrapper {
  margin-top: 30px;
  width: 75%;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .empty-wrapper i {
    color: #D74F1F; }
  .empty-wrapper .-empty-message {
    font-family: 'Source Sans Pro';
    font-size: '18px'; }
  .empty-wrapper .-contact-message {
    font-family: 'Source Sans Pro';
    font-size: '18px';
    font-style: italic; }
  .empty-wrapper .-contact-link {
    text-decoration: underline;
    color: #D74F1F; }

.centered-info-box {
  background-color: #FE6B35;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  visibility: visible; }
  .centered-info-box.-hide {
    opacity: 0;
    transition: all 500ms ease-out;
    visibility: hidden; }
  .centered-info-box .-info-box-text {
    color: #fff;
    display: block;
    padding: 2rem 0rem; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Course Certificate module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Site Location module that you ALSO want globally
 * available should live here.
 */
.-site-location-list-item {
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-bottom: 4px; }
  .-site-location-list-item.-linkable {
    color: rgba(0, 0, 0, 0.87);
    display: block; }
    .-site-location-list-item.-linkable:hover {
      background-color: rgba(0, 0, 0, 0.05);
      cursor: pointer; }
  .-site-location-list-item.-selectable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .-site-location-list-item.-selectable:hover {
      background-color: rgba(0, 0, 0, 0.05);
      cursor: pointer; }
    .-site-location-list-item.-selectable .-icon {
      -webkit-box-flex: 0 0 20px;
      -webkit-flex: 0 0 20px;
      -moz-flex: 0 0 20px;
      -ms-flex: 0 0 20px;
      flex: 0 0 20px; }
    .-site-location-list-item.-selectable .-location-info {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }

.-agenda-tm-list {
  margin-bottom: 20px; }
  .-agenda-tm-list .-tm-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px;
    margin-bottom: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15); }
    .-agenda-tm-list .-tm-list-item:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .-agenda-tm-list .-tm-list-item .-icon {
      -webkit-box-flex: 0 0 30px;
      -webkit-flex: 0 0 30px;
      -moz-flex: 0 0 30px;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      margin-top: 8px;
      margin-bottom: 8px;
      margin-left: 4px; }
    .-agenda-tm-list .-tm-list-item .-title {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      justify-content: center;
      margin-top: 8px;
      margin-bottom: 8px;
      font-size: 16px; }
    .-agenda-tm-list .-tm-list-item .-main-logo {
      max-height: 30px;
      width: auto;
      margin-left: 8px;
      padding: 3px;
      border: 1px solid rgba(0, 0, 0, 0.15); }
    .-agenda-tm-list .-tm-list-item .-logo {
      max-height: 25px;
      width: auto;
      margin-left: 8px;
      padding: 3px;
      border: 1px solid rgba(0, 0, 0, 0.15); }
    .-agenda-tm-list .-tm-list-item.-completed {
      background-color: rgba(0, 0, 0, 0.05); }
    .-agenda-tm-list .-tm-list-item.-pending {
      background-color: #fff6e0; }
      .-agenda-tm-list .-tm-list-item.-pending .fa-exclamation-triangle {
        color: #ffcc47; }
    .-agenda-tm-list .-tm-list-item.-expiring-soon {
      background-color: #ffebe0; }
      .-agenda-tm-list .-tm-list-item.-expiring-soon .fa-exclamation-triangle {
        color: #ff8a47; }
    .-agenda-tm-list .-tm-list-item.-expired {
      background-color: #f8c9c4; }
      .-agenda-tm-list .-tm-list-item.-expired .fa-exclamation-triangle {
        color: #e74c3c; }
    .-agenda-tm-list .-tm-list-item .-actions {
      flex-direction: 'column';
      justify-content: center;
      margin: 8px; }
      .-agenda-tm-list .-tm-list-item .-actions .fa-exclamation-triangle {
        color: #FFFFFF; }

.-welcome-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 500px;
  background-color: #FFFFFF; }

.-all-caught-up {
  padding: 30px 0px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100% !important;
  -moz-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  background-color: #EEEEEE; }
  .-all-caught-up .-icon {
    color: #00BC8B; }
  .-all-caught-up .-message {
    font-size: 1.1rem;
    font-weight: 700; }

.agenda-alert {
  min-height: 100px;
  padding: 10px;
  margin-bottom: 10px; }
  .agenda-alert.-expired {
    background-color: #f8c9c4;
    border: 2px solid #e74c3c; }
  .agenda-alert.-expiring-soon {
    background-color: #ffebe0;
    border: 2px solid #ff8a47; }
  .agenda-alert.-pending {
    background-color: #fff6e0;
    border: 2px solid #ffcc47; }
  .agenda-alert p {
    padding-bottom: 10px; }

.agenda-link {
  margin-bottom: 30px;
  color: #252C34; }
  .agenda-link:hover {
    color: #D74F1F; }

.group-title-wrapper {
  flex: 1;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: row;
  justify-content: space-between; }

.group-title {
  color: #313E4D;
  font-size: 20px;
  font-family: "TradeGothic LT Bold"; }
  .group-title:hover {
    color: #D74F1F; }

.grouped-title {
  color: #313E4D;
  font-size: 20px;
  font-family: "TradeGothic LT Bold"; }

.agenda-header .-logo {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  max-height: 50px; }

.study-name {
  color: #f8612c;
  font-size: 20px;
  font-weight: 700; }

.-selected-metrics .-metric-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid;
  margin-bottom: 8px;
  border-radius: 4px;
  border-color: #455362;
  background-color: #909fb0;
  padding: 5px; }
  .-selected-metrics .-metric-item .-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .-selected-metrics .-metric-item .-action {
    -webkit-box-flex: 0 0 20px;
    -webkit-flex: 0 0 20px;
    -moz-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    margin-left: 8px; }
  .-selected-metrics .-metric-item .-order {
    -webkit-box-flex: 0 0 30px;
    -webkit-flex: 0 0 30px;
    -moz-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-right: 8px; }
    .-selected-metrics .-metric-item .-order .-order-num {
      background-color: #1b2026;
      padding: 4px;
      border-radius: 4px;
      color: white;
      text-align: center; }

/*# sourceMappingURL=yote.css.map*/