@charset "UTF-8";
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*****
 * ___  ____ ____ ____    ____ ___ _   _ _    ____ ____
 * |__] |__| [__  |___    [__   |   \_/  |    |___ [__
 * |__] |  | ___] |___    ___]  |    |   |___ |___ ___]
 *
 *****/
/* Web Fonts @import */
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,300italic,400italic,600italic,700italic";
/* CONFIGURATION FOR INUIT.CSS */
/* - components */
/* - base */
/* - responsive */
/* - font sizes */
/* - quotes */
/* - brand */
/* - framework */
/* color palette */
/* color abstractions */
/* box model decoration */
/* spacing units */
/* structural color */
/* island */
/* basic typography */
/* form elements */
/* basic button styling */
/* responsive breakpoints */
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/jszip-2.5.0/pdfmake-0.1.36/dt-1.10.18/b-1.5.6/b-colvis-1.5.6/b-flash-1.5.6/b-html5-1.5.6/b-print-1.5.6
 *
 * Included libraries:
 *   JSZip 2.5.0, pdfmake 0.1.36, DataTables 1.10.18, Buttons 1.5.6, Column visibility 1.5.6, Flash export 1.5.6, HTML5 export 1.5.6, Print view 1.5.6
 */
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("datatables/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("datatables/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("datatables/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("datatables/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("datatables/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

div.dt-button-info > div {
  padding: 1em;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

button.dt-button,
div.dt-button,
a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="white", EndColorStr="#e9e9e9");
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}

button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#ffffff", EndColorStr="#f9f9f9");
}

button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f3f3f3", EndColorStr="#e2e2e2");
  box-shadow: inset 1px 1px 3px #999999;
}

button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#eaeaea", EndColorStr="#cccccc");
}

button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f9f9f9", EndColorStr="#e0e0e0");
}

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#bddef4", EndColorStr="#79ace9");
}

.dt-button embed {
  outline: none;
}

div.dt-buttons {
  position: relative;
  float: left;
}

div.dt-buttons.buttons-right {
  float: right;
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}

div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f0f0f0", EndColorStr="#dadada");
  box-shadow: inset 1px 1px 3px #666;
}

div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}

div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10 Consumer Preview */
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Firefox */
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera */
  background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}

button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker > div {
  display: none;
}

.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/**
 * Generic utility styles etc.
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $MIXINS
\*------------------------------------ */
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 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 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

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

/*
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let’s make the box model all nice, shall we...?
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none;
}

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic;
}

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}

/* ------------------------------------*\
    $CLEARFIX
\*------------------------------------ */
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf::after, .no-flexbox .test-field-wrap::after, .switcher::after, .sample-test-header::after, .abs-modal::after, .menu-linked::after, .island-stylized > .island-inner::after, .form-fields-modular::after, .no-flexbox .flex-wrap::after, .no-js .flex-wrap::after, .l-framing-wrap::after, .matrix::after, .multi-list::after, .island::after,
.islet::after, .media::after, .company-hcard::after, .alert::after, .nav::after, .tiered-list::after,
.tiered-list-lvltwo::after,
.tiered-list-lvlthree::after, .menu::after, .form-fields-tabular::after {
  content: "";
  display: table;
  clear: both;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $SHARED
\*------------------------------------ */
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.form-fields-modular > li,
.media,
.island,
.islet {
  margin-bottom: 21px;
  margin-bottom: 1.4rem;
}
.islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup,
.islet ul, .islet ol, .islet dl,
.islet blockquote, .islet p, .islet address,
.islet table,
.islet fieldset, .islet figure,
.islet pre,
.islet .form-fields > li,
.islet .form-fields-modular > li,
.islet .media,
.islet .island,
.islet .islet {
  margin-bottom: 10.5px;
  margin-bottom: 0.7rem;
}

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 42px;
  margin-bottom: 2.8rem;
}

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 19px;
  margin-bottom: 1.2666666667rem;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 42px;
  margin-left: 2.8rem;
}

/**
 * Base styles; unclassed HTML elements etc.
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $MAIN
\*------------------------------------ */
html {
  font: 0.9375em/1.4 "Source Sans Pro", sans-serif;
  overflow-y: scroll;
  min-height: 100%;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/* ------------------------------------*\
    $HEADINGS
\*------------------------------------ */
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .alpha {
  font-size: 2.4rem;
  line-height: 1.1666666667;
}

h2, .beta {
  font-size: 2rem;
  line-height: 1.4;
}

h3, .gamma {
  font-size: 1.6rem;
  line-height: 1.75;
}

h4, .delta {
  font-size: 1.3333333333rem;
  line-height: 1.05;
}

h5, .epsilon {
  font-size: 1.0666666667rem;
  line-height: 1.3125;
}

h6, .zeta {
  font-size: 0.9333333333rem;
  line-height: 1.5;
}

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>inuit.css</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
hgroup .hN {
  margin-bottom: 0;
}

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 6.4rem;
  line-height: 1.09375;
}

.mega {
  font-size: 4.8rem;
  line-height: 1.1666666667;
}

.kilo {
  font-size: 3.2rem;
  line-height: 1.3125;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/* ------------------------------------*\
    $PARAGRAPHS
\*------------------------------------ */
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
.lede,
.lead {
  font-size: 1.125rem;
  line-height: 1.2444444444;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/* ------------------------------------*\
    $SMALLPRINT
\*------------------------------------ */
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallprint,
.milli {
  font-size: 0.8rem;
  line-height: 1.75;
}

.micro {
  font-size: 0.6666666667rem;
  line-height: 2.1;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $QUOTES
\*------------------------------------ */
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
q {
  quotes: "‘" "’" "“" "”";
}
q::before {
  content: "‘";
  content: open-quote;
}
q::after {
  content: "’";
  content: close-quote;
}
q q::before {
  content: "“";
  content: open-quote;
}
q q::after {
  content: "”";
  content: close-quote;
}

blockquote {
  quotes: "“" "”";
}
blockquote p::before {
  content: "“";
  content: open-quote;
}
blockquote p::after {
  content: "";
  content: no-close-quote;
}
blockquote p:last-of-type::after {
  content: "”";
  content: close-quote;
}
blockquote q::before {
  content: "‘";
  content: open-quote;
}
blockquote q::after {
  content: "’";
  content: close-quote;
}

/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
blockquote {
  /**
   * .4em is roughly equal to the width of the opening “ that we wish to hang.
   */
  text-indent: -0.41em;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

.source {
  display: block;
  text-indent: 0;
}
.source::before {
  content: "—";
}

/* ------------------------------------*\
    $CODE
\*------------------------------------ */
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto;
}

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit;
}

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
   * Override this setting in your theme stylesheet
   */
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code don’t wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
.line-numbers {
  font-family: monospace, serif; /* [1] */
  list-style: decimal-leading-zero inside; /* [2] */
  white-space: nowrap; /* [3] */
  overflow: auto; /* [3] */
  margin-left: 0;
}

.line-numbers code {
  white-space: pre; /* [4] */
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $IMAGES
\*------------------------------------ */
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%;
}

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width],
img[height] {
  max-width: none;
}

/**
 * Rounded images.
 */
.img--round {
  border-radius: 4px;
}

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 21px;
  margin-left: 21px;
}

.img--left {
  float: left;
  margin-right: 21px;
  margin-bottom: 21px;
}

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
}

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 105px;
}

.img--medium {
  height: 210px;
}

.img--tall {
  height: 315px;
}

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block;
}

/* ------------------------------------*\
    $LISTS
\*------------------------------------ */
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/* ul */
.numbered-list {
  list-style-type: decimal;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $TABLES
\*------------------------------------ */
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%;
}

th,
td {
  padding: 5.25px;
  text-align: left;
}
@media screen and (width >= 480px) {
  th,
  td {
    padding: 10.5px;
  }
}

/**
 * Cell alignments
 */
[colspan] {
  text-align: center;
}

[colspan="1"] {
  text-align: left;
}

[rowspan] {
  vertical-align: middle;
}

[rowspan="1"] {
  vertical-align: top;
}

.numerical {
  text-align: right;
}

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%;
}

.t10 {
  width: 10%;
}

.t12 {
  width: 12.5%;
}

/* 1/8 */
.t15 {
  width: 15%;
}

.t20 {
  width: 20%;
}

.t25 {
  width: 25%;
}

/* 1/4 */
.t30 {
  width: 30%;
}

.t33 {
  width: 33.333%;
}

/* 1/3 */
.t35 {
  width: 35%;
}

.t37 {
  width: 37.5%;
}

/* 3/8 */
.t40 {
  width: 40%;
}

.t45 {
  width: 45%;
}

.t50 {
  width: 50%;
}

/* 1/2 */
.t55 {
  width: 55%;
}

.t60 {
  width: 60%;
}

.t62 {
  width: 62.5%;
}

/* 5/8 */
.t65 {
  width: 65%;
}

.t66 {
  width: 66.666%;
}

/* 2/3 */
.t70 {
  width: 70%;
}

.t75 {
  width: 75%;
}

/* 3/4 */
.t80 {
  width: 80%;
}

.t85 {
  width: 85%;
}

.t87 {
  width: 87.5%;
}

/* 7/8 */
.t90 {
  width: 90%;
}

.t95 {
  width: 95%;
}

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #ccc;
}
.table--bordered th:empty,
.table--bordered td:empty {
  border: none;
}
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px;
}
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px;
}

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc; /* Override this color in your theme stylesheet */
}

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $FORMS
\*------------------------------------ */
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 21px;
}

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
.text-input,
textarea {
  /**
   * Style these via your theme stylesheet.
   */
}

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields, .form-fields-modular {
  list-style: none;
  margin: 0;
}
.form-fields > li:last-child, .form-fields-modular > li:last-child {
  margin-bottom: 0;
}

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
label,
.label {
  display: block;
}

/**
 * Extra help text in `label`s, e.g.:
 *
   <label>Card number <small class=additional>No spaces</small></label>
 *
 */
.additional {
  display: block;
  font-weight: normal;
}

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list {
  list-style: none;
  margin: 0;
}

/*
 * Labels in check-lists
 */
.check-label,
.check-list label,
.check-list .label {
  display: inline-block;
}

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
.spoken-form label {
  display: inline-block;
  font: inherit;
}

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it won’t interfere with anything once
 * it reappears.
 *
 */
/* small */
.extra-help {
  display: inline-block;
  visibility: hidden;
}

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible;
}

/**
 * Objects and abstractions
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/* ------------------------------------*\
    $GRIDS
\*------------------------------------ */
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
.grid {
  margin-left: -21px;
  list-style: none;
  margin-bottom: 0;
}

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
.grid > .grid {
  margin-left: 0;
}

/**
 * Grid
 */
.grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 21px;
  vertical-align: top;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $NAV
\*------------------------------------ */
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.nav, .tiered-list,
.tiered-list-lvltwo,
.tiered-list-lvlthree, .menu, .form-fields-tabular {
  list-style: none;
  margin-left: 0;
}
.nav > li, .tiered-list > li,
.tiered-list-lvltwo > li,
.tiered-list-lvlthree > li, .menu > li, .form-fields-tabular > li,
.nav > li > a,
.tiered-list > li > a,
.tiered-list-lvltwo > li > a,
.tiered-list-lvlthree > li > a,
.menu > li > a,
.form-fields-tabular > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li, .tiered-list > li,
.tiered-list-lvltwo > li,
.tiered-list-lvlthree > li, .menu-stacked > li {
  display: list-item;
}
.nav--stacked > li > a, .tiered-list > li > a,
.tiered-list-lvltwo > li > a,
.tiered-list-lvlthree > li > a, .menu-stacked > li > a {
  display: block;
}

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center;
}

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--block {
  line-height: 1;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}
