.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-radius: 2px;
  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: 33px;
  height: 26px;
  position: absolute;
  z-index: 2
}
.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px
}
.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;
  text-align: left
}
.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 solid #e4e7e7;
  color: inherit
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848
}
.CalendarDay__outside:hover {
  border: 0
}
.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 double #33dacd;
  color: #fff
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #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
}
.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee
}
.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  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,
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto
}
.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 {
  position: relative;
  z-index: 2
}
.DayPickerNavigation__horizontal {
  height: 0
}
.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative
}
.DayPickerNavigation__bottom {
  height: auto
}
.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0
}
.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__disabled {
  cursor: default;
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px
}
.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px
}
.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0
}
.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848
}
.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2
}
.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;
  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-radius: 2px;
  border: 1px solid #dbdbdb
}
.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
}/**
 * Dependencies
 */
/*
    fonts are based in rem from initial px value
    the body which is set in
    ./client/globals/sass/foundation/_base.scss

    html {
      height: 100%;
      font-size: 16px;
      line-height: 1.5;
      @include MQ(XL) {
        font-size: 20px;
        line-height: 1.4;
      }
    }
*/
/*! 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.
 */
button,
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.01; }
  .drawer-anim-enter.drawer-anim-enter-active {
    opacity: 1;
    transition: opacity 500ms ease-in; }

.drawer-anim-exit {
  opacity: 1; }
  .drawer-anim-exit.drawer-anim-exit-active {
    opacity: 0.01;
    transition: opacity 350ms ease-in; }

.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); }

/**
 * 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 20px; }
  .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 20px; } }
  @media only screen and (min-width: 900px) {
    .yt-container {
      max-width: 760px;
      padding: 0 40px; } }
  @media only screen and (min-width: 1020px) {
    .yt-container {
      max-width: 960px; } }
  @media only screen and (min-width: 1280px) {
    .yt-container {
      max-width: 1160px; }
      .yt-container.slim {
        max-width: 960px; } }
  @media only screen and (min-width: 1600px) {
    .yt-container {
      max-width: 1360px; }
      .yt-container.slim {
        max-width: 1360px; } }

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

.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;
  min-width: 100%; }

.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: -40px;
  margin-right: 0px;
  margin-left: -40px; }

.yt-row.with-gutters > .yt-col {
  padding: 40px 0 0 40px;
  -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.fit-content {
  max-width: fit-content; }

.yt-col.full {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  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%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dashboard-layout {
  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;
  background-color: #1b1d1b; }

.dashboard-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }
  .dashboard-content h3 {
    color: #dedede; }
  .dashboard-content hr {
    border-color: #dedede; }
  .dashboard-content button {
    background-color: #13b213;
    color: #1b1d1b; }
  .dashboard-content button:hover {
    background-color: #12d312; }
  .dashboard-content strong {
    color: #dedede; }
  .dashboard-content p {
    color: #dedede; }
  .dashboard-content p strong {
    color: #dedede; }
  .dashboard-content em {
    color: #dedede; }
  .dashboard-content p a {
    color: #13b213; }
  .dashboard-content p a:hover {
    color: #12d312; }

.onboarding-layout .-onboarding-sidenav {
  position: fixed;
  left: 0;
  width: 220px;
  padding: 20px; }
  .onboarding-layout .-onboarding-sidenav ul {
    list-style: none;
    padding: 0; }
  .onboarding-layout .-onboarding-sidenav li {
    width: 100%;
    color: #dedede; }
  .onboarding-layout .-onboarding-sidenav a {
    color: #dedede;
    width: 100%; }
    .onboarding-layout .-onboarding-sidenav a.-active {
      color: #00fd00; }

.onboarding-layout .-onboarding-content {
  margin-left: 220px; }

.main-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  background-color: #1b1d1b;
  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: 1160px; } }
  @media only screen and (min-width: 1600px) {
    .main-container {
      max-width: 1360px; } }

.main-content {
  padding-left: 0;
  padding-top: 20px;
  -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: 240px; } }

.admin-layout {
  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;
  background-color: #efefef; }

.admin-main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px; }

.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: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  height: 61px;
  margin-top: 0;
  border-bottom: 1px solid #464f46;
  -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; }
  header.-user, .header.-user {
    background-color: #000; }
  @media print {
    header, .header {
      display: none; } }
  header.fixed, .header.fixed {
    position: fixed;
    z-index: 700; }
    header.fixed.-with-sidenav, .header.fixed.-with-sidenav {
      left: 240px;
      width: auto; }
    header.fixed .navigation li a, .header.fixed .navigation li a {
      color: #dedede; }
      header.fixed .navigation li a:hover, .header.fixed .navigation li a:hover {
        color: #dedede; }
  header.isHidden, .header.isHidden {
    margin-top: -60px; }
  header.dark, .header.dark {
    background-color: #1A5BAA;
    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, .header.dark .navigation li a {
      color: rgba(255, 255, 255, 0.9); }
      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; }

.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: #1b1d1b !important; }
  .body.with-header {
    padding-top: 60px; }
    @media print {
      .body.with-header {
        background-color: #fff; } }
  .body.dark {
    background-color: #000; }
  .body.-gray {
    background-color: #f5f5f5; }
  .body h1, .body h2, .body h3, .body h4 {
    color: #dedede; }
  .body a.link {
    color: #13b213 !important; }
  .body p {
    color: #dedede; }
  .body h1 + p {
    color: #dedede; }
  .body hr {
    border-color: #dedede; }
  .body small {
    color: #dedede; }
  .body div.yt-container div span {
    color: #dedede; }
  .body div.yt-container button:not([class*="link"]).yt-btn, .body div.yt-container a:not([class*="link"]).yt-btn {
    background-color: #13b213;
    color: #1b1d1b !important; }
    .body div.yt-container button:not([class*="link"]).yt-btn:hover, .body div.yt-container a:not([class*="link"]).yt-btn:hover {
      background-color: #12d312;
      color: #1b1d1b !important; }
    .body div.yt-container button:not([class*="link"]).yt-btn span, .body div.yt-container a:not([class*="link"]).yt-btn span {
      color: #1b1d1b; }
      .body div.yt-container button:not([class*="link"]).yt-btn span .fa-arrow-right, .body div.yt-container a:not([class*="link"]).yt-btn span .fa-arrow-right {
        color: #1b1d1b; }
  .body div.yt-container button.yt-btn.link {
    color: #13b213; }
    .body div.yt-container button.yt-btn.link:hover {
      color: #12d312; }
  .body div.yt-container div.-header .-date, .body div.yt-container div.-header .-category, .body div.yt-container div.-header .-description, .body div.yt-container div.-header .-status, .body div.yt-container div.-header .-amount {
    color: #dedede; }
  .body div.yt-smart-contract div span {
    color: #dedede; }
  .body div.yt-smart-contract button:not([class*="link"]).yt-btn, .body div.yt-smart-contract a:not([class*="link"]).yt-btn {
    background-color: #e67e22;
    color: #1b1d1b !important;
    margin-right: 40px; }
    .body div.yt-smart-contract button:not([class*="link"]).yt-btn:hover, .body div.yt-smart-contract a:not([class*="link"]).yt-btn:hover {
      background-color: #bf6516;
      color: #1b1d1b !important; }
    .body div.yt-smart-contract button:not([class*="link"]).yt-btn span, .body div.yt-smart-contract a:not([class*="link"]).yt-btn span {
      color: #1b1d1b; }
      .body div.yt-smart-contract button:not([class*="link"]).yt-btn span .fa-arrow-right, .body div.yt-smart-contract a:not([class*="link"]).yt-btn span .fa-arrow-right {
        color: #1b1d1b; }
  .body div.yt-smart-contract button.yt-btn.link {
    color: #e67e22;
    color: #1b1d1b !important;
    margin-right: 40px; }
    .body div.yt-smart-contract button.yt-btn.link:hover {
      color: #bf6516; }
  .body div.yt-smart-contract div.-header .-date, .body div.yt-smart-contract div.-header .-category, .body div.yt-smart-contract div.-header .-description, .body div.yt-smart-contract div.-header .-status, .body div.yt-smart-contract div.-header .-amount {
    color: #dedede; }
  @media print {
    .body {
      background-color: #fff; } }

.breadcrumbs {
  padding-top: 20px;
  margin-bottom: 20px; }
  @media print {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs span {
    color: #13b213; }
  .breadcrumbs span a {
    color: #00fd00; }

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

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

a, .action-link {
  color: #13b213;
  text-decoration: none; }
  a:visited, .action-link:visited {
    color: #13b213; }
  a:hover, .action-link:hover {
    color: #12d312;
    text-decoration: none;
    cursor: pointer; }
  a:active, .action-link:active {
    color: #12d312; }

.-big-link {
  font-family: "Nunito", "Helvetica Neue", Helvetica, sans-serif;
  display: block; }

h1 {
  font-size: 2.25rem;
  line-height: 1; }
  @media only screen and (min-width: 640px) {
    h1 {
      font-size: 2.75rem; } }
  @media only screen and (min-width: 1600px) {
    h1 {
      font-size: 3rem; } }
  h1.light-weight {
    font-family: "Nunito", "Helvetica Neue", Helvetica, sans-serif; }

h2 {
  font-size: 2rem;
  line-height: 1;
  line-height: 1; }
  @media only screen and (min-width: 640px) {
    h2 {
      font-size: 2.5rem; } }
  @media only screen and (min-width: 1600px) {
    h2 {
      font-size: 2.4rem; } }
  h2.light-weight {
    font-family: "Nunito", "Helvetica Neue", Helvetica, sans-serif; }

h3 {
  font-size: 1.5rem;
  line-height: 1; }
  @media only screen and (min-width: 640px) {
    h3 {
      font-size: 2rem; } }
  h3.light-weight {
    font-family: "Nunito", "Helvetica Neue", Helvetica, sans-serif; }

h4 {
  font-size: 1.35rem; }
  @media only screen and (min-width: 640px) {
    h4 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1600px) {
    h4 {
      font-size: 1.6rem; } }

h5 {
  font-size: 0.875rem;
  font-size: 1.5;
  line-height: 1; }
  h5.light-weight {
    font-family: "Nunito", "Helvetica Neue", Helvetica, sans-serif; }

h6 {
  font-size: 0.8rem;
  line-height: 1; }
  h6.light-weight {
    font-family: "Nunito", "Helvetica Neue", Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .4em;
  font-family: "Nunito", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300; }

small {
  font-size: 0.8rem; }

em {
  font-style: italic; }

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

u {
  text-decoration: underline; }

strong {
  font-weight: 700; }

hr {
  border-bottom: none;
  border-color: #464f46;
  margin: 10px 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: 1rem;
  background-color: #1b1d1b;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Nunito", "Helvetica Neue", 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; }

.-edit-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff !important;
  background-color: rgba(42, 149, 227, 0.6);
  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-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;
  opacity: 0; }
  .-edit-link-overlay:hover {
    opacity: 1;
    color: #fff !important; }
  .-edit-link-overlay:visited {
    color: #fff !important; }

.image-list-viewer {
  max-width: fit-content; }
  .image-list-viewer .-selected-image {
    max-width: 100%;
    max-height: 70vh;
    width: auto; }
  .image-list-viewer .-thumbnail-container {
    overflow: scroll;
    scrollbar-color: #222422 #4c504c; }
  .image-list-viewer .-thumbnail {
    border: 2px solid transparent;
    margin-right: 5px;
    max-height: 100px;
    max-width: 100px; }
    .image-list-viewer .-thumbnail.selected {
      border-color: #00AAC7; }

.yt-card-btn {
  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-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-radius: 1em;
  text-align: center;
  color: #dedede; }
  .yt-card-btn:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); }
    .yt-card-btn:hover i {
      color: #dedede; }
  .yt-card-btn .-card-body {
    margin: auto; }
    .yt-card-btn .-card-body i {
      -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;
      margin: auto;
      font-size: 3em;
      padding: 10px; }
    .yt-card-btn .-card-body .-btn-text {
      font-size: 2em;
      font-weight: bold;
      margin: auto;
      padding: 10px;
      white-space: nowrap; }
    .yt-card-btn .-card-body .-btn-description {
      font-size: 1em;
      margin: auto;
      padding: 10px; }

.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: 20px; }
      .lt-ie10 .topBar .content .sessionButtons button {
        position: absolute;
        right: 20px;
        top: 20px; }
      .lt-ie10 .topBar .content .sessionButtons .profileLink {
        position: absolute;
        right: 20px;
        top: 60px; }
  .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: 20px;
      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: 20px; }
      .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-muted {
  color: rgba(0, 0, 0, 0.35); }

.u-accent {
  color: #FF785A; }

.u-danger {
  color: #99040E !important; }

.u-fontBrand {
  font-family: "Nunito", "Helvetica Neue", Helvetica, sans-serif; }

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

/**
 * Components
 */