.nav--block > li > a {
  padding: 10.5px;
}

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit, .tiered-list-menu, .form-fields-tabular {
  display: table;
  width: 100%;
}
.nav--fit > li, .tiered-list-menu > li, .form-fields-tabular > li {
  display: table-cell;
}
.nav--fit > li > a, .tiered-list-menu > li > a, .form-fields-tabular > li > a {
  display: block;
}

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li::after {
  content: "," " ";
}
.nav--keywords > li:last-child::after {
  display: none;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $BREADCRUMB
\*------------------------------------ */
/**
 * Simple breadcrumb styling to apply to (ordered) lists. Extends `.nav`, e.g.:
 *
   <ol class="nav  breadcrumb">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>The Board</a></li>
       <li class=current><a href=#>Directors</a></li>
   </ol>
 *
 * Demo: jsfiddle.net/inuitcss/rkAY9
 *
 */
.breadcrumb > li + li::before {
  content: "»" " ";
}

/**
 * For denoting a path-like structure, GitHub style, e.g.:
 *
   <ol class="nav  breadcrumb--path">
       <li class=breadcrumb__root><a href=#>inuit.css</a></li>
       <li><a href=#>inuit.css</a></li>
       <li><a href=#>partials</a></li>
       <li class=current><a href=#>objects</a></li>
   </ol>
 *
 */
.breadcrumb--path > li + li::before {
  content: "/" " ";
}

/**
 * Assign a delimiter on the fly through a data attribute, e.g.:
 *
   <ol class="nav  breadcrumb">
       <li><a href=#>Home</a></li>
       <li data-breadcrumb="|"><a href=#>About</a></li>
       <li data-breadcrumb="|"><a href=#>The Board</a></li>
       <li data-breadcrumb="|" class=current><a href=#>Directors</a></li>
   </ol>
 *
 */
.breadcrumb > li + li[data-breadcrumb]::before {
  content: attr(data-breadcrumb) " ";
}

/**
 * Denote the root of the tree.
 */
.breadcrumb__root {
  font-weight: bold;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $MEDIA
\*------------------------------------ */
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 *
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 *
 */
.media, .company-hcard, .alert {
  display: block;
}

.media__img, .company-hcard-logo, .alert .alert-icon {
  float: left;
  margin-right: 21px;
}

/**
 * Reversed image location (right instead of left).
 */
.media__img--rev {
  float: right;
  margin-left: 21px;
}

.media__img img, .company-hcard-logo img, .alert .alert-icon img,
.media__img--rev img {
  display: block;
}

.media__body, .company-hcard-data, .alert .alert-message {
  overflow: hidden;
}

.media__body, .company-hcard-data, .alert .alert-message,
.media__body > :last-child,
.company-hcard-data > :last-child,
.alert .alert-message > :last-child {
  margin-bottom: 0;
}

/**
 * `.img`s in `.islet`s need an appropriately sized margin.
 */
.islet .media__img, .islet .company-hcard-logo, .islet .alert .alert-icon, .alert .islet .alert-icon {
  margin-right: 10.5px;
}

.islet .media__img--rev {
  margin-left: 10.5px;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $ISLAND
\*------------------------------------ */
/**
 * Simple, boxed off content, as per: csswizardry.com/2011/10/the-island-object
 * E.g.:
 *
   <div class=island>
       I am boxed off.
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/u8pV3
 *
 */
.island,
.islet {
  display: block;
}

.island {
  padding: 21px;
}

.island > :last-child,
.islet > :last-child {
  margin-bottom: 0;
}

/**
 * Just like `.island`, only smaller.
 */
.islet {
  padding: 10.5px;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $BLOCK-LIST
\*------------------------------------ */
/**
 * Create big blocky lists of content, e.g.:
 *
   <ul class=block-list>
      <li>Foo</li>
      <li>Bar</li>
      <li>Baz</li>
      <li><a href=# class=block-list__link>Foo Bar Baz</a></li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/hR57q
 *
 */
.block-list, .matrix,
.block-list > li,
.matrix > li {
  border: 0 solid #ccc;
}

.block-list, .matrix {
  list-style: none;
  margin-left: 0;
  border-top-width: 1px;
}
.block-list > li, .matrix > li {
  border-bottom-width: 1px;
  padding: 10.5px;
}

.block-list__link, .matrix__link {
  display: block;
  padding: 10.5px;
  margin: -10.5px;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/* ------------------------------------*\
    $MATRIX
\*------------------------------------ */
/**
 * Create a grid of items out of a single list, e.g.:
 *
   <ul class="matrix  three-cols">
       <li class=all-cols>Lorem</li>
       <li>Ipsum <a href=#>dolor</a></li>
       <li><a href=# class=matrix__link>Sit</a></li>
       <li>Amet</li>
       <li class=all-cols>Consectetuer</li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 *
 */
.matrix {
  border-left-width: 1px;
}
.matrix > li {
  float: left;
  border-right-width: 1px;
}

/**
 * The `.multi-list` object is a lot like the `.matrix` object only without the
 * blocky borders and padding.
 *
   <ul class="multi-list  four-cols">
       <li>Lorem</li>
       <li>Ipsum</li>
       <li>Dolor</li>
       <li>Sit</li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 *
 */
.multi-list {
  list-style: none;
  margin-left: 0;
}

.multi-list > li {
  float: left;
}

/**
 * Apply these classes alongside the `.matrix` or `.multi-list` classes on
 * lists to determine how wide their columns are.
 */
.two-cols > li {
  width: 50%;
}

.three-cols > li {
  width: 33.333%;
}

.four-cols > li {
  width: 25%;
}

.five-cols > li {
  width: 20%;
}

/**
 * Unfortunately we have to qualify this selector in order to bring its
 * specificity above the `.[number]-cols > li` selectors above.
 */
.matrix > .all-cols,
.multi-list > .all-cols {
  width: 100%;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $SPLIT
\*------------------------------------ */
/**
 * Simple split item for creating two elements floated away from one another,
 * e.g.:
 *
   <dl class=split>
       <dt class=split__title>Burger and fries</dt>
       <dd>&pound;5.99</dd>
       <dt class=split__title>Fillet steak</dt>
       <dd>&pound;19.99</dd>
       <dt class=split__title>Ice cream</dt>
       <dd>&pound;2.99</dd>
   </dl>
 *
   <ol class="split  results">
       <li class=first><b class=split__title>1st place</b> Bob</li>
       <li class=second><b class=split__title>2nd place</b> Lilly</li>
       <li class=third><b class=split__title>3rd place</b> Ted</li>
   </ol>​
 *
 * Demo: jsfiddle.net/inuitcss/9gZW7
 *
 */
.split {
  text-align: right;
  list-style: none;
  margin-left: 0;
}

.split__title {
  text-align: left;
  float: left;
  clear: left;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $LINK-COMPLEX
\*------------------------------------ */
/**
 * As inspired by @necolas:
 * github.com/necolas/suit-utils/blob/master/link.css#L18
 *
 * Add hover behaviour to only selected items within links, e.g.:
 *
   <a href=log-in class=link-complex>
       <i class="s  s--user"></i>
       <span class=link-complex__target>Log in</span>
   </a>
 *
 * Demo: jsfiddle.net/inuitcss/rt9M3
 *
 */
.link-complex, .icon.icon-link,
.link-complex:hover,
.link-complex:active,
.link-complex:focus {
  text-decoration: none;
}

.link-complex:hover .link-complex__target, .icon.icon-link:hover .link-complex__target, .link-complex:hover .icon.icon-link .icon-text, .icon.icon-link .link-complex:hover .icon-text, .icon.icon-link:hover .icon-text,
.link-complex:active .link-complex__target,
.icon.icon-link:active .link-complex__target,
.link-complex:active .icon.icon-link .icon-text,
.icon.icon-link .link-complex:active .icon-text,
.icon.icon-link:active .icon-text,
.link-complex:focus .link-complex__target,
.icon.icon-link:focus .link-complex__target,
.link-complex:focus .icon.icon-link .icon-text,
.icon.icon-link .link-complex:focus .icon-text,
.icon.icon-link:focus .icon-text {
  text-decoration: underline;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/**
 * Style trumps; helper and brand classes
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/* ------------------------------------*\
    $WIDTHS
\*------------------------------------ */
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
* Whole
*/
.one-whole {
  width: 100%;
}

/**
* Halves
*/
.one-half, .six-twelfths, .five-tenths, .four-eighths, .three-sixths, .two-quarters {
  width: 50%;
}

/**
* Thirds
*/
.one-third, .four-twelfths, .two-sixths {
  width: 33.333%;
}

.two-thirds, .eight-twelfths, .four-sixths {
  width: 66.666%;
}

/**
* Quarters
*/
.one-quarter, .three-twelfths, .two-eighths {
  width: 25%;
}

.three-quarters, .nine-twelfths, .six-eighths {
  width: 75%;
}

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
* Eighths
*/
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
* Tenths
*/
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
* Twelfths
*/
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * If you have set `$responsive` to ‘true’ in `_vars.scss` then you now have
 * access to these classes. You can define at which breakpoint you’d like an
 * element to be a certain size, e.g.:
 *
 * `<div class="g  one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
@media only screen and (max-width: 480px) {
  /**
  * Whole
  */
  .palm-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .palm-one-half, .palm-six-twelfths, .palm-five-tenths, .palm-four-eighths, .palm-three-sixths, .palm-two-quarters {
    width: 50%;
  }
  /**
  * Thirds
  */
  .palm-one-third, .palm-four-twelfths, .palm-two-sixths {
    width: 33.333%;
  }
  .palm-two-thirds, .palm-eight-twelfths, .palm-four-sixths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .palm-one-quarter, .palm-three-twelfths, .palm-two-eighths {
    width: 25%;
  }
  .palm-three-quarters, .palm-nine-twelfths, .palm-six-eighths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .palm-one-fifth, .palm-two-tenths {
    width: 20%;
  }
  .palm-two-fifths, .palm-four-tenths {
    width: 40%;
  }
  .palm-three-fifths, .palm-six-tenths {
    width: 60%;
  }
  .palm-four-fifths, .palm-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%;
  }
  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .palm-one-eighth {
    width: 12.5%;
  }
  .palm-three-eighths {
    width: 37.5%;
  }
  .palm-five-eighths {
    width: 62.5%;
  }
  .palm-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .palm-one-tenth {
    width: 10%;
  }
  .palm-three-tenths {
    width: 30%;
  }
  .palm-seven-tenths {
    width: 70%;
  }
  .palm-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .palm-one-twelfth {
    width: 8.333%;
  }
  .palm-five-twelfths {
    width: 41.666%;
  }
  .palm-seven-twelfths {
    width: 58.333%;
  }
  .palm-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /**
  * Whole
  */
  .lap-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .lap-one-half, .lap-six-twelfths, .lap-five-tenths, .lap-four-eighths, .lap-three-sixths, .lap-two-quarters {
    width: 50%;
  }
  /**
  * Thirds
  */
  .lap-one-third, .lap-four-twelfths, .lap-two-sixths {
    width: 33.333%;
  }
  .lap-two-thirds, .lap-eight-twelfths, .lap-four-sixths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .lap-one-quarter, .lap-three-twelfths, .lap-two-eighths {
    width: 25%;
  }
  .lap-three-quarters, .lap-nine-twelfths, .lap-six-eighths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .lap-one-fifth, .lap-two-tenths {
    width: 20%;
  }
  .lap-two-fifths, .lap-four-tenths {
    width: 40%;
  }
  .lap-three-fifths, .lap-six-tenths {
    width: 60%;
  }
  .lap-four-fifths, .lap-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%;
  }
  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .lap-one-eighth {
    width: 12.5%;
  }
  .lap-three-eighths {
    width: 37.5%;
  }
  .lap-five-eighths {
    width: 62.5%;
  }
  .lap-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .lap-one-tenth {
    width: 10%;
  }
  .lap-three-tenths {
    width: 30%;
  }
  .lap-seven-tenths {
    width: 70%;
  }
  .lap-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .lap-one-twelfth {
    width: 8.333%;
  }
  .lap-five-twelfths {
    width: 41.666%;
  }
  .lap-seven-twelfths {
    width: 58.333%;
  }
  .lap-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 481px) {
  /**
  * Whole
  */
  .lap-and-up-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .lap-and-up-one-half, .lap-and-up-six-twelfths, .lap-and-up-five-tenths, .lap-and-up-four-eighths, .lap-and-up-three-sixths, .lap-and-up-two-quarters {
    width: 50%;
  }
  /**
  * Thirds
  */
  .lap-and-up-one-third, .lap-and-up-four-twelfths, .lap-and-up-two-sixths {
    width: 33.333%;
  }
  .lap-and-up-two-thirds, .lap-and-up-eight-twelfths, .lap-and-up-four-sixths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .lap-and-up-one-quarter, .lap-and-up-three-twelfths, .lap-and-up-two-eighths {
    width: 25%;
  }
  .lap-and-up-three-quarters, .lap-and-up-nine-twelfths, .lap-and-up-six-eighths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 20%;
  }
  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%;
  }
  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%;
  }
  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%;
  }
  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .lap-and-up-one-eighth {
    width: 12.5%;
  }
  .lap-and-up-three-eighths {
    width: 37.5%;
  }
  .lap-and-up-five-eighths {
    width: 62.5%;
  }
  .lap-and-up-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .lap-and-up-one-tenth {
    width: 10%;
  }
  .lap-and-up-three-tenths {
    width: 30%;
  }
  .lap-and-up-seven-tenths {
    width: 70%;
  }
  .lap-and-up-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .lap-and-up-one-twelfth {
    width: 8.333%;
  }
  .lap-and-up-five-twelfths {
    width: 41.666%;
  }
  .lap-and-up-seven-twelfths {
    width: 58.333%;
  }
  .lap-and-up-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (max-width: 1023px) {
  /**
  * Whole
  */
  .portable-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .portable-one-half, .portable-six-twelfths, .portable-five-tenths, .portable-four-eighths, .portable-three-sixths, .portable-two-quarters {
    width: 50%;
  }
  /**
  * Thirds
  */
  .portable-one-third, .portable-four-twelfths, .portable-two-sixths {
    width: 33.333%;
  }
  .portable-two-thirds, .portable-eight-twelfths, .portable-four-sixths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .portable-one-quarter, .portable-three-twelfths, .portable-two-eighths {
    width: 25%;
  }
  .portable-three-quarters, .portable-nine-twelfths, .portable-six-eighths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .portable-one-fifth, .portable-two-tenths {
    width: 20%;
  }
  .portable-two-fifths, .portable-four-tenths {
    width: 40%;
  }
  .portable-three-fifths, .portable-six-tenths {
    width: 60%;
  }
  .portable-four-fifths, .portable-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%;
  }
  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .portable-one-eighth {
    width: 12.5%;
  }
  .portable-three-eighths {
    width: 37.5%;
  }
  .portable-five-eighths {
    width: 62.5%;
  }
  .portable-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .portable-one-tenth {
    width: 10%;
  }
  .portable-three-tenths {
    width: 30%;
  }
  .portable-seven-tenths {
    width: 70%;
  }
  .portable-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .portable-one-twelfth {
    width: 8.333%;
  }
  .portable-five-twelfths {
    width: 41.666%;
  }
  .portable-seven-twelfths {
    width: 58.333%;
  }
  .portable-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  /**
  * Whole
  */
  .desk-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .desk-one-half, .desk-six-twelfths, .desk-five-tenths, .desk-four-eighths, .desk-three-sixths, .desk-two-quarters {
    width: 50%;
  }
  /**
  * Thirds
  */
  .desk-one-third, .desk-four-twelfths, .desk-two-sixths {
    width: 33.333%;
  }
  .desk-two-thirds, .desk-eight-twelfths, .desk-four-sixths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .desk-one-quarter, .desk-three-twelfths, .desk-two-eighths {
    width: 25%;
  }
  .desk-three-quarters, .desk-nine-twelfths, .desk-six-eighths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .desk-one-fifth, .desk-two-tenths {
    width: 20%;
  }
  .desk-two-fifths, .desk-four-tenths {
    width: 40%;
  }
  .desk-three-fifths, .desk-six-tenths {
    width: 60%;
  }
  .desk-four-fifths, .desk-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%;
  }
  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .desk-one-eighth {
    width: 12.5%;
  }
  .desk-three-eighths {
    width: 37.5%;
  }
  .desk-five-eighths {
    width: 62.5%;
  }
  .desk-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .desk-one-tenth {
    width: 10%;
  }
  .desk-three-tenths {
    width: 30%;
  }
  .desk-seven-tenths {
    width: 70%;
  }
  .desk-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .desk-one-twelfth {
    width: 8.333%;
  }
  .desk-five-twelfths {
    width: 41.666%;
  }
  .desk-seven-twelfths {
    width: 58.333%;
  }
  .desk-eleven-twelfths {
    width: 91.666%;
  }
}
/**
 * If you have set the additional `$responsive-extra` variable to ‘true’ in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */
/* endif */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/* ------------------------------------*\
    $PUSH
\*------------------------------------ */
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/* ------------------------------------*\
    $PULL
\*------------------------------------ */
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $BRAND
\*------------------------------------ */
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: "Helvetica Neue", sans-serif !important;
  color: #4a8ec2 !important;
}

.brand-face {
  font-family: "Helvetica Neue", sans-serif !important;
}

.brand-color,
.brand-colour {
  color: #4a8ec2 !important;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/* ------------------------------------*\
    $HELPER
\*------------------------------------ */
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

.float--none {
  float: none !important;
}

/**
 * Text alignment
 */
.text--left {
  text-align: left !important;
}

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

.text--right {
  text-align: right !important;
}

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important;
}

.weight--normal {
  font-weight: 400 !important;
}

.weight--semibold {
  font-weight: 600 !important;
}

/**
 * Add/remove margins
 */
.push {
  margin: 21px !important;
}

.push--top {
  margin-top: 21px !important;
}

.push--right {
  margin-right: 21px !important;
}

.push--bottom {
  margin-bottom: 21px !important;
}

.push--left {
  margin-left: 21px !important;
}

.push--ends {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.push--sides {
  margin-right: 21px !important;
  margin-left: 21px !important;
}

.push-half {
  margin: 10.5px !important;
}

.push-half--top {
  margin-top: 10.5px !important;
}

.push-half--right {
  margin-right: 10.5px !important;
}

.push-half--bottom {
  margin-bottom: 10.5px !important;
}

.push-half--left {
  margin-left: 10.5px !important;
}

.push-half--ends {
  margin-top: 10.5px !important;
  margin-bottom: 10.5px !important;
}

.push-half--sides {
  margin-right: 10.5px !important;
  margin-left: 10.5px !important;
}

.flush {
  margin: 0 !important;
}

.flush--top {
  margin-top: 0 !important;
}

.flush--right {
  margin-right: 0 !important;
}

.flush--bottom {
  margin-bottom: 0 !important;
}

.flush--left {
  margin-left: 0 !important;
}

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/**
 * Add/remove paddings
 */
.soft {
  padding: 21px !important;
}

.soft--top {
  padding-top: 21px !important;
}

.soft--right {
  padding-right: 21px !important;
}

.soft--bottom {
  padding-bottom: 21px !important;
}

.soft--left {
  padding-left: 21px !important;
}

.soft--ends {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.soft--sides {
  padding-right: 21px !important;
  padding-left: 21px !important;
}

.soft-half {
  padding: 10.5px !important;
}

.soft-half--top {
  padding-top: 10.5px !important;
}

.soft-half--right {
  padding-right: 10.5px !important;
}

.soft-half--bottom {
  padding-bottom: 10.5px !important;
}

.soft-half--left {
  padding-left: 10.5px !important;
}

.soft-half--ends {
  padding-top: 10.5px !important;
  padding-bottom: 10.5px !important;
}

.soft-half--sides {
  padding-right: 10.5px !important;
  padding-left: 10.5px !important;
}

.hard {
  padding: 0 !important;
}

.hard--top {
  padding-top: 0 !important;
}

.hard--right {
  padding-right: 0 !important;
}

.hard--bottom {
  padding-bottom: 0 !important;
}

.hard--left {
  padding-left: 0 !important;
}

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -21px !important;
  margin-left: -21px !important;
}
.islet .full-bleed {
  margin-right: -10.5px !important;
  margin-left: -10.5px !important;
}

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important;
}

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important;
}

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go::after {
  content: " " "»" !important;
}

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important;
}

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media only screen and (max-width: 480px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 481px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* endif */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/* ------------------------------------*\
    $MIXINS
\*------------------------------------ */
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
html {
  color: #7e98a5;
  height: 100%;
  overflow-y: scroll;
}

body {
  font: 15px "Source Sans Pro", sans-serif;
  line-height: 21px;
  background-color: #3f515b;
  width: 100%;
}
body.has-overlay {
  position: fixed;
  overflow: hidden;
}

h1, .alpha {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 200;
  line-height: 1.1;
  color: #dce1e4;
}

h2, .beta, .island > .island-title {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  color: #dce1e4;
}

h3, .gamma, legend, .table-data caption, .table-worksheet caption, .island-inset > .island-title, .island-bordered > .island-title, .island-nested-inset > .island-title {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.1;
  text-transform: none;
  color: rgb(201.102739726, 211.9657534247, 217.397260274);
}
.abs-modal h3, .island-emboss > .island-inner h3, .island-dashboard > .island-inner h3, .island-inset > .island-inner h3, .island-nested-inset > .island-inner h3, .abs-modal .gamma, .abs-modal legend, .island-emboss > .island-inner .gamma, .island-dashboard > .island-inner .gamma, .island-emboss > .island-inner legend, .island-dashboard > .island-inner legend, .island-inset > .island-inner .gamma, .island-nested-inset > .island-inner .gamma, .island-inset > .island-inner legend, .island-nested-inset > .island-inner legend, .abs-modal .table-data caption, .table-data .abs-modal caption, .abs-modal .table-worksheet caption, .table-worksheet .abs-modal caption, .abs-modal .island-inset > .island-title, .abs-modal .island-bordered > .island-title, .abs-modal .island-nested-inset > .island-title, .island-emboss > .island-inner .table-data caption, .table-data .island-emboss > .island-inner caption, .island-dashboard > .island-inner .table-data caption, .table-data .island-dashboard > .island-inner caption, .island-emboss > .island-inner .table-worksheet caption, .table-worksheet .island-emboss > .island-inner caption, .island-dashboard > .island-inner .table-worksheet caption, .table-worksheet .island-dashboard > .island-inner caption, .island-emboss > .island-inner .island-inset > .island-title, .island-dashboard > .island-inner .island-inset > .island-title, .island-emboss > .island-inner .island-bordered > .island-title, .island-dashboard > .island-inner .island-bordered > .island-title, .island-emboss > .island-inner .island-nested-inset > .island-title, .island-dashboard > .island-inner .island-nested-inset > .island-title, .island-inset > .island-inner .table-data caption, .table-data .island-inset > .island-inner caption, .island-nested-inset > .island-inner .table-data caption, .table-data .island-nested-inset > .island-inner caption, .island-inset > .island-inner .table-worksheet caption, .table-worksheet .island-inset > .island-inner caption, .island-nested-inset > .island-inner .table-worksheet caption, .table-worksheet .island-nested-inset > .island-inner caption, .island-inset > .island-inner .island-inset > .island-title, .island-nested-inset > .island-inner .island-inset > .island-title, .island-inset > .island-inner .island-bordered > .island-title, .island-nested-inset > .island-inner .island-bordered > .island-title, .island-inset > .island-inner .island-nested-inset > .island-title, .island-nested-inset > .island-inner .island-nested-inset > .island-title {
  color: #3f515b;
}

h4, .delta, .table-inset caption, .island-stylized > .island-title {
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: 300;
  line-height: 1.1;
  text-transform: none;
  color: rgb(201.102739726, 211.9657534247, 217.397260274);
}
.abs-modal h4, .island-emboss > .island-inner h4, .island-dashboard > .island-inner h4, .island-inset > .island-inner h4, .island-nested-inset > .island-inner h4, .abs-modal .delta, .island-emboss > .island-inner .delta, .island-dashboard > .island-inner .delta, .island-inset > .island-inner .delta, .island-nested-inset > .island-inner .delta, .abs-modal .table-inset caption, .table-inset .abs-modal caption, .abs-modal .island-stylized > .island-title, .island-emboss > .island-inner .table-inset caption, .table-inset .island-emboss > .island-inner caption, .island-dashboard > .island-inner .table-inset caption, .table-inset .island-dashboard > .island-inner caption, .island-emboss > .island-inner .island-stylized > .island-title, .island-dashboard > .island-inner .island-stylized > .island-title, .island-inset > .island-inner .table-inset caption, .table-inset .island-inset > .island-inner caption, .island-nested-inset > .island-inner .table-inset caption, .table-inset .island-nested-inset > .island-inner caption, .island-inset > .island-inner .island-stylized > .island-title, .island-nested-inset > .island-inner .island-stylized > .island-title {
  color: #3f515b;
}

h5, .epsilon, .island-emboss > .island-title, .island-dashboard > .island-title, .foldup .foldup-header .foldup-title,
.foldup .foldup-header .foldup-subtitle, .company-hcard-data .fn {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 300;
  line-height: 1.1;
  text-transform: none;
  color: rgb(201.102739726, 211.9657534247, 217.397260274);
}
.abs-modal h5, .island-emboss > .island-inner h5, .island-dashboard > .island-inner h5, .island-inset > .island-inner h5, .island-nested-inset > .island-inner h5, .abs-modal .epsilon, .island-emboss > .island-inner .epsilon, .island-dashboard > .island-inner .epsilon, .island-inset > .island-inner .epsilon, .island-nested-inset > .island-inner .epsilon, .abs-modal .island-emboss > .island-title, .abs-modal .island-dashboard > .island-title, .abs-modal .foldup .foldup-header .foldup-title, .foldup .foldup-header .abs-modal .foldup-title,
.abs-modal .foldup .foldup-header .foldup-subtitle,
.foldup .foldup-header .abs-modal .foldup-subtitle, .abs-modal .company-hcard-data .fn, .company-hcard-data .abs-modal .fn, .island-emboss > .island-inner .island-emboss > .island-title, .island-dashboard > .island-inner .island-emboss > .island-title, .island-emboss > .island-inner .island-dashboard > .island-title, .island-dashboard > .island-inner .island-dashboard > .island-title, .island-emboss > .island-inner .foldup .foldup-header .foldup-title, .foldup .foldup-header .island-emboss > .island-inner .foldup-title, .island-dashboard > .island-inner .foldup .foldup-header .foldup-title, .foldup .foldup-header .island-dashboard > .island-inner .foldup-title,
.island-emboss > .island-inner .foldup .foldup-header .foldup-subtitle,
.foldup .foldup-header .island-emboss > .island-inner .foldup-subtitle,
.island-dashboard > .island-inner .foldup .foldup-header .foldup-subtitle,
.foldup .foldup-header .island-dashboard > .island-inner .foldup-subtitle, .island-emboss > .island-inner .company-hcard-data .fn, .company-hcard-data .island-emboss > .island-inner .fn, .island-dashboard > .island-inner .company-hcard-data .fn, .company-hcard-data .island-dashboard > .island-inner .fn, .island-inset > .island-inner .island-emboss > .island-title, .island-nested-inset > .island-inner .island-emboss > .island-title, .island-inset > .island-inner .island-dashboard > .island-title, .island-nested-inset > .island-inner .island-dashboard > .island-title, .island-inset > .island-inner .foldup .foldup-header .foldup-title, .foldup .foldup-header .island-inset > .island-inner .foldup-title, .island-nested-inset > .island-inner .foldup .foldup-header .foldup-title, .foldup .foldup-header .island-nested-inset > .island-inner .foldup-title,
.island-inset > .island-inner .foldup .foldup-header .foldup-subtitle,
.foldup .foldup-header .island-inset > .island-inner .foldup-subtitle,
.island-nested-inset > .island-inner .foldup .foldup-header .foldup-subtitle,
.foldup .foldup-header .island-nested-inset > .island-inner .foldup-subtitle, .island-inset > .island-inner .company-hcard-data .fn, .company-hcard-data .island-inset > .island-inner .fn, .island-nested-inset > .island-inner .company-hcard-data .fn, .company-hcard-data .island-nested-inset > .island-inner .fn {
  color: #3f515b;
}

h6, .zeta, .table-filter-controls__title, .island-modal > .island-title, .filter-left .filter-left-title, .foldup.foldup-card .foldup-title, .foldup.foldup-inset .foldup-title,
.foldup.foldup-inset .foldup-subtitle, .company-hcard-data .n, .company-hcard-data .adr {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: 300;
  line-height: 1.1;
  color: rgb(201.102739726, 211.9657534247, 217.397260274);
}
.abs-modal h6, .island-emboss > .island-inner h6, .island-dashboard > .island-inner h6, .island-inset > .island-inner h6, .island-nested-inset > .island-inner h6, .abs-modal .zeta, .abs-modal .table-filter-controls__title, .abs-modal .island-modal > .island-title, .abs-modal .filter-left .filter-left-title, .filter-left .abs-modal .filter-left-title, .island-emboss > .island-inner .zeta, .island-dashboard > .island-inner .zeta, .island-emboss > .island-inner .table-filter-controls__title, .island-dashboard > .island-inner .table-filter-controls__title, .island-emboss > .island-inner .island-modal > .island-title, .island-dashboard > .island-inner .island-modal > .island-title, .island-emboss > .island-inner .filter-left .filter-left-title, .filter-left .island-emboss > .island-inner .filter-left-title, .island-dashboard > .island-inner .filter-left .filter-left-title, .filter-left .island-dashboard > .island-inner .filter-left-title, .island-inset > .island-inner .zeta, .island-nested-inset > .island-inner .zeta, .island-inset > .island-inner .table-filter-controls__title, .island-nested-inset > .island-inner .table-filter-controls__title, .island-inset > .island-inner .island-modal > .island-title, .island-nested-inset > .island-inner .island-modal > .island-title, .island-inset > .island-inner .filter-left .filter-left-title, .filter-left .island-inset > .island-inner .filter-left-title, .island-nested-inset > .island-inner .filter-left .filter-left-title, .filter-left .island-nested-inset > .island-inner .filter-left-title, .abs-modal .foldup.foldup-card .foldup-title, .foldup.foldup-card .abs-modal .foldup-title, .abs-modal .foldup.foldup-inset .foldup-title, .foldup.foldup-inset .abs-modal .foldup-title,
.abs-modal .foldup.foldup-inset .foldup-subtitle,
.foldup.foldup-inset .abs-modal .foldup-subtitle, .abs-modal .company-hcard-data .n, .company-hcard-data .abs-modal .n, .abs-modal .company-hcard-data .adr, .company-hcard-data .abs-modal .adr, .island-emboss > .island-inner .foldup.foldup-card .foldup-title, .foldup.foldup-card .island-emboss > .island-inner .foldup-title, .island-dashboard > .island-inner .foldup.foldup-card .foldup-title, .foldup.foldup-card .island-dashboard > .island-inner .foldup-title, .island-emboss > .island-inner .foldup.foldup-inset .foldup-title, .foldup.foldup-inset .island-emboss > .island-inner .foldup-title, .island-dashboard > .island-inner .foldup.foldup-inset .foldup-title, .foldup.foldup-inset .island-dashboard > .island-inner .foldup-title,
.island-emboss > .island-inner .foldup.foldup-inset .foldup-subtitle,
.foldup.foldup-inset .island-emboss > .island-inner .foldup-subtitle,
.island-dashboard > .island-inner .foldup.foldup-inset .foldup-subtitle,
.foldup.foldup-inset .island-dashboard > .island-inner .foldup-subtitle, .island-emboss > .island-inner .company-hcard-data .n, .company-hcard-data .island-emboss > .island-inner .n, .island-dashboard > .island-inner .company-hcard-data .n, .company-hcard-data .island-dashboard > .island-inner .n, .island-emboss > .island-inner .company-hcard-data .adr, .company-hcard-data .island-emboss > .island-inner .adr, .island-dashboard > .island-inner .company-hcard-data .adr, .company-hcard-data .island-dashboard > .island-inner .adr, .island-inset > .island-inner .foldup.foldup-card .foldup-title, .foldup.foldup-card .island-inset > .island-inner .foldup-title, .island-nested-inset > .island-inner .foldup.foldup-card .foldup-title, .foldup.foldup-card .island-nested-inset > .island-inner .foldup-title, .island-inset > .island-inner .foldup.foldup-inset .foldup-title, .foldup.foldup-inset .island-inset > .island-inner .foldup-title, .island-nested-inset > .island-inner .foldup.foldup-inset .foldup-title, .foldup.foldup-inset .island-nested-inset > .island-inner .foldup-title,
.island-inset > .island-inner .foldup.foldup-inset .foldup-subtitle,
.foldup.foldup-inset .island-inset > .island-inner .foldup-subtitle,
.island-nested-inset > .island-inner .foldup.foldup-inset .foldup-subtitle,
.foldup.foldup-inset .island-nested-inset > .island-inner .foldup-subtitle, .island-inset > .island-inner .company-hcard-data .n, .company-hcard-data .island-inset > .island-inner .n, .island-nested-inset > .island-inner .company-hcard-data .n, .company-hcard-data .island-nested-inset > .island-inner .n, .island-inset > .island-inner .company-hcard-data .adr, .company-hcard-data .island-inset > .island-inner .adr, .island-nested-inset > .island-inner .company-hcard-data .adr, .company-hcard-data .island-nested-inset > .island-inner .adr {
  color: #3f515b;
}

a {
  transition: color 0.2s ease;
  color: rgb(201.102739726, 211.9657534247, 217.397260274);
}
a:hover, a:focus, a:active {
  color: #ddb400;
}
a.destroy {
  color: #d63939 !important;
}

fieldset {
  padding: 0;
  border: none;
}
fieldset:last-of-type {
  margin-bottom: 0;
}

legend {
  display: block;
  text-transform: uppercase;
  color: rgb(201.102739726, 211.9657534247, 217.397260274);
  margin-bottom: 0;
  padding-bottom: 10.5px;
}

.label, label {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: rgb(88.1506849315, 113.6164383562, 126.3493150685);
  margin-bottom: 5.25px;
}

.input, textarea {
  display: block;
  line-height: 1;
  transition: all 0.2s ease;
  color: #3f515b;
  max-height: 42px;
  padding: 10.5px;
  border: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-radius: 4px;
}
.input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  line-height: 21px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.input:-moz-placeholder, textarea:-moz-placeholder {
  line-height: 21px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.input::-moz-placeholder, textarea::-moz-placeholder {
  line-height: 21px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  line-height: 21px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.input.input-small, textarea.input-small {
  display: block;
  line-height: 1;
  transition: all 0.2s ease;
  color: #3f515b;
  max-height: 42px;
  padding: 7.875px;
  border: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.8rem;
}
.input.input-small::-webkit-input-placeholder, textarea.input-small::-webkit-input-placeholder {
  line-height: 15.75px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.input.input-small:-moz-placeholder, textarea.input-small:-moz-placeholder {
  line-height: 15.75px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.input.input-small::-moz-placeholder, textarea.input-small::-moz-placeholder {
  line-height: 15.75px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.input.input-small:-ms-input-placeholder, textarea.input-small:-ms-input-placeholder {
  line-height: 15.75px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.input.input-small::-webkit-input-placeholder, textarea.input-small::-webkit-input-placeholder {
  line-height: 21px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.input.input-small:-moz-placeholder, textarea.input-small:-moz-placeholder {
  line-height: 21px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.input.input-small::-moz-placeholder, textarea.input-small::-moz-placeholder {
  line-height: 21px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.input.input-small:-ms-input-placeholder, textarea.input-small:-ms-input-placeholder {
  line-height: 21px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}

textarea {
  line-height: 1.3;
  min-height: 63px;
}
textarea.full-width {
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

input[type=radio] + label,
input[type=checkbox] + label {
  margin-bottom: 0;
  margin-left: 10.5px;
}

.radio,
.checkbox {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  margin-left: -16px;
  top: 2px;
  background: #fff;
  vertical-align: top;
  z-index: 1;
  border: 2px solid rgb(234.1479452055, 238.3506849315, 240.4520547945);
}

.radio {
  border-radius: 100%;
}

.checkbox {
  border-radius: 2px;
}

.check-list > li label, .check-list > li .label {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
  vertical-align: baseline;
  width: calc(100% - (16px + 1em));
}
.check-list > li .media, .check-list > li .company-hcard {
  margin-bottom: 0;
  padding-bottom: 5.25px;
}
.check-list > li .media .media__body, .check-list > li .company-hcard .media__body, .check-list > li .media .company-hcard-data, .check-list > li .company-hcard .company-hcard-data {
  padding-bottom: 5.25px;
}

input[type=checkbox], input[type=radio] {
  opacity: 0;
}

.select {
  display: inline-block;
  position: relative;
  padding: 10.5px 0 10.5px 10.5px;
  background-clip: padding-box;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease;
  border: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(204, 204, 204, 0.4);
  height: 42px;
}
.select .arrow-spacer {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
}
.select .arrow {
  display: block;
  position: absolute;
  top: 42.8571429%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 4px solid #777;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-left: 4px solid transparent;
  transition: border-color 0.2s ease;
}
.select select {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  background-color: transparent;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  -moz-appearance: window;
  -moz-padding-end: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select:hover, .select:focus {
  border-color: #ddb400;
}
.select select {
  color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
  line-height: 21px;
}
.select .arrow-spacer {
  border-left: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  background: #fff;
}
.select:hover .arrow-spacer, .select:focus .arrow-spacer {
  border-left-color: #ddb400;
  background: hsl(48.8687782805, 110%, 93.3333333333%);
}
.select:hover .arrow, .select:focus .arrow {
  border-top-color: #ddb400;
}

input[type=radio]:checked + .radio,
input[type=checkbox]:checked + .checkbox {
  border-color: #ddb400;
  box-shadow: inset 0 0 0 2px rgb(255, 224.0923076923, 88.4);
  background: #ddb400;
}

input[type=submit],
input[type=reset] {
  display: inline-block;
  width: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

@media screen and (max-width: 950px) {
  .input, textarea {
    font-size: 14px;
    font-size: 0.9333333333rem;
    padding: 5.25px;
  }
}
@font-face {
  font-family: abs;
  font-weight: normal;
  font-style: normal;
  src: url("/assets/abs-db4c258659d98147b2fd11a6ae3d767ebf159851.eot");
  src: url("/assets/abs-db4c258659d98147b2fd11a6ae3d767ebf159851.eot?#iefix") format("embedded-opentype"), url("/assets/abs-6d08f60f401bf48f32582413b6bc760a3a087240.ttf") format("truetype"), url("/assets/abs-3c0549acb4e2fa5a9c6387d473bda5f6d005dcfc.woff") format("woff"), url("/assets/abs-2dded41b34701c415879d1701ae4a7b706dc068c.svg#abs") format("svg");
}
[class^=absicon-], [class*=" absicon-"] {
  font-family: abs;
  font-weight: normal;
  line-height: 0;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.absicon-alert-success::before {
  content: "\e600";
}

.absicon-alert-warning::before {
  content: "\e601";
}

.absicon-alert-notice::before {
  content: "\e602";
}

.absicon-plus-sign::before {
  content: "\e604";
}

.absicon-ok-sign::before {
  content: "\e605";
}

.absicon-remove-sign::before {
  content: "\e607";
}

.absicon-arrow-left::before {
  content: "\e606";
}

.absicon-arrow-right::before {
  content: "\e609";
}

.absicon-arrow-down::before {
  content: "\e60a";
}

.absicon-arrow-up::before {
  content: "\e60b";
}

.absicon-download::before {
  content: "\e603";
}

.absicon-search::before {
  content: "\e608";
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/*****
 * _    ____ _   _ ____ _  _ ___    ____ ___ _   _ _    ____ ____
 * |    |__|  \_/  |  | |  |  |     [__   |   \_/  |    |___ [__
 * |___ |  |   |   |__| |__|  |     ___]  |    |   |___ |___ ___]
 *
 *****/
.l-container {
  position: relative;
  height: 100%;
  padding-bottom: 63px;
}

.l-framing {
  display: table;
  width: 100%;
  min-width: 768px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 21px;
}

.l-framing-r, .l-framing-l {
  position: relative;
  display: table-cell;
  padding-bottom: 21px;
  vertical-align: bottom;
}

.l-framing-l {
  text-align: left;
}

.l-framing-r {
  text-align: right;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 175px;
}

.l-nav {
  float: left;
}

.l-usermenu {
  margin: 10.5px 0;
}

.l-usermenu-inline {
  display: inline-block;
}

.l-company-list {
  float: right;
  text-align: left;
  width: 100%;
  max-width: 336px;
}

.l-wrapper {
  min-width: 768px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 175px 21px 0 21px;
}

.l-alert-wrapper {
  padding-top: 21px;
}

.l-alert {
  max-width: 30%;
}

.l-modal {
  display: none;
}

.l-content {
  position: relative;
  padding: 21px 0 21px;
}

.l-content-header {
  position: relative;
  margin-bottom: 21px;
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}

.l-content-header-inline {
  display: inline-block;
  margin-right: 42px;
  vertical-align: bottom;
}

.l-content-main {
  position: relative;
}

.l-content-main-heading {
  margin-bottom: 42px;
}

.l-content-main-action {
  position: absolute;
  right: 0;
}
.l-content-main-action.top {
  top: 0;
}
.l-content-main-action.bottom {
  bottom: 0;
}
.l-content-main-action.subsection {
  right: 21px;
}

.l-testset-container {
  margin-bottom: 21px;
}

.l-action-menu, .l-action-menu-flattop {
  position: absolute;
  top: 21px;
  right: 0;
  text-align: right;
  width: 70%;
}
.l-action-menu .l-action-menu-inner, .l-action-menu-flattop .l-action-menu-inner {
  display: inline-block;
  margin-bottom: 10.5px;
  margin-left: 10.5px;
  vertical-align: top;
}

.l-action-menu-flattop {
  top: 0;
}
.l-action-menu-flattop .l-action-menu-inner {
  vertical-align: top;
}

.l-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 150;
  width: 100%;
  background: hsl(201.4285714286, 18.1818181818%, 115.1960784314%);
}

.no-js .js-form {
  display: none;
}

/* wrap long text
-------------------- */
.wrap {
  overflow-wrap: break-word;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ____ ____ ___ _ ____ _  _    _  _ ____ _  _ _  _
 * |__| |     |  | |  | |\ |    |\/| |___ |\ | |  |
 * |  | |___  |  | |__| | \|    |  | |___ | \| |__|
 ****/
.action-menu {
  position: relative;
  display: inline-block;
}
.action-menu__button {
  display: inline-flex;
  align-items: center;
  padding: 10.5px;
  outline: none;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 1px 1px 1px rgba(10.8409090909, 13.9383116883, 15.6590909091, 0.4);
  background: rgb(219.4272727273, 226.4636363636, 230.3727272727);
  color: rgb(86.0547945205, 110.9150684932, 123.3452054795);
  text-shadow: 0 -1px 0 rgb(119.9772727273, 146.6850649351, 161.5227272727);
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  padding: 5.25px;
  font-size: 10px;
  border-radius: 2.6666666667px;
}
@media screen and (max-width: 950px) {
  .action-menu__button {
    padding: 7.875px;
    font-size: 85%;
  }
}
.action-menu__button:active {
  box-shadow: 0 1px 2px 0 rgba(201.102739726, 211.9657534247, 217.397260274, 0);
  top: 2px;
  border-bottom-width: 1px;
}
.action-menu__button .icon {
  margin-right: 10.5px;
}
.action-menu__button svg > use {
  stroke: rgb(150.0328767123, 171.1890410959, 181.7671232877);
  fill: rgb(150.0328767123, 171.1890410959, 181.7671232877);
}
.action-menu__button:hover, .action-menu__button:focus, .action-menu__button.is-current-page {
  background: rgb(177.2363636364, 192.6181818182, 201.1636363636);
  color: rgb(69.2876712329, 89.304109589, 99.3123287671);
}
.action-menu__button:active {
  background: rgb(159.1545454545, 178.112987013, 188.6454545455);
}
.action-menu__button.is-active:hover, .action-menu__button.is-active:focus {
  color: #7e98a5;
}
.action-menu__button:disabled, .action-menu__button.disabled {
  color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.action-menu__button:disabled svg > use, .action-menu__button.disabled svg > use {
  stroke: rgb(156.0410958904, 175.9863013699, 185.9589041096);
  fill: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.action-menu__button svg {
  fill: rgb(79.6909090909, 102.4597402597, 115.1090909091);
}
.action-menu__menu {
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  margin: 0;
  background-color: #ddb400;
  list-style: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  left: auto;
  right: auto;
  transition: opacity 0.25s ease;
  box-shadow: 0 1px 1px 1px rgba(10.8409090909, 13.9383116883, 15.6590909091, 0.4);
  z-index: 200;
}
.action-menu:hover .action-menu__menu {
  opacity: 1;
  pointer-events: auto;
}
.action-menu--left .action-menu__menu {
  left: 0;
  border-top-right-radius: 4px;
}
.action-menu--right .action-menu__menu {
  right: 0;
  border-top-left-radius: 4px;
}
.action-menu__menu > li:not(:last-child) {
  border-bottom: 1px solid rgb(255, 220.3076923077, 68);
}
.action-menu__menu > li > a {
  display: block;
  padding: 10.5px;
  color: #3f515b;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.85em;
}
.action-menu__menu > li > a:hover {
  background-color: rgb(255, 220.3076923077, 68);
}
.action-menu--right .action-menu__menu > li > a {
  text-align: right;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/****
 * ____ _    ____ ____ ___
 * |__| |    |___ |__/  |
 * |  | |___ |___ |  \  |
 *
 ****/
.alert {
  color: #777;
  padding: 10.5px;
  border-width: 1px;
  border-style: solid;
  border-left-width: 4px;
  border-left-style: solid;
  border-radius: 4px;
}
.alert .alert-icon {
  margin-right: 10.5px;
}
.alert .alert-message {
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.alert .alert-message-head {
  font-size: 1.2rem;
}
.alert .alert-message-details {
  font-weight: 400;
  text-transform: none;
}
.alert .alert-message-details ul {
  margin: 0;
  padding: 0;
}
.alert-success {
  background-color: rgb(224.2556962025, 247.982278481, 182.817721519);
  background-size: 10px 20px;
  background-image: linear-gradient(-45deg, rgb(212.3772151899, 245.2708860759, 154.9291139241), rgb(212.3772151899, 245.2708860759, 154.9291139241) 2px, rgb(224.2556962025, 247.982278481, 182.817721519) 2px, rgb(224.2556962025, 247.982278481, 182.817721519) 4px, rgb(212.3772151899, 245.2708860759, 154.9291139241) 4px, rgb(212.3772151899, 245.2708860759, 154.9291139241) 9px, rgb(224.2556962025, 247.982278481, 182.817721519) 9px, rgb(224.2556962025, 247.982278481, 182.817721519) 11px, rgb(212.3772151899, 245.2708860759, 154.9291139241) 11px, rgb(212.3772151899, 245.2708860759, 154.9291139241) 16px, rgb(224.2556962025, 247.982278481, 182.817721519) 16px, rgb(224.2556962025, 247.982278481, 182.817721519) 18px, rgb(212.3772151899, 245.2708860759, 154.9291139241) 18px, rgb(212.3772151899, 245.2708860759, 154.9291139241) 22px);
  color: rgb(66.9936708861, 99.7974683544, 9.7025316456);
  border-color: #91d815;
  border-left-color: #91d815;
  box-shadow: inset 0 2px 2px 0 rgb(120.0379746835, 178.8151898734, 17.3848101266), 0 1px 0 0 rgb(249.5636363636, 250.638961039, 251.2363636364);
}
.alert-success em {
  font-weight: 700;
  font-style: normal;
  color: rgb(107.5569620253, 160.2227848101, 15.5772151899);
}
.alert-notice {
  color: rgb(209.1, 177.325, 0);
  border-color: #ffe500;
  border-left-color: #ffe500;
  box-shadow: inset 0 2px 1px 0 rgb(209.1, 177.325, 0);
  background: rgb(252.45, 247.77, 206.55);
}
.alert-warning {
  background-color: rgb(243.7464435146, 200.6535564854, 200.6535564854);
  background-size: 10px 20px;
  background-image: linear-gradient(-45deg, rgb(240.2468619247, 183.7531380753, 183.7531380753), rgb(240.2468619247, 183.7531380753, 183.7531380753) 2px, rgb(243.7464435146, 200.6535564854, 200.6535564854) 2px, rgb(243.7464435146, 200.6535564854, 200.6535564854) 4px, rgb(240.2468619247, 183.7531380753, 183.7531380753) 4px, rgb(240.2468619247, 183.7531380753, 183.7531380753) 9px, rgb(243.7464435146, 200.6535564854, 200.6535564854) 9px, rgb(243.7464435146, 200.6535564854, 200.6535564854) 11px, rgb(240.2468619247, 183.7531380753, 183.7531380753) 11px, rgb(240.2468619247, 183.7531380753, 183.7531380753) 16px, rgb(243.7464435146, 200.6535564854, 200.6535564854) 16px, rgb(243.7464435146, 200.6535564854, 200.6535564854) 18px, rgb(240.2468619247, 183.7531380753, 183.7531380753) 18px, rgb(240.2468619247, 183.7531380753, 183.7531380753) 22px);
  color: rgb(118.8828451883, 24.6171548117, 24.6171548117);
  border-color: #d63939;
  border-left-color: #d63939;
  box-shadow: inset 0 2px 1px 0 rgb(182.2594142259, 37.7405857741, 37.7405857741), 0 1px 0 0 rgb(249.5636363636, 250.638961039, 251.2363636364);
}
.alert-warning em {
  font-weight: 700;
  font-style: normal;
  color: rgb(173.8092050209, 35.9907949791, 35.9907949791);
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
.badge {
  display: inline-block;
  min-width: 23.625px;
  padding: 5.25px;
  font-size: 0.75em;
  font-weight: bold;
  color: white;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  background-color: #7e98a5;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/****
 * ___  _  _ ___ ___ ____ _  _
 * |__] |  |  |   |  |  | |\ |
 * |__] |__|  |   |  |__| | \|
 *
 ****/
.button {
  display: inline-flex;
  align-items: center;
  padding: 10.5px;
  outline: none;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 1px 2px 1px rgba(10.8409090909, 13.9383116883, 15.6590909091, 0.4);
  position: relative;
  top: 0;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 4px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 950px) {
  .button {
    padding: 7.875px;
    font-size: 85%;
  }
}
.button:active {
  box-shadow: 0 1px 2px 0 rgba(201.102739726, 211.9657534247, 217.397260274, 0);
  top: 2px;
  border-bottom-width: 1px;
}
.button .icon {
  margin-right: 10.5px;
}
.button.is-active {
  pointer-events: none;
  opacity: 0.25;
}

.button-icon {
  display: inline-block;
  margin-right: 5.25px;
  vertical-align: middle;
}

.button-text {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.button-dark {
  background: #7e98a5;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 -1px 0 rgb(77.6712328767, 100.1095890411, 111.3287671233);
  border: 1px solid #7e98a5;
  border-top-color: rgb(110.9794520548, 140.0068493151, 154.5205479452);
  border-bottom: 3px solid rgb(77.6712328767, 100.1095890411, 111.3287671233);
}
.button-dark svg > use {
  stroke: #fff;
  fill: #fff;
}
.button-dark:hover, .button-dark:focus, .button-dark.is-current-page {
  background: rgb(88.1506849315, 113.6164383562, 126.3493150685);
  color: #ddb400;
}
.button-dark:active {
  background: rgb(88.1506849315, 113.6164383562, 126.3493150685);
}
.button-dark.is-active:hover, .button-dark.is-active:focus {
  color: #7e98a5;
}
.button-dark:disabled, .button-dark.disabled {
  color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.button-dark:disabled svg > use, .button-dark.disabled svg > use {
  stroke: rgb(156.0410958904, 175.9863013699, 185.9589041096);
  fill: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}

.button-light {
  background: rgb(219.4272727273, 226.4636363636, 230.3727272727);
  color: rgb(86.0547945205, 110.9150684932, 123.3452054795);
  text-shadow: 0 -1px 0 rgb(119.9772727273, 146.6850649351, 161.5227272727);
  border: 1px solid rgb(135.0454545455, 158.7727272727, 171.9545454545);
  border-top-color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
  border-bottom: 3px solid rgb(110.9363636364, 139.4324675325, 155.2636363636);
}
.button-light svg > use {
  stroke: rgb(150.0328767123, 171.1890410959, 181.7671232877);
  fill: rgb(150.0328767123, 171.1890410959, 181.7671232877);
}
.button-light:hover, .button-light:focus, .button-light.is-current-page {
  background: rgb(177.2363636364, 192.6181818182, 201.1636363636);
  color: rgb(69.2876712329, 89.304109589, 99.3123287671);
}
.button-light:active {
  background: rgb(159.1545454545, 178.112987013, 188.6454545455);
}
.button-light.is-active:hover, .button-light.is-active:focus {
  color: #7e98a5;
}
.button-light:disabled, .button-light.disabled {
  color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.button-light:disabled svg > use, .button-light.disabled svg > use {
  stroke: rgb(156.0410958904, 175.9863013699, 185.9589041096);
  fill: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}

.button-small {
  font-size: 0.8rem;
  font-weight: 400;
  padding: 7.875px;
  border-bottom-width: 3px;
}
.button-small:active {
  top: 3px;
  margin-bottom: 3px;
}
.button-small .button-icon {
  margin-right: 2.625px;
}
@media screen and (max-width: 950px) {
  .button-small {
    font-size: 0.7333333333rem;
  }
}

.button-tiny {
  font-size: 0.6rem;
  padding: 5.25px;
  border-bottom-width: 3px;
}
.button-tiny:active {
  top: 3px;
  margin-bottom: 3px;
}
.button-tiny .button-icon {
  margin-right: 2.625px;
}
@media screen and (max-width: 950px) {
  .button-tiny {
    font-size: 0.5333333333rem;
  }
}

.button-inset {
  box-shadow: inset 0 1px 1px 0 rgb(94.2954545455, 121.237012987, 136.2045454545);
  text-shadow: 0 1px 0 rgb(0.4090909091, 0.525974026, 0.5909090909);
  color: rgb(201.102739726, 211.9657534247, 217.397260274);
  border-color: hsl(201.4285714286, 18.1818181818%, -1.8039215686%);
  border-top-width: 2px;
  border-bottom-width: 1px;
  background: #3f515b;
}
.button-inset svg > use {
  stroke: #fff;
  fill: #fff;
}
.button-inset .button-text {
  vertical-align: baseline;
}
.button-inset .button-text .button-icon {
  stroke: #fff;
  fill: #fff;
  margin: 0;
}
.button-inset:active {
  box-shadow: inset 0 1px 1px 1px rgb(135.0454545455, 158.7727272727, 171.9545454545);
  top: 0;
}
.button-inset:hover, .button-inset.is-current-page {
  color: rgb(201.102739726, 211.9657534247, 217.397260274);
  background: rgb(92.2090909091, 118.5545454545, 133.1909090909);
}

.button-destroy {
  color: #fff;
  border-color: rgb(182.2594142259, 37.7405857741, 37.7405857741);
  background-color: #d63939;
}
.button-destroy svg > use {
  stroke: #fff;
  fill: #fff;
}
.button-destroy:hover {
  color: #fff;
  background-color: rgb(182.2594142259, 37.7405857741, 37.7405857741);
}

.button-plain {
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  display: block;
  appearance: none;
  box-shadow: none;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
.button-plain:focus {
  outline: 0;
}
.button-plain:active {
  box-shadow: none;
  top: 0;
  border-bottom-width: 0;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/chosen-sprite-f7fbca86a2def90ffc360ca93fe262a90a00ea53.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/chosen-sprite-f7fbca86a2def90ffc360ca93fe262a90a00ea53.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url("/assets/chosen-sprite-f7fbca86a2def90ffc360ca93fe262a90a00ea53.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/chosen-sprite-f7fbca86a2def90ffc360ca93fe262a90a00ea53.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url("/assets/chosen-sprite-f7fbca86a2def90ffc360ca93fe262a90a00ea53.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/assets/chosen-sprite@2x-c4cb34f06a336abadd0939d8c02c9356ce38b1a3.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ____ _  _ ____ ____ ____ _  _
 * |    |__| |  | [__  |___ |\ |
 * |___ |  | |__| ___] |___ | \|
 *
 ****/
.chosen-container {
  background-clip: padding-box;
}
.chosen-container .chosen-results {
  max-height: 168px;
}
.chosen-container .chosen-drop {
  border-color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}

.chosen-container-single .chosen-single {
  border: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(204, 204, 204, 0.4);
  line-height: 21px;
  color: #7e98a5;
  height: 42px;
  padding: 10.5px 0 10.5px 10.5px;
}
.chosen-container-single .chosen-single:hover, .chosen-container-single .chosen-single:focus {
  border-color: #ddb400;
}
.chosen-container-single .chosen-single select {
  color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
  line-height: 21px;
}
.chosen-container-single .chosen-single span {
  font-size: 15px;
  font-size: 1rem;
  color: rgb(83.8636363636, 107.8246753247, 121.1363636364);
}
.chosen-container-single .chosen-single div {
  width: 28px;
  padding-left: 5.25px;
  border-left: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.chosen-container-single .chosen-single div b {
  background-position: 3px 10.5px;
}
.chosen-container-single .chosen-single:hover div {
  border-left-color: #ddb400;
}
.chosen-container-single .chosen-search {
  padding: 5.25px;
}
.chosen-container-single .chosen-search input[type=text] {
  box-shadow: inset 0 1px 1px 0 rgb(94.2954545455, 121.237012987, 136.2045454545);
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 4px;
  background: white url("/assets/chosen-sprite-f7fbca86a2def90ffc360ca93fe262a90a00ea53.png") no-repeat 100% -19px;
}
@media screen and (max-width: 950px) {
  .chosen-container-single .chosen-single {
    height: 31.5px;
    padding: 5.25px 0 5.25px 10.5px;
  }
  .chosen-container-single .chosen-single div b {
    background-position: 3px 5.25px;
  }
  .chosen-container-single .chosen-single span {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}

.chosen-container-active .chosen-single {
  border-color: #ddb400;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: linear-gradient(rgb(219.4272727273, 226.4636363636, 230.3727272727), #fff);
  border-color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 3px 10.5px;
}

.chosen-container .chosen-results li {
  border-bottom: 1px solid rgb(228.4681818182, 233.7162337662, 236.6318181818);
}
.chosen-container .chosen-results li:last-of-type {
  border-bottom: none;
}
.chosen-container .chosen-results li.highlighted {
  background-image: linear-gradient(#ddb400 20%, rgb(190.4, 155.0769230769, 0) 90%);
  background-color: #ddb400;
}

.chosen-modal-wrap {
  display: block;
  height: 63px;
}
.chosen-modal-wrap .chosen-container {
  position: absolute !important;
  width: calc(100% - 21px) !important;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ____ ____ _  _ ___  ____ _  _ _   _    _  _ ____ ____ ____ ___
 * |    |  | |\/| |__] |__| |\ |  \_/     |__| |    |__| |__/ |  \
 * |___ |__| |  | |    |  | | \|   |      |  | |___ |  | |  \ |__/
 *
 ****/
.company-hcard-logo {
  width: 175px;
  height: auto;
}
.company-hcard-data {
  margin-bottom: 10.5px;
}
.company-hcard-data .fn {
  line-height: 1.4;
  margin-bottom: 5.25px;
}
.island-emboss .company-hcard-data .fn {
  color: #3f515b;
}
.company-hcard-data .n, .company-hcard-data .adr {
  line-height: 1.4;
}
.island-emboss .company-hcard-data .n, .island-emboss .company-hcard-data .adr {
  color: #3f515b;
}
.company-hcard-data .n small {
  font-weight: 600;
  text-transform: uppercase;
}
.company-hcard-data .street-address span,
.company-hcard-data .country-name {
  display: block;
}
.company-hcard-stacked .company-hcard-logo {
  float: none;
  display: block;
  margin-right: 0;
  margin-bottom: 10.5px;
}
.company-hcard-stacked .company-hcard-data {
  overflow: visible;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ____ ____ _  _ ___  ____ _  _ _   _    _    _ ____ ___
 * |    |  | |\/| |__] |__| |\ |  \_/     |    | [__   |
 * |___ |__| |  | |    |  | | \|   |      |___ | ___]  |
 *
 ****/
.company-list {
  box-shadow: 0 1px 2px 1px rgba(10.8409090909, 13.9383116883, 15.6590909091, 0.4);
  padding: 10.5px;
  border: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-bottom-width: 3px;
  border-radius: 4px;
  background: rgb(231.4818181818, 236.1337662338, 238.7181818182);
}
.company-list-select {
  width: 100%;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
.custom-test-set {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.custom-test-set__content {
  padding: 10.5px 0;
  overflow: hidden;
}
.custom-test-set__content .epsilon {
  color: #3f515b;
}
.custom-test-set__content > .flex-wrap {
  height: 100%;
}
.custom-test-set__content > .flex-wrap > .flex-wrap-box {
  height: 100%;
  overflow: auto;
}
.custom-test-set__search {
  padding: 5.25px 0 10.5px;
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ___  ____ ___ ____ ___  _ ____ _  _ ____ ____
 * |  \ |__|  |  |___ |__] | |    |_/  |___ |__/
 * |__/ |  |  |  |___ |    | |___ | \_ |___ |  \
 *
 ****/
/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Custom additions by Mission Data
 *
 */
.datepicker {
  padding: 10.5px;
  border-radius: 4px;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown::before {
  position: absolute;
  display: inline-block;
  border-top: 0;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  content: "";
}

.datepicker-dropdown::after {
  position: absolute;
  display: inline-block;
  border-top: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.datepicker-dropdown.datepicker-orient-left::before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left::after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right::before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right::after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top::before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top::after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom::before {
  bottom: -7px;
  border-top: 7px solid #999;
  border-bottom: 0;
}

.datepicker-dropdown.datepicker-orient-bottom::after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  width: 21px;
  height: 21px;
  border: none;
  border-radius: 4px;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  cursor: pointer;
  background: #eee;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #999;
  cursor: default;
  background: none;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
  border-color: #fdf59a #fdf59a #fbed50;
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  border-radius: 0;
  background: #eee;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: #f3d17a;
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #9e9e9e;
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  border-color: rgb(255, 215.5769230769, 42.5);
  background: #ddb400;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #039 \9 ;
}

.datepicker table tr td span {
  float: left;
  display: block;
  line-height: 54px;
  width: 23%;
  height: 54px;
  margin: 1%;
  border-radius: 4px;
  cursor: pointer;
}

.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  color: #999;
  cursor: default;
  background: none;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #039 \9 ;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: auto;
  height: 20px;
  min-width: 16px;
  margin-right: -5px;
  margin-left: -5px;
  padding: 4px 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  background-color: #eee;
}

.datepicker.dropdown-menu {
  position: absolute;
  float: left;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  min-width: 160px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
.file-field {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.file-field-input {
  padding-right: 10.5px;
}
.file-field-input > input[type=file] {
  display: flex;
  align-items: center;
}
.file-field-remove {
  outline: 0;
  border: 0;
  background: none;
  text-decoration: underline;
  color: #d63939;
}
.file-field + * {
  margin-top: 10.5px;
  padding-top: 10.5px;
  border-top: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ____ _ _    ___ ____ ____
 * |___ | |     |  |___ |__/
 * |    | |___  |  |___ |  \
 *
 ****/
.filter-dl, .filter-presets, .filter-date, .filter-left .filter-left-title {
  display: inline-block;
  margin-right: 5.25px;
  vertical-align: middle;
}

.filter {
  box-shadow: inset 0 1px 1px 0 rgb(94.2954545455, 121.237012987, 136.2045454545);
  display: table;
  width: 100%;
  margin-bottom: 10.5px;
  padding: 10.5px;
  border: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-radius: 4px;
  background: rgb(225.4545454545, 231.2987012987, 234.5454545455);
}
.filter .input::input-placeholder {
  line-height: 15.75px;
}
.filter .input:placeholder {
  line-height: 15.75px;
}
.filter .input::placeholder {
  line-height: 15.75px;
}
.filter .input:input-placeholder {
  line-height: 15.75px;
}

.filter-left {
  display: table-cell;
  text-align: left;
  width: 75%;
  vertical-align: middle;
}
.filter-left .filter-left-title {
  font-weight: 600;
  line-height: 31.5px;
  text-transform: uppercase;
  color: #7e98a5;
  margin-right: 10.5px;
  margin-bottom: 0;
}

.filter-right {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}
.filter-right .input {
  width: 100%;
  height: 31.5px;
  padding: 5.25px;
}
.filter-right .input::placeholder {
  overflow: visible;
}

.filter-date {
  position: relative;
  width: 115.5px;
}
.filter-date label {
  font-size: 12px;
  font-size: 0.8rem;
  position: absolute;
  top: 5.25px;
  left: 7.875px;
  bottom: 5.25px;
  color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.filter-date .input {
  text-align: right;
  width: 100%;
  height: 31.5px;
  padding: 5.25px 5.25px 5.25px 31.5px;
}
.filter-date .input:hover label {
  color: #ddb400;
}

.filter-presets {
  width: 147px;
}
.filter-presets .chosen-container-single .chosen-single {
  display: block;
  line-height: 19.95px;
  width: 100%;
  height: 31.5px;
  padding: 5.25px 0 5.25px 10.5px;
}
.filter-presets .chosen-container-single .chosen-single div b {
  background-position: 3px 5.25px;
}

.filter-dl {
  position: relative;
  top: 1px;
}

.filter-search {
  position: relative;
}
.filter-search .filter-search-icon {
  position: absolute;
  top: 0;
  right: 5.25px;
  color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.filter-search .filter-search-icon::before {
  display: block;
  line-height: 31.5px;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ____ _    ____ _  _    _ _ _ ____ ____ ___
 * |___ |    |___  \/     | | | |__/ |__| |__]
 * |    |___ |___ _/\_    |_|_| |  \ |  | |
 *
 ****/
.flex-wrap {
  display: flex;
  flex-flow: row wrap;
  place-content: flex-start flex-start;
  align-items: flex-start;
  width: 100%;
}
.flex-wrap .flex-wrap-box {
  flex: 0 1 auto;
  order: 0;
  align-self: auto;
  position: relative;
  padding-right: 21px;
}
.flex-wrap .flex-wrap-box .select, .flex-wrap .flex-wrap-box .input {
  width: 100%;
}
.flex-wrap .flex-wrap-box.last {
  padding-right: 0;
}
.flex-wrap.flex-wrap-stretch {
  align-items: stretch;
  height: 100%;
}
.flex-wrap.flex-wrap-stretch > .flex-wrap-box {
  min-height: 100%;
}
.flex-wrap.flex-wrap-align-center {
  align-items: center;
}
.flex-wrap.flex-wrap-align-bottom {
  align-items: flex-end;
}
.flex-wrap.flex-wrap-spaced .flex-wrap-box {
  margin-bottom: 10.5px;
}
.flex-wrap.flex-wrap-narrow .flex-wrap-box {
  padding-right: 10.5px;
}
.flex-wrap.flex-wrap-split {
  justify-content: space-between;
}

.flex-wrap-bordered {
  align-items: stretch;
}
.flex-wrap-bordered .flex-wrap-box {
  padding-left: 21px;
  border-right: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.flex-wrap-bordered .flex-wrap-box:first-of-type, .flex-wrap-bordered .flex-wrap-box:nth-of-type(4n+1) {
  padding-left: 0;
}
.flex-wrap-bordered .flex-wrap-box:nth-of-type(4n), .flex-wrap-bordered .flex-wrap-box:last-of-type {
  border-right: 0;
}

.flex-wrap-bordered-thirds {
  align-items: stretch;
}
.flex-wrap-bordered-thirds .flex-wrap-box {
  padding-left: 10.5px;
  padding-top: 10.5px;
  border-right: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-top: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  min-height: 64px;
  margin-top: -1px;
}
.flex-wrap-bordered-thirds .flex-wrap-box:nth-of-type(1), .flex-wrap-bordered-thirds .flex-wrap-box:nth-of-type(2), .flex-wrap-bordered-thirds .flex-wrap-box:nth-of-type(3) {
  border-top: 0;
}
.flex-wrap-bordered-thirds .flex-wrap-box:first-of-type, .flex-wrap-bordered-thirds .flex-wrap-box:nth-of-type(3n+1) {
  padding-left: 0;
}
.flex-wrap-bordered-thirds .flex-wrap-box:nth-of-type(3n) {
  border-right: 0;
}

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

.no-flexbox .flex-wrap .flex-wrap-box, .no-js .flex-wrap .flex-wrap-box {
  float: left;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ____ ____ _    ___  _  _ ___
@
 * |___ |  | |    |  \ |  | |__]
 * |    |__| |___ |__/ |__| |
 *
 ****/
.foldup .foldup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 10.5px;
  border-bottom: 1px solid rgb(225.4545454545, 231.2987012987, 234.5454545455);
  cursor: pointer;
  width: 100%;
}
.foldup .foldup-header .foldup-title-wrap {
  display: flex;
  flex-direction: column;
}
.foldup .foldup-header .foldup-title,
.foldup .foldup-header .foldup-subtitle {
  display: table-cell;
  line-height: 26.25px;
  margin-bottom: 0;
  overflow: hidden;
  transition: color 0.3s ease;
}
.island-inset .foldup .foldup-header .foldup-title,
.island-inset .foldup .foldup-header .foldup-subtitle {
  color: #3f515b;
}
.foldup .foldup-header .foldup-subtitle {
  text-align: right;
  margin-left: auto;
  padding-right: 10.5px;
}
.foldup .foldup-header .foldup-subtitle .badge {
  margin-left: 5.25px;
}
.foldup .foldup-header .foldup-arrow {
  font-size: 12px;
  font-size: 0.8rem;
  flex: 0 0 15.75px;
  line-height: 21px;
  height: 15.75px;
}
.foldup .foldup-header .foldup-arrow::before {
  display: inline-block;
  width: 15.75px;
  height: 15.75px;
  border-top: 7.875px solid transparent;
  border-right: 7.875px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-bottom: 7.875px solid transparent;
  content: " ";
  transition: border-color 0.3s ease, transform 0.3s ease;
  transform-origin: 75% 50%;
}
.foldup .foldup-header:hover .foldup-title,
.foldup .foldup-header:hover .foldup-subtitle {
  color: #ddb400;
}
.foldup .foldup-header:hover .foldup-subtitle .badge {
  background-color: #ddb400;
}
.foldup .foldup-header:hover .foldup-arrow {
  color: #ddb400;
  max-width: 120px;
}
.foldup .foldup-header:hover .foldup-arrow::before {
  border-right-color: #ddb400;
}
.foldup:last-child .foldup-content {
  margin-bottom: 0;
  border-bottom: 0;
}
.foldup .foldup-content {
  max-height: 0;
  margin-bottom: 10.5px;
  padding: 0 10.5px;
  border-radius: 0 0 4px 4px;
  box-shadow: inset 0 0 2px 0 hsl(200, 17.8082191781%, 107.0588235294%);
  background-color: rgb(240.5227272727, 243.3863636364, 244.9772727273);
  overflow-y: hidden;
}
.foldup.is-animated .foldup-content {
  transition: max-height 0.3s ease;
  overflow-y: hidden;
}
.foldup.is-open .foldup-header .foldup-arrow::before {
  transform: rotate(-90deg);
  border-right-color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.foldup.is-open .foldup-header:hover .foldup-arrow::before {
  border-right-color: #ddb400;
}
.foldup.is-open .foldup-content {
  max-height: 50vh;
  overflow-y: visible;
}
.foldup.is-hidden {
  display: none;
}
.foldup.foldup-test.is-open .foldup-content {
  max-height: 120px;
}
.foldup.foldup-test.is-open .foldup-content:not(.is-animated) {
  overflow: visible;
}
.foldup.foldup-card .foldup-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.foldup.foldup-card .foldup-title,
.foldup.foldup-card .foldup-subtitle {
  display: block;
  line-height: 1.1;
}
.foldup.foldup-card .foldup-title {
  margin-bottom: 5.25px;
}
.foldup.foldup-card .foldup-subtitle {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.foldup.foldup-card .foldup-subtitle strong {
  font-weight: 600;
}
.foldup.foldup-card .foldup-arrow {
  top: 5.25px;
  bottom: 0;
}
.foldup.foldup-card .foldup-content {
  transition: margin 0.125s ease;
  border-radius: 4px;
  margin: 0;
}
.foldup.foldup-card.is-open .foldup-content {
  margin-top: 10.5px;
  padding: 10.5px;
}
.foldup.foldup-modal.is-open .foldup-content {
  max-height: 30vh;
}
.foldup.foldup-modal.is-open .foldup-content:not(.is-animated) {
  overflow-y: auto;
}
.foldup.foldup-inset .foldup-header {
  padding-bottom: 0;
  padding-top: 10.5px;
  border-bottom: 0;
  border-top: 1px solid rgb(225.4545454545, 231.2987012987, 234.5454545455);
}
.foldup.foldup-inset .foldup-arrow {
  bottom: 5.25px;
}
.foldup.foldup-inset .foldup-content {
  padding: 0;
  background: none;
  box-shadow: none;
}
.foldup.foldup-inset:first-of-type .foldup-header {
  border-top: 0;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * ____ ____ ____ ___ ____ ____
 * |___ |  | |  |  |  |___ |__/
 * |    |__| |__|  |  |___ |  \
 *
 */
.footer {
  font-size: 13px;
  font-size: 0.8666666667rem;
  display: table;
  width: 100%;
  min-height: 21px;
  padding: 10.5px 0;
}
.footer .footer-inner {
  margin: 0 auto;
}
.footer .footer-left {
  display: table-cell;
  text-align: left;
  width: 50%;
  vertical-align: middle;
}
.footer .footer-right {
  display: table-cell;
  text-align: right;
  width: 50%;
  vertical-align: middle;
}
.footer .footer-copyright {
  text-transform: uppercase;
  color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.footer .footer-logo {
  display: inline-block;
  width: auto;
  height: 21px;
  margin-left: 5.25px;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ____ ____ ____ _  _    ____ _ ____ _    ___  ____
 * |___ |  | |__/ |\/|    |___ | |___ |    |  \ [__
 * |    |__| |  \ |  |    |    | |___ |___ |__/ ___]
 *
 ****/
.form-fields-modular > li.actions, .form-fields > li.actions {
  text-align: right;
}
.form-fields-modular > li.actions button, .form-fields > li.actions button,
.form-fields-modular > li.actions input,
.form-fields > li.actions input,
.form-fields-modular > li.actions a,
.form-fields > li.actions a {
  margin-left: 10.5px;
  vertical-align: top;
}
.form-fields-modular > li .input, .form-fields > li .input,
.form-fields-modular > li textarea,
.form-fields > li textarea,
.form-fields-modular > li .select,
.form-fields > li .select {
  width: 100%;
}
.form-fields-modular > .module {
  float: left;
  padding-right: 21px;
}
.form-fields-modular > .module.last {
  padding-right: 0;
}
.form-fields-modular > .module.bottom {
  margin-bottom: 0;
}
.form-fields-modular > .module.one-whole {
  padding-right: 0;
}
.form-fields-modular > .module img {
  width: 100%;
}
.form-fields-modular.tight > .module {
  padding-right: 10.5px;
}
.form-fields-modular.block > .module {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.form-fields-modular.block > .module .select {
  display: block;
}
.form-fields-modular.block > .module:last-child {
  margin-bottom: 21px;
}

.form-fields-tabular > li {
  padding-right: 21px;
  vertical-align: bottom;
}
.form-fields-tabular > li:last-child {
  padding-right: 0;
}
.form-fields-tabular > li .input,
.form-fields-tabular > li textarea,
.form-fields-tabular > li .select {
  width: 100%;
}
.form-fields-tabular.tight > li {
  padding-right: 10.5px;
}
.form-fields-tabular.tight > li:last-child {
  padding-right: 0;
}

/****
 * ____ ____ ____ _  _ ____
 * |___ |  | |__/ |\/| [__
 * |    |__| |  \ |  | ___]
 *
 ****/
/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
.grid {
  display: -ms-grid;
  display: grid;
  margin-left: 0;
  grid-gap: 21px;
}
.grid.grid-1-col {
  grid-template-columns: 1fr;
}
.grid.grid-2-col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr 1fr;
}
.grid.grid-3-col {
  -ms-grid-columns: 1fr 21px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.grid-4-col {
  -ms-grid-columns: 1fr 21px 1fr 21px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid.grid-5-col {
  -ms-grid-columns: 1fr 21px 1fr 21px 1fr 21px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid.grid-6-col {
  -ms-grid-columns: 1fr 21px 1fr 21px 1fr 21px 1fr 21px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.grid.grid-7-col {
  -ms-grid-columns: 1fr 21px 1fr 21px 1fr 21px 1fr 21px 1fr 21px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.grid.grid-8-col {
  -ms-grid-columns: 1fr 21px 1fr 21px 1fr 21px 1fr 21px 1fr 21px 1fr 21px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.grid__item {
  padding-left: 0;
}

/****
 * _  _ ____ ____ ___  ____ ____
 * |__| |___ |__| |  \ |___ |__/
 * |  | |___ |  | |__/ |___ |  \
 *
 ****/
header {
  background-color: rgb(42.1363636364, 54.1753246753, 60.8636363636);
  background-image: repeating-linear-gradient(to bottom, rgb(62.5909090909, 80.474025974, 90.4090909091), rgb(62.5909090909, 80.474025974, 90.4090909091) 1px, rgb(42.1363636364, 54.1753246753, 60.8636363636) 1px, rgb(42.1363636364, 54.1753246753, 60.8636363636) 4px);
  box-shadow: 0 2px 4px 1px rgba(126, 152, 165, 0.4);
  z-index: 30;
}
header::before, header::after {
  display: block;
  width: 100%;
  content: " ";
}
header::before {
  height: 5.25px;
  border-bottom: 1px solid rgb(171.0616438356, 187.9794520548, 196.4383561644);
  background: #7e98a5;
}
header::after {
  height: 16px;
  border-bottom: 1px solid #7e98a5;
  background: rgb(171.0616438356, 187.9794520548, 196.4383561644);
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * _ ____ ____ _  _
 * | |    |  | |\ |
 * | |___ |__| | \|
 *
 ****/
.icon .icon-symbol {
  display: block;
}
.icon .icon-text {
  display: inline-block;
}
.icon.icon-link {
  display: inline-block;
}
.icon.icon-link .icon-symbol {
  display: inline-block;
  margin-right: 5.25px;
  vertical-align: middle;
}
.icon.icon-link .icon-text {
  vertical-align: middle;
}
.icon.icon-link.padded {
  padding: 10.5px;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * _ _  _ ____ ____    _    _ ____ ___
 * | |\ | |___ |  |    |    | [__   |
 * | | \| |    |__|    |___ | ___]  |
 *
 ****/
.info-list {
  margin-left: 0;
  list-style: none;
}
.info-list-stacked > li {
  display: block;
}
.info-list-inline > li {
  display: inline-block;
  margin-right: 21px;
  vertical-align: middle;
}
.info-list-inline.rev {
  text-align: right;
}
.info-list-inline.rev > li {
  margin-right: 0;
  margin-left: 21px;
}
.info-list-inline.align-top > li {
  vertical-align: top;
}
@media screen and (max-width: 950px) {
  .info-list-inline > li {
    display: block;
    margin-bottom: 5.25px;
  }
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * _ ____ _    ____ _  _ ___
 * | [__  |    |__| |\ | |  \
 * | ___] |___ |  | | \| |__/
 *
 ****/
.island {
  position: relative;
  border-radius: 4px;
  transition: opacity 0.2s linear;
}
.island.is-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.island:last-of-type:not(:only-of-type) {
  margin-bottom: 0;
}
.island-form-submit {
  text-align: right;
  margin-top: 21px;
  padding-top: 21px;
  border-top: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.island-flush {
  margin-bottom: 0;
}
.island-hard {
  padding: 0;
}
.island-tight {
  padding: 10.5px;
}
.island-inset, .island-nested-inset {
  box-shadow: inset 0 1px 1px 0 rgb(94.2954545455, 121.237012987, 136.2045454545);
  border: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  background: rgb(235.1, 235.1, 235.1);
}
.island-inset > .island-title, .island-nested-inset > .island-title {
  text-transform: uppercase;
  color: #7e98a5;
}
.island-inset > .island-inner h1, .island-nested-inset > .island-inner h1, .island-inset > .island-inner h2, .island-nested-inset > .island-inner h2, .island-inset > .island-inner h3, .island-nested-inset > .island-inner h3, .island-inset > .island-inner h4, .island-nested-inset > .island-inner h4, .island-inset > .island-inner h5, .island-nested-inset > .island-inner h5, .island-inset > .island-inner h6, .island-nested-inset > .island-inner h6, .island-inset > .island-inner p, .island-nested-inset > .island-inner p, .island-inset > .island-inner a:not(.button), .island-nested-inset > .island-inner a:not(.button), .island-inset > .island-inner .gamma, .island-nested-inset > .island-inner .gamma, .island-inset > .island-inner .delta, .island-nested-inset > .island-inner .delta, .island-inset > .island-inner .epsilon, .island-nested-inset > .island-inner .epsilon, .island-inset > .island-inner .zeta, .island-inset > .island-inner .island-modal > .island-title, .island-nested-inset > .island-inner .zeta, .island-nested-inset > .island-inner .island-modal > .island-title {
  color: #3f515b;
}
.island-inset > .island-inner legend, .island-nested-inset > .island-inner legend {
  color: #7e98a5;
}
.island-inset > .island-footer, .island-nested-inset > .island-footer {
  box-shadow: inset 0 1px 1px 0 rgb(94.2954545455, 121.237012987, 136.2045454545);
  margin-top: 5.25px;
  padding: 5.25px 10.5px;
  border-radius: 4px;
  background: rgb(246.55, 248.2214285714, 249.15);
}
.island-emboss, .island-dashboard {
  box-shadow: 0 1px 2px 1px rgba(10.8409090909, 13.9383116883, 15.6590909091, 0.4);
  padding: 0;
  border: 1px solid #3f515b;
  background: #fff;
}
.island-emboss > .island-title, .island-dashboard > .island-title {
  line-height: 21px;
  background-image: linear-gradient(rgb(52.5681818182, 67.5876623377, 75.9318181818), rgb(42.1363636364, 54.1753246753, 60.8636363636));
  margin-bottom: 0;
  padding: 10.5px;
  border-bottom: 1px solid #3f515b;
}
.island-emboss > .island-inner, .island-dashboard > .island-inner {
  padding: 10.5px;
}
.island-emboss > .island-inner h1, .island-dashboard > .island-inner h1, .island-emboss > .island-inner h2, .island-dashboard > .island-inner h2, .island-emboss > .island-inner h3, .island-dashboard > .island-inner h3, .island-emboss > .island-inner h4, .island-dashboard > .island-inner h4, .island-emboss > .island-inner h5, .island-dashboard > .island-inner h5, .island-emboss > .island-inner h6, .island-dashboard > .island-inner h6, .island-emboss > .island-inner p, .island-dashboard > .island-inner p, .island-emboss > .island-inner a:not(.button), .island-dashboard > .island-inner a:not(.button), .island-emboss > .island-inner .gamma, .island-dashboard > .island-inner .gamma, .island-emboss > .island-inner .delta, .island-dashboard > .island-inner .delta, .island-emboss > .island-inner .epsilon, .island-dashboard > .island-inner .epsilon, .island-emboss > .island-inner .zeta, .island-dashboard > .island-inner .zeta, .island-emboss > .island-inner .island-modal > .island-title, .island-dashboard > .island-inner .island-modal > .island-title {
  color: #3f515b;
}
.island-emboss .island-action .button, .island-dashboard .island-action .button {
  font-size: 12px;
  font-size: 0.8rem;
  padding: 5.25px;
}
.island-emboss .island-form-submit, .island-dashboard .island-form-submit {
  border-top: 0;
}
.island-emboss.island-emboss-hard > .island-inner, .island-dashboard > .island-inner {
  padding: 0;
  border-radius: 0 0 4px 4px;
}
.island-emboss.island-emboss-hard > .island-inner .table-inset, .island-dashboard > .island-inner .table-inset {
  margin: -1px;
  width: calc(100% + 2px);
}
.island-bordered {
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-radius: 0;
}
.island-bordered + .island-bordered, .island-inset + .island-bordered, .island-nested-inset + .island-bordered, .island-bordered.top {
  border-top: none;
}
.island-bordered + .island-bordered {
  margin-top: -21px;
}
.island-bordered:last-of-type {
  border-bottom: none;
}
.island-bordered.horizontal {
  padding-right: 21px;
  border-top: none;
  border-right: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-bottom: none;
}
.island-bordered > .island-title {
  text-transform: uppercase;
}
.island-stylized {
  padding: 0;
}
.island-stylized > .island-title {
  position: relative;
  font-weight: 600;
  line-height: 52.5px;
  color: #7e98a5;
  width: 91.9075145%;
  height: 52.5px;
  margin-bottom: 0;
  padding: 0 21px;
  border-left: 4px solid #7e98a5;
  background: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.island-stylized > .island-title::after {
  position: absolute;
  top: 0;
  right: -42px;
  display: block;
  width: 42px;
  height: 52.5px;
  border-top: 52.5px solid transparent;
  border-left: 42px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  content: " ";
}
.island-stylized > .island-inner {
  padding: 21px;
  border-left: 4px solid #7e98a5;
  background: #fff;
}
.island-nested-inset {
  background: rgb(242.75, 242.75, 242.75);
}
.island-autowidth {
  display: inline-block;
}
.island-fullheight {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.island-fullheight .island-inner {
  flex: 1;
  height: 100%;
}
.island-fitheight {
  overflow: hidden;
}
.island-fitheight .island-inner {
  display: flex;
  flex-direction: column;
}
.island-tabwrap {
  border-radius: 0 4px 4px 4px;
}
.island-test {
  margin-bottom: 0;
  padding: 21px 0;
  border-top: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.island-modal {
  margin-bottom: 10.5px;
}
.island-modal > .island-title {
  color: #3f515b;
  font-weight: 600;
  margin-bottom: 5.25px;
  padding-bottom: 5.25px;
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.island-modal > .island-inner > .island-action button {
  margin: 0;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  color: rgb(94.2954545455, 121.237012987, 136.2045454545);
  padding: 0;
}
.island-action {
  position: absolute;
  top: 21px;
  right: 21px;
}
.island-hard .island-action {
  top: 0;
  right: 0;
}
.island-emboss .island-action, .island-dashboard .island-action {
  top: 7.875px;
  right: 10.5px;
}
.island-action a,
.island-action button {
  font-size: 13px;
  font-size: 0.8666666667rem;
}
.island-dashboard > .island-title {
  font-weight: 600;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
.logo {
  padding: 10.5px 21px;
  background-color: #dce1e4;
  border: 1px solid rgb(162.4193548387, 175.6451612903, 183.5806451613);
  width: 250px;
  border-radius: 0 0 8px 8px;
  inset: 10.5px 0 10.5px -5.25px;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * _  _ ____ ___ ____ _ _  _
 * |\/| |__|  |  |__/ |  \/
 * |  | |  |  |  |  \ | _/\_
 *
 ****/
.matrix {
  border: none;
}
.matrix > li {
  padding-top: 0;
  padding-bottom: 21px;
  padding-left: 0;
  border: none;
}
.matrix > li .input,
.matrix > li .select,
.matrix > li textarea {
  width: 100%;
}
.matrix.two-cols > li:nth-child(2n-1), .matrix.three-cols > li:nth-child(3n-2), .matrix.four-cols > li:nth-child(4n-3) {
  clear: left;
}
.matrix-flattop > li {
  padding-top: 0;
}

/****
 * _  _ ____ ___  _ ____
 * |\/| |___ |  \ | |__|
 * |  | |___ |__/ | |  |
 *
 ****/
.media-hard {
  margin-bottom: 0;
}
.media-centered {
  display: flex;
  align-items: center;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * _  _ ____ _  _ _  _
 * |\/| |___ |\ | |  |
 * |  | |___ | \| |__|
 *
 ****/
.menu {
  margin-bottom: 0;
}
.menu a.destroy {
  color: #d63939 !important;
}
.menu a.destroy:hover {
  color: rgb(161.1338912134, 33.3661087866, 33.3661087866) !important;
}
.menu a.active,
.menu button.active {
  color: #7e98a5;
  font-weight: 600;
}
.menu li .button-plain:hover, .menu li .button-plain:focus {
  color: #ddb400;
}
.menu-stacked li a {
  line-height: 1.4;
}
.menu-stacked.bordered li > a {
  padding: 10.5px 0;
}
.menu-stacked.bordered li > a, .menu-stacked.bordered li > .split {
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.menu-stacked.bordered li .split > a:not(.button) {
  padding: 10.5px;
}
.menu-stacked.bordered li:last-child a {
  border-bottom: none;
}
.menu-buttons li {
  margin: 0 0 0 10.5px;
  vertical-align: top;
}
.menu-buttons.rev {
  margin: 0 10.5px 0 0;
}
.menu-bordered li {
  display: block;
}
.menu-bordered li.split-flex {
  display: flex;
}
.menu-bordered li:only-child {
  padding: 0;
}
.menu-bordered li:not(:only-child) {
  padding: 10.5px 0;
}
.menu-bordered li:not(:only-child):first-child {
  padding-top: 0;
}
.menu-bordered li:not(:only-child):last-child {
  padding-bottom: 0;
}
.menu-bordered li:not(:last-child) {
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.menu-linked {
  border-radius: 4px;
}
.menu-linked li {
  float: left;
}
.menu-linked li a {
  display: inline-flex;
  align-items: center;
  padding: 10.5px;
  outline: none;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #7e98a5;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 -1px 0 rgb(77.6712328767, 100.1095890411, 111.3287671233);
  box-shadow: 0 1px 2px 1px rgba(10.8409090909, 13.9383116883, 15.6590909091, 0.4);
  font-size: 15px;
  font-size: 1rem;
  border-top: 1px solid #7e98a5;
  border-right: 1px solid rgb(88.1506849315, 113.6164383562, 126.3493150685);
  border-bottom: 5px solid rgb(107.9753424658, 137.6082191781, 152.4246575342);
  border-left: 1px solid rgb(171.0616438356, 187.9794520548, 196.4383561644);
  transition: all 0.2s ease;
}
@media screen and (max-width: 950px) {
  .menu-linked li a {
    padding: 7.875px;
    font-size: 85%;
  }
}
.menu-linked li a:active {
  box-shadow: 0 1px 2px 0 rgba(201.102739726, 211.9657534247, 217.397260274, 0);
  top: 2px;
  border-bottom-width: 1px;
}
.menu-linked li a .icon {
  margin-right: 10.5px;
}
.menu-linked li a svg > use {
  stroke: #fff;
  fill: #fff;
}
.menu-linked li a:hover, .menu-linked li a:focus, .menu-linked li a.is-current-page {
  background: rgb(88.1506849315, 113.6164383562, 126.3493150685);
  color: #ddb400;
}
.menu-linked li a:active {
  background: rgb(88.1506849315, 113.6164383562, 126.3493150685);
}
.menu-linked li a.is-active:hover, .menu-linked li a.is-active:focus {
  color: #7e98a5;
}
.menu-linked li a:disabled, .menu-linked li a.disabled {
  color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.menu-linked li a:disabled svg > use, .menu-linked li a.disabled svg > use {
  stroke: rgb(156.0410958904, 175.9863013699, 185.9589041096);
  fill: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.menu-linked li a .icon {
  width: 16px;
  height: 16px;
}
.menu-linked li a:active {
  margin-top: 4px;
}
.menu-linked li:first-child a {
  border-left: none;
  border-radius: 4px 0 0 4px;
}
.menu-linked li:last-child a {
  border-right: none;
  border-radius: 0 4px 4px 0;
}
.menu-light li a {
  background: rgb(219.4272727273, 226.4636363636, 230.3727272727);
  color: rgb(86.0547945205, 110.9150684932, 123.3452054795);
  text-shadow: 0 -1px 0 rgb(119.9772727273, 146.6850649351, 161.5227272727);
  text-shadow: 0 -1px 0 rgb(225.4545454545, 231.2987012987, 234.5454545455);
}
.menu-light li a svg > use {
  stroke: rgb(150.0328767123, 171.1890410959, 181.7671232877);
  fill: rgb(150.0328767123, 171.1890410959, 181.7671232877);
}
.menu-light li a:hover, .menu-light li a:focus, .menu-light li a.is-current-page {
  background: rgb(177.2363636364, 192.6181818182, 201.1636363636);
  color: rgb(69.2876712329, 89.304109589, 99.3123287671);
}
.menu-light li a:active {
  background: rgb(159.1545454545, 178.112987013, 188.6454545455);
}
.menu-light li a.is-active:hover, .menu-light li a.is-active:focus {
  color: #7e98a5;
}
.menu-light li a:disabled, .menu-light li a.disabled {
  color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.menu-light li a:disabled svg > use, .menu-light li a.disabled svg > use {
  stroke: rgb(156.0410958904, 175.9863013699, 185.9589041096);
  fill: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.menu-main > li > a {
  position: relative;
}
.menu-main > li > a::after {
  content: "";
  position: absolute;
  top: 3.9375px;
  left: 3.9375px;
  width: 29.125px;
  height: 29.125px;
  background-color: rgb(42.1363636364, 54.1753246753, 60.8636363636);
  box-shadow: inset 0 1px 2px rgb(73.4318181818, 94.4123376623, 106.0681818182);
  border-radius: 50%;
}
.menu-main > li > a > .icon {
  position: relative;
  z-index: 1;
  margin-right: 10.5px;
}
.menu-main > li > a > .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(42.1363636364, 54.1753246753, 60.8636363636);
  border-radius: 50%;
}
.menu-actions {
  white-space: nowrap;
}
.menu-actions li::after {
  color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
  padding: 0 5.25px;
  content: "|";
}
.menu-actions li:last-child::after {
  padding: 0;
  content: " ";
}
.menu-actions li a {
  transition: color 0.2s ease;
}
.menu-actions li a:hover, .menu-actions li a:visited:hover {
  color: #ddb400;
}
.menu-actions li a:visited {
  color: #7e98a5;
}
.menu-user li {
  margin-left: 1em;
}
.menu-user li a {
  color: #7e98a5;
}
.menu-user li a:hover {
  color: #ddb400;
}
.menu-worksheet-actions {
  margin-bottom: 5.25px;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * _  _ ____ _  _ _  _    ___ ____ ___
 * |\/| |___ |\ | |  |     |  |__| |__]
 * |  | |___ | \| |__|     |  |  | |__]
 *
 ****/
.menu-tab, .menu-tab-light {
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 10.5px 21px;
  border-radius: 4px 4px 0 0;
  background: #000;
  transition: background-color 0.2s ease;
}
.menu-tab:hover, .menu-tab-light:hover {
  color: #fff;
  background: rgb(144.5, 117.6923076923, 0);
}
.menu-tab.is-active, .is-active.menu-tab-light {
  color: #7e98a5;
  background: #ddb400;
}

.menu-tab-light {
  color: #3f515b;
  border-bottom: 1px solid rgb(165.1818181818, 182.9480519481, 192.8181818182);
  background: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.menu-tab-light:hover {
  color: #3f515b;
  background: rgb(255, 241.1230769231, 180.2);
}
.menu-tab-light.is-active {
  color: #fff;
  background: #ddb400;
}
.menu-tab-light.is-active:hover {
  color: #fff;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ____ ____ _    ____ ____ ___  ____ _  _
 * |    |  | |    |  | |__/ |__] |  |  \/
 * |___ |__| |___ |__| |  \ |__] |__| _/\_
 *
 ****/
#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: visible !important;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  display: block;
  max-width: none;
  margin: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  box-sizing: content-box;
  box-sizing: content-box;
}

#cboxOverlay {
  background: rgb(98.6301369863, 127.1232876712, 141.3698630137);
}

#colorbox {
  outline: 0;
  border-radius: 4px;
}

#cboxContent {
  overflow: visible;
  border-radius: 4px;
  background: none;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadingGraphic {
  background: url("/assets/colorbox/loading-10a73a88bfc9ab9cfb54bd0bf0b560b69c134533.gif") no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  position: absolute;
  top: -20px;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: url("/assets/colorbox/controls-eab8da049d732c75781a63a8c2139c4a393df1eb.png") no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  right: 44px;
  background-position: 0 0;
}
#cboxPrevious:hover {
  background-position: 0 -25px;
}

#cboxNext {
  right: 22px;
  background-position: -25px 0;
}
#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  right: 0;
  background-position: -50px 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  right: 44px;
  background-position: -75px -25px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  right: 44px;
  background-position: -100px 0;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * _  _ ____ ___  ____ _       _ _ _ _ _  _ ___  ____ _ _ _
 * |\/| |  | |  \ |__| |       | | | | |\ | |  \ |  | | | |
 * |  | |__| |__/ |  | |___    |_|_| | | \| |__/ |__| |_|_|
 *
 ****/
.modal {
  padding: 0;
  width: auto;
  max-width: none;
}

.blocker {
  z-index: 2000;
  width: 100vw;
  height: 100vh;
}

.abs-modal {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.abs-modal-title {
  font: 300 1.25em/1 "Source Sans Pro", sans-serif;
  color: rgb(201.102739726, 211.9657534247, 217.397260274);
  margin-bottom: 0;
  padding: 10.5px;
  border-bottom: 1px solid rgb(135.0454545455, 158.7727272727, 171.9545454545);
  border-radius: 4px 4px 0 0;
  background: rgb(42.1363636364, 54.1753246753, 60.8636363636);
}
.abs-modal-content {
  flex: 1;
  color: #3f515b;
  margin-bottom: 10.5px;
  padding: 10.5px;
  overflow: auto;
  max-height: 70vh;
}
.abs-modal-content .delta {
  color: inherit;
}
.abs-modal-actions {
  text-align: right;
  width: 100%;
  padding: 10.5px;
  border-top: 1px solid rgb(225.4545454545, 231.2987012987, 234.5454545455);
  background: rgb(240.5227272727, 243.3863636364, 244.9772727273);
}
.abs-modal-action-button {
  display: inline-block;
  margin-left: 10.5px;
  vertical-align: bottom;
}
.abs-modal-action-button a {
  font-size: 12px;
  font-size: 0.8rem;
}
.abs-modal-action-button a.text {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.abs-modal-action-button button {
  font-size: 12px;
  font-size: 0.8rem;
}
.abs-modal--no-overflow {
  height: 70vh;
}
.abs-modal--no-overflow .abs-modal-content {
  overflow: inherit;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
.overlay__backdrop {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  transition: opacity 0.25s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.overlay:not(.is-visible) .overlay__backdrop {
  opacity: 0;
  pointer-events: none;
}
.overlay__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 350px;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.25s ease-in-out;
  background: #fff;
  z-index: 1500;
}
.overlay__content .reveal-overlay {
  width: 100vw;
}
.overlay__content--small {
  width: 400px;
  /*
   HACK:
   If a Reveal modal appears within an overlay, the fixed positioning of the overlay container
   is distorted because it exists within a transformed element. The "fix" here is to apply an
   additional transform to move it over to the appropriate place.

   This has been placed within a @supports block to hide it from Internet Explorer, which
   amusingly enough doesn't have this problem.
   */
}
@supports (transform: translateX(0)) {
  .overlay__content--small .reveal-overlay {
    transform: translateX(calc(-100vw + 400px));
  }
}
.overlay__content--medium {
  width: 600px;
  /*
   HACK:
   If a Reveal modal appears within an overlay, the fixed positioning of the overlay container
   is distorted because it exists within a transformed element. The "fix" here is to apply an
   additional transform to move it over to the appropriate place.

   This has been placed within a @supports block to hide it from Internet Explorer, which
   amusingly enough doesn't have this problem.
   */
}
@supports (transform: translateX(0)) {
  .overlay__content--medium .reveal-overlay {
    transform: translateX(calc(-100vw + 600px));
  }
}
.overlay__content--large {
  width: 750px;
  /*
   HACK:
   If a Reveal modal appears within an overlay, the fixed positioning of the overlay container
   is distorted because it exists within a transformed element. The "fix" here is to apply an
   additional transform to move it over to the appropriate place.

   This has been placed within a @supports block to hide it from Internet Explorer, which
   amusingly enough doesn't have this problem.
   */
}
@supports (transform: translateX(0)) {
  .overlay__content--large .reveal-overlay {
    transform: translateX(calc(-100vw + 750px));
  }
}
.overlay__content--xlarge {
  width: 850px;
  /*
   HACK:
   If a Reveal modal appears within an overlay, the fixed positioning of the overlay container
   is distorted because it exists within a transformed element. The "fix" here is to apply an
   additional transform to move it over to the appropriate place.

   This has been placed within a @supports block to hide it from Internet Explorer, which
   amusingly enough doesn't have this problem.
   */
}
@supports (transform: translateX(0)) {
  .overlay__content--xlarge .reveal-overlay {
    transform: translateX(calc(-100vw + 850px));
  }
}
.overlay__content--xxlarge {
  width: 920px;
  /*
   HACK:
   If a Reveal modal appears within an overlay, the fixed positioning of the overlay container
   is distorted because it exists within a transformed element. The "fix" here is to apply an
   additional transform to move it over to the appropriate place.

   This has been placed within a @supports block to hide it from Internet Explorer, which
   amusingly enough doesn't have this problem.
   */
}
@supports (transform: translateX(0)) {
  .overlay__content--xxlarge .reveal-overlay {
    transform: translateX(calc(-100vw + 920px));
  }
}
.overlay.is-visible .overlay__content {
  transform: translateX(0);
}

.overlay-button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  appearance: none;
  text-align: left;
}
.overlay-button:focus {
  outline: 0;
}

.overlay-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: visible;
}
.overlay-content__title, .overlay-content__window {
  display: flex;
  flex: 0 1 auto;
  padding: 21px;
}
.overlay-content__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  color: #dce1e4;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(42.1363636364, 54.1753246753, 60.8636363636);
  background-image: repeating-linear-gradient(to bottom, rgb(62.5909090909, 80.474025974, 90.4090909091), rgb(62.5909090909, 80.474025974, 90.4090909091) 1px, rgb(42.1363636364, 54.1753246753, 60.8636363636) 1px, rgb(42.1363636364, 54.1753246753, 60.8636363636) 4px);
  box-shadow: 0 2px 4px 1px rgba(126, 152, 165, 0.4);
}
.overlay-content__title::before, .overlay-content__title::after {
  display: block;
  width: 100%;
  content: " ";
}
.overlay-content__title::before {
  height: 2.625px;
  border-bottom: 1px solid rgb(171.0616438356, 187.9794520548, 196.4383561644);
  background: #7e98a5;
}
.overlay-content__title::after {
  height: 5.25px;
  border-bottom: 1px solid #7e98a5;
  background: rgb(171.0616438356, 187.9794520548, 196.4383561644);
}
.overlay-content__title::before, .overlay-content__title::after {
  position: absolute;
  left: 0;
  width: 100%;
}
.overlay-content__title::before {
  top: 0;
}
.overlay-content__title::after {
  bottom: -2.625px;
}
.overlay-content__window {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100% - 64px);
  align-items: stretch;
  align-content: stretch;
  overflow-y: auto;
}
.overlay-content__window--align-top {
  justify-content: flex-start;
}
.overlay-content__window > * {
  flex: 1;
  width: inherit;
  min-height: 100%;
  padding: 0;
}

.overlay-content-title {
  display: inherit;
  width: 100%;
  justify-content: flex-start;
  align-items: inherit;
}
.overlay-content-title__text {
  margin-right: auto;
  font-size: 28px;
  font-weight: 300;
}
.overlay-content-title__button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  appearance: none;
  display: inherit;
  color: inherit;
  margin: -21px;
  padding: 21px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.overlay-content-title__button:focus {
  outline: 0;
}
.overlay-content-title__button:hover, .overlay-content-title__button:focus-within {
  color: rgb(255, 215.5769230769, 42.5);
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ____ ____ _  _ ___  _    ____    ___ ____ ____ ___
 * [__  |__| |\/| |__] |    |___     |  |___ [__   |
 * ___] |  | |  | |    |___ |___     |  |___ ___]  |
 *
 ****/
.sample-test:not(:first-child) {
  margin-top: 10.5px;
  padding: 10.5px 0;
  border-top: 1px dotted rgb(210.3863636364, 219.211038961, 224.1136363636);
}
.sample-test.sample-test-inset {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.sample-test-header {
  display: flex;
  margin-bottom: 21px;
  position: relative;
}
.sample-test .sample-test-procedure, .sample-test .sample-test-title {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: baseline;
}
.sample-test-title {
  flex: 1;
  padding-right: 21px;
  display: flex;
  align-items: baseline;
  gap: 1em;
}
.sample-test-title-text {
  margin-bottom: 0.25em;
}
.sample-test-result-listing {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 1rem;
}
.sample-test-result-listing .nav {
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
}
.sample-test-result-listing .nav > li {
  display: flex;
}
.sample-test-result-listing .nav > li:not(:last-child) {
  flex: 1;
}
.sample-test-result-listing .nav > li:not(:first-child) {
  margin-left: 21px;
}
.sample-test-change-procedure {
  margin-left: 1em;
  vertical-align: middle;
}
.sample-test-procedure, .sample-test-criteria {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-style: italic;
  color: #3f515b;
}
.sample-test-procedure b, .sample-test-criteria b {
  font-size: 15px;
  font-size: 1rem;
  font-style: normal;
}
.sample-test-criteria {
  padding-right: 10.5px;
  border-right: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  text-align: right;
}
.sample-test-criteria b {
  display: block;
  font-size: 0.875em;
  line-height: 1.25;
  margin-bottom: 10.5px;
}
.sample-test-result {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-style: italic;
  white-space: nowrap;
  padding-left: 10.5px;
  text-align: right;
}
.sample-test-result::after {
  font-size: 1.125em;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
  content: "Incomplete";
  display: block;
  line-height: 1.25;
  position: relative;
  top: -2.5px;
}
.sample-test-remove {
  margin-bottom: 10.5px;
}
.sample-test-footer {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-top: 10.5px;
  text-align: right;
  color: #7e98a5;
  overflow: hidden;
}
.sample-test-footer-left {
  float: left;
}
.sample-test-footer-right {
  text-align: right;
  font-weight: bold;
}
.sample-test .select {
  display: block;
  width: 100%;
}
.sample-test[data-pass=true] .sample-test-result-listing > .nav > li.first-test .sample-test-result::after {
  color: #91d815;
  content: "Passed";
}
.sample-test[data-pass=false] .sample-test-result-listing > .nav > li.first-test .sample-test-result::after {
  color: #d63939;
  content: "Failed";
}
.sample-test[data-pass-2=true] .sample-test-result-listing > .nav > li.second-test .sample-test-result::after {
  color: #91d815;
  content: "Passed";
}
.sample-test[data-pass-2=false] .sample-test-result-listing > .nav > li.second-test .sample-test-result::after {
  color: #d63939;
  content: "Failed";
}
.sample-test .input.plus {
  border: none;
}
.sample-test .plus-label {
  font-size: 25px;
  float: left;
  padding-right: 10px;
  margin-top: -4px;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ____ _ ___  ____ ___  ____ ____
 * [__  | |  \ |___ |__] |__| |__/
 * ___] | |__/ |___ |__] |  | |  \
 *
 ****/
.sidebar > .island:not(:last-child) {
  margin-bottom: 21px;
}
.sidebar > .island:not(:last-child)::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -10.5px;
  left: 0;
  height: 1px;
  border-bottom: 1px dashed rgb(195.3181818182, 207.1233766234, 213.6818181818);
  content: "";
}
.sidebar-buttons > .island {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 5.25px;
  transition: background-color 0.125s ease, border-color 0.125s ease;
}
.sidebar-buttons > .island:hover, .sidebar-buttons > .island:focus {
  border-color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
  background-color: rgba(255, 255, 255, 0.3);
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
* ____ ___  _    _ ___
* [__  |__] |    |  |
* ___] |    |___ |  |
*
****/
.split .split__title,
.split .split__subtitle {
  line-height: 1.25;
}

.split .split__subtitle {
  font-size: 0.85em;
  font-style: italic;
}

.split__footer,
.split__footer + dd {
  padding-top: 10.5px;
}

.split-listing:not(:last-of-type) {
  margin-bottom: 5.25px;
  padding-bottom: 5.25px;
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}

.split-fill {
  display: flex;
  flex-wrap: wrap;
}
.split-fill .split__title,
.split-fill .split__subtitle {
  width: 50%;
  margin-left: 0;
}
.split-fill.split-fill-bordered .split__title:not(:nth-child(1), :nth-child(2)),
.split-fill.split-fill-bordered .split__subtitle:not(:nth-child(1), :nth-child(2)) {
  margin-top: 5.25px;
  padding-top: 5.25px;
  border-top: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}

.split-fit {
  display: table;
  width: 100%;
}
.split-fit dt,
.split-fit dd {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.split-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
* ____ ____ _  _ ___  _    ____    ____ ___ ____ ___ ____ ____
* [__  |__| |\/| |__] |    |___    [__   |  |__|  |  |___ [__
* ___] |  | |  | |    |___ |___    ___]  |  |  |  |  |___ ___]
*
****/
.state-base td:first-child, .state-review td:first-child, .state-overdue td:first-child, .state-test-ready td:first-child, .state-in-progress td:first-child, .state-new td:first-child {
  border-left-width: 4px;
  border-left-style: solid;
}

.state-new {
  font-weight: bold !important;
  background: rgb(232.1746835443, 249.7898734177, 201.4101265823) !important;
}
.state-new td:first-child {
  border-left-color: rgb(113.7974683544, 169.5189873418, 16.4810126582) !important;
}
.state-new td, .state-new a {
  color: rgb(113.7974683544, 169.5189873418, 16.4810126582) !important;
}

.state-test-ready td:first-child, .state-in-progress td:first-child {
  border-left-color: rgb(113.7974683544, 169.5189873418, 16.4810126582) !important;
}

.state-overdue {
  font-weight: bold !important;
  background: rgb(248.9958158996, 226.0041841004, 226.0041841004) !important;
}
.state-overdue td:first-child {
  border-left-color: #d63939 !important;
}
.state-overdue td, .state-overdue a {
  color: #d63939 !important;
}

.state-review td:first-child {
  border-left-color: #ffe500;
}

.state-base td:first-child {
  border-left-color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ____ _ _ _ _ ___ ____ _  _ ____ ____
 * [__  | | | |  |  |    |__| |___ |__/
 * ___] |_|_| |  |  |___ |  | |___ |  \
 *
 ****/
.switcher {
  border-radius: 4px;
}
.switcher a, .switcher button {
  display: inline-flex;
  align-items: center;
  padding: 10.5px;
  outline: none;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 1px 2px 1px rgba(10.8409090909, 13.9383116883, 15.6590909091, 0.4);
  float: left;
  border-top: 1px solid #7e98a5;
  border-right: 1px solid rgb(88.1506849315, 113.6164383562, 126.3493150685);
  border-bottom: 5px solid rgb(88.1506849315, 113.6164383562, 126.3493150685);
  border-left: 1px solid rgb(171.0616438356, 187.9794520548, 196.4383561644);
  transition: all 0.2s ease;
}
@media screen and (max-width: 950px) {
  .switcher a, .switcher button {
    padding: 7.875px;
    font-size: 85%;
  }
}
.switcher a:active, .switcher button:active {
  box-shadow: 0 1px 2px 0 rgba(201.102739726, 211.9657534247, 217.397260274, 0);
  top: 2px;
  border-bottom-width: 1px;
}
.switcher a .icon, .switcher button .icon {
  margin-right: 10.5px;
}
.switcher a:hover, .switcher a:focus, .switcher button:hover, .switcher button:focus {
  background: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.switcher a.is-active, .switcher button.is-active {
  position: relative;
  top: 4px;
  text-shadow: 0 -1px 0 rgb(180.2, 146.7692307692, 0);
  color: #7e98a5;
  border-top-color: transparent;
  border-bottom-width: 1px;
  border-left-color: rgb(119, 96.9230769231, 0);
  background: #ddb400;
}
.switcher a.is-active:hover, .switcher a.is-active:focus, .switcher button.is-active:hover, .switcher button.is-active:focus {
  background: #ddb400;
}
.switcher a:first-child, .switcher button:first-child {
  border-left: none;
  border-radius: 4px 0 0 4px;
}
.switcher a:last-child, .switcher button:last-child {
  border-right: none;
  border-radius: 0 4px 4px 0;
}
.switcher-dark button {
  background: #7e98a5;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 -1px 0 rgb(77.6712328767, 100.1095890411, 111.3287671233);
  border-top: 1px solid #7e98a5;
  border-top-color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
  border-bottom: 3px solid rgb(88.1506849315, 113.6164383562, 126.3493150685);
}
.switcher-dark button svg > use {
  stroke: #fff;
  fill: #fff;
}
.switcher-dark button:hover, .switcher-dark button:focus, .switcher-dark button.is-current-page {
  background: rgb(88.1506849315, 113.6164383562, 126.3493150685);
  color: #ddb400;
}
.switcher-dark button:active {
  background: rgb(88.1506849315, 113.6164383562, 126.3493150685);
}
.switcher-dark button.is-active:hover, .switcher-dark button.is-active:focus {
  color: #7e98a5;
}
.switcher-dark button:disabled, .switcher-dark button.disabled {
  color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.switcher-dark button:disabled svg > use, .switcher-dark button.disabled svg > use {
  stroke: rgb(156.0410958904, 175.9863013699, 185.9589041096);
  fill: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.switcher-dark button.is-active {
  color: #3f515b;
}
.switcher-light button {
  background: rgb(219.4272727273, 226.4636363636, 230.3727272727);
  color: rgb(86.0547945205, 110.9150684932, 123.3452054795);
  text-shadow: 0 -1px 0 rgb(119.9772727273, 146.6850649351, 161.5227272727);
  border-color: rgb(141.0727272727, 163.6077922078, 176.1272727273) rgb(141.0727272727, 163.6077922078, 176.1272727273) rgb(141.0727272727, 163.6077922078, 176.1272727273) rgb(249.5636363636, 250.638961039, 251.2363636364);
}
.switcher-light button svg > use {
  stroke: rgb(150.0328767123, 171.1890410959, 181.7671232877);
  fill: rgb(150.0328767123, 171.1890410959, 181.7671232877);
}
.switcher-light button:hover, .switcher-light button:focus, .switcher-light button.is-current-page {
  background: rgb(177.2363636364, 192.6181818182, 201.1636363636);
  color: rgb(69.2876712329, 89.304109589, 99.3123287671);
}
.switcher-light button:active {
  background: rgb(159.1545454545, 178.112987013, 188.6454545455);
}
.switcher-light button.is-active:hover, .switcher-light button.is-active:focus {
  color: #7e98a5;
}
.switcher-light button:disabled, .switcher-light button.disabled {
  color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.switcher-light button:disabled svg > use, .switcher-light button.disabled svg > use {
  stroke: rgb(156.0410958904, 175.9863013699, 185.9589041096);
  fill: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.switcher-light button.is-active {
  color: #fff;
}
.switcher-light button.is-active:hover, .switcher-light button.is-active:focus {
  color: #fff;
}

.switcher-target.is-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ___  ____ ___ ____ ___ ____ ___  _    ____ ____
 * |  \ |__|  |  |__|  |  |__| |__] |    |___ [__
 * |__/ |  |  |  |  |  |  |  | |__] |___ |___ ___]
 ****/
table.dataTable:not(:last-child) {
  margin-bottom: 21px;
  position: relative;
}
table.dataTable:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -25px;
  background-color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
table.dataTable.no-footer {
  border-bottom: 4px solid #7e98a5;
}
table.dataTable caption {
  display: none;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10.5px;
}
table.dataTable thead th {
  vertical-align: middle;
  padding-right: 21px;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
  background-position: calc(100% - 4px) 50%;
  background-size: 16px;
}
table.dataTable thead .sorting {
  background-image: url("/assets/caret_both_blue-c31000aad487d12f047f3f51d9a6a9c94d4823bc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("/assets/caret_down_blue-e6523cb520eb2fe234eddf77909c99fd53e62584.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("/assets/caret_up_blue-8f3e2a69f7c4d3fcb48ceb03f2d3aed992a6bf11.png");
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: normal;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: rgb(201.102739726, 211.9657534247, 217.397260274);
}
.dataTables_wrapper .dataTables_length *,
.dataTables_wrapper .dataTables_filter *,
.dataTables_wrapper .dataTables_info *,
.dataTables_wrapper .dataTables_processing *,
.dataTables_wrapper .dataTables_paginate * {
  color: inherit;
}
.dataTables_wrapper .dataTables_wrapperHead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 21px;
}
.dataTables_wrapper .dataTables_wrapperHead__title {
  margin-right: 21px;
}
.dataTables_wrapper .dataTables_wrapperHead__title:empty {
  margin-right: 0;
}
.dataTables_wrapper .dataTables_wrapperHead__left, .dataTables_wrapper .dataTables_wrapperHead__right {
  display: inherit;
}
.dataTables_wrapper .dataTables_wrapperHead__left *, .dataTables_wrapper .dataTables_wrapperHead__right * {
  margin-bottom: 0;
}
.dataTables_wrapper .dataTables_wrapperHead__left {
  margin-right: auto;
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons {
  display: flex;
  align-items: center;
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons:not(:empty) {
  margin-left: 10.5px;
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button {
  display: inline-flex;
  align-items: center;
  padding: 10.5px;
  outline: none;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 1px 2px 1px rgba(10.8409090909, 13.9383116883, 15.6590909091, 0.4);
  border-radius: 4px;
  margin: 0;
}
@media screen and (max-width: 950px) {
  .dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button {
    padding: 7.875px;
    font-size: 85%;
  }
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button:active {
  box-shadow: 0 1px 2px 0 rgba(201.102739726, 211.9657534247, 217.397260274, 0);
  top: 2px;
  border-bottom-width: 1px;
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button .icon {
  margin-right: 10.5px;
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button:not(:first-child) {
  margin-left: 10.5px;
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-light {
  background: rgb(219.4272727273, 226.4636363636, 230.3727272727);
  color: rgb(86.0547945205, 110.9150684932, 123.3452054795);
  text-shadow: 0 -1px 0 rgb(119.9772727273, 146.6850649351, 161.5227272727);
  border: 1px solid rgb(135.0454545455, 158.7727272727, 171.9545454545);
  border-top-color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
  border-bottom: 3px solid rgb(110.9363636364, 139.4324675325, 155.2636363636);
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-light svg > use {
  stroke: rgb(150.0328767123, 171.1890410959, 181.7671232877);
  fill: rgb(150.0328767123, 171.1890410959, 181.7671232877);
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-light:hover, .dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-light:focus, .dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-light.is-current-page {
  background: rgb(177.2363636364, 192.6181818182, 201.1636363636);
  color: rgb(69.2876712329, 89.304109589, 99.3123287671);
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-light:active {
  background: rgb(159.1545454545, 178.112987013, 188.6454545455);
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-light.is-active:hover, .dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-light.is-active:focus {
  color: #7e98a5;
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-light:disabled, .dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-light.disabled {
  color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-light:disabled svg > use, .dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-light.disabled svg > use {
  stroke: rgb(156.0410958904, 175.9863013699, 185.9589041096);
  fill: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-dark {
  background: #7e98a5;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 -1px 0 rgb(77.6712328767, 100.1095890411, 111.3287671233);
  border: 1px solid #7e98a5;
  border-top-color: rgb(110.9794520548, 140.0068493151, 154.5205479452);
  border-bottom: 3px solid rgb(77.6712328767, 100.1095890411, 111.3287671233);
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-dark svg > use {
  stroke: #fff;
  fill: #fff;
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-dark:hover, .dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-dark:focus, .dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-dark.is-current-page {
  background: rgb(88.1506849315, 113.6164383562, 126.3493150685);
  color: #ddb400;
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-dark:active {
  background: rgb(88.1506849315, 113.6164383562, 126.3493150685);
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-dark.is-active:hover, .dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-dark.is-active:focus {
  color: #7e98a5;
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-dark:disabled, .dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-dark.disabled {
  color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-dark:disabled svg > use, .dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-dark.disabled svg > use {
  stroke: rgb(156.0410958904, 175.9863013699, 185.9589041096);
  fill: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.dataTables_wrapper .dataTables_wrapperHead .dt-buttons button.dt-button.button-small {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 7.875px;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 31.5px;
}
.dataTables_wrapper .dataTables_length label {
  display: flex;
  align-items: center;
}
.dataTables_wrapper .dataTables_length label .chosen-container {
  margin: 0 0.375em;
  min-width: 75px;
  max-width: 150px;
}
.dataTables_wrapper .dataTables_filter input {
  display: block;
  line-height: 1;
  transition: all 0.2s ease;
  color: #3f515b;
  max-height: 42px;
  padding: 10.5px;
  border: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-radius: 4px;
  display: inline;
}
.dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder {
  line-height: 21px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.dataTables_wrapper .dataTables_filter input:-moz-placeholder {
  line-height: 21px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.dataTables_wrapper .dataTables_filter input::-moz-placeholder {
  line-height: 21px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.dataTables_wrapper .dataTables_filter input:-ms-input-placeholder {
  line-height: 21px;
  color: rgb(165.1818181818, 182.9480519481, 192.8181818182);
}
.dataTables_wrapper .dataTables_paginate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 21px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-left: 0;
  padding: 5.25px;
  border-radius: 4px;
  transition: border-color 0.15s ease, color 0.15s ease;
  color: inherit !important;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button svg use {
  transition: fill 0.15s ease;
  fill: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.25;
  color: inherit !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border-color: transparent;
  color: #ddb400 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover svg use {
  fill: #ddb400;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: none;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next svg, .dataTables_wrapper .dataTables_paginate .paginate_button.last svg {
  margin-left: 10.5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.first svg, .dataTables_wrapper .dataTables_paginate .paginate_button.previous svg {
  margin-right: 10.5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #ddb400 !important;
  font-weight: bold;
  border: 1px solid #ddb400;
  background: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid #ddb400;
  background: none;
  color: #ddb400 !important;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/**
 * Generic utility styles etc.
 */
/****
 * ___ ____ ___  _    ____ ____
 *  |  |__| |__] |    |___ [__
 *  |  |  | |__] |___ |___ ___]
 *
 ****/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
table {
  border-collapse: collapse;
}
table caption {
  padding-bottom: 21px;
  text-align: left;
}
table th,
table td {
  padding: 10.5px;
  line-height: 1;
  color: #3f515b;
  font-size: 0.9333333333rem;
}
table th a,
table td a {
  color: inherit;
}
table thead th {
  color: #3f515b;
  font-weight: 600;
  text-align: left;
  font-size: 1.0666666667rem;
}
table tbody tr {
  position: relative;
}
table tbody tr td {
  position: relative;
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  transition: opacity 0.125s ease;
}
table tbody tr[data-table-row-detail] {
  cursor: pointer;
}
table tbody tr.is-loading > td:first-of-type::before {
  display: block;
  position: absolute;
  top: 10.5px;
  left: calc(50% - 10.5px);
  width: 21px;
  height: 21px;
  background-image: url("/assets/loading_icon-62e08744b5854bb97db94adfea6e03050bbc802c.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  content: "";
  transform-origin: 10.5px;
  animation: spin 1.5s infinite linear;
}
table tbody tr.is-loading > td {
  opacity: 0.25;
}
table tbody tr.data-row > td {
  transition: padding 0.8s ease;
}
table tbody tr.data-row > td:only-child {
  padding: 0;
}
table tbody tr tr:last-of-type td {
  border-bottom: none;
}

.table-data {
  width: 100%;
  margin: 21px 0;
  border-bottom: 4px solid #7e98a5;
  border-radius: 4px;
  background: #fff;
  border-collapse: separate;
  box-shadow: 0 1px 2px 1px rgba(10.8409090909, 13.9383116883, 15.6590909091, 0.4);
}
.table-data thead th {
  border-right: 1px solid rgb(216.4136363636, 224.0461038961, 228.2863636364);
  border-bottom: 1px solid rgb(135.0454545455, 158.7727272727, 171.9545454545);
  background: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.table-data tbody tr:nth-child(even) {
  background: rgb(240.5227272727, 243.3863636364, 244.9772727273);
}
.table-data tbody tr td {
  color: #3f515b;
  vertical-align: top;
}
.table-data tbody tr.emphasis td {
  color: rgb(75.5181818182, 97.0948051948, 109.0818181818);
  font-weight: bold;
}
.table-data th:last-child,
.table-data td:last-child {
  border-right: none;
}
.table-data th.action-items a,
.table-data td.action-items a {
  margin-right: 4px;
}

.table-inset {
  margin-bottom: 0;
  border-radius: 4px;
  border-spacing: 0;
  box-shadow: none;
  box-shadow: inset 0 1px 1px 0 rgb(94.2954545455, 121.237012987, 136.2045454545);
}
.table-inset thead tr {
  border-radius: 4px 4px 0 0;
}
.table-inset thead th {
  border-top: 2px solid rgb(171.2090909091, 187.7831168831, 196.9909090909);
  border-right: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  background: rgb(213.4, 221.6285714286, 226.2);
}
.table-inset thead th:first-child {
  border-left: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-radius: 4px 0 0 0;
}
.table-inset thead th:last-child {
  border-radius: 0 4px 0 0;
}
.table-inset thead th:only-child {
  border-radius: 4px 4px 0 0;
}
.table-inset tbody tr {
  background: #fff;
}
.table-inset tbody tr:nth-child(even) {
  background: rgb(237.5090909091, 240.9688311688, 242.8909090909);
}
.table-inset tbody tr:last-of-type td {
  border-bottom: 1px solid rgb(219.4272727273, 226.4636363636, 230.3727272727);
}
.table-inset tbody tr td {
  border-right: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.table-inset tbody tr td input {
  font-size: 0.8rem;
}
.table-inset tbody tr.table-inset-alert {
  border: none;
  background: none;
}
.table-inset tbody tr.table-inset-alert td {
  padding-left: 0;
  border: none;
  text-align: left;
}
.table-inset tbody tr:not([class*=state-]) td:first-child {
  border-left: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.table-inset tfoot tr {
  background: none;
}
.table-inset tfoot tr td {
  padding-top: 10.5px;
  color: #dce1e4;
  font-weight: bold;
  font-size: 1rem;
}

.table-worksheet {
  border: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  box-shadow: 0 1px 2px 1px rgba(10.8409090909, 13.9383116883, 15.6590909091, 0.4);
}
.table-worksheet tr {
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.table-worksheet tr th {
  border-right: 1px solid rgb(216.4136363636, 224.0461038961, 228.2863636364);
  border-bottom: 1px solid rgb(135.0454545455, 158.7727272727, 171.9545454545);
  background: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.table-worksheet tr td {
  border-right: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  background-color: hsl(201.4285714286, 18.1818181818%, 100.1960784314%);
}
.table-worksheet tr td:last-of-type {
  border-right: none;
}
.table-worksheet tr td.empty {
  background-color: rgb(225.4545454545, 231.2987012987, 234.5454545455);
}
.table-worksheet.nested-wrap > tbody > tr > td.nested-container {
  padding: 0;
}

.table-worksheet-nested {
  margin-bottom: 0;
}
.table-worksheet-nested tr {
  border-bottom: none;
}

.table.table-filter {
  margin-bottom: 0;
  border: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-radius: 4px;
  color: rgb(156.0410958904, 175.9863013699, 185.9589041096);
}
.table.table-filter thead tr th {
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  background: rgb(225.4545454545, 231.2987012987, 234.5454545455);
}
.table.table-filter tbody tr:nth-child(even) {
  background: rgb(242.75, 242.75, 242.75);
}
.table.table-filter tbody tr td {
  vertical-align: top;
}

.table-subtable thead tr th {
  padding-top: 5.25px;
  padding-bottom: 5.25px;
  background: rgb(225.4545454545, 231.2987012987, 234.5454545455);
  font-size: 0.875em;
}
.table-subtable tbody tr td {
  transition: padding 0.8s ease;
}

.table-has-checkbox-col tbody tr td:last-child {
  text-align: center;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
.table-filter__controls {
  margin-bottom: 21px;
  padding: 10.5px;
  border: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-radius: 4px;
  background: rgb(225.4545454545, 231.2987012987, 234.5454545455);
  box-shadow: inset 0 1px 1px 0 rgb(94.2954545455, 121.237012987, 136.2045454545);
}
.table-filter-controls {
  display: flex;
  align-items: baseline;
}
.table-filter-controls__title {
  color: #7e98a5;
  font-weight: 600;
  line-height: 31.5px;
  text-transform: uppercase;
}
.table-filter-controls__filters {
  display: inherit;
  flex-wrap: wrap;
  flex: 1;
  margin-top: -10.5px;
  margin-bottom: -10.5px;
  margin-left: 10.5px;
  padding-left: 10.5px;
  border-left: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.table-filter-controls__filters .input::placeholder {
  overflow: visible;
}
.table-filter-control {
  display: flex;
  align-items: baseline;
  margin: 10.5px 0;
}
.table-filter-control:not(.last) {
  padding-right: 10.5px;
}
.table-filter-control > label {
  margin-right: 10.5px;
  margin-bottom: 0;
  white-space: nowrap;
}
.table-filter-control > .input {
  width: 100%;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ___ ____ ____ ___    ____ _ ____ _    ___
 *  |  |___ [__   |     |___ | |___ |    |  \
 *  |  |___ ___]  |     |    | |___ |___ |__/
 *
 ****/
.test-field-label {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 600;
  line-height: 1.1;
}
.test-field-input {
  width: 100%;
}
.test-field-input .input[readonly] {
  background: rgb(216.4136363636, 224.0461038961, 228.2863636364);
}
.test-field-input .input[readonly]:hover {
  border-color: rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.test-field-input input[data-pre-filled] {
  background: rgb(243.5363636364, 245.8038961039, 247.0636363636);
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ___ ____ ____ ___    ____ _ ____ _    ___     _ _ _ ____ ____ ___
 *  |  |___ [__   |     |___ | |___ |    |  \    | | | |__/ |__| |__]
 *  |  |___ ___]  |     |    | |___ |___ |__/    |_|_| |  \ |  | |
 *
 ****/
.test-field-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.test-field-wrap .test-field-wrap-inner {
  flex: 0 1 auto;
  order: 0;
  max-width: 25%;
  margin-bottom: 10.5px;
  padding-right: 10.5px;
}
.test-field-wrap.field-count-1 .test-field-wrap-inner {
  width: 100%;
}
.test-field-wrap.field-count-1 .test-field-wrap-inner:nth-of-type(1n) {
  padding-right: 0;
}
.test-field-wrap.field-count-2 .test-field-wrap-inner {
  width: 50%;
}
.test-field-wrap.field-count-2 .test-field-wrap-inner:nth-of-type(2n) {
  padding-right: 0;
}
.test-field-wrap.field-count-3 .test-field-wrap-inner {
  width: 33.3333333333%;
}
.test-field-wrap.field-count-3 .test-field-wrap-inner:nth-of-type(3n) {
  padding-right: 0;
}
.test-field-wrap.field-count-4 .test-field-wrap-inner {
  width: 25%;
}
.test-field-wrap.field-count-4 .test-field-wrap-inner:nth-of-type(4n) {
  padding-right: 0;
}
.test-field-wrap.field-count-5 .test-field-wrap-inner {
  width: 20%;
}
.test-field-wrap.field-count-5 .test-field-wrap-inner:nth-of-type(5n) {
  padding-right: 0;
}
.test-field-wrap.field-count-6 .test-field-wrap-inner {
  width: 16.6666666667%;
}
.test-field-wrap.field-count-6 .test-field-wrap-inner:nth-of-type(6n) {
  padding-right: 0;
}
.test-field-wrap.field-count-7 .test-field-wrap-inner {
  width: 14.2857142857%;
}
.test-field-wrap.field-count-7 .test-field-wrap-inner:nth-of-type(7n) {
  padding-right: 0;
}
.test-field-wrap.field-count-8 .test-field-wrap-inner {
  width: 12.5%;
}
.test-field-wrap.field-count-8 .test-field-wrap-inner:nth-of-type(8n) {
  padding-right: 0;
}

.no-flexbox .test-field-wrap .test-field-wrap-inner {
  float: left;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ___ _ ____ ____ ____ ___     _    _ ____ ___
 *  |  | |___ |__/ |___ |  \    |    | [__   |
 *  |  | |___ |  \ |___ |__/    |___ | ___]  |
 *
 ****/
.tiered-list,
.tiered-list-lvltwo,
.tiered-list-lvlthree {
  font-weight: normal;
  text-transform: none;
  color: #3f515b;
}

.tiered-list-lvltwo {
  margin: 5.25px 0 10.5px;
  padding-top: 5.25px;
  border-top: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  list-style-type: none;
}
.tiered-list-lvltwo > li {
  padding-top: 5.25px;
}
.tiered-list-lvltwo > li:first-of-type {
  padding-top: 0;
}
.tiered-list-lvltwo > li:last-of-type .tiered-list-menu {
  padding-bottom: 0;
  border-bottom: none;
}

.tiered-list-lvlthree {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.tiered-list-lvlthree li:not(:last-child) {
  padding-bottom: 10.5px;
}
.tiered-list-lvlthree p, .tiered-list-lvlthree span {
  display: block;
  line-height: 1.2;
  margin-bottom: 0;
}

.tiered-list-footer {
  font-size: 14px;
  font-size: 0.9333333333rem;
  border-bottom: 0;
  border-top: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.tiered-list-footer li {
  padding-top: 5.25px;
  font-weight: bold;
  color: #3f515b;
}

.tiered-list-title {
  text-transform: uppercase;
  color: rgb(94.2954545455, 121.237012987, 136.2045454545);
}

.tiered-list-subtitle {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  text-transform: none;
  color: rgb(119.9772727273, 146.6850649351, 161.5227272727);
}

.tiered-list-menu {
  padding: 0 0 5.25px;
}
.tiered-list-menu:not(.tiered-list-footer) {
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
}
.tiered-list-menu > li {
  text-align: right;
}
.tiered-list-menu > li:first-child {
  text-align: left;
  width: 50%;
}

.tiered-list-indented .tiered-list-lvltwo {
  padding-left: 10.5px;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * ___ _ _ _ ____    ___ _ ____ ____
 *  |  | | | |  |     |  | |___ |__/
 *  |  |_|_| |__|     |  | |___ |  \
 * _  _ ____ ____ ___  _    _ _  _ ____
 * |__| |___ |__| |  \ |    | |\ | |___
 * |  | |___ |  | |__/ |___ | | \| |___
 *
 ****/
.two-tier {
  line-height: 1.2;
}
.two-tier span {
  display: block;
}
.two-tier-small {
  font-size: 0.7em;
}
.two-tier-flat span {
  display: inline-block;
  vertical-align: middle;
}
.two-tier-hard {
  margin-bottom: 0;
}
.two-tier-soft {
  margin-bottom: 10.5px;
}
.two-tier-equalsize .two-tier-small {
  font-size: 1em;
}
.two-tier-multiweight .two-tier-small {
  font-weight: 600;
}
.two-tier-bodysize .two-tier-small {
  font-size: 0.85em;
}
.two-tier-dashboard {
  font-size: 15px;
}
.two-tier-dashboard .two-tier-small {
  color: #7e98a5;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.two-tier-dashboard .two-tier-large {
  color: #7e98a5;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
}
.two-tier-light {
  color: #dce1e4;
}
.two-tier-dark {
  color: #3f515b;
}

h1.two-tier {
  line-height: 1.1;
}
h1.two-tier .two-tier-small {
  font-size: 0.6em;
}

h2.two-tier {
  line-height: 1.1;
}
h2.two-tier .two-tier-small {
  font-size: 0.65em;
  font-weight: 300;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
.twitter-typeahead {
  width: 100%;
}

.tt-menu {
  background-color: #fff;
  width: 100%;
  border: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  border-radius: 0 0 4px 4px;
  overflow-y: auto;
  max-height: 200px;
}
.tt-suggestion {
  padding: 5.25px;
  border-bottom: 1px solid rgb(195.3181818182, 207.1233766234, 213.6818181818);
  color: #3f515b;
}
.tt-cursor {
  background-color: #ddb400;
  color: #fff;
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * _  _ _  _ _ ___    _ _  _ ___  _  _ ___
 * |  | |\ | |  |     | |\ | |__] |  |  |
 * |__| | \| |  |     | | \| |    |__|  |
 *
 ****/
.unit-input {
  display: table;
  width: 100%;
}
.unit-input .unit-input-unit {
  display: table-cell;
  font-weight: 600;
  /*  for some reason we need to comment this out now? */
  text-align: left;
  color: #3f515b;
  width: 5%;
  height: 42px;
  padding: 0 10.5px;
  border-left: 1px solid rgb(225.4545454545, 231.2987012987, 234.5454545455);
  border-radius: 0 4px 4px 0;
  box-shadow: 0 1px 4px rgba(204, 204, 204, 0.4);
  background: rgb(195.3181818182, 207.1233766234, 213.6818181818);
  transition: all 0.2s ease;
}
.unit-input .unit-input-field {
  display: table-cell;
  text-align: right;
  width: 100%;
  height: 42px;
  padding-right: 5%;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.unit-input.hover .unit-input-unit {
  background-color: rgb(208.25, 190.9038461538, 114.75);
}
.unit-input.active .unit-input-unit {
  box-shadow: 0 3px 4px rgba(204, 204, 204, 0.6);
  background-color: #ddb400;
}
@media screen and (max-width: 950px) {
  .unit-input {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  .unit-input .unit-input-unit,
  .unit-input .unit-input-field {
    line-height: 31.5px;
    height: 31.5px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
  }
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
/****
 * _  _ ____ ____ ____ _  _ ____ _  _ ____
 * |  | [__  |___ |__/ |\ | |__| |\/| |___
 * |__| ___] |___ |  \ | \| |  | |  | |___
 *
 ****/
.username {
  display: inline;
  color: rgb(186.0821917808, 199.9726027397, 206.9178082192);
}

/*!
 * DO NOT MODIFY COMPILED CSS!
 * This file was generated using Sass (http://sass-lang.com)
 */
.js-form {
  transition: opacity 0.3s ease;
  opacity: 1;
}
.js-form.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.drag-container {
  transition: opacity 0.3s ease;
}
.drag-container.is-hovered {
  border: 1px solid #ddb400;
}

.is-disabled {
  pointer-events: none;
  position: relative;
}
.is-disabled::before {
  content: "Updating, please wait...";
  text-align: center;
  width: 100%;
  position: absolute;
  padding-top: 42px;
  top: 0;
  z-index: 30;
  font-size: 18px;
}
.is-disabled::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 20;
}