.alert-message {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: left;
  border: 1px solid #00fd00;
  border-radius: 5px; }
  .alert-message a {
    color: rgba(255, 255, 255, 0.8); }
    .alert-message a:hover {
      color: #fff; }
  .alert-message.success {
    background-color: #222422;
    color: #dedede;
    background: #222422;
    border-radius: 0%; }
  .alert-message.danger {
    background-color: #222422;
    color: #dedede;
    border-radius: 0%; }
  .alert-message.warning {
    background-color: #222422;
    color: #dedede;
    border-radius: 0%; }
  .alert-message.info {
    background-color: #222422;
    color: #dedede;
    border-radius: 0%; }
  .alert-message.primary {
    background-color: #222422;
    color: #dedede;
    border-radius: 0%; }
  .alert-message p {
    color: #dedede; }
    .alert-message p i.fa-exclamation-triangle {
      color: #00fd00; }

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: 1rem;
  background-color: #1A5BAA;
  border: 1px solid #1A5BAA;
  color: #FFF4E9;
  border: none;
  border-radius: 2px;
  padding: 14px 28px;
  position: relative;
  -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;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  font-weight: 600; }
  [yt-btn]:visited,
  a.yt-btn:visited,
  .yt-btn:visited {
    color: #FFF4E9; }
  [yt-btn]:hover,
  a.yt-btn:hover,
  .yt-btn:hover {
    background-color: #1d67c0;
    text-decoration: none;
    border-color: #1d67c0;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); }
  [yt-btn]:active,
  a.yt-btn:active,
  .yt-btn:active {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    background-color: #174f94;
    border-color: #174f94;
    color: rgba(0, 0, 0, 0.87); }
  [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; } }
  @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: 2rem;
  line-height: 1;
  padding: 18px 36px; }
  @media only screen and (min-width: 640px) {
    [yt-btn~="x-large"],
    .yt-btn.x-large {
      font-size: 2.5rem; } }
  @media only screen and (min-width: 1600px) {
    [yt-btn~="x-large"],
    .yt-btn.x-large {
      font-size: 2.4rem; } }

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

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

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

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

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

[yt-btn~="brand-primary"],
.yt-btn.brand-primary {
  background-color: #1A5BAA;
  color: #FFF4E9; }
  [yt-btn~="brand-primary"]:visited,
  .yt-btn.brand-primary:visited {
    color: #FFF4E9; }
  [yt-btn~="brand-primary"]:hover,
  .yt-btn.brand-primary:hover {
    background-color: #13437e;
    color: #FFF4E9; }
  [yt-btn~="brand-primary"]:active,
  .yt-btn.brand-primary:active {
    color: #FFF4E9; }

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

[yt-btn~="success"],
.yt-btn.success {
  background-color: #426F42;
  color: #FFF4E9; }
  [yt-btn~="success"]:visited,
  .yt-btn.success:visited {
    color: #FFF4E9; }
  [yt-btn~="success"]:hover,
  .yt-btn.success:hover {
    background-color: #2f4f2f;
    color: #FFF4E9; }
  [yt-btn~="success"]:active,
  .yt-btn.success:active {
    color: #FFF4E9; }

[yt-btn~="warning"],
.yt-btn.warning {
  background-color: #e67e22;
  color: #FFF4E9; }
  [yt-btn~="warning"]:visited,
  .yt-btn.warning:visited {
    color: #FFF4E9; }
  [yt-btn~="warning"]:hover,
  .yt-btn.warning:hover {
    background-color: #bf6516;
    color: #FFF4E9; }
  [yt-btn~="warning"]:active,
  .yt-btn.warning:active {
    color: #FFF4E9; }

[yt-btn~="danger"],
.yt-btn.danger {
  background-color: #99040E;
  color: #FFF4E9; }
  [yt-btn~="danger"]:visited,
  .yt-btn.danger:visited {
    color: #FFF4E9; }
  [yt-btn~="danger"]:hover,
  .yt-btn.danger:hover {
    background-color: #670309;
    color: #FFF4E9; }
  [yt-btn~="danger"]:active,
  .yt-btn.danger:active {
    color: #FFF4E9;
    background-color: #cb0513; }

[yt-btn~="info"],
.yt-btn.info {
  background-color: #2A95E3;
  color: #FFF4E9; }
  [yt-btn~="info"]:visited,
  .yt-btn.info:visited {
    color: #FFF4E9; }
  [yt-btn~="info"]:hover,
  .yt-btn.info:hover {
    background-color: #197ac1;
    color: #FFF4E9; }
  [yt-btn~="info"]:active,
  .yt-btn.info:active {
    color: #FFF4E9;
    background-color: #57abe9; }

[yt-btn~="sf-blue"],
.yt-btn.sf-blue {
  background-color: #0053A5;
  color: #FFF4E9; }
  [yt-btn~="sf-blue"]:visited,
  .yt-btn.sf-blue:visited {
    color: #FFF4E9; }
  [yt-btn~="sf-blue"]:hover,
  .yt-btn.sf-blue:hover {
    background-color: #003972;
    color: #FFF4E9; }
  [yt-btn~="sf-blue"]:active,
  .yt-btn.sf-blue:active {
    color: #FFF4E9;
    background-color: #006dd8; }

[yt-btn~="sf-green"],
.yt-btn.sf-green {
  background-color: #A1E8AF;
  color: #FFF4E9; }
  [yt-btn~="sf-green"]:visited,
  .yt-btn.sf-green:visited {
    color: #FFF4E9; }
  [yt-btn~="sf-green"]:hover,
  .yt-btn.sf-green:hover {
    background-color: #78de8c;
    color: #FFF4E9; }
  [yt-btn~="sf-green"]:active,
  .yt-btn.sf-green:active {
    color: #FFF4E9;
    background-color: #caf2d2; }

[yt-btn~="fowler"],
.yt-btn.fowler {
  background-color: #2A95E3;
  border-color: #2A95E3;
  color: #FFF4E9; }
  [yt-btn~="fowler"]:hover,
  .yt-btn.fowler:hover {
    background-color: #197ac1;
    color: #FFF4E9; }
  [yt-btn~="fowler"]:active,
  .yt-btn.fowler:active {
    color: #FFF4E9; }

[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~="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: #1959a6; }
  [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: #ad0510; }
    [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: #f90a1a; }
  [yt-btn~="white-bg"].danger,
  a.yt-btn.white-bg.danger,
  .yt-btn.white-bg.danger {
    color: #99040E; }
    [yt-btn~="white-bg"].danger:hover:visited,
    a.yt-btn.white-bg.danger:hover:visited,
    .yt-btn.white-bg.danger:hover:visited {
      color: #ad0510; }
    [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: #670309; }
    [yt-btn~="white-bg"].danger:hover:active,
    a.yt-btn.white-bg.danger:hover:active,
    .yt-btn.white-bg.danger:hover:active {
      background-color: #f90a1a; }
  [yt-btn~="white-bg"].warning,
  a.yt-btn.white-bg.warning,
  .yt-btn.white-bg.warning {
    color: #e67e22; }
    [yt-btn~="white-bg"].warning:hover:visited,
    a.yt-btn.white-bg.warning:hover:visited,
    .yt-btn.white-bg.warning:hover:visited {
      color: #e88934; }
    [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: #bf6516; }
    [yt-btn~="white-bg"].warning:hover:active,
    a.yt-btn.white-bg.warning:hover:active,
    .yt-btn.white-bg.warning:hover:active {
      background-color: #e88934; }
  [yt-btn~="white-bg"].success,
  a.yt-btn.white-bg.success,
  .yt-btn.white-bg.success {
    color: #426F42; }
    [yt-btn~="white-bg"].success:hover:visited,
    a.yt-btn.white-bg.success:hover:visited,
    .yt-btn.white-bg.success:hover:visited {
      color: #4a7c4a; }
    [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: #2f4f2f; }
    [yt-btn~="white-bg"].success:hover:active,
    a.yt-btn.white-bg.success:hover:active,
    .yt-btn.white-bg.success:hover:active {
      background-color: #4a7c4a; }
  [yt-btn~="white-bg"].info,
  a.yt-btn.white-bg.info,
  .yt-btn.white-bg.info {
    color: #2A95E3; }
    [yt-btn~="white-bg"].info:hover:visited,
    a.yt-btn.white-bg.info:hover:visited,
    .yt-btn.white-bg.info:hover:visited {
      color: #3c9ee5; }
    [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: #197ac1; }
    [yt-btn~="white-bg"].info:hover:active,
    a.yt-btn.white-bg.info:hover:active,
    .yt-btn.white-bg.info:hover:active {
      background-color: #3c9ee5; }
  [yt-btn~="white-bg"].fowler,
  a.yt-btn.white-bg.fowler,
  .yt-btn.white-bg.fowler {
    color: #0053A5; }
    [yt-btn~="white-bg"].fowler:hover:visited,
    a.yt-btn.white-bg.fowler:hover:visited,
    .yt-btn.white-bg.fowler:hover:visited {
      color: #3c9ee5; }
    [yt-btn~="white-bg"].fowler:hover:hover,
    a.yt-btn.white-bg.fowler:hover:hover,
    .yt-btn.white-bg.fowler:hover:hover {
      background-color: #ddd;
      color: #197ac1; }
    [yt-btn~="white-bg"].fowler:hover:active,
    a.yt-btn.white-bg.fowler:hover:active,
    .yt-btn.white-bg.fowler:hover:active {
      background-color: #005db9; }
  [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~="link"],
a.yt-btn.link,
.yt-btn.link {
  background-color: transparent;
  border: none;
  color: #13b213;
  -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: #13b213; }
  [yt-btn~="link"]:hover:hover,
  a.yt-btn.link:hover:hover,
  .yt-btn.link:hover:hover {
    background-color: #4c504c;
    color: #12d312; }
  [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: #ad0510; }
    [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: #f90a1a; }
  [yt-btn~="link"].danger,
  a.yt-btn.link.danger,
  .yt-btn.link.danger {
    color: #99040E; }
    [yt-btn~="link"].danger:hover:visited,
    a.yt-btn.link.danger:hover:visited,
    .yt-btn.link.danger:hover:visited {
      color: #ad0510; }
    [yt-btn~="link"].danger:hover:hover,
    a.yt-btn.link.danger:hover:hover,
    .yt-btn.link.danger:hover:hover {
      background-color: #ddd;
      color: #670309; }
    [yt-btn~="link"].danger:hover:active,
    a.yt-btn.link.danger:hover:active,
    .yt-btn.link.danger:hover:active {
      background-color: #f90a1a; }
  [yt-btn~="link"].warning,
  a.yt-btn.link.warning,
  .yt-btn.link.warning {
    color: #e67e22; }
    [yt-btn~="link"].warning:hover:visited,
    a.yt-btn.link.warning:hover:visited,
    .yt-btn.link.warning:hover:visited {
      color: #e88934; }
    [yt-btn~="link"].warning:hover:hover,
    a.yt-btn.link.warning:hover:hover,
    .yt-btn.link.warning:hover:hover {
      background-color: #ddd;
      color: #bf6516; }
    [yt-btn~="link"].warning:hover:active,
    a.yt-btn.link.warning:hover:active,
    .yt-btn.link.warning:hover:active {
      background-color: #e88934; }
  [yt-btn~="link"].success,
  a.yt-btn.link.success,
  .yt-btn.link.success {
    color: #426F42; }
    [yt-btn~="link"].success:hover:visited,
    a.yt-btn.link.success:hover:visited,
    .yt-btn.link.success:hover:visited {
      color: #4a7c4a; }
    [yt-btn~="link"].success:hover:hover,
    a.yt-btn.link.success:hover:hover,
    .yt-btn.link.success:hover:hover {
      background-color: #ddd;
      color: #2f4f2f; }
    [yt-btn~="link"].success:hover:active,
    a.yt-btn.link.success:hover:active,
    .yt-btn.link.success:hover:active {
      background-color: #4a7c4a; }
  [yt-btn~="link"].fowler,
  a.yt-btn.link.fowler,
  .yt-btn.link.fowler {
    color: #0053A5; }
    [yt-btn~="link"].fowler:hover:visited,
    a.yt-btn.link.fowler:hover:visited,
    .yt-btn.link.fowler:hover:visited {
      color: #005db9; }
    [yt-btn~="link"].fowler:hover:hover,
    a.yt-btn.link.fowler:hover:hover,
    .yt-btn.link.fowler:hover:hover {
      background-color: #ddd;
      color: #003972; }
    [yt-btn~="link"].fowler:hover:active,
    a.yt-btn.link.fowler:hover:active,
    .yt-btn.link.fowler:hover:active {
      background-color: #005db9; }
  [yt-btn~="link"].info,
  a.yt-btn.link.info,
  .yt-btn.link.info {
    color: #2A95E3; }
    [yt-btn~="link"].info:hover:visited,
    a.yt-btn.link.info:hover:visited,
    .yt-btn.link.info:hover:visited {
      color: #3c9ee5; }
    [yt-btn~="link"].info:hover:hover,
    a.yt-btn.link.info:hover:hover,
    .yt-btn.link.info:hover:hover {
      background-color: #ddd;
      color: #197ac1; }
    [yt-btn~="link"].info:hover:active,
    a.yt-btn.link.info:hover:active,
    .yt-btn.link.info:hover:active {
      background-color: #3c9ee5; }
  [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"].red,
  a.yt-btn.link.red,
  .yt-btn.link.red {
    color: #99040E; }
    [yt-btn~="link"].red:hover:visited,
    a.yt-btn.link.red:hover:visited,
    .yt-btn.link.red:hover:visited {
      color: #ad0510; }
    [yt-btn~="link"].red:hover:active,
    a.yt-btn.link.red:hover:active,
    .yt-btn.link.red:hover:active {
      background-color: #ad0510; }

[yt-btn~="bordered"],
a.yt-btn.bordered,
.yt-btn.bordered {
  background-color: #fff;
  border: 2px solid #1A5BAA;
  color: #1A5BAA;
  -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: #1A5BAA; }
  [yt-btn~="bordered"]:hover:hover,
  a.yt-btn.bordered:hover:hover,
  .yt-btn.bordered:hover:hover {
    background-color: #1959a6;
    color: #fff;
    border-color: #1959a6; }
  [yt-btn~="bordered"]:hover:active,
  a.yt-btn.bordered:hover:active,
  .yt-btn.bordered:hover:active {
    background-color: #175298;
    border-color: #1959a6; }
  [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: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9); }
    [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"].dark,
  a.yt-btn.bordered.dark,
  .yt-btn.bordered.dark {
    color: rgba(0, 0, 0, 0.87);
    border-color: rgba(0, 0, 0, 0.87); }
    [yt-btn~="bordered"].dark:hover:visited,
    a.yt-btn.bordered.dark:hover:visited,
    .yt-btn.bordered.dark:hover:visited {
      color: rgba(0, 0, 0, 0.87); }
    [yt-btn~="bordered"].dark:hover:hover,
    a.yt-btn.bordered.dark:hover:hover,
    .yt-btn.bordered.dark:hover:hover {
      background-color: rgba(0, 0, 0, 0.87);
      color: #fff;
      border-color: rgba(0, 0, 0, 0.87); }
    [yt-btn~="bordered"].dark:hover:active,
    a.yt-btn.bordered.dark:hover:active,
    .yt-btn.bordered.dark:hover:active {
      background-color: rgba(0, 0, 0, 0.87);
      border-color: rgba(0, 0, 0, 0.87); }
  [yt-btn~="bordered"].danger,
  a.yt-btn.bordered.danger,
  .yt-btn.bordered.danger {
    color: #99040E;
    border-color: #99040E; }
    [yt-btn~="bordered"].danger:hover:visited,
    a.yt-btn.bordered.danger:hover:visited,
    .yt-btn.bordered.danger:hover:visited {
      color: #99040E; }
    [yt-btn~="bordered"].danger:hover:hover,
    a.yt-btn.bordered.danger:hover:hover,
    .yt-btn.bordered.danger:hover:hover {
      background-color: #94040e;
      color: #fff;
      border-color: #94040e; }
    [yt-btn~="bordered"].danger:hover:active,
    a.yt-btn.bordered.danger:hover:active,
    .yt-btn.bordered.danger:hover:active {
      background-color: #85030c;
      border-color: #94040e; }
  [yt-btn~="bordered"].warning,
  a.yt-btn.bordered.warning,
  .yt-btn.bordered.warning {
    color: #e67e22;
    border-color: #e67e22; }
    [yt-btn~="bordered"].warning:hover:visited,
    a.yt-btn.bordered.warning:hover:visited,
    .yt-btn.bordered.warning:hover:visited {
      color: #e67e22; }
    [yt-btn~="bordered"].warning:hover:hover,
    a.yt-btn.bordered.warning:hover:hover,
    .yt-btn.bordered.warning:hover:hover {
      background-color: #e57b1d;
      color: #fff;
      border-color: #e57b1d; }
    [yt-btn~="bordered"].warning:hover:active,
    a.yt-btn.bordered.warning:hover:active,
    .yt-btn.bordered.warning:hover:active {
      background-color: #db7419;
      border-color: #e57b1d; }
  [yt-btn~="bordered"].success,
  a.yt-btn.bordered.success,
  .yt-btn.bordered.success {
    color: #426F42;
    border-color: #426F42; }
    [yt-btn~="bordered"].success:hover:visited,
    a.yt-btn.bordered.success:hover:visited,
    .yt-btn.bordered.success:hover:visited {
      color: #426F42; }
    [yt-btn~="bordered"].success:hover:hover,
    a.yt-btn.bordered.success:hover:hover,
    .yt-btn.bordered.success:hover:hover {
      background-color: #406c40;
      color: #fff;
      border-color: #406c40; }
    [yt-btn~="bordered"].success:hover:active,
    a.yt-btn.bordered.success:hover:active,
    .yt-btn.bordered.success:hover:active {
      background-color: #3a623a;
      border-color: #406c40; }
  [yt-btn~="bordered"].info,
  a.yt-btn.bordered.info,
  .yt-btn.bordered.info {
    color: #2A95E3;
    border-color: #2A95E3; }
    [yt-btn~="bordered"].info:hover:visited,
    a.yt-btn.bordered.info:hover:visited,
    .yt-btn.bordered.info:hover:visited {
      color: #2A95E3; }
    [yt-btn~="bordered"].info:hover:hover,
    a.yt-btn.bordered.info:hover:hover,
    .yt-btn.bordered.info:hover:hover {
      background-color: #2593e2;
      color: #fff;
      border-color: #2593e2; }
    [yt-btn~="bordered"].info:hover:active,
    a.yt-btn.bordered.info:hover:active,
    .yt-btn.bordered.info:hover:active {
      background-color: #1d8bdc;
      border-color: #2593e2; }
  [yt-btn~="bordered"].muted,
  a.yt-btn.bordered.muted,
  .yt-btn.bordered.muted {
    color: rgba(0, 0, 0, 0.35);
    border-color: rgba(0, 0, 0, 0.35); }
    [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: #FF785A;
    border-color: #FF785A; }
    [yt-btn~="bordered"].accent:hover:visited,
    a.yt-btn.bordered.accent:hover:visited,
    .yt-btn.bordered.accent:hover:visited {
      color: #FF785A; }
    [yt-btn~="bordered"].accent:hover:hover,
    a.yt-btn.bordered.accent:hover:hover,
    .yt-btn.bordered.accent:hover:hover {
      background-color: #ff7455;
      color: #fff;
      border-color: #ff7455; }
    [yt-btn~="bordered"].accent:hover:active,
    a.yt-btn.bordered.accent:hover:active,
    .yt-btn.bordered.accent:hover:active {
      background-color: #ff6746;
      border-color: #ff7455; }

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

.card {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 20px;
  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 img {
    width: 100%;
    height: auto;
    transition: all 250ms ease-in-out; }
  .card .card-header {
    padding: 10px;
    -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-header button.yt-btn {
      color: #1b1d1b;
      background-color: #13b213; }
      .card .card-header button.yt-btn:hover {
        color: #1b1d1b;
        background-color: #12d312; }
  .card .title {
    transition: all 250ms ease-in-out;
    font-size: 1.5rem;
    padding: 20px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #464f46; }
    @media only screen and (min-width: 640px) {
      .card .title {
        font-size: 2rem; } }
    .card .title.clipped {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .card .summary {
    font-size: 1rem;
    padding: 20px 0;
    transition: all 250ms ease-in-out; }
    .card .summary.clipped {
      overflow: hidden;
      height: 90px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
  .card .caption {
    font-size: 0.875rem;
    font-size: 1.5;
    padding: 20px 0;
    transition: all 250ms ease-in-out;
    border-bottom: 1px solid #464f46; }
    .card .caption.clipped {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .card .card-body {
    color: #dedede;
    background-color: #1b1d1b;
    padding: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .card .card-body.full {
      margin: -10px; }
    .card .card-body p {
      color: #dedede; }
    .card .card-body p strong {
      color: #dedede; }
    @media print {
      .card .card-body {
        padding-bottom: 0px;
        padding-top: 0px; } }
  .card.-delineated > .card-header {
    border-bottom: 2px solid rgba(0, 0, 0, 0.15); }
  .card.-delineated > .card-body {
    border-top: 2px solid rgba(0, 0, 0, 0.15); }
  .card.-delineated > .card-header + .card-body {
    border-top: none; }
  @media print {
    .card.-delineated {
      margin-bottom: 0px; } }
  .card.-bordered {
    border: 1px solid #464f46;
    border-radius: 4px; }
  .card .card-footer {
    background-color: #1b1d1b;
    padding: 20px 10px;
    -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; } }
    @media print {
      .card .card-footer.-leaderboard {
        padding-top: 0px;
        padding-bottom: 0px; } }
    .card .card-footer button:not([class*="link"]).yt-btn {
      color: #1b1d1b;
      background-color: #13b213; }
      .card .card-footer button:not([class*="link"]).yt-btn:hover {
        color: #1b1d1b;
        background-color: #12d312; }
    .card .card-footer button.yt-btn.link {
      color: #13b213; }
      .card .card-footer button.yt-btn.link:hover {
        color: #12d312; }
  .card.-hoverable:hover {
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
    .card.-hoverable:hover.linkable {
      cursor: pointer; }

.clear-card {
  background-color: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 20px; }
  .clear-card img {
    width: 100%;
    height: auto;
    transition: all 250ms ease-in-out; }
  .clear-card .card-header {
    padding: 10px;
    -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 {
    transition: all 250ms ease-in-out;
    font-size: 1.5rem;
    padding: 20px 0;
    border-bottom: 1px solid #464f46; }
    @media only screen and (min-width: 640px) {
      .clear-card .title {
        font-size: 2rem; } }
    .clear-card .title .subhead {
      margin-bottom: 5px; }
  .clear-card .summary {
    font-size: 1rem;
    padding: 20px 0;
    transition: all 250ms ease-in-out; }
  .clear-card .caption {
    font-size: 0.875rem;
    font-size: 1.5;
    padding: 20px 0;
    transition: all 250ms ease-in-out;
    border-bottom: 1px solid #464f46; }
    .clear-card .caption .lead {
      font-size: 0.875rem;
      font-size: 1.5;
      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: -10px; }
  .clear-card .card-footer {
    padding: 10px;
    -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(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.15); }
    .clear-card.hoverable:hover .title,
    .clear-card.hoverable:hover .keep-reading {
      color: #00AAC7; }

.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: 20px;
      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: #00AAC7; }
    .action-card:hover .action-arrow {
      color: #00AAC7 !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(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15); }
      .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: #00AAC7; }

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

.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: 0.875rem;
    font-size: 1.5; }

.dropdown {
  position: relative; }

.dropMenu {
  z-index: 1000;
  position: absolute;
  top: 100%;
  right: 10px;
  left: auto;
  min-width: 160px;
  margin: -6px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #1b1d1b;
  -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;
  margin: 0;
  padding: 0;
  -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.left {
    right: auto;
    left: 10px; }
  .dropMenu li {
    margin-left: 0 !important; }
    .dropMenu li a {
      padding: 8px 15px !important;
      border: none !important;
      width: 100%;
      display: block;
      color: #13b213 !important; }
      .dropMenu li a:hover {
        background-color: #464f46; }
      .dropMenu li a i {
        margin-left: 4px; }
    .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: #222422;
      color: rgba(255, 255, 255, 0.9);
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .dropMenu li.-divider {
      height: 1px;
      background-color: #464f46; }

.dropdown-icon-btn {
  -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;
  position: relative;
  padding: 1em;
  background-color: #fff;
  border-radius: 50%;
  -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); }
  .dropdown-icon-btn:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35); }

.-options-menu {
  border: none;
  top: calc(100% + 8px); }
  .-options-menu.right:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    right: 8px; }
  .-options-menu.left:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 8px; }
  .-options-menu .-option {
    -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: .5em;
    text-align: center; }
    .-options-menu .-option:hover {
      cursor: pointer;
      background-color: #4c504c;
      color: #00AAC7; }

.form-container {
  border: 1px solid #464f46;
  border-radius: 4px;
  background-color: #222422;
  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: 740px; }
  .form-container.-skinny {
    max-width: 400px; }
  .form-container h2 {
    text-align: center;
    color: #dedede; }
  .form-container .help-text {
    color: #dedede; }
  .form-container p {
    color: #dedede; }
    .form-container p em small {
      color: #dedede; }
  .form-container img {
    display: block;
    margin: 0 auto; }
  .form-container .action-buttons {
    margin-top: 40px; }
  .form-container a {
    color: #13b213; }
  .form-container a:hover {
    color: #12d312; }
  .form-container input {
    color: #dedede;
    background-color: #4c504c; }
    .form-container input:focus {
      background-color: #4c504c; }
    .form-container input:active {
      background-color: #4c504c; }
  .form-container input[type="radio"] {
    accent-color: #1b1d1b; }
  .form-container input:-webkit-autofill,
  .form-container input:-webkit-autofill:focus,
  .form-container input:-internal-autofill-selected {
    transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s; }
  .form-container button {
    background-color: #13b213;
    color: #1b1d1b; }
    .form-container button:hover {
      background-color: #12d312;
      color: #1b1d1b; }
  .form-container hr {
    border-color: #dedede; }
  .form-container select {
    color: #dedede;
    background-color: #4c504c; }
    .form-container select:focus {
      border-color: #00fd00; }
  .form-container form.invoice-form div.input-group textarea {
    background-color: #1b1d1b;
    color: #dedede; }

form {
  width: 100%;
  margin: 0 auto;
  padding: 20px; }

.input-group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1rem; }
  .input-group label {
    display: block;
    font-weight: 700;
    overflow-wrap: break-word;
    color: #dedede; }
    .input-group label .-required {
      color: #99040E; }
    .input-group label + div {
      color: #dedede; }
  .input-group a {
    color: #13b213 !important; }
    .input-group a.forgot {
      position: absolute;
      font-size: 0.875rem;
      font-size: 1.5;
      top: 0px;
      right: 0px; }
  .input-group input {
    width: 100%;
    padding: 8px 6px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #464f46;
    background-color: #4c504c;
    transition: all 0.5s ease;
    color: #dedede; }
    .input-group input:focus {
      border: 1px solid #00fd00;
      color: #dedede; }
    .input-group input.-error {
      border-color: #99040E; }
    .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; }
  .input-group.-currency input {
    text-align: right; }
  .input-group select {
    background-color: #1d1f1d;
    width: 100%;
    margin-bottom: 1em;
    padding: 8px 6px;
    border: 1px solid #464f46;
    line-height: 1.5; }
    .input-group select.-error {
      border-color: #99040E; }
    .input-group select:focus {
      border: 1px solid #00fd00; }
    .input-group select:disabled {
      opacity: 0.7; }
      .input-group select:disabled:hover {
        cursor: not-allowed; }
  .input-group textarea {
    background-color: #4c504c;
    width: 100%;
    margin-bottom: 1em;
    padding: 8px 6px;
    border-radius: 5px;
    resize: vertical;
    border: 1px solid #464f46;
    color: #dedede; }
    .input-group textarea.-error {
      border-color: #99040E; }
    .input-group textarea:focus {
      border: 1px solid #00fd00;
      color: #dedede; }
  .input-group .-error-message {
    color: #99040E;
    font-weight: 500; }

.radio-input.inline {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px; }

.time-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
  -moz-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border: 1px solid #464f46;
  border-radius: 2px; }
  .time-inputs input {
    text-align: center;
    border: none; }
  .time-inputs .-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .time-inputs .-wrapper:after {
      height: 20px;
      width: 20px;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      bottom: -6px;
      color: rgba(0, 0, 0, 0.35);
      opacity: 0.5;
      font-size: 0.75rem; }
    .time-inputs .-wrapper.-hours:after {
      content: "h"; }
    .time-inputs .-wrapper.-minutes:after {
      content: "m"; }
    .time-inputs .-wrapper.-seconds:after {
      content: "s"; }

.input-add-on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em; }
  .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: #1b1c1b;
    padding: 0.5em 0.75em;
    font: inherit;
    font-weight: 700;
    border: 1px solid #464f46; }
  .input-add-on button.item {
    background-color: #13b213;
    color: #1b1d1b;
    white-space: nowrap;
    border: none; }
    .input-add-on button.item:hover {
      background-color: #12d312;
      color: #1b1d1b; }
  .input-add-on button:disabled {
    color: #dedede;
    background-color: #129a12; }
    .input-add-on button:disabled:hover {
      color: #dedede;
      background-color: #129a12; }
  .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: #887299;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFF4E9; }
  .pill-item p {
    margin: 0px; }
  .pill-item a {
    display: inline-block;
    margin-right: 4px;
    color: #FFF4E9; }

.per-page-select select {
  background-color: #4c504c; }

.search-input .input-add-on {
  margin-bottom: 0; }
  .search-input .input-add-on .item {
    background: #222422;
    border: 1px solid #464f46;
    border-right: none;
    border-radius: 50px 0 0 50px; }
  .search-input .input-add-on input {
    color: #dedede;
    background: #222422;
    border: 1px solid #464f46;
    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; } }

/* FILES */
/* ================== */
.files-dropzone-list {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  border: 1px dashed #00fd00;
  color: #00fd00;
  cursor: pointer;
  width: 300px; }

.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 {
  max-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.35);
    padding: 20px;
    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: #2A95E3;
    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 .-select__value-container .-select__single-value {
  color: #dedede; }

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

.select-from-object .-select__menu {
  background-color: #1b1d1b;
  color: #dedede; }
  .select-from-object .-select__menu .-select__option--is-focused {
    background-color: #4c504c;
    color: #dedede; }
  .select-from-object .-select__menu .-select__option--is-selected {
    background-color: #222422; }

.select-from-object .-select__control {
  background-color: #4c504c;
  border-radius: 5px;
  border: 1px solid #464f46;
  border-radius: 4px;
  min-height: 42px; }
  .select-from-object .-select__control.-select__control--is-focused {
    border: 1px solid #00fd00;
    box-shadow: none; }
    .select-from-object .-select__control.-select__control--is-focused .-select__input {
      color: #dedede; }
  .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.35rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #464f46; }
  @media only screen and (min-width: 640px) {
    .-form-step {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1600px) {
    .-form-step {
      font-size: 1.6rem; } }
  .-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; }

.hero {
  padding-top: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100% !important; }

.modal-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 700;
  background-color: #1b1d1b;
  padding: 40px 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: 20px;
  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(0, 0, 0, 0.65);
  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: 40px 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: #99040E;
      color: #dedede; }
  .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: #222422;
      color: #dedede; }
  .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: #222422;
      color: #dedede; }
  .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: #222422;
      color: #dedede; }
  .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(0, 0, 0, 0.65);
  padding: 40px 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; }
  .alert-modal .alert-message {
    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; }

.pagination {
  padding: 5px 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.35); }
  .pagination li {
    display: inline-block;
    margin-left: 3px; }
    .pagination li:first-child {
      margin-left: none; }
    .pagination li .current-page {
      padding: 2px 6px;
      background-color: #222;
      color: #FFF4E9; }
    .pagination li a {
      color: rgba(0, 0, 0, 0.35);
      padding: 2px 6px; }
      .pagination li a.page-num:hover {
        background-color: #ddd;
        color: rgba(0, 0, 0, 0.87);
        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; }

.status-pill {
  border-radius: 30px;
  padding: 5px 12px;
  background-color: #13b213;
  font-weight: 600;
  display: inline-block; }
  .status-pill.-passed, .status-pill.-certified {
    background-color: #426F42;
    color: #fff; }
  .status-pill.-pending {
    background-color: #e67e22; }
  .status-pill.-rejected, .status-pill.-failed {
    background-color: #99040E;
    color: #fff; }
  .status-pill.-requires-action {
    background-color: #e67e22; }

.table-wrapper {
  overflow-x: auto;
  padding: 20px;
  margin-top: 20px;
  background-color: #FFFFFF; }

table.yt-table,
.admin table {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
  min-width: 100%; }
  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;
    border-left: 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,
    .admin table tbody tr.linkable {
      -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; }
      table.yt-table tbody tr.linkable:hover,
      .admin table tbody tr.linkable:hover {
        background-color: #666;
        cursor: pointer;
        color: #FF785A; }
  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._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; }

table.list-accounts {
  border-top: 1px solid #464f46;
  border-bottom: 1px solid #464f46;
  background-color: #222422;
  min-width: 100%; }
  table.list-accounts caption {
    text-align: left;
    font-weight: 700;
    font-size: .8em;
    color: #dedede; }
  table.list-accounts.striped tbody tr:nth-child(odd) {
    background-color: #1b1d1b; }
  table.list-accounts.bordered {
    border-right: 1px solid #464f46;
    border-left: 1px solid #464f46; }
    table.list-accounts.bordered td,
    table.list-accounts.bordered th {
      border-left: 1px solid #464f46; }
  table.list-accounts.no-borders td, table.list-accounts.no-borders th, table.list-accounts.no-borders tr {
    border: none; }
  table.list-accounts thead {
    border-bottom: 1px solid #464f46; }
    table.list-accounts thead th {
      padding: 5px;
      text-align: left;
      color: #dedede; }
      table.list-accounts thead th a.active {
        text-decoration: underline; }
      table.list-accounts thead th.sortable:hover {
        color: rgba(38, 38, 38, 0.87);
        cursor: pointer;
        text-decoration: underline; }
      table.list-accounts thead th.sortable i {
        margin-left: 5px; }
  table.list-accounts tbody tr {
    border-bottom: 1px solid #464f46;
    color: #dedede; }
    table.list-accounts tbody tr td {
      padding: 5px; }
    table.list-accounts tbody tr.linkable {
      -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; }
      table.list-accounts tbody tr.linkable:hover {
        background-color: #4c504c;
        cursor: pointer;
        color: #dedede; }
  table.list-accounts tr .numbers, table.list-accounts tr .right {
    text-align: right; }
  table.list-accounts td._10, table.list-accounts th._10 {
    width: 10%;
    max-width: 100px; }
  table.list-accounts td._20, table.list-accounts th._20 {
    width: 20%;
    max-width: 200px; }
  table.list-accounts td._25, table.list-accounts th._25 {
    width: 25%;
    max-width: 250px; }
  table.list-accounts td._30, table.list-accounts th._30 {
    width: 30%;
    max-width: 300px; }
  table.list-accounts td._33, table.list-accounts th._33 {
    width: 33%;
    max-width: 330px; }
  table.list-accounts td._40, table.list-accounts th._40 {
    width: 40%;
    max-width: 400px; }
  table.list-accounts td._50, table.list-accounts th._50 {
    width: 50%;
    max-width: 500px; }
  table.list-accounts td._60, table.list-accounts th._60 {
    width: 60%;
    max-width: 600px; }
  table.list-accounts td._66, table.list-accounts th._66 {
    width: 66%;
    max-width: 660px; }
  table.list-accounts td._70, table.list-accounts th._70 {
    width: 70%;
    max-width: 700px; }
  table.list-accounts td._75, table.list-accounts th._75 {
    width: 75%;
    max-width: 750px; }
  table.list-accounts td._80, table.list-accounts th._80 {
    width: 80%;
    max-width: 800px; }
  table.list-accounts td._90, table.list-accounts th._90 {
    width: 90%;
    max-width: 900px; }
  table.list-accounts.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(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .tile.clickable:hover {
    cursor: pointer; }
  .tile .tile-header {
    padding: 5px;
    margin-bottom: 20px;
    -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.5rem;
      font-weight: 700; }
      @media only screen and (min-width: 640px) {
        .tile .tile-header .title {
          font-size: 2rem; } }
  .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 20px; }

[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; }

.list-comparator-input {
  padding: 8px 6px;
  background-color: #202120;
  border: 1px solid #464f46;
  border-radius: 2px; }
  .list-comparator-input .-label {
    height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.875rem;
    font-size: 1.5; }
  .list-comparator-input .-list-items {
    background-color: #222422;
    border: 1px solid #464f46;
    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;
    height: 40px;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #464f46;
    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: #464f46; }
    .list-comparator-input .-item.-right:hover {
      background-color: #b1d8f5;
      cursor: pointer; }
      .list-comparator-input .-item.-right:hover i {
        color: #222; }
    .list-comparator-input .-item.-left {
      background-color: #b1d8f5; }
      .list-comparator-input .-item.-left:hover {
        background-color: #daecfa; }

/**
 * Regions
 */
.singleTeamHeaderWrapper h1, .singleTeamHeaderWrapper h2, .singleTeamHeaderWrapper h3 {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 1000px) {
    .singleTeamHeaderWrapper h1, .singleTeamHeaderWrapper h2, .singleTeamHeaderWrapper h3 {
      display: block; } }

.singleTeamHeaderWrapper small {
  display: inline-block;
  vertical-align: middle;
  margin: 29.48px 0px 17.6px 0px;
  float: right; }
  @media screen and (max-width: 1000px) {
    .singleTeamHeaderWrapper small {
      float: none;
      margin: 0px;
      margin-bottom: 10px; } }

.singleTeamHeaderWrapper small:nth-child(3) {
  float: none;
  display: block; }

img {
  max-width: 100%; }

.carbon-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 1.41421; }

.page-title {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 1600px) {
    .page-title {
      padding-left: 120px;
      padding-right: 120px; } }
  .page-title hr {
    margin-top: 0; }

.section-header {
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 960px; }
  @media only screen and (min-width: 1600px) {
    .section-header {
      max-width: 1080px; } }

.section-skinny {
  margin: auto;
  padding: 20px 0;
  max-width: 960px; }

.content {
  width: 100%; }
  .content.flex {
    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; }
  .content .section-title {
    color: #1A5BAA;
    width: 100%;
    padding-right: 20px; }
    @media only screen and (min-width: 1280px) {
      .content .section-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 120px;
        -moz-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px; } }
    .content .section-title.no-border {
      border: none; }
  .content .main-copy {
    width: 100%;
    padding: 20px 0;
    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; }
    .content .main-copy.with-eyebrow {
      border-top: 1px solid #464f46; }
    @media only screen and (min-width: 900px) {
      .content .main-copy {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
    .content .main-copy .eyebrow {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100% !important; }
      .content .main-copy .eyebrow.title {
        padding-bottom: 20px;
        font-size: 0.875rem;
        font-size: 1.5;
        text-transform: uppercase;
        color: #1A5BAA; }
        @media only screen and (min-width: 1600px) {
          .content .main-copy .eyebrow.title {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 120px;
            -moz-flex: 0 0 120px;
            -ms-flex: 0 0 120px;
            flex: 0 0 120px;
            width: 120px !important; } }
      .content .main-copy .eyebrow.content {
        margin-bottom: 0; }
        @media only screen and (min-width: 1600px) {
          .content .main-copy .eyebrow.content {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1; }
            .content .main-copy .eyebrow.content p:first-child {
              margin-top: -8px; }
            .content .main-copy .eyebrow.content h3:first-child {
              margin-top: -15px; }
            .content .main-copy .eyebrow.content h4:first-child {
              margin-top: -10px; } }
  .content .aside, .content aside {
    border-top: 1px solid #464f46;
    padding: 20px 0;
    margin-left: 40px;
    width: 100%;
    max-width: 350px; }
    .content .aside.no-border, .content aside.no-border {
      border: none; }
    @media only screen and (min-width: 900px) {
      .content .aside, .content aside {
        -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%;
        margin-left: 60px; } }
    @media only screen and (min-width: 1600px) {
      .content .aside, .content aside {
        margin-left: 90px; } }

footer, .footer {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background-color: #000;
  color: rgba(255, 255, 255, 0.9);
  padding: 40px 0px;
  z-index: 600; }
  footer hr, .footer hr {
    margin: 0; }
  footer a, .footer a {
    color: rgba(255, 255, 255, 0.9); }
    footer a:hover, .footer a:hover {
      color: rgba(255, 255, 255, 0.97); }
  footer .footer-nav, .footer .footer-nav {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 1.35rem;
    display: none; }
    @media only screen and (min-width: 640px) {
      footer .footer-nav, .footer .footer-nav {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1600px) {
      footer .footer-nav, .footer .footer-nav {
        font-size: 1.6rem; } }
    @media only screen and (min-width: 640px) {
      footer .footer-nav, .footer .footer-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 900px) {
      footer .footer-nav, .footer .footer-nav {
        border: none; } }
    footer .footer-nav .nav-link, .footer .footer-nav .nav-link {
      padding-bottom: 10px; }
  footer .middle, .footer .middle {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    @media only screen and (min-width: 640px) {
      footer .middle, .footer .middle {
        padding: 40px 0; } }
  footer .sub-links small, .footer .sub-links small {
    margin-right: 20px; }

.footer-logo {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  height: 120px; }
  @media only screen and (min-width: 640px) {
    .footer-logo {
      border: none; } }
  .footer-logo svg {
    max-width: 160px; }

.tweets {
  padding: 40px 0; }

.tweet-box {
  color: white;
  word-wrap: break-word;
  font-size: 1.86rem;
  line-height: 1.2; }
  .tweet-box a {
    -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; }
    .tweet-box a.contact-link:hover {
      border-bottom: 1px solid; }
    .tweet-box a.action-link {
      font-size: 1.35rem; }
      @media only screen and (min-width: 640px) {
        .tweet-box a.action-link {
          font-size: 1.5rem; } }
      @media only screen and (min-width: 1600px) {
        .tweet-box a.action-link {
          font-size: 1.6rem; } }
  @media only screen and (min-width: 900px) {
    .tweet-box {
      padding-right: 40px; } }
  @media only screen and (min-width: 1600px) {
    .tweet-box {
      font-size: 2.5rem;
      line-height: 1; } }

.sub-footer {
  padding-top: 40px !important; }

.social-links {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
  margin-right: -40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (min-width: 640px) {
    .social-links {
      border: none;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      margin: 0; } }
  .social-links .link-icons {
    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; }
    @media only screen and (min-width: 640px) {
      .social-links .link-icons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end; } }
    @media only screen and (min-width: 900px) {
      .social-links .link-icons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
  .social-links svg {
    margin: 0 5px; }
    .social-links svg path {
      fill: rgba(255, 255, 255, 0.9); }
    .social-links svg:hover path {
      fill: rgba(255, 255, 255, 0.97); }
  .social-links .follow-us {
    display: none; }
    @media only screen and (min-width: 900px) {
      .social-links .follow-us {
        display: block; } }
  .social-links .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: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media only screen and (min-width: 640px) {
      .social-links .icon {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
  .social-links .twitter {
    border-right: 1px solid rgba(255, 255, 255, 0.15); }
    @media only screen and (min-width: 640px) {
      .social-links .twitter {
        border: none; } }

.newsletter-share {
  margin-bottom: 60px; }

a.nav-logo,
.nav-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;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  height: 60px; }
  @media only screen and (min-width: 640px) {
    a.nav-logo,
    .nav-logo {
      font-size: 2rem; } }
  a.nav-logo svg,
  .nav-logo svg {
    width: 120px; }
  a.nav-logo img,
  .nav-logo img {
    max-height: 80%;
    width: auto;
    opacity: 0.97;
    -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; }
    a.nav-logo img:hover,
    .nav-logo img:hover {
      opacity: 1; }

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

.topbar {
  background-color: #222422 !important;
  height: 60px;
  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; }
  .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 #464f46;
    padding: 12px;
    width: 40px;
    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.5rem; }
      @media only screen and (min-width: 640px) {
        .topbar .menu-icon i {
          font-size: 2rem; } }
    .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; }
    .topbar .titles .-subtitle {
      margin-left: 20px;
      color: rgba(255, 255, 255, 0.8);
      font-size: 1rem;
      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;
    font-family: "Nunito", "Helvetica Neue", Helvetica, sans-serif; }
    .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;
    text-align: center;
    margin: 0;
    padding: 0; }
    .topbar .navigation.-left {
      margin-left: 0;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
      .topbar .navigation.-left li {
        margin-left: 0;
        margin-right: 40px; }
    .topbar .navigation li {
      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; }
      .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 .-nav-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; }
      .topbar .navigation li .-nav-icon .fa-bell {
        color: #dedede !important; }
      .topbar .navigation li .-nav-icon .fa-bell:hover {
        color: #dedede !important; }
      .topbar .navigation li .fa-caret-down {
        color: #dedede; }
      .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: #13b213;
        -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: 0 5px;
        border-bottom: 3px solid transparent;
        white-space: nowrap; }
        .topbar .navigation li a:hover, .topbar .navigation li .action-link:hover {
          color: #12d312; }
        .topbar .navigation li a.active, .topbar .navigation li .action-link.active {
          color: #00fd00;
          border-bottom: 3px solid #FF785A; }
      .topbar .navigation li .-nav-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;
        color: #dedede;
        -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: 0 5px;
        border-bottom: 3px solid transparent;
        white-space: nowrap; }
    .topbar .navigation.primary {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border-right: 1px solid #464f46;
      padding-right: 20px;
      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 .-profile-pic {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    margin-right: 10px;
    background-image: url("/img/green_army_men.jpg");
    background-position: center;
    background-size: cover; }
  .topbar .-profile-info, .topbar .fa-angle-down {
    color: #dedede !important; }
  .topbar .-profile-info:hover, .topbar .fa-angle-down:hover {
    color: #dedede !important; }

@media screen and (max-width: 450px) {
  .body.with-header .topbar.authoring-nav li {
    margin-left: 5px !important;
    width: 20%; } }

.sidebar {
  -webkit-box-flex: 0 0 240px;
  -webkit-flex: 0 0 240px;
  -moz-flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  -webkit-transition: flex 250ms ease-in-out;
  -moz-transition: flex 250ms ease-in-out;
  -ms-transition: flex 250ms ease-in-out;
  transition: flex 250ms ease-in-out;
  background-color: #222422 !important;
  border-right: 1px solid #464f46; }
  @media print {
    .sidebar {
      display: none; } }
  .sidebar .-nav-content {
    width: 240px;
    -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 .-nav-content.-fixed {
      position: fixed;
      left: 0; }
  .sidebar ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #464f46; }
    .sidebar ul li {
      white-space: nowrap; }
      .sidebar ul li a, .sidebar ul li .-action-link {
        color: #13b213;
        border-left: none;
        border-right: 4px solid transparent;
        margin-left: 22px !important;
        margin-right: 22px !important;
        margin-top: 3px;
        display: block;
        padding: 10px;
        color: #dedede !important; }
        .sidebar ul li a:hover, .sidebar ul li .-action-link:hover {
          color: #12d312 !important;
          background-color: #4c504c !important; }
        .sidebar ul li a.active, .sidebar ul li .-action-link.active {
          border-left: none;
          border-color: #222422 !important;
          border-radius: 10px;
          color: #dedede !important;
          background-color: #4c504c !important; }
  .sidebar .-icon {
    width: 20px;
    display: inline-block;
    margin-right: 10px; }
  .sidebar .-text {
    -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;
    display: inline-block;
    opacity: 1; }
  .sidebar .side-nav-footer {
    -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;
    opacity: 1; }
  .sidebar .nav-header {
    background-color: #222422 !important;
    border-bottom: none;
    border-right: 1px solid #464f46;
    height: 60px;
    padding: 0 10px;
    line-height: 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; }
    .sidebar .nav-header .-account-info {
      width: 90%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .sidebar .nav-header .-flip-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;
      margin-right: 10px; }
      .sidebar .nav-header .-flip-icon img {
        max-width: 100%;
        height: auto; }
    .sidebar .nav-header .-account-type {
      font-size: 0.8rem;
      color: #00fd00 !important; }
    .sidebar .nav-header .-account-name {
      color: #dedede !important;
      white-space: nowrap;
      overflow-x: hidden;
      overflow-y: hidden;
      text-overflow: ellipsis; }
    .sidebar .nav-header .-it-logo {
      height: 100%;
      overflow: hidden;
      position: relative; }
      .sidebar .nav-header .-it-logo .-text-logo {
        opacity: 1;
        -webkit-transition: opacity 200ms ease-in-out;
        -moz-transition: opacity 200ms ease-in-out;
        -ms-transition: opacity 200ms ease-in-out;
        transition: opacity 200ms ease-in-out; }
      .sidebar .nav-header .-it-logo .-icon-logo {
        -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;
        opacity: 0;
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg); }

.main-side-nav {
  position: fixed;
  margin-top: 20px;
  width: 0;
  margin-left: -240px;
  min-height: 400px;
  height: calc(100vh - 20px - 84px - 40px);
  border-right: 1px solid #464f46;
  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: 240px; } }
  .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.35);
      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 #FF785A; }
      .main-side-nav .nav-items a:hover {
        color: #00AAC7; }

.-super-nav {
  background-color: #061425;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  text-align: right;
  padding: 4px;
  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: 60px; }

.-fixed-subheader {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 60px; }

.-sub-nav {
  height: 40px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #464f46;
  position: fixed;
  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;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll; }
  .-sub-nav.isTop {
    margin-top: -60px; }

section, .section {
  width: 100%;
  padding: 20px 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: 20px 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; }

/**
 * Styles for Sila things 
 */
.sila-transactions-list .-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  text-decoration: underline;
  color: #dedede; }
  .sila-transactions-list .-header .-more-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; }
  .sila-transactions-list .-header .-date, .sila-transactions-list .-header .-other-party {
    -webkit-box-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; }
  .sila-transactions-list .-header .-description {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .sila-transactions-list .-header .-category {
    -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; }
  .sila-transactions-list .-header .-job-name {
    -webkit-box-flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    -moz-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px; }
  .sila-transactions-list .-header .-amount, .sila-transactions-list .-header .-debit, .sila-transactions-list .-header .-credit {
    -webkit-box-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    -moz-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    text-align: right; }
  .sila-transactions-list .-header .-status {
    -webkit-box-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    -moz-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }

.sila-transaction-item {
  border-bottom: 1px solid #464f46;
  color: #dedede; }
  .sila-transaction-item .-ledger {
    padding: 2px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    font-size: 1.5; }
  .sila-transaction-item .-more-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; }
    .sila-transaction-item .-more-icon :hover {
      cursor: pointer; }
  .sila-transaction-item .-date, .sila-transaction-item .-other-party {
    -webkit-box-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; }
  .sila-transaction-item .-description {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .sila-transaction-item .-category {
    -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; }
  .sila-transaction-item .-job-name {
    -webkit-box-flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    -moz-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px; }
  .sila-transaction-item .-amount, .sila-transaction-item .-debit, .sila-transaction-item .-credit {
    -webkit-box-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    -moz-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    text-align: right; }
  .sila-transaction-item .-status {
    -webkit-box-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    -moz-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }
  .sila-transaction-item .-details {
    font-size: 0.875rem;
    font-size: 1.5;
    padding: 12px;
    background-color: #222422;
    position: relative; }
    .sila-transaction-item .-details:after {
      content: ' ';
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 8px solid #fff;
      position: absolute;
      top: 0;
      left: 20px; }
    .sila-transaction-item .-details .-transaction-details a {
      color: #13b213; }
      .sila-transaction-item .-details .-transaction-details a:hover, .sila-transaction-item .-details .-transaction-details a:visited {
        color: #12d312; }
    .sila-transaction-item .-details .-transaction-details em {
      color: #dedede; }

.transaction-details {
  color: #dedede; }

/**
 * Global
 */
.admin-table-card {
  border-collapse: separate;
  border-spacing: 0.5em;
  margin-right: 2em;
  margin-bottom: 2em;
  padding: 6px;
  text-align: left;
  white-space: nowrap; }
  .admin-table-card.-widget {
    border-radius: 3px;
    border: 1px solid #464f46;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }
  .admin-table-card .green {
    font-weight: bold;
    color: green; }
  .admin-table-card .red {
    font-weight: bold;
    color: red; }
  .admin-table-card .orange {
    font-weight: bold;
    color: darkorange; }
  .admin-table-card .blue {
    font-weight: bold;
    color: darkblue; }
  .admin-table-card .input-group {
    margin-bottom: 0; }
  .admin-table-card tr th {
    color: #dedede !important; }
  .admin-table-card tr td {
    color: #dedede !important; }
  .admin-table-card tr td span {
    color: #dedede !important; }
  .admin-table-card tr td em {
    color: #dedede; }
  .admin-table-card input[type='checkbox'] {
    accent-color: #1b1d1b; }

/**
 * Resources
 */
/**
 * Styles specific to the user module should live here
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the user module that you ALSO want globally
 * available should live here.
 */
.-user-initials {
  height: 60px;
  width: 60px;
  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;
  font-size: 1.35rem;
  font-weight: 600;
  border-radius: 50%;
  margin-right: 20px; }
  @media only screen and (min-width: 640px) {
    .-user-initials {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1600px) {
    .-user-initials {
      font-size: 1.6rem; } }
  .-user-initials.-nav {
    height: 30px;
    width: 30px;
    font-size: 1rem;
    margin-right: 10px; }
  .-user-initials.-small {
    height: 40px;
    width: 40px;
    font-size: 1rem;
    margin-right: 10px; }
  .-user-initials.-large {
    height: 80px;
    width: 80px;
    font-size: 1.5rem;
    margin-right: 20px; }
    @media only screen and (min-width: 640px) {
      .-user-initials.-large {
        font-size: 2rem; } }
  .-user-initials.-jumbo {
    height: 120px;
    width: 120px;
    font-size: 3rem;
    margin-right: 40px; }
  .-user-initials.-avatar {
    height: 120px;
    width: 120px;
    font-size: 3rem;
    margin-right: 40px; }

a.account-option {
  min-height: 3em;
  padding: 5px;
  -webkit-transition: box-shadow 250ms ease-in-out;
  -moz-transition: box-shadow 250ms ease-in-out;
  -ms-transition: box-shadow 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out;
  color: rgba(0, 0, 0, 0.87); }
  a.account-option .-info {
    font-size: 0.875rem;
    font-size: 1.5;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  a.account-option .-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 10px;
    -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; }
    @media only screen and (min-width: 640px) {
      a.account-option .-title {
        font-size: 2rem; } }

.list-wrapper .yt-toolbar {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 500; }

.header-text {
  font-size: 1.35rem;
  font-style: bold; }
  @media only screen and (min-width: 640px) {
    .header-text {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1600px) {
    .header-text {
      font-size: 1.6rem; } }

.sub-header-text {
  font-size: 1.35rem;
  font-style: bold;
  text-decoration: underline; }
  @media only screen and (min-width: 640px) {
    .sub-header-text {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1600px) {
    .sub-header-text {
      font-size: 1.6rem; } }

.padding {
  padding: 5px; }

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

.invite-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.link-container {
  width: 30%;
  min-height: 277px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 25px;
  padding: 20px; }

.lender-container-heading {
  color: #02376B;
  margin: 0;
  padding: 5px; }

.lender-container-details {
  margin-top: 30px; }

.fa-project-diagram, .fa-envelope-open-text {
  color: #dedede;
  margin: 15px; }

.fa-envelope-open-text:hover {
  color: #dedede !important; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Gc module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Sov module that you ALSO want globally
 * available should live here.
 */
.single-sov-container {
  max-width: 1050px; }
  .single-sov-container .-line-item {
    background-color: #222422; }
    .single-sov-container .-line-item:hover, .single-sov-container .-line-item.-editing {
      background-color: #222422; }
    .single-sov-container .-line-item.-editing {
      border-color: #464f46;
      background-color: #222422; }
  .single-sov-container .-sov-body {
    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; }
  .single-sov-container .-sov-footer {
    bottom: 0;
    border: 1px solid #464f46;
    z-index: 650;
    position: sticky;
    color: black;
    background-color: #222422;
    padding: 1em; }
    @media print {
      .single-sov-container .-sov-footer {
        position: relative; } }
    .single-sov-container .-sov-footer .-sov-totals {
      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;
      font-size: 0.8rem; }
      .single-sov-container .-sov-footer .-sov-totals div.-title {
        color: #dedede; }
      .single-sov-container .-sov-footer .-sov-totals div.-data {
        color: #dedede; }
        .single-sov-container .-sov-footer .-sov-totals div.-data sup {
          color: #129a12; }
    .single-sov-container .-sov-footer .-title {
      font-weight: bold; }

.sov-status-label {
  display: inline;
  padding: 0 .5em;
  border: 2px solid lightgray;
  border-radius: 0.3em;
  font-weight: bold;
  color: #dedede !important; }
  .sov-status-label.-bid.owner {
    border-color: lightgreen; }
  .sov-status-label.-bid.gc {
    border-color: orange; }
  .sov-status-label.-bid.lender {
    border-color: gold; }
  .sov-status-label.-proposed.owner {
    border-color: orange; }
  .sov-status-label.-proposed.gc {
    border-color: lightgreen; }
  .sov-status-label.-proposed.lender {
    border-color: gold; }
  .sov-status-label.-revision.owner {
    border-color: lightgreen; }
  .sov-status-label.-revision.gc {
    border-color: orange; }
  .sov-status-label.-revision.lender {
    border-color: gold; }
  .sov-status-label.-accepted.owner {
    border-color: lightgreen; }
  .sov-status-label.-accepted.gc {
    border-color: lightgreen; }
  .sov-status-label.-accepted.lender {
    border-color: lightgreen; }

.sov-dropdown-menu {
  margin-right: .5em;
  margin-bottom: .5em;
  position: sticky;
  top: 70px;
  z-index: 605; }

.sov-line-item {
  margin-top: 1em; }

.sov-budget-line-item {
  margin-left: 2em;
  font-weight: 700; }

.sov-budget-line-item span {
  color: #dedede !important; }

.sov-totals {
  font-weight: 700;
  color: #dedede !important; }

.sov-totals small {
  color: #129a12 !important; }

.line-item-headings {
  color: #dedede !important;
  font-weight: 700; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Line Item module that you ALSO want globally
 * available should live here.
 */
.-line-item {
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #464f46;
  margin: 1em 0;
  min-width: 100%;
  padding: 8px;
  position: relative; }
  @media print {
    .-line-item {
      height: 140px; } }
  .-line-item .-line-item-details {
    width: 100%; }
    @media print {
      .-line-item .-line-item-details {
        width: 100%;
        box-sizing: border-box;
        position: relative; } }
  .-line-item .-line-item-info {
    width: 90%; }
    .-line-item .-line-item-info .input-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .-line-item .-line-item-info .input-group .input-add-on {
        margin: 0; }
    .-line-item .-line-item-info .-line-item-field small.-field-name {
      color: #dedede; }
  .-line-item:hover, .-line-item.-editing {
    background-color: #ececec; }
    .-line-item:hover .-line-item-field .-field-name, .-line-item.-editing .-line-item-field .-field-name {
      color: black; }
    .-line-item:hover .-line-item-controls, .-line-item.-editing .-line-item-controls {
      opacity: 1; }
  .-line-item.-editing {
    border-color: #464f46; }
  .-line-item.-linkable .hover-icon {
    display: flex;
    opacity: 0.3; }
  .-line-item.-linkable:hover {
    cursor: pointer; }
    .-line-item.-linkable:hover .hover-icon {
      opacity: 1; }
      .-line-item.-linkable:hover .hover-icon i {
        padding-right: 15px; }
  .-line-item .-line-item-field {
    position: relative; }
    .-line-item .-line-item-field .input-group {
      margin-bottom: 0px; }
    .-line-item .-line-item-field .-field-name {
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      -ms-transition: all 250ms;
      transition: all 250ms; }
    .-line-item .-line-item-field .-field-value {
      display: flex;
      margin: 0; }
    .-line-item .-line-item-field.-inspection-item {
      border-left: 1px solid #464f46;
      padding-left: 8px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .-line-item .-line-item-field.-inspection-item .-details {
        padding-left: 8px;
        opacity: 0.5;
        -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; }
        .-line-item .-line-item-field.-inspection-item .-details i {
          margin-right: 4px; }
        .-line-item .-line-item-field.-inspection-item .-details:hover {
          cursor: pointer;
          opacity: 1; }
      @media print {
        .-line-item .-line-item-field.-inspection-item {
          position: absolute;
          top: 70px;
          right: 0;
          display: inline-block !important;
          width: 30% !important;
          box-sizing: border-box; } }
    @media print {
      .-line-item .-line-item-field.-metadata {
        padding: 8px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 80px;
        width: 100%;
        box-sizing: border-box; } }
    @media print {
      .-line-item .-line-item-field.-sov-item {
        position: absolute;
        top: 70px;
        display: inline-block !important;
        width: 20% !important;
        box-sizing: border-box; }
        .-line-item .-line-item-field.-sov-item.-budget {
          left: 0; }
        .-line-item .-line-item-field.-sov-item.-funded {
          left: 20%; }
        .-line-item .-line-item-field.-sov-item.-spent {
          left: 40%; } }
  .-line-item .-line-item-controls {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms;
    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;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 75px;
    align-items: center;
    font-size: 1em;
    justify-content: flex-start;
    opacity: 0.3;
    margin-right: 1em;
    margin-top: 1em;
    width: 10%; }
    .-line-item .-line-item-controls .-line-item-btn {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100% !important;
      text-align: center;
      display: block;
      padding: .5em;
      margin: .5em 0;
      max-height: 3em;
      color: #dedede; }
      .-line-item .-line-item-controls .-line-item-btn:hover {
        cursor: pointer; }
        .-line-item .-line-item-controls .-line-item-btn:hover.-edit {
          color: darkgreen; }
        .-line-item .-line-item-controls .-line-item-btn:hover.-delete {
          color: darkred; }
  .-line-item .hover-icon {
    display: none; }

.line-item-budget-display {
  display: inline-block; }
  .line-item-budget-display .-options-menu {
    white-space: nowrap; }
  .line-item-budget-display .yt-btn {
    color: #00AAC7 !important; }
    .line-item-budget-display .yt-btn i {
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      -ms-transition: all 250ms;
      transition: all 250ms; }
    .line-item-budget-display .yt-btn:hover i {
      opacity: 1; }

.line-item-status {
  display: flex;
  align-items: flex-start; }
  .line-item-status .-line-item-status-label {
    padding: 0 .5em;
    border-radius: 1em;
    font-weight: bold;
    color: black;
    border: 2px solid lightgray;
    white-space: nowrap; }
    .line-item-status .-line-item-status-label.-proposed {
      border-color: lightgray; }
    .line-item-status .-line-item-status-label.-accepted {
      border-color: lightgray; }
      .line-item-status .-line-item-status-label.-accepted.-funded {
        border-color: lightgreen; }
    .line-item-status .-line-item-status-label.-rejected {
      border-color: red; }
    .line-item-status .-line-item-status-label.-contracted {
      border-color: lightgreen; }
    .line-item-status .-line-item-status-label.-gc-approved {
      border-color: orange; }
    .line-item-status .-line-item-status-label.-completed {
      border-color: lightgray; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Contract module that you ALSO want globally
 * available should live here.
 */
.sub-contract-list {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100% !important; }
  .sub-contract-list .-sub-contract-list-item {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1em 0;
    width: 100%;
    padding: 1em;
    position: relative; }
    .sub-contract-list .-sub-contract-list-item .-contract-info {
      padding: 0em 1em;
      width: 90%; }
    .sub-contract-list .-sub-contract-list-item:hover {
      -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
      .sub-contract-list .-sub-contract-list-item:hover .-contract-field {
        /*
        .-field-name {
          color: black;
        }
        */ }
    .sub-contract-list .-sub-contract-list-item .hover-icon {
      opacity: 0.3; }
    .sub-contract-list .-sub-contract-list-item:hover {
      cursor: pointer; }
      .sub-contract-list .-sub-contract-list-item:hover .hover-icon {
        opacity: 1;
        color: #1a5baa; }
        .sub-contract-list .-sub-contract-list-item:hover .hover-icon i {
          padding-right: 15px; }
    .sub-contract-list .-sub-contract-list-item .-contract-field {
      margin-bottom: 20px; }
      .sub-contract-list .-sub-contract-list-item .-contract-field .-field-name {
        color: #dedede; }
      .sub-contract-list .-sub-contract-list-item .-contract-field .-field-value {
        color: #dedede;
        display: flex;
        padding: 8px 6px;
        margin: 0;
        margin-left: 30px; }

.contract-status {
  display: flex;
  align-items: flex-start; }
  .contract-status .-contract-action-label {
    padding: 0 .5em;
    border-radius: 1em;
    font-weight: bold;
    color: black;
    border: 2px solid lightgray;
    white-space: nowrap; }
    .contract-status .-contract-action-label.noContract {
      border-color: orange; }
    .contract-status .-contract-action-label.gcSent.-proposed.sub {
      border-color: orange; }
    .contract-status .-contract-action-label.gcSent.-proposed.gc {
      border-color: lightgreen; }
    .contract-status .-contract-action-label.gcSent.-accepted.sub {
      border-color: lightgreen; }
    .contract-status .-contract-action-label.gcSent.-accepted.gc {
      border-color: lightgreen; }
    .contract-status .-contract-action-label.gcSent.-revision.gc {
      border-color: red; }
    .contract-status .-contract-action-label.gcRequested.-requested.sub {
      border-color: orange; }
    .contract-status .-contract-action-label.gcRequested.-requested.gc {
      border-color: lightgreen; }
    .contract-status .-contract-action-label.gcRequested.-proposed.sub {
      border-color: lightgreen; }
    .contract-status .-contract-action-label.gcRequested.-proposed.gc {
      border-color: orange; }
    .contract-status .-contract-action-label.gcRequested.-accepted.sub {
      border-color: lightgreen; }
    .contract-status .-contract-action-label.gcRequested.-accepted.gc {
      border-color: lightgreen; }
    .contract-status .-contract-action-label.gcRequested.-revision.sub {
      border-color: red; }

.contract-summary .-contract-action-label {
  margin: auto;
  color: #dedede; }

.contract-summary .contract-payment-terms .payment-terms-list {
  padding-left: .5em; }

.contract-summary p {
  color: #dedede; }

.contract-summary p strong {
  color: #dedede; }

.-field-name-heading {
  margin-left: 2em;
  font-weight: 700;
  font-size: 1em; }

.contract-address {
  color: #02376B;
  font-weight: 600;
  font-size: 24px;
  margin-right: 50px; }

/**
* Uses SASS compiled to global stylesheet, yote.css
* Any styles specific to the Project module that you ALSO want globally
* available should live here.
*/
.sov-summary-container {
  color: #dedede; }
  .sov-summary-container strong + div {
    color: #dedede; }
  .sov-summary-container div > span {
    color: #dedede !important; }
  .sov-summary-container a {
    color: #13b213; }
    .sov-summary-container a:hover {
      color: #12d312; }
  .sov-summary-container div.resource-note p {
    color: #dedede; }
  .sov-summary-container div.resource-note small.note-date {
    color: #dedede; }

.project-resource-preview {
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
  display: flex;
  margin: 2em auto;
  padding: 2em;
  min-width: 100%;
  position: relative;
  border: 1px solid #464f46;
  border-radius: 10px; }
  .project-resource-preview.-linkable .-resource-link {
    height: 100%;
    position: absolute;
    width: 100%; }
  .project-resource-preview.-linkable:hover {
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    cursor: pointer; }
    .project-resource-preview.-linkable:hover .hover-icon {
      opacity: 1; }
      .project-resource-preview.-linkable:hover .hover-icon i {
        padding-right: 15px; }
  .project-resource-preview.-linkable div.yt-col div div.yt-row div.yt-col {
    color: #dedede; }
  .project-resource-preview .-resource-info {
    padding: 20px;
    width: 90%; }
    .project-resource-preview .-resource-info .-header {
      display: flex;
      font-weight: bold;
      color: #dedede; }
    .project-resource-preview .-resource-info .-details {
      display: flex;
      padding: 5px;
      color: #dedede; }
    .project-resource-preview .-resource-info .-disabled-message {
      padding: 1em; }
    .project-resource-preview .-resource-info a {
      color: #00fd00; }
    .project-resource-preview .-resource-info a.yt-btn {
      background-color: #13b213;
      color: #1b1d1b; }
      .project-resource-preview .-resource-info a.yt-btn:hover {
        background-color: #12d312;
        color: #1b1d1b; }
    .project-resource-preview .-resource-info span span {
      color: #dedede; }
    .project-resource-preview .-resource-info span small {
      color: #129a12; }
    .project-resource-preview .-resource-info .sov-summary-container div:last-child {
      color: #dedede; }
  .project-resource-preview .fa-angle-right {
    color: #dedede; }
    .project-resource-preview .fa-angle-right:hover {
      color: #dedede; }

.hover-icon {
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
  align-items: center;
  display: flex;
  font-size: 2em;
  justify-content: flex-end;
  margin: auto;
  opacity: 0.3;
  width: 10%; }
  .hover-icon i {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms;
    padding-right: 30px; }

.project-list-item {
  color: #dedede !important;
  background-color: #222422;
  display: flex;
  width: 100%;
  padding: 1em;
  position: relative; }
  .project-list-item .hover-icon i {
    padding-right: 20px; }
  .project-list-item:hover {
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    cursor: pointer; }
    .project-list-item:hover .hover-icon {
      opacity: 1; }
      .project-list-item:hover .hover-icon i {
        padding-right: 10px; }

.tooltip {
  background-color: #4c504c;
  font-weight: 600; }

.folder-icon .fa-circle {
  color: #dedede; }

.folder-icon .fa-folder {
  color: #dedede; }

.folder-icon .fa-plus {
  color: #1b1d1b; }

.plus-icon-styles .fa-circle, .plus-icon-styles p {
  color: #00fd00; }

.line-item-style {
  color: #dedede !important;
  font-weight: 600;
  font-size: 24px; }

.plus-icon-styles {
  float: right;
  margin-bottom: 75px;
  margin-right: 30px; }

.test {
  text-align: center !important; }

.heading-styles {
  color: #dedede;
  font-weight: 600;
  text-align: left; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Contract Change Order module that you ALSO want globally
 * available should live here.
 */
.change-orders-list i {
  padding: .25em; }

.change-orders-list .change-order-list-item {
  border-bottom: 1px solid #464f46;
  color: #dedede !important;
  font-size: 0.875rem;
  font-size: 1.5;
  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;
  padding: 4px 0; }
  .change-orders-list .change-order-list-item:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .change-orders-list .change-order-list-item.-locked {
    opacity: 0.75; }
    .change-orders-list .change-order-list-item.-locked:hover {
      background-color: #fff; }
  .change-orders-list .change-order-list-item:last-child {
    border: none; }

.change-orders-list .-headers {
  font-size: 0.875rem;
  font-size: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  text-decoration: underline;
  color: #dedede; }

.change-orders-list .-number {
  -webkit-box-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  -moz-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  text-align: right;
  margin-right: 10px; }

.change-orders-list .-status {
  -webkit-box-flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
  -moz-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px; }
  .change-orders-list .-status small em {
    color: #dedede; }

.change-orders-list .-action {
  -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;
  text-align: right;
  margin-right: 10px; }

.change-orders-list .-amount {
  -webkit-box-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  text-align: right; }

.change-orders-list .-explanation {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Line Change Order module that you ALSO want globally
 * available should live here.
 */
.line-change-order-list {
  max-width: 500px; }
  .line-change-order-list i {
    padding: .25em; }
  .line-change-order-list .line-change-order-list-item {
    border-top: 1px solid #464f46;
    color: black !important;
    padding: .5em; }
    .line-change-order-list .line-change-order-list-item:hover {
      -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }

.line-change-order-status-label {
  padding: 0 .5em;
  border: 2px solid lightgray;
  border-radius: 1em;
  font-weight: bold;
  color: black; }
  .line-change-order-status-label.-revision.owner {
    border-color: lightgreen; }
  .line-change-order-status-label.-revision.gc {
    border-color: orange; }
  .line-change-order-status-label.-submitted.owner {
    border-color: orange; }
  .line-change-order-status-label.-submitted.gc {
    border-color: lightgreen; }
  .line-change-order-status-label.-accepted.owner {
    border-color: lightgreen; }
  .line-change-order-status-label.-accepted.gc {
    border-color: lightgreen; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Sub module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Property module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Phase module that you ALSO want globally
 * available should live here.
 */
.single-phase {
  border: 1px solid #464f46;
  border-bottom: none;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100% !important; }
  .single-phase .-phase-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    top: 60px;
    position: sticky;
    z-index: 550;
    color: #dedede;
    background-color: #222422;
    padding: 8px; }
    @media print {
      .single-phase .-phase-header {
        background-color: gray; } }
    .single-phase .-phase-header .-phase-info {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .single-phase .-phase-header .-phase-info .phase-link {
        color: #13b213; }
      .single-phase .-phase-header .-phase-info .phase-link:hover {
        color: #12d312; }
      .single-phase .-phase-header .-phase-info .phase-link:visited {
        color: #13b213; }
      .single-phase .-phase-header .-phase-info .fa-edit, .single-phase .-phase-header .-phase-info .fa-save, .single-phase .-phase-header .-phase-info .fa-undo, .single-phase .-phase-header .-phase-info .fa-trash {
        color: #dedede; }
      .single-phase .-phase-header .-phase-info .fa-edit:hover, .single-phase .-phase-header .-phase-info .fa-save:hover, .single-phase .-phase-header .-phase-info .fa-undo:hover, .single-phase .-phase-header .-phase-info .fa-trash:hover {
        color: #dedede; }
      .single-phase .-phase-header .-phase-info .tooltip {
        background-color: #4c504c;
        color: #dedede; }
    .single-phase .-phase-header .-phase-details {
      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;
      font-size: 0.8rem; }
      .single-phase .-phase-header .-phase-details div.-title {
        color: #dedede; }
      .single-phase .-phase-header .-phase-details div.-data {
        color: #dedede; }
        .single-phase .-phase-header .-phase-details div.-data sup {
          color: #129a12; }
    .single-phase .-phase-header .-header-col {
      /*
       * NOTE: This flex-basis thing looks weird, I know. The point here is that we want the header columns
       * to display ALL side-by-side when the container is wide or ALL stacked when the container is narrow. We
       * never want some to be side by side while others are stacked. This flex-basis trick allows us to get that behavior.
       * When the parent container is less that 450px, the columns stack, otherwise they remain side-by-side.
       * More info on this trick here: https://heydonworks.com/article/the-flexbox-holy-albatross/
      */ }
    .single-phase .-phase-header .-title {
      display: block;
      font-weight: bold; }
      .single-phase .-phase-header .-title .drop-btn {
        text-transform: none;
        display: inline;
        padding: 0; }
  .single-phase .-phase-name {
    background-color: gray;
    color: white;
    font-size: 1.25em;
    font-weight: bold;
    padding: 0.25em 1em; }
  .single-phase .-phase-body {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms; }
    .single-phase .-phase-body .contract-status span {
      color: #dedede; }
    .single-phase .-phase-body .-line-item {
      margin: 0;
      background-color: #1b1d1b;
      color: #dedede; }
      .single-phase .-phase-body .-line-item .input-group {
        display: inline-block; }
      .single-phase .-phase-body .-line-item .-field-name {
        color: #dedede; }
      .single-phase .-phase-body .-line-item .-field-value {
        color: #dedede; }
      .single-phase .-phase-body .-line-item .fa-angle-right, .single-phase .-phase-body .-line-item .fa-edit, .single-phase .-phase-body .-line-item .fa-trash {
        color: #dedede; }
      .single-phase .-phase-body .-line-item .fa-angle-right:hover, .single-phase .-phase-body .-line-item .fa-edit:hover, .single-phase .-phase-body .-line-item .fa-trash:hover {
        color: #dedede; }
      .single-phase .-phase-body .-line-item button.link {
        color: #13b213; }
      .single-phase .-phase-body .-line-item button.link:hover {
        color: #12d312; }
  .single-phase .-phase-footer {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms;
    padding: .5em 1em; }
  .single-phase.-collapsed {
    overflow: hidden; }
    .single-phase.-collapsed .-phase-body .-line-item {
      -webkit-transition: height 250ms;
      -moz-transition: height 250ms;
      -ms-transition: height 250ms;
      transition: height 250ms;
      border: none;
      height: 0px;
      padding: 0px; }
    .single-phase.-collapsed .-phase-footer {
      display: none; }
  .single-phase .-phase-title {
    color: black; }
    .single-phase .-phase-title .-toggle-collapse-btn {
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      -ms-transition: all 250ms;
      transition: all 250ms;
      opacity: 0.3; }
    .single-phase .-phase-title:hover {
      cursor: pointer; }
      .single-phase .-phase-title:hover .-toggle-collapse-btn {
        opacity: 1; }
    .single-phase .-phase-title a.phase-link {
      color: #00fd00; }
  .single-phase .-line-item-count {
    display: block;
    margin: auto 0px; }
  .single-phase .-add-item-btn {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms; }
    .single-phase .-add-item-btn i {
      margin-right: 5px; }
    .single-phase .-add-item-btn:hover {
      opacity: 1; }

.-editable-field {
  font-weight: bold; }
  .-editable-field form {
    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;
    padding: 0; }
    .-editable-field form .input-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      max-height: 40px;
      width: auto;
      margin: 0; }
      .-editable-field form .input-group .input-add-on {
        margin: 0; }
  .-editable-field .-data {
    display: flex;
    margin: 0; }
  .-editable-field .-btn {
    padding: 0 .5em;
    font-weight: normal;
    margin: auto 0; }
    .-editable-field .-btn:hover {
      cursor: pointer;
      color: rgba(51, 51, 51, 0.87); }
  .-editable-field i {
    padding: 0 .5em; }

.phase-nav {
  background-color: white;
  top: 60px;
  position: sticky;
  z-index: 600;
  border-bottom: 1px solid gray;
  padding: 1em 0 .25em 0; }

.phase-link.active {
  font-weight: bold;
  text-decoration: underline; }

.-phase-alert {
  background-color: #1b1d1b;
  border-color: #129a12;
  margin: 10px 0;
  border-radius: 4px; }
  .-phase-alert i {
    color: #00fd00; }
  .-phase-alert small {
    color: #dedede; }
  .-phase-alert p {
    color: #dedede; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the File module that you ALSO want globally
 * available should live here.
 */
.file-micro-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px; }
  .file-micro-list-item .-icon {
    width: 40px;
    -webkit-box-flex: 0 0 40px;
    -webkit-flex: 0 0 40px;
    -moz-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px; }
  .file-micro-list-item .-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #dedede;
    min-width: 0; }
    .file-micro-list-item .-info .-date {
      font-size: 0.875rem;
      font-size: 1.5;
      color: #dedede; }
    .file-micro-list-item .-info .-title {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .file-micro-list-item .-times {
    -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; }
  .file-micro-list-item .-view-arrow {
    width: 40px;
    margin-right: 4px;
    -webkit-transition: margin 200ms ease-in-out;
    -moz-transition: margin 200ms ease-in-out;
    -ms-transition: margin 200ms ease-in-out;
    transition: margin 200ms ease-in-out; }
  .file-micro-list-item:hover {
    background-color: rgba(0, 0, 0, 0.05); }
    .file-micro-list-item:hover .-view-arrow {
      color: #00AAC7;
      margin-right: 0; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Invoice module that you ALSO want globally
 * available should live here.
 */
.contract-invoice-list-item {
  color: black !important;
  display: block;
  padding: .5em;
  max-width: 500px; }
  .contract-invoice-list-item:hover {
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    cursor: pointer; }

.resource-note {
  margin: .5em 0;
  padding: .5em;
  color: #dedede;
  background-color: #4c504c; }

.-invoice-paid {
  margin: 20px 0;
  border-radius: 5px;
  background-color: #A1E8AF;
  border: none; }

.-printable-invoice {
  margin-top: 20px;
  border: 1px solid #464f46;
  max-width: 750px;
  background-color: #fff; }
  .-printable-invoice .-invoice-header {
    background-color: #f3f3f3;
    padding: 20px;
    font-size: 1.35rem;
    font-weight: bold; }
    @media only screen and (min-width: 640px) {
      .-printable-invoice .-invoice-header {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1600px) {
      .-printable-invoice .-invoice-header {
        font-size: 1.6rem; } }
  .-printable-invoice .-invoice-number {
    font-weight: bold;
    color: #1b1d1b;
    margin: 20px 0; }
  .-printable-invoice .-invoice-body {
    padding: 20px; }
  .-printable-invoice .-section-title {
    font-size: 1.35rem;
    font-weight: bold; }
    @media only screen and (min-width: 640px) {
      .-printable-invoice .-section-title {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1600px) {
      .-printable-invoice .-section-title {
        font-size: 1.6rem; } }
  .-printable-invoice dl {
    display: flex;
    flex-flow: row wrap;
    border-width: 1px 1px 0 0;
    margin: 0; }
  .-printable-invoice dt {
    flex-basis: 25%;
    padding: 2px 0;
    font-weight: 700; }
  .-printable-invoice dd {
    flex-basis: 60%;
    flex-grow: 1;
    margin: 0;
    margin-left: 8px;
    padding: 2px 4px; }
  .-printable-invoice .-contract-details {
    font-size: 0.875rem;
    font-size: 1.5; }
    .-printable-invoice .-contract-details dt {
      flex-basis: 25%; }
    .-printable-invoice .-contract-details dd {
      flex-basis: 60%; }
  .-printable-invoice .-customer-details {
    font-size: 0.875rem;
    font-size: 1.5; }
    .-printable-invoice .-customer-details dt {
      flex-basis: 35%; }
    .-printable-invoice .-customer-details dd {
      flex-basis: 60%; }
  .-printable-invoice .-section-info {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #464f46;
    padding: 10px;
    border-radius: 5px; }
    .-printable-invoice .-section-info.-billable-items {
      padding: 0; }
      .-printable-invoice .-section-info.-billable-items .-items {
        padding: 10px; }
      .-printable-invoice .-section-info.-billable-items .-footer {
        background-color: #f3f3f3;
        padding: 10px;
        font-weight: bold; }
        .-printable-invoice .-section-info.-billable-items .-footer dt {
          text-align: right;
          flex-basis: 80%;
          flex-grow: 1; }
        .-printable-invoice .-section-info.-billable-items .-footer dd {
          text-align: right;
          flex-basis: 15%; }
      .-printable-invoice .-section-info.-billable-items .-budget-total {
        background-color: #f3f3f3;
        padding: 10px;
        font-weight: bold; }
      .-printable-invoice .-section-info.-billable-items .payment-term-list-item {
        border: none; }
  @media print {
    .-printable-invoice {
      border: none;
      max-width: 612pt; }
      .-printable-invoice .-invoice-body {
        padding: 0; }
      .-printable-invoice .-section-title {
        font-size: 1.25rem; } }

.invoice-form {
  padding: 20px 0; }

.-invoice-logo {
  display: none; }
  .-invoice-logo img {
    max-height: 32px; }
  @media print {
    .-invoice-logo {
      display: block; } }

.-print-page {
  background-color: #fff;
  overflow: hidden;
  position: relative; }
  @media print {
    .-print-page {
      box-shadow: none;
      margin: 0;
      width: 612pt;
      height: 792pt; }
      .-print-page.-second {
        padding-top: 100px; } }
  .-print-page .-invoice-header {
    display: none; }
    .-print-page .-invoice-header.-first {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .-print-page .-invoice-header.-second {
      margin-bottom: 40px; }
    @media print {
      .-print-page .-invoice-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .-print-page .-page-num {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
    padding-top: 8px;
    background-color: #fff;
    display: none; }
    @media print {
      .-print-page .-page-num {
        display: block; } }

div.-printable-invoice div.-invoice-body div.image-list-viewer div.-thumbnail-container {
  scrollbar-color: #dedede #dedede; }

div.-printable-invoice div.-invoice-body form.invoice-form div.input-group label {
  color: #1b1d1b; }
  div.-printable-invoice div.-invoice-body form.invoice-form div.input-group label span {
    color: #1b1d1b; }

div.-printable-invoice div.-invoice-body form.invoice-form div.input-group textarea {
  color: #1b1d1b;
  background-color: #fff; }
  div.-printable-invoice div.-invoice-body form.invoice-form div.input-group textarea:focus {
    border-color: #000; }

div.-printable-invoice div.-invoice-body form.invoice-form div.input-group div.files-dropzone-list {
  border-color: #129a12;
  color: #129a12; }

div.-printable-invoice div.-invoice-body div.alert-message strong {
  color: #1b1d1b; }

div.-printable-invoice div.-invoice-body div.-invoice-number span {
  color: #1b1d1b; }

div.-printable-invoice div.-invoice-body div.-section-info strong {
  color: #1b1d1b; }

div.-printable-invoice div.-invoice-body div.resource-note {
  color: #1b1d1b;
  background-color: #fff; }

div.-printable-invoice div.-invoice-body div.-billable-items div.payment-terms-list div.payment-term-list-item .-milestone {
  color: #1b1d1b; }
  div.-printable-invoice div.-invoice-body div.-billable-items div.payment-terms-list div.payment-term-list-item .-milestone span {
    color: #1b1d1b; }

div.-printable-invoice div.-invoice-body div.-billable-items div.payment-terms-list div.payment-term-list-item .-amount {
  color: #1b1d1b; }

div.-printable-invoice div.-invoice-body div.-billable-items div.payment-terms-list div.payment-term-list-item:hover {
  background-color: transparent; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Sov Template module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Contract Term module that you ALSO want globally
 * available should live here.
 */
.payment-terms-list i {
  padding: .25em; }

.payment-terms-list .payment-term-list-item {
  border-bottom: 1px solid #464f46;
  color: #dedede !important;
  font-size: 0.875rem;
  font-size: 1.5;
  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;
  padding: 4px 0; }
  .payment-terms-list .payment-term-list-item:hover {
    background-color: #222422; }
  .payment-terms-list .payment-term-list-item.-locked {
    opacity: 0.75; }
    .payment-terms-list .payment-term-list-item.-locked:hover {
      background-color: #4c504c; }

.payment-terms-list .-headers {
  font-size: 0.875rem;
  font-size: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  text-decoration: underline;
  color: #dedede; }

.payment-terms-list .-number {
  -webkit-box-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  -moz-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  text-align: right;
  margin-right: 10px; }

.payment-terms-list .-type,
.payment-terms-list .-date {
  -webkit-box-flex: 0 0 80px;
  -webkit-flex: 0 0 80px;
  -moz-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px; }

.payment-terms-list .-status {
  -webkit-box-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  text-align: right; }

.payment-terms-list .-action {
  -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;
  text-align: right;
  margin-right: 10px; }

.payment-terms-list .-amount {
  -webkit-box-flex: 0 0 80px;
  -webkit-flex: 0 0 80px;
  -moz-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  text-align: right; }

.payment-terms-list .-milestone {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.payment-term-form-item {
  margin: .5em;
  padding: .5em;
  border-top: 1px solid #464f46; }
  .payment-term-form-item > div {
    padding: 0 1em; }
  .payment-term-form-item .input-group {
    margin-bottom: 0; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Sov Change Order module that you ALSO want globally
 * available should live here.
 */
.sov-change-order-list-item {
  border-top: 1px solid #464f46;
  color: black !important;
  display: block;
  padding: .5em;
  max-width: 500px; }
  .sov-change-order-list-item:hover {
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
  .sov-change-order-list-item.-locked:hover {
    box-shadow: none; }
  .sov-change-order-list-item i {
    padding: .25em; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Project Term module that you ALSO want globally
 * available should live here.
 */
.project-term-status-label {
  display: inline;
  padding: 0 .5em;
  border: 2px solid lightgray;
  border-radius: 1em;
  font-weight: bold;
  color: #dedede; }
  .project-term-status-label.-proposed.owner {
    border-color: lightgreen; }
  .project-term-status-label.-proposed.lender {
    border-color: orange; }
  .project-term-status-label.-revision.owner {
    border-color: orange; }
  .project-term-status-label.-revision.lender {
    border-color: gold; }
  .project-term-status-label.-accepted.owner {
    border-color: lightgreen; }
  .project-term-status-label.-accepted.lender {
    border-color: lightgreen; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the User Invite module that you ALSO want globally
 * available should live here.
 */
.user-invite-card {
  background-color: #222422;
  border: 1px solid #464f46;
  border-radius: 4px;
  max-width: 400px;
  padding: 20px;
  text-align: center; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Notification module that you ALSO want globally
 * available should live here.
 */
.-notification-icon {
  height: 1.5em;
  position: relative; }
  .-notification-icon.-has-notifs {
    color: rgba(0, 0, 0, 0.87); }
    .-notification-icon.-has-notifs .-count {
      visibility: visible; }
  .-notification-icon .-count {
    color: #fff;
    background-color: #e40615;
    position: absolute;
    top: -6px;
    right: 0px;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 0.7rem;
    line-height: 1;
    font-weight: 700;
    visibility: hidden; }
  .-notification-icon:hover {
    cursor: pointer; }
    .-notification-icon:hover i {
      color: rgba(8, 8, 8, 0.87); }
  .-notification-icon 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;
    padding: 0 0.5em;
    text-align: center;
    width: 2.5em; }

.-notification-menu {
  position: absolute;
  z-index: 1000;
  top: 40px;
  right: -20px;
  width: 320px;
  background-color: #222422;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 10px; }
  .-notification-menu .-header {
    color: #dedede;
    border-bottom: 1px solid #464f46;
    padding-bottom: 8px; }
  .-notification-menu .-body {
    max-height: 320px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    scrollbar-color: #4c504c #222422; }
  .-notification-menu .-notification {
    border-bottom: 1px solid #464f46;
    padding: 10px 0; }
    .-notification-menu .-notification.-unread {
      font-weight: bold; }
    .-notification-menu .-notification .-notif-text {
      text-align: left;
      white-space: normal;
      color: rgba(26, 26, 26, 0.87);
      width: 100%;
      display: block; }
    .-notification-menu .-notification small {
      color: #dedede; }
    .-notification-menu .-notification a {
      text-align: left;
      line-height: 1.5;
      white-space: normal !important; }
    .-notification-menu .-notification .action-link {
      color: #00AAC7; }
  .-notification-menu .-empty {
    text-align: left;
    padding: 20px 0; }
  .-notification-menu button.yt-btn.link {
    color: #13b213; }
    .-notification-menu button.yt-btn.link:hover {
      color: #12d312; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Business module that you ALSO want globally
 * available should live here.
 */
.biz-onboarding-summary {
  max-width: 680px;
  margin-bottom: 100px; }
  .biz-onboarding-summary p em a {
    color: #13b213; }
    .biz-onboarding-summary p em a:hover {
      color: #12d312; }
  .biz-onboarding-summary button:not([class*="link"]).yt-btn, .biz-onboarding-summary a:not([class*="link"]).yt-btn {
    color: #1b1d1b;
    background-color: #13b213; }
    .biz-onboarding-summary button:not([class*="link"]).yt-btn:hover, .biz-onboarding-summary a:not([class*="link"]).yt-btn:hover {
      color: #1b1d1b;
      background-color: #12d312; }
  .biz-onboarding-summary .-summary-card {
    background-color: #222422;
    border: 1px solid #464f46;
    border-radius: 4px;
    padding: 8px;
    margin-top: 20px;
    font-size: 0.875rem;
    font-size: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .biz-onboarding-summary .-summary-card.-error {
      border-color: #99040E; }
    .biz-onboarding-summary .-summary-card .-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .biz-onboarding-summary .-summary-card .-content h4 {
        color: #dedede; }
      .biz-onboarding-summary .-summary-card .-content p {
        color: #dedede; }
      .biz-onboarding-summary .-summary-card .-content hr {
        border-color: #dedede; }
      .biz-onboarding-summary .-summary-card .-content button.yt-btn {
        color: #1b1d1b;
        background-color: #13b213; }
        .biz-onboarding-summary .-summary-card .-content button.yt-btn:hover {
          color: #1b1d1b;
          background-color: #12d312; }
      .biz-onboarding-summary .-summary-card .-content .-title {
        color: #dedede; }
      .biz-onboarding-summary .-summary-card .-content .display {
        color: #dedede; }
      .biz-onboarding-summary .-summary-card .-content .warning {
        color: #fcad00; }
    .biz-onboarding-summary .-summary-card .-edit {
      -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%; }
      .biz-onboarding-summary .-summary-card .-edit button.yt-btn {
        color: #1b1d1b;
        background-color: #13b213; }
        .biz-onboarding-summary .-summary-card .-edit button.yt-btn:hover {
          color: #1b1d1b;
          background-color: #12d312; }
    .biz-onboarding-summary .-summary-card p {
      font-size: 0.875rem;
      font-size: 1.5; }
    .biz-onboarding-summary .-summary-card .-title {
      font-size: 1rem;
      font-weight: 600; }
  .biz-onboarding-summary .-beneficial-owner {
    border: 1px solid #464f46;
    border-radius: 2px;
    padding: 4px; }
    .biz-onboarding-summary .-beneficial-owner .-name {
      font-size: 1rem;
      color: #dedede; }
    .biz-onboarding-summary .-beneficial-owner .-info span.warning {
      color: #fcad00; }

.connected-bank-accounts {
  position: relative;
  max-width: 600px; }
  .connected-bank-accounts .-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    border-top: 1px solid #464f46; }
    .connected-bank-accounts .-account.-inactive {
      color: rgba(0, 0, 0, 0.24); }
  .connected-bank-accounts .-default {
    -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;
    color: #dedede; }
  .connected-bank-accounts .-status {
    color: #dedede; }
  .connected-bank-accounts .-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .connected-bank-accounts .-info .-entity {
      width: 100%;
      color: #dedede; }
    .connected-bank-accounts .-info .-type {
      color: #dedede; }
    .connected-bank-accounts .-info .-ending-in {
      color: #129a12; }
  .connected-bank-accounts .-actions {
    -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;
    text-align: right; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Account Info module that you ALSO want globally
 * available should live here.
 */
.activate-account-widget {
  border-radius: 3px;
  border: 1px solid #464f46;
  padding: 6px; }
  .activate-account-widget .-title {
    font-weight: 600;
    color: #dedede; }
  .activate-account-widget div p {
    color: #dedede; }
  .activate-account-widget .fa-check-circle {
    color: #dedede;
    margin-top: 1.5rem; }
  .activate-account-widget .fa-arrow-circle-right {
    color: #dedede;
    padding-right: 25px; }
  .activate-account-widget .tooltip {
    background-color: #4c504c; }

.select-account {
  min-height: 3em;
  padding: 5px;
  -webkit-transition: box-shadow 250ms ease-in-out;
  -moz-transition: box-shadow 250ms ease-in-out;
  -ms-transition: box-shadow 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out;
  color: #dedede; }
  .select-account .-info {
    font-size: 0.875rem;
    font-size: 1.5;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #dedede; }
  .select-account .-icon {
    margin-right: 20px;
    margin-top: auto;
    margin-bottom: auto; }
  .select-account .-title {
    font-size: 1.35rem;
    margin-top: 10px;
    color: #dedede;
    -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; }
    @media only screen and (min-width: 640px) {
      .select-account .-title {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1600px) {
      .select-account .-title {
        font-size: 1.6rem; } }
  .select-account .-items {
    font-style: italic;
    color: rgba(0, 0, 0, 0.35); }
  .select-account .-date {
    font-size: 0.875rem;
    font-size: 1.5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 10px 0; }
    .select-account .-date .-icon {
      border: 1px solid rgba(0, 0, 0, 0.87);
      height: 40px;
      width: 40px;
      margin-right: 10px; }
  .select-account .-arrow {
    width: 40px;
    color: rgba(0, 0, 0, 0.87);
    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; }
    .select-account .-arrow .-i {
      margin-left: 0;
      opacity: 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; }
  .select-account:hover {
    cursor: pointer;
    background-color: #464f46; }
    .select-account:hover .-arrow .-i {
      opacity: 1;
      margin-left: 20px; }

.sidebar ul li a.active, .sidebar ul li .-action-link.active {
  border-color: #0053A5;
  background-color: #00AAC7;
  color: #000000; }

.sidebar {
  background-color: #02376B;
  font-weight: 500; }

.sidebar ul li a, .sidebar ul li .-action-link {
  color: #FFF4E9; }

.sidebar ul li a:hover, .sidebar ul li .-action-link:hover {
  background-color: #00003F;
  color: #FFF4E9; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Sov Term module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Audit Log module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Affiliate Code module that you ALSO want globally
 * available should live here.
 */
/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Inspection module that you ALSO want globally
 * available should live here.
 */
.inspector-sov-container .-inspection-item-list-item {
  margin: .5em 0;
  padding: .5em;
  background-color: #FFF4E9;
  overflow: hidden; }
  .inspector-sov-container .-inspection-item-list-item.-inspector-updated {
    background-color: #A1E8AF; }
  .inspector-sov-container .-inspection-item-list-item:hover {
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); }
  .inspector-sov-container .-inspection-item-list-item .-inspection-item-note {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.-inspection-list {
  max-width: 620px; }
  .-inspection-list .-inspection-list-item {
    font-size: 0.875rem;
    font-size: 1.5;
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
    padding: 8px;
    border: 1px solid #464f46;
    border-radius: 4px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .-inspection-list .-inspection-list-item .-status-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; }
    .-inspection-list .-inspection-list-item .-info {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .-inspection-list .-inspection-list-item .-arrow {
      -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;
      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;
      opacity: 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; }
    .-inspection-list .-inspection-list-item:hover {
      -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); }
      .-inspection-list .-inspection-list-item:hover .-arrow {
        margin-left: 4px;
        opacity: 1; }

/**
 * Uses SASS compiled to global stylesheet, yote.css
 * Any styles specific to the Inspection Item module that you ALSO want globally
 * available should live here.
 */
.-inspection-item-info {
  border: 1px solid #464f46;
  padding: 4px;
  border-radius: 4px;
  margin-bottom: 4px; }

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