@import url(http://fonts.sidearmsports.com/sidearm/sidearm_font.css);
/* GLOBAL RULES */

*,
*:before,
*:after {
  word-break: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 1rem;
  line-height: 1.4;
  color: #595959;
}
img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a,
a:link {
  color: #004f39;
}
a:visited {
  color: #001c14;
}
h1 {
  font-size: 2rem;
  margin: 1rem 0;
}
h2 {
  font-size: 1.5rem;
  margin: .83rem 0;
}
h3 {
  font-size: 1.25rem;
  margin: .75rem 0;
}
h4 {
  font-size: 1.125rem;
  margin: .66rem 0;
}
h5 {
  font-size: 1rem;
  margin: .5rem 0;
}
input,
select,
textarea {
  color: #595959;
  border-radius: 2px;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 4px 8px;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
select:focus {
  border-color: #004f39;
}
textarea {
  min-height: 6rem;
  overflow: auto;
}
textarea:focus {
  border-color: #004f39;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="text"]:focus {
  border-color: #004f39;
}
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  width: auto;
}
button [disabled],
input[type="reset"] [disabled],
input[type="submit"] [disabled] {
  cursor: not-allowed;
}
.sidearm-table {
  width: 100%;
  border-collapse: collapse;
  /* TABLE UTILITIES */

  /* RESPONSIVE TABLES */

}
.sidearm-table th,
.sidearm-table td {
  word-break: normal;
}
.sidearm-table thead {
  background: none;
}
.sidearm-table thead th {
  font-weight: bold;
  padding: 4px 8px;
  font-style: italic;
  color: #595959;
  vertical-align: bottom;
}
.sidearm-table thead.sidearm-primary th {
  background-color: #004f39;
  color: #fbe021;
}
.sidearm-table thead.sidearm-secondary th {
  background-color: #fce122;
  color: #004f39;
}
.sidearm-table tbody tr {
  border-top: 1px solid #cccccc;
  background: none;
}
.sidearm-table tbody tr th {
  text-align: left;
  font-weight: normal;
}
.sidearm-table tbody tr th[scope=colgroup] {
  background-color: #e5e5e5;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.sidearm-table tbody tr td,
.sidearm-table tbody tr th {
  padding: 4px 8px;
  color: #595959;
  border: 1px solid #cccccc;
}
.sidearm-table tbody tr td:first-child,
.sidearm-table tbody tr th:first-child {
  border-left: none;
}
.sidearm-table tbody tr td:last-child,
.sidearm-table tbody tr th:last-child {
  border-right: none;
}
.sidearm-table tbody tr td.emphasize,
.sidearm-table tbody tr th.emphasize {
  background-color: #e5e5e5;
  font-weight: bold;
}
.sidearm-table tbody tr:hover th:not([scope=colgroup]),
.sidearm-table tbody tr:hover td {
  background-color: #e5e5e5;
}
.sidearm-table tfoot tr {
  background-color: #e5e5e5;
  border-top: 1px solid white;
}
.sidearm-table tfoot tr:nth-child(odd),
.sidearm-table tfoot tr:nth-child(even) {
  background-color: #e5e5e5;
}
.sidearm-table tfoot th,
.sidearm-table tfoot td {
  padding: 4px 8px;
  font-weight: bold;
  color: #595959;
  text-align: left;
}
.sidearm-table.highlight-column-hover {
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.sidearm-table.highlight-column-hover tbody th:not([scope=row]),
.sidearm-table.highlight-column-hover tbody td {
  position: relative;
}
.sidearm-table.highlight-column-hover tbody th:not([scope=row]):hover:after,
.sidearm-table.highlight-column-hover tbody td:hover:after {
  content: '';
  position: absolute;
  background-color: #e5e5e5;
  left: 0;
  top: -9999px;
  height: 99999px;
  width: 100%;
  z-index: -1;
}
.sidearm-table[sortable-table] {
  width: 100% !important;
}
.sidearm-table[sortable-table] thead th[class*=sort] {
  cursor: pointer;
}
.sidearm-table[sortable-table] thead th[class*=sort]:hover {
  text-decoration: underline;
}
.sidearm-table[sortable-table] thead th.sorting_desc,
.sidearm-table[sortable-table] thead th.sorting_asc {
  background: #767676;
  color: white;
}
.sidearm-table[sortable-table] thead th[scope=colgroup] {
  background-color: white;
}
.sidearm-table[class*="collapse"] {
  display: block;
}
.sidearm-table[class*="collapse"] thead {
  display: none;
}
.sidearm-table[class*="collapse"] tbody,
.sidearm-table[class*="collapse"] tfoot,
.sidearm-table[class*="collapse"] tr,
.sidearm-table[class*="collapse"] td,
.sidearm-table[class*="collapse"] th,
.sidearm-table[class*="collapse"] caption {
  display: block;
}
.sidearm-table[class*="collapse"] tbody tr,
.sidearm-table[class*="collapse"] tfoot tr {
  *zoom: 1;
}
.sidearm-table[class*="collapse"] tbody tr:before,
.sidearm-table[class*="collapse"] tfoot tr:before,
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  content: "";
  display: table;
}
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr td,
.sidearm-table[class*="collapse"] tfoot tr td,
.sidearm-table[class*="collapse"] tbody tr th,
.sidearm-table[class*="collapse"] tfoot tr th {
  padding: 0.25em 8px;
  font-size: 1em;
  border: none;
}
.sidearm-table[class*="collapse"] tbody tr td[data-label],
.sidearm-table[class*="collapse"] tfoot tr td[data-label],
.sidearm-table[class*="collapse"] tbody tr th[data-label],
.sidearm-table[class*="collapse"] tfoot tr th[data-label] {
  text-align: right !important;
}
.sidearm-table[class*="collapse"] tbody tr td[data-label]:before,
.sidearm-table[class*="collapse"] tfoot tr td[data-label]:before,
.sidearm-table[class*="collapse"] tbody tr th[data-label]:before,
.sidearm-table[class*="collapse"] tfoot tr th[data-label]:before {
  text-align: left !important;
  content: attr(data-label);
  display: block;
  width: 50%;
  float: left;
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr td.hide-label:before,
.sidearm-table[class*="collapse"] tfoot tr td.hide-label:before,
.sidearm-table[class*="collapse"] tbody tr th.hide-label:before,
.sidearm-table[class*="collapse"] tfoot tr th.hide-label:before {
  content: '';
}
.sidearm-table[class*="collapse"] tbody tr td + td,
.sidearm-table[class*="collapse"] tfoot tr td + td,
.sidearm-table[class*="collapse"] tbody tr th + td,
.sidearm-table[class*="collapse"] tfoot tr th + td,
.sidearm-table[class*="collapse"] tbody tr td + th,
.sidearm-table[class*="collapse"] tfoot tr td + th,
.sidearm-table[class*="collapse"] tbody tr th + th,
.sidearm-table[class*="collapse"] tfoot tr th + th {
  border: none;
}
.sidearm-table[class*="collapse"] tbody tr td:empty,
.sidearm-table[class*="collapse"] tfoot tr td:empty,
.sidearm-table[class*="collapse"] tbody tr th:empty,
.sidearm-table[class*="collapse"] tfoot tr th:empty {
  padding: 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr,
.sidearm-table[class*="collapse"].accordion tfoot tr {
  height: 2em;
  overflow: hidden;
  cursor: pointer;
}
.sidearm-table[class*="collapse"].accordion tbody tr td:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr td:first-child,
.sidearm-table[class*="collapse"].accordion tbody tr th:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr th:first-child {
  line-height: 2em;
  padding-top: 0;
  padding-bottom: 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr th:not([scope=colgroup]):after,
.sidearm-table[class*="collapse"].accordion tfoot tr th:not([scope=colgroup]):after {
  content: '';
  display: block;
  float: right;
  border-left: 0.3333em solid #004f39;
  border-top: .3333em solid transparent;
  border-bottom: .3333em solid transparent;
  margin: .25em 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr th[scope=colgroup],
.sidearm-table[class*="collapse"].accordion tfoot tr th[scope=colgroup] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded {
  height: auto;
  background-color: #004f39;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th {
  color: #fbe021;
  font-weight: bold;
  border-bottom: 1px solid #001c14;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td a,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td a,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th a,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th a {
  color: #fbe021;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td:before,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td:before,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:before,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:before {
  font-weight: normal;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td:first-child,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:first-child {
  line-height: 2em;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:after,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:after {
  border-top: 0.3333em solid #fbe021;
  border-left: .3333em solid transparent;
  border-right: .3333em solid transparent;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded:hover td,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded:hover td,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:not([scope=colgroup]),
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:not([scope=colgroup]) {
  background: inherit;
}
[class*="sidearm-table-overflow"] {
  overflow-x: auto;
  position: relative;
  box-shadow: inset -10px -10px 30px -10px rgba(0, 0, 0, 0.5);
}
.sidearm-table-overflow-on-x-large .sidearm-table {
  width: 1024px;
}
.sidearm-table-overflow-on-large .sidearm-table {
  width: 768px;
}
.sidearm-table-overflow-on-medium .sidearm-table {
  width: 540px;
}
.sidearm-table-overflow-on-small .sidearm-table {
  width: 400px;
}
.sidearm-pager {
  display: block;
  margin: 8px -4px;
}
.sidearm-pager > * {
  display: inline-block;
  border: 1px solid #cccccc;
  background: white;
  line-height: 2;
  font-size: 1rem;
  padding: 0 8px;
  margin: 0 4px;
}
.sidearm-pager > *:not([disabled]):not(span):hover {
  background-color: #e5e5e5;
}
.sidearm-pager > span {
  background-color: #004f39;
  color: #fbe021;
  border-color: #001c14;
}
.sidearm-pager > input:focus,
.sidearm-pager > input:active {
  outline: none;
}
.sidearm-pager a {
  text-decoration: none;
}
.sidearm-pager .sidearm-pager-button-text {
  font-size: 0;
}
.sidearm-pager .sidearm-pager-button-text:before {
  font-family: sidearm_font;
  font-size: 1rem;
}
.sidearm-pager .sidearm-pager-button-text.sidearm-pager-button-previous:before {
  content: '\e857';
}
.sidearm-pager .sidearm-pager-button-text.sidearm-pager-button-next:before {
  content: '\e858';
}
.sidearm-pager .sidearm-pager-button-text[disabled] {
  background-color: #f2f2f2;
  color: #595959;
  font-style: italic;
}
.sidearm-ad-blocker-message-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px;
}
.sidearm-ad-blocker-message {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: white;
  color: black;
  font-weight: bold;
}
.sidearm-ad-blocker-message button {
  padding: 10px 20px;
  background-color: #004f39;
  color: #fbe021;
  font-weight: bold;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  margin-top: 20px;
  border: none;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.flex [class^='flex-item-'] {
  width: auto;
}
.flex.row:before,
.flex.row:after {
  display: none;
}
.flex > .column,
.flex > .columns {
  flex: none;
  -webkit-flex: none;
  width: auto;
  float: none;
}
.flex .flex-item-1 {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.flex .flex-item-2 {
  flex: 2;
  -webkit-flex: 2;
  min-width: 1px;
  min-height: 1px;
}
.flex .flex-item-3 {
  flex: 3;
  -webkit-flex: 3;
  min-width: 1px;
  min-height: 1px;
}
.flex .flex-item-4 {
  flex: 4;
  -webkit-flex: 4;
  min-width: 1px;
  min-height: 1px;
}
.flex .flex-order-1 {
  order: 1;
  -webkit-order: 1;
}
.flex .flex-order-2 {
  order: 2;
  -webkit-order: 2;
}
.flex .flex-order-3 {
  order: 3;
  -webkit-order: 3;
}
.flex .flex-order-4 {
  order: 4;
  -webkit-order: 4;
}
.flex.flex-inline {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.flex.flex-row {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.flex.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.flex.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex.flex-no-wrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.flex.flex-align-center {
  align-items: center;
  -webkit-align-items: center;
}
.flex.flex-align-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.flex.flex-align-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.flex.flex-align-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.flex.flex-justify-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.flex.flex-justify-center {
  justify-content: center;
  -webkit-justify-content: center;
}
.flex.flex-justify-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.flex.flex-justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex.flex-justify-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
/* GRID */

.row {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  margin-left: -8px;
  margin-right: -8px;
  max-width: none;
  *zoom: 1;
}
.row .row:before,
.row .row:after {
  content: "";
  display: table;
}
.row .row:after {
  clear: both;
}
.row.pad {
  padding-left: 8px;
  padding-right: 8px;
}
.row [class^='x-large'],
.row [class^='large'],
.row [class^='medium'] {
  width: 100%;
}
.row .push-1 {
  left: 8.33333%;
  position: relative;
  right: auto;
}
.row .push-2 {
  left: 16.66667%;
  position: relative;
  right: auto;
}
.row .push-3 {
  left: 25%;
  position: relative;
  right: auto;
}
.row .push-4 {
  left: 33.33333%;
  position: relative;
  right: auto;
}
.row .push-5 {
  left: 41.66667%;
  position: relative;
  right: auto;
}
.row .push-6 {
  left: 50%;
  position: relative;
  right: auto;
}
.row .push-7 {
  left: 58.33333%;
  position: relative;
  right: auto;
}
.row .push-8 {
  left: 66.66667%;
  position: relative;
  right: auto;
}
.row .push-9 {
  left: 75%;
  position: relative;
  right: auto;
}
.row .push-10 {
  left: 83.33333%;
  position: relative;
  right: auto;
}
.row .push-11 {
  left: 91.66667%;
  position: relative;
  right: auto;
}
.row .push-12 {
  left: 100%;
  position: relative;
  right: auto;
}
.row .pull-1 {
  right: 8.33333%;
  position: relative;
  left: auto;
}
.row .pull-2 {
  right: 16.66667%;
  position: relative;
  left: auto;
}
.row .pull-3 {
  right: 25%;
  position: relative;
  left: auto;
}
.row .pull-4 {
  right: 33.33333%;
  position: relative;
  left: auto;
}
.row .pull-5 {
  right: 41.66667%;
  position: relative;
  left: auto;
}
.row .pull-6 {
  right: 50%;
  position: relative;
  left: auto;
}
.row .pull-7 {
  right: 58.33333%;
  position: relative;
  left: auto;
}
.row .pull-8 {
  right: 66.66667%;
  position: relative;
  left: auto;
}
.row .pull-9 {
  right: 75%;
  position: relative;
  left: auto;
}
.row .pull-10 {
  right: 83.33333%;
  position: relative;
  left: auto;
}
.row .pull-11 {
  right: 91.66667%;
  position: relative;
  left: auto;
}
.row .pull-12 {
  right: 100%;
  position: relative;
  left: auto;
}
.row .x-small-1 {
  width: 8.33333%;
}
.row .x-small-2 {
  width: 16.66667%;
}
.row .x-small-3 {
  width: 25%;
}
.row .x-small-4 {
  width: 33.33333%;
}
.row .x-small-5 {
  width: 41.66667%;
}
.row .x-small-6 {
  width: 50%;
}
.row .x-small-7 {
  width: 58.33333%;
}
.row .x-small-8 {
  width: 66.66667%;
}
.row .x-small-9 {
  width: 75%;
}
.row .x-small-10 {
  width: 83.33333%;
}
.row .x-small-11 {
  width: 91.66667%;
}
.row .x-small-12 {
  width: 100%;
}
.column,
.columns {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  float: left;
  min-height: 1px;
}
.column.full,
.columns.full {
  padding-left: 0;
  padding-right: 0;
}
.column.centered,
.columns.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.column.uncentered,
.columns.uncentered {
  margin-left: 0;
  margin-right: 0;
  float: left;
}
.column.x-small-centered,
.columns.x-small-centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.column.x-small-uncentered,
.columns.x-small-uncentered {
  margin-left: 0;
  margin-right: 0;
  float: left;
}
/* GLOBAL CLASSES */

.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clear {
  clear: both !important;
}
.relative {
  position: relative !important;
}
/* VISIBILITY UTILITIES */

.hide,
.hide-on-x-small-down,
.hide-on-small-down,
.hide-on-medium-down,
.hide-on-large-down,
.show-on-small-only,
.show-on-medium-only,
.show-on-large-only,
.show-on-x-large-only {
  display: none !important;
}
h1.hide,
h1.hide-on-x-small-down,
h1.hide-on-small-down,
h1.hide-on-medium-down,
h1.hide-on-large-down,
h1.show-on-small-only,
h1.show-on-medium-only,
h1.show-on-large-only,
h1.show-on-x-large-only,
h2.hide,
h2.hide-on-x-small-down,
h2.hide-on-small-down,
h2.hide-on-medium-down,
h2.hide-on-large-down,
h2.show-on-small-only,
h2.show-on-medium-only,
h2.show-on-large-only,
h2.show-on-x-large-only,
h3.hide,
h3.hide-on-x-small-down,
h3.hide-on-small-down,
h3.hide-on-medium-down,
h3.hide-on-large-down,
h3.show-on-small-only,
h3.show-on-medium-only,
h3.show-on-large-only,
h3.show-on-x-large-only,
caption.hide,
caption.hide-on-x-small-down,
caption.hide-on-small-down,
caption.hide-on-medium-down,
caption.hide-on-large-down,
caption.show-on-small-only,
caption.show-on-medium-only,
caption.show-on-large-only,
caption.show-on-x-large-only,
label.hide,
label.hide-on-x-small-down,
label.hide-on-small-down,
label.hide-on-medium-down,
label.hide-on-large-down,
label.show-on-small-only,
label.show-on-medium-only,
label.show-on-large-only,
label.show-on-x-large-only {
  display: block !important;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
/* TEXT UTILITIES */

.text-normal,
.text-normal-on-x-small,
.text-normal-on-small-down,
.text-normal-on-medium-down,
.text-normal-on-large-down {
  font-weight: normal !important;
}
.text-bold,
.text-bold-on-x-small,
.text-bold-on-small-down,
.text-bold-on-medium-down,
.text-bold-on-large-down {
  font-weight: bold !important;
}
.text-italic,
.text-italic-on-x-small,
.text-italic-on-small-down,
.text-italic-on-medium-down,
.text-italic-on-large-down {
  font-style: italic !important;
}
.text-uppercase,
.text-uppercase-on-x-small,
.text-uppercase-on-small-down,
.text-uppercase-on-medium-down,
.text-uppercase-on-large-down {
  text-transform: uppercase !important;
}
.text-capitalize,
.text-capitalize-on-x-small,
.text-capitalize-on-small-down,
.text-capitalize-on-medium-down,
.text-capitalize-on-large-down {
  text-transform: capitalize !important;
}
.text-left,
.text-left-on-x-small,
.text-left-on-small-down,
.text-left-on-medium-down,
.text-left-on-large-down {
  text-align: left !important;
}
.text-right,
.text-right-on-x-small,
.text-right-on-small-down,
.text-right-on-medium-down,
.text-right-on-large-down {
  text-align: right !important;
}
.text-center,
.text-center-on-x-small,
.text-center-on-small-down,
.text-center-on-medium-down,
.text-center-on-large-down {
  text-align: center !important;
}
.text-smaller,
.text-smaller-on-x-small,
.text-smaller-on-small-down,
.text-smaller-on-medium-down,
.text-smaller-on-large-down {
  font-size: .9em !important;
}
.text-smallest,
.text-smallest-on-x-small,
.text-smallest-on-small-down,
.text-smallest-on-medium-down,
.text-smallest-on-large-down {
  font-size: .8em !important;
}
.text-hide,
.text-hide-on-x-small,
.text-hide-on-small-down,
.text-hide-on-medium-down,
.text-hide-on-large-down {
  text-indent: -9999px !important;
  text-align: left !important;
}
.text-no-wrap {
  white-space: nowrap;
}
/* SMALL */

@media screen and (min-width: 400px) {
  .hide-on-small,
  .hide-on-small-down,
  .show-on-x-small-only {
    display: none !important;
  }
  h1.hide-on-small,
  h1.hide-on-small-down,
  h1.show-on-x-small-only,
  h2.hide-on-small,
  h2.hide-on-small-down,
  h2.show-on-x-small-only,
  h3.hide-on-small,
  h3.hide-on-small-down,
  h3.show-on-x-small-only,
  caption.hide-on-small,
  caption.hide-on-small-down,
  caption.show-on-x-small-only,
  label.hide-on-small,
  label.hide-on-small-down,
  label.show-on-x-small-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .small-flex {
    display: flex;
    display: -webkit-flex;
  }
  .small-unflex {
    display: block !important;
  }
  th.small-unflex {
    display: inline !important;
  }
  table.small-unflex {
    display: table !important;
  }
  caption.small-unflex {
    display: table-caption !important;
  }
  thead.small-unflex {
    display: table-header-group !important;
  }
  tbody.small-unflex {
    display: table-row-group !important;
  }
  tfoot.small-unflex {
    display: table-footer-group !important;
  }
  tr.small-unflex {
    display: table-row !important;
  }
  td.small-unflex,
  th.small-unflex {
    display: table-cell !important;
  }
  span.small-unflex {
    display: inline !important;
  }
  img.small-unflex {
    display: inline-block !important;
  }
  h1.small-unflex,
  h2.small-unflex,
  h3.small-unflex,
  label.small-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .small-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .flex .small-flex-item-1 {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .small-flex-item-2 {
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .small-flex-item-3 {
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .small-flex-item-4 {
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .small-flex-order-1 {
    order: 1;
    -webkit-order: 1;
  }
  .flex .small-flex-order-2 {
    order: 2;
    -webkit-order: 2;
  }
  .flex .small-flex-order-3 {
    order: 3;
    -webkit-order: 3;
  }
  .flex .small-flex-order-4 {
    order: 4;
    -webkit-order: 4;
  }
  .flex.small-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.small-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.small-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.small-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.small-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.small-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.small-flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .flex.small-flex-align-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex.small-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.small-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.small-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.small-flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .flex.small-flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex.small-flex-justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .row .small-1 {
    width: 8.33333%;
  }
  .row .small-2 {
    width: 16.66667%;
  }
  .row .small-3 {
    width: 25%;
  }
  .row .small-4 {
    width: 33.33333%;
  }
  .row .small-5 {
    width: 41.66667%;
  }
  .row .small-6 {
    width: 50%;
  }
  .row .small-7 {
    width: 58.33333%;
  }
  .row .small-8 {
    width: 66.66667%;
  }
  .row .small-9 {
    width: 75%;
  }
  .row .small-10 {
    width: 83.33333%;
  }
  .row .small-11 {
    width: 91.66667%;
  }
  .row .small-12 {
    width: 100%;
  }
  .row .small-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
  }
  .row .small-push-2 {
    left: 16.66667%;
    position: relative;
    right: auto;
  }
  .row .small-push-3 {
    left: 25%;
    position: relative;
    right: auto;
  }
  .row .small-push-4 {
    left: 33.33333%;
    position: relative;
    right: auto;
  }
  .row .small-push-5 {
    left: 41.66667%;
    position: relative;
    right: auto;
  }
  .row .small-push-6 {
    left: 50%;
    position: relative;
    right: auto;
  }
  .row .small-push-7 {
    left: 58.33333%;
    position: relative;
    right: auto;
  }
  .row .small-push-8 {
    left: 66.66667%;
    position: relative;
    right: auto;
  }
  .row .small-push-9 {
    left: 75%;
    position: relative;
    right: auto;
  }
  .row .small-push-10 {
    left: 83.33333%;
    position: relative;
    right: auto;
  }
  .row .small-push-11 {
    left: 91.66667%;
    position: relative;
    right: auto;
  }
  .row .small-push-12 {
    left: 100%;
    position: relative;
    right: auto;
  }
  .row .small-pull-1 {
    right: 8.33333%;
    position: relative;
    left: auto;
  }
  .row .small-pull-2 {
    right: 16.66667%;
    position: relative;
    left: auto;
  }
  .row .small-pull-3 {
    right: 25%;
    position: relative;
    left: auto;
  }
  .row .small-pull-4 {
    right: 33.33333%;
    position: relative;
    left: auto;
  }
  .row .small-pull-5 {
    right: 41.66667%;
    position: relative;
    left: auto;
  }
  .row .small-pull-6 {
    right: 50%;
    position: relative;
    left: auto;
  }
  .row .small-pull-7 {
    right: 58.33333%;
    position: relative;
    left: auto;
  }
  .row .small-pull-8 {
    right: 66.66667%;
    position: relative;
    left: auto;
  }
  .row .small-pull-9 {
    right: 75%;
    position: relative;
    left: auto;
  }
  .row .small-pull-10 {
    right: 83.33333%;
    position: relative;
    left: auto;
  }
  .row .small-pull-11 {
    right: 91.66667%;
    position: relative;
    left: auto;
  }
  .row .small-pull-12 {
    right: 100%;
    position: relative;
    left: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .sidearm-table.collapse-on-x-small {
    display: table;
  }
  .sidearm-table.collapse-on-x-small thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-x-small tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-x-small tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-x-small tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-x-small td,
  .sidearm-table.collapse-on-x-small th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-x-small caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-x-small tbody tr td,
  .sidearm-table.collapse-on-x-small tfoot tr td,
  .sidearm-table.collapse-on-x-small tbody tr th,
  .sidearm-table.collapse-on-x-small tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label],
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label],
  .sidearm-table.collapse-on-x-small tbody tr th[data-label],
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-x-small tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-small tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-small tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-x-small tbody tr td + td,
  .sidearm-table.collapse-on-x-small tfoot tr td + td,
  .sidearm-table.collapse-on-x-small tbody tr th + td,
  .sidearm-table.collapse-on-x-small tfoot tr th + td,
  .sidearm-table.collapse-on-x-small tbody tr td + th,
  .sidearm-table.collapse-on-x-small tfoot tr td + th,
  .sidearm-table.collapse-on-x-small tbody tr th + th,
  .sidearm-table.collapse-on-x-small tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-small tbody tr:before,
  .sidearm-table.collapse-on-x-small tfoot tr:before,
  .sidearm-table.collapse-on-x-small tbody tr:after,
  .sidearm-table.collapse-on-x-small tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th {
    color: #595959;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th a {
    color: #004f39;
  }
  .sidearm-table-overflow-on-small {
    box-shadow: none;
  }
  .sidearm-table-overflow-on-small .sidearm-table {
    width: 100%;
  }
  .text-normal-on-small,
  .text-bold-on-x-small {
    font-weight: normal !important;
  }
  .text-bold-on-small {
    font-weight: bold !important;
  }
  .text-italic-on-small {
    font-style: italic !important;
  }
  .text-uppercase-on-x-small {
    text-transform: none !important;
  }
  .text-uppercase-on-small {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-small {
    text-transform: capitalize !important;
  }
  .text-left-on-small {
    text-align: left !important;
  }
  .text-right-on-small {
    text-align: right !important;
  }
  .text-center-on-small {
    text-align: center !important;
  }
  .text-smaller-on-small {
    font-size: .9em !important;
  }
  .text-smallest-on-small {
    font-size: .8em !important;
  }
  .text-hide-on-small {
    text-indent: -9999px !important;
  }
}
/* SMALL ONLY */
@media screen and (min-width: 400px) and (max-width: 539px) {
  .hide-on-small-only {
    display: none !important;
  }
  h1.hide-on-small-only,
  h2.hide-on-small-only,
  h3.hide-on-small-only,
  caption.hide-on-small-only,
  label.hide-on-small-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .show-on-small-only {
    display: block !important;
  }
  th.show-on-small-only {
    display: inline !important;
  }
  table.show-on-small-only {
    display: table !important;
  }
  caption.show-on-small-only {
    display: table-caption !important;
  }
  thead.show-on-small-only {
    display: table-header-group !important;
  }
  tbody.show-on-small-only {
    display: table-row-group !important;
  }
  tfoot.show-on-small-only {
    display: table-footer-group !important;
  }
  tr.show-on-small-only {
    display: table-row !important;
  }
  td.show-on-small-only,
  th.show-on-small-only {
    display: table-cell !important;
  }
  span.show-on-small-only {
    display: inline !important;
  }
  img.show-on-small-only {
    display: inline-block !important;
  }
  h1.show-on-small-only,
  h2.show-on-small-only,
  h3.show-on-small-only,
  label.show-on-small-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-small-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .text-normal-on-small-only {
    font-weight: normal !important;
  }
  .text-bold-on-small-only {
    font-weight: bold !important;
  }
  .text-italic-on-small-only {
    font-style: italic !important;
  }
  .text-uppercase-on-small-only {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-small-only {
    text-transform: capitalize !important;
  }
  .text-left-on-small-only {
    text-align: left !important;
  }
  .text-right-on-small-only {
    text-align: right !important;
  }
  .text-center-on-small-only {
    text-align: center !important;
  }
  .text-smaller-on-small-only {
    font-size: .9em !important;
  }
  .text-smallest-on-small-only {
    font-size: .8em !important;
  }
  .text-hide-on-small-only {
    text-indent: -9999px !important;
  }
}
/* MEDIUM */

@media screen and (min-width: 540px) {
  .hide-on-medium,
  .hide-on-medium-down {
    display: none !important;
  }
  h1.hide-on-medium,
  h1.hide-on-medium-down,
  h2.hide-on-medium,
  h2.hide-on-medium-down,
  h3.hide-on-medium,
  h3.hide-on-medium-down,
  caption.hide-on-medium,
  caption.hide-on-medium-down,
  label.hide-on-medium,
  label.hide-on-medium-down {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .hide-on-small-down,
  .hide-on-small,
  .medium-unflex {
    display: block !important;
  }
  th.hide-on-small-down,
  th.hide-on-small,
  th.medium-unflex {
    display: inline !important;
  }
  table.hide-on-small-down,
  table.hide-on-small,
  table.medium-unflex {
    display: table !important;
  }
  caption.hide-on-small-down,
  caption.hide-on-small,
  caption.medium-unflex {
    display: table-caption !important;
  }
  thead.hide-on-small-down,
  thead.hide-on-small,
  thead.medium-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-small-down,
  tbody.hide-on-small,
  tbody.medium-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-small-down,
  tfoot.hide-on-small,
  tfoot.medium-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-small-down,
  tr.hide-on-small,
  tr.medium-unflex {
    display: table-row !important;
  }
  td.hide-on-small-down,
  td.hide-on-small,
  td.medium-unflex,
  th.hide-on-small-down,
  th.hide-on-small,
  th.medium-unflex {
    display: table-cell !important;
  }
  span.hide-on-small-down,
  span.hide-on-small,
  span.medium-unflex {
    display: inline !important;
  }
  img.hide-on-small-down,
  img.hide-on-small,
  img.medium-unflex {
    display: inline-block !important;
  }
  h1.hide-on-small-down,
  h1.hide-on-small,
  h1.medium-unflex,
  h2.hide-on-small-down,
  h2.hide-on-small,
  h2.medium-unflex,
  h3.hide-on-small-down,
  h3.hide-on-small,
  h3.medium-unflex,
  label.hide-on-small-down,
  label.hide-on-small,
  label.medium-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-small-down.flex,
  .hide-on-small.flex,
  .medium-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .medium-flex {
    display: flex;
    display: -webkit-flex;
  }
  .flex .medium-flex-item-1 {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .medium-flex-item-2 {
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .medium-flex-item-3 {
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .medium-flex-item-4 {
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .medium-flex-order-1 {
    order: 1;
    -webkit-order: 1;
  }
  .flex .medium-flex-order-2 {
    order: 2;
    -webkit-order: 2;
  }
  .flex .medium-flex-order-3 {
    order: 3;
    -webkit-order: 3;
  }
  .flex .medium-flex-order-4 {
    order: 4;
    -webkit-order: 4;
  }
  .flex.medium-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.medium-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.medium-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.medium-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.medium-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.medium-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.medium-flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .flex.medium-flex-align-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex.medium-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.medium-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.medium-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.medium-flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .flex.medium-flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex.medium-flex-justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .row .medium-1 {
    width: 8.33333%;
  }
  .row .medium-2 {
    width: 16.66667%;
  }
  .row .medium-3 {
    width: 25%;
  }
  .row .medium-4 {
    width: 33.33333%;
  }
  .row .medium-5 {
    width: 41.66667%;
  }
  .row .medium-6 {
    width: 50%;
  }
  .row .medium-7 {
    width: 58.33333%;
  }
  .row .medium-8 {
    width: 66.66667%;
  }
  .row .medium-9 {
    width: 75%;
  }
  .row .medium-10 {
    width: 83.33333%;
  }
  .row .medium-11 {
    width: 91.66667%;
  }
  .row .medium-12 {
    width: 100%;
  }
  .row .medium-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
  }
  .row .medium-push-2 {
    left: 16.66667%;
    position: relative;
    right: auto;
  }
  .row .medium-push-3 {
    left: 25%;
    position: relative;
    right: auto;
  }
  .row .medium-push-4 {
    left: 33.33333%;
    position: relative;
    right: auto;
  }
  .row .medium-push-5 {
    left: 41.66667%;
    position: relative;
    right: auto;
  }
  .row .medium-push-6 {
    left: 50%;
    position: relative;
    right: auto;
  }
  .row .medium-push-7 {
    left: 58.33333%;
    position: relative;
    right: auto;
  }
  .row .medium-push-8 {
    left: 66.66667%;
    position: relative;
    right: auto;
  }
  .row .medium-push-9 {
    left: 75%;
    position: relative;
    right: auto;
  }
  .row .medium-push-10 {
    left: 83.33333%;
    position: relative;
    right: auto;
  }
  .row .medium-push-11 {
    left: 91.66667%;
    position: relative;
    right: auto;
  }
  .row .medium-push-12 {
    left: 100%;
    position: relative;
    right: auto;
  }
  .row .medium-pull-1 {
    right: 8.33333%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-2 {
    right: 16.66667%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-3 {
    right: 25%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-4 {
    right: 33.33333%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-5 {
    right: 41.66667%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-6 {
    right: 50%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-7 {
    right: 58.33333%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-8 {
    right: 66.66667%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-9 {
    right: 75%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-10 {
    right: 83.33333%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-11 {
    right: 91.66667%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-12 {
    right: 100%;
    position: relative;
    left: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .sidearm-table.collapse-on-small {
    display: table;
  }
  .sidearm-table.collapse-on-small thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-small tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-small tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-small tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-small td,
  .sidearm-table.collapse-on-small th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-small caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-small tbody tr td,
  .sidearm-table.collapse-on-small tfoot tr td,
  .sidearm-table.collapse-on-small tbody tr th,
  .sidearm-table.collapse-on-small tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label],
  .sidearm-table.collapse-on-small tfoot tr td[data-label],
  .sidearm-table.collapse-on-small tbody tr th[data-label],
  .sidearm-table.collapse-on-small tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-small tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-small tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-small tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-small tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-small tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-small tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-small tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-small tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-small tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-small tbody tr td + td,
  .sidearm-table.collapse-on-small tfoot tr td + td,
  .sidearm-table.collapse-on-small tbody tr th + td,
  .sidearm-table.collapse-on-small tfoot tr th + td,
  .sidearm-table.collapse-on-small tbody tr td + th,
  .sidearm-table.collapse-on-small tfoot tr td + th,
  .sidearm-table.collapse-on-small tbody tr th + th,
  .sidearm-table.collapse-on-small tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-small tbody tr:before,
  .sidearm-table.collapse-on-small tfoot tr:before,
  .sidearm-table.collapse-on-small tbody tr:after,
  .sidearm-table.collapse-on-small tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr,
  .sidearm-table.collapse-on-small.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-small.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th {
    color: #595959;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th a {
    color: #004f39;
  }
  .sidearm-table-overflow-on-medium {
    box-shadow: none;
  }
  .sidearm-table-overflow-on-medium .sidearm-table {
    width: 100%;
  }
  .sidearm-pager .sidearm-pager-button-text {
    font-size: 1rem;
  }
  .sidearm-pager .sidearm-pager-button-text:before {
    display: none;
  }
  .text-normal-on-medium,
  .text-bold-on-small-down {
    font-weight: normal !important;
  }
  .text-bold-on-medium {
    font-weight: bold !important;
  }
  .text-italic-on-medium {
    font-style: italic !important;
  }
  .text-italic-on-small-down {
    font-style: normal !important;
  }
  .text-uppercase-on-medium {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-medium {
    text-transform: capitalize !important;
  }
  .text-uppercase-on-small-down,
  .text-capitalize-on-small-down {
    text-transform: none !important;
  }
  .text-left-on-medium {
    text-align: left !important;
  }
  .text-right-on-medium {
    text-align: right !important;
  }
  .text-center-on-medium {
    text-align: center !important;
  }
  .text-left-on-small-down,
  .text-right-on-small-down,
  .text-center-on-small-down {
    text-align: inherit !important;
  }
  .text-smaller-on-medium {
    font-size: .9em !important;
  }
  .text-smallest-on-medium {
    font-size: .8em !important;
  }
  .text-smaller-on-small-down,
  .text-smallest-on-small-down {
    font-size: inherit !important;
  }
  .text-hide-on-medium {
    text-indent: -9999px !important;
  }
  .text-hide-on-small-down {
    text-indent: 0 !important;
  }
}
/* MEDIUM ONLY */
@media screen and (min-width: 540px) and (max-width: 767px) {
  .hide-on-medium-only {
    display: none !important;
  }
  h1.hide-on-medium-only,
  h2.hide-on-medium-only,
  h3.hide-on-medium-only,
  caption.hide-on-medium-only,
  label.hide-on-medium-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .show-on-medium-only {
    display: block !important;
  }
  th.show-on-medium-only {
    display: inline !important;
  }
  table.show-on-medium-only {
    display: table !important;
  }
  caption.show-on-medium-only {
    display: table-caption !important;
  }
  thead.show-on-medium-only {
    display: table-header-group !important;
  }
  tbody.show-on-medium-only {
    display: table-row-group !important;
  }
  tfoot.show-on-medium-only {
    display: table-footer-group !important;
  }
  tr.show-on-medium-only {
    display: table-row !important;
  }
  td.show-on-medium-only,
  th.show-on-medium-only {
    display: table-cell !important;
  }
  span.show-on-medium-only {
    display: inline !important;
  }
  img.show-on-medium-only {
    display: inline-block !important;
  }
  h1.show-on-medium-only,
  h2.show-on-medium-only,
  h3.show-on-medium-only,
  label.show-on-medium-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-medium-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .text-normal-on-medium-only {
    font-weight: normal !important;
  }
  .text-bold-on-medium-only {
    font-weight: bold !important;
  }
  .text-italic-on-medium-only {
    font-style: italic !important;
  }
  .text-uppercase-on-medium-only {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-medium-only {
    text-transform: capitalize !important;
  }
  .text-left-on-medium-only {
    text-align: left !important;
  }
  .text-right-on-medium-only {
    text-align: right !important;
  }
  .text-center-on-medium-only {
    text-align: center !important;
  }
  .text-smaller-on-medium-only {
    font-size: .9em !important;
  }
  .text-smallest-on-medium-only {
    font-size: .8em !important;
  }
  .text-hide-on-medium-only {
    text-indent: -9999px !important;
  }
}
/* LARGE */

@media screen and (min-width: 768px) {
  .sidearm-ad-blocker-message {
    width: 50%;
  }
  .hide-on-large,
  .hide-on-large-down {
    display: none !important;
  }
  h1.hide-on-large,
  h1.hide-on-large-down,
  h2.hide-on-large,
  h2.hide-on-large-down,
  h3.hide-on-large,
  h3.hide-on-large-down,
  caption.hide-on-large,
  caption.hide-on-large-down,
  label.hide-on-large,
  label.hide-on-large-down {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .hide-on-medium-down,
  .large-unflex {
    display: block !important;
  }
  th.hide-on-medium-down,
  th.large-unflex {
    display: inline !important;
  }
  table.hide-on-medium-down,
  table.large-unflex {
    display: table !important;
  }
  caption.hide-on-medium-down,
  caption.large-unflex {
    display: table-caption !important;
  }
  thead.hide-on-medium-down,
  thead.large-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-medium-down,
  tbody.large-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-medium-down,
  tfoot.large-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-medium-down,
  tr.large-unflex {
    display: table-row !important;
  }
  td.hide-on-medium-down,
  td.large-unflex,
  th.hide-on-medium-down,
  th.large-unflex {
    display: table-cell !important;
  }
  span.hide-on-medium-down,
  span.large-unflex {
    display: inline !important;
  }
  img.hide-on-medium-down,
  img.large-unflex {
    display: inline-block !important;
  }
  h1.hide-on-medium-down,
  h1.large-unflex,
  h2.hide-on-medium-down,
  h2.large-unflex,
  h3.hide-on-medium-down,
  h3.large-unflex,
  label.hide-on-medium-down,
  label.large-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-medium-down.flex,
  .large-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .large-flex {
    display: flex;
    display: -webkit-flex;
  }
  .flex .large-flex-item-1 {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .large-flex-item-2 {
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .large-flex-item-3 {
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .large-flex-item-4 {
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .large-flex-order-1 {
    order: 1;
    -webkit-order: 1;
  }
  .flex .large-flex-order-2 {
    order: 2;
    -webkit-order: 2;
  }
  .flex .large-flex-order-3 {
    order: 3;
    -webkit-order: 3;
  }
  .flex .large-flex-order-4 {
    order: 4;
    -webkit-order: 4;
  }
  .flex.large-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.large-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.large-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.large-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.large-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.large-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.large-flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .flex.large-flex-align-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex.large-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.large-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.large-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.large-flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .flex.large-flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex.large-flex-justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .row .row {
    margin-left: -12px;
    margin-right: -12px;
    max-width: none;
    *zoom: 1;
  }
  .row .row:before,
  .row .row:after {
    content: "";
    display: table;
  }
  .row .row:after {
    clear: both;
  }
  .row.pad {
    padding-left: 12px;
    padding-right: 12px;
  }
  .row .large-1 {
    width: 8.33333%;
  }
  .row .large-2 {
    width: 16.66667%;
  }
  .row .large-3 {
    width: 25%;
  }
  .row .large-4 {
    width: 33.33333%;
  }
  .row .large-5 {
    width: 41.66667%;
  }
  .row .large-6 {
    width: 50%;
  }
  .row .large-7 {
    width: 58.33333%;
  }
  .row .large-8 {
    width: 66.66667%;
  }
  .row .large-9 {
    width: 75%;
  }
  .row .large-10 {
    width: 83.33333%;
  }
  .row .large-11 {
    width: 91.66667%;
  }
  .row .large-12 {
    width: 100%;
  }
  .row .large-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
  }
  .row .large-push-2 {
    left: 16.66667%;
    position: relative;
    right: auto;
  }
  .row .large-push-3 {
    left: 25%;
    position: relative;
    right: auto;
  }
  .row .large-push-4 {
    left: 33.33333%;
    position: relative;
    right: auto;
  }
  .row .large-push-5 {
    left: 41.66667%;
    position: relative;
    right: auto;
  }
  .row .large-push-6 {
    left: 50%;
    position: relative;
    right: auto;
  }
  .row .large-push-7 {
    left: 58.33333%;
    position: relative;
    right: auto;
  }
  .row .large-push-8 {
    left: 66.66667%;
    position: relative;
    right: auto;
  }
  .row .large-push-9 {
    left: 75%;
    position: relative;
    right: auto;
  }
  .row .large-push-10 {
    left: 83.33333%;
    position: relative;
    right: auto;
  }
  .row .large-push-11 {
    left: 91.66667%;
    position: relative;
    right: auto;
  }
  .row .large-push-12 {
    left: 100%;
    position: relative;
    right: auto;
  }
  .row .large-pull-1 {
    right: 8.33333%;
    position: relative;
    left: auto;
  }
  .row .large-pull-2 {
    right: 16.66667%;
    position: relative;
    left: auto;
  }
  .row .large-pull-3 {
    right: 25%;
    position: relative;
    left: auto;
  }
  .row .large-pull-4 {
    right: 33.33333%;
    position: relative;
    left: auto;
  }
  .row .large-pull-5 {
    right: 41.66667%;
    position: relative;
    left: auto;
  }
  .row .large-pull-6 {
    right: 50%;
    position: relative;
    left: auto;
  }
  .row .large-pull-7 {
    right: 58.33333%;
    position: relative;
    left: auto;
  }
  .row .large-pull-8 {
    right: 66.66667%;
    position: relative;
    left: auto;
  }
  .row .large-pull-9 {
    right: 75%;
    position: relative;
    left: auto;
  }
  .row .large-pull-10 {
    right: 83.33333%;
    position: relative;
    left: auto;
  }
  .row .large-pull-11 {
    right: 91.66667%;
    position: relative;
    left: auto;
  }
  .row .large-pull-12 {
    right: 100%;
    position: relative;
    left: auto;
  }
  .column,
  .columns {
    padding-left: 12px;
    padding-right: 12px;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .sidearm-table.collapse-on-medium {
    display: table;
  }
  .sidearm-table.collapse-on-medium thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-medium tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-medium tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-medium tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-medium td,
  .sidearm-table.collapse-on-medium th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-medium caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-medium tbody tr td,
  .sidearm-table.collapse-on-medium tfoot tr td,
  .sidearm-table.collapse-on-medium tbody tr th,
  .sidearm-table.collapse-on-medium tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label],
  .sidearm-table.collapse-on-medium tfoot tr td[data-label],
  .sidearm-table.collapse-on-medium tbody tr th[data-label],
  .sidearm-table.collapse-on-medium tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-medium tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-medium tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-medium tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-medium tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-medium tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-medium tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-medium tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-medium tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-medium tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-medium tbody tr td + td,
  .sidearm-table.collapse-on-medium tfoot tr td + td,
  .sidearm-table.collapse-on-medium tbody tr th + td,
  .sidearm-table.collapse-on-medium tfoot tr th + td,
  .sidearm-table.collapse-on-medium tbody tr td + th,
  .sidearm-table.collapse-on-medium tfoot tr td + th,
  .sidearm-table.collapse-on-medium tbody tr th + th,
  .sidearm-table.collapse-on-medium tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-medium tbody tr:before,
  .sidearm-table.collapse-on-medium tfoot tr:before,
  .sidearm-table.collapse-on-medium tbody tr:after,
  .sidearm-table.collapse-on-medium tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr,
  .sidearm-table.collapse-on-medium.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-medium.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th {
    color: #595959;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th a {
    color: #004f39;
  }
  .sidearm-table-overflow-on-large {
    box-shadow: none;
  }
  .sidearm-table-overflow-on-large .sidearm-table {
    width: 100%;
  }
  .text-normal-on-large,
  .text-bold-on-medium-down {
    font-weight: normal !important;
  }
  .text-bold-on-large {
    font-weight: bold !important;
  }
  .text-italic-on-large {
    font-style: italic !important;
  }
  .text-italic-on-medium-down {
    font-style: normal !important;
  }
  .text-uppercase-on-large {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-large {
    text-transform: capitalize !important;
  }
  .text-uppercase-on-medium-down,
  .text-capitalize-on-medium-down {
    text-transform: none !important;
  }
  .text-left-on-large {
    text-align: left !important;
  }
  .text-right-on-large {
    text-align: right !important;
  }
  .text-center-on-large {
    text-align: center !important;
  }
  .text-left-on-medium-down,
  .text-right-on-medium-down,
  .text-center-on-medium-down {
    text-align: inherit !important;
  }
  .text-smaller-on-large {
    font-size: .9em !important;
  }
  .text-smallest-on-large {
    font-size: .8em !important;
  }
  .text-smaller-on-medium-down,
  .text-smallest-on-medium-down {
    font-size: inherit !important;
  }
  .text-hide-on-large {
    text-indent: -9999px !important;
  }
  .text-hide-on-medium-down {
    text-indent: 0 !important;
  }
}
/* LARGE ONLY */

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-on-large-only {
    display: none !important;
  }
  h1.hide-on-large-only,
  h2.hide-on-large-only,
  h3.hide-on-large-only,
  caption.hide-on-large-only,
  label.hide-on-large-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .show-on-large-only {
    display: block !important;
  }
  th.show-on-large-only {
    display: inline !important;
  }
  table.show-on-large-only {
    display: table !important;
  }
  caption.show-on-large-only {
    display: table-caption !important;
  }
  thead.show-on-large-only {
    display: table-header-group !important;
  }
  tbody.show-on-large-only {
    display: table-row-group !important;
  }
  tfoot.show-on-large-only {
    display: table-footer-group !important;
  }
  tr.show-on-large-only {
    display: table-row !important;
  }
  td.show-on-large-only,
  th.show-on-large-only {
    display: table-cell !important;
  }
  span.show-on-large-only {
    display: inline !important;
  }
  img.show-on-large-only {
    display: inline-block !important;
  }
  h1.show-on-large-only,
  h2.show-on-large-only,
  h3.show-on-large-only,
  label.show-on-large-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-large-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .text-normal-on-large-only {
    font-weight: normal !important;
  }
  .text-bold-on-large-only {
    font-weight: bold !important;
  }
  .text-italic-on-large-only {
    font-style: italic !important;
  }
  .text-uppercase-on-large-only {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-large-only {
    text-transform: capitalize !important;
  }
  .text-left-on-large-only {
    text-align: left !important;
  }
  .text-right-on-large-only {
    text-align: right !important;
  }
  .text-center-on-large-only {
    text-align: center !important;
  }
  .text-smaller-on-large-only {
    font-size: .9em !important;
  }
  .text-smallest-on-large-only {
    font-size: .8em !important;
  }
  .text-hide-on-large-only {
    text-indent: -9999px !important;
  }
}
/* X-LARGE */

@media screen and (min-width: 1024px) {
  .hide-on-x-large {
    display: none !important;
  }
  h1.hide-on-x-large,
  h2.hide-on-x-large,
  h3.hide-on-x-large,
  caption.hide-on-x-large,
  label.hide-on-x-large {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .hide-on-large-down,
  .show-on-x-large-only,
  .x-large-unflex {
    display: block !important;
  }
  th.hide-on-large-down,
  th.show-on-x-large-only,
  th.x-large-unflex {
    display: inline !important;
  }
  table.hide-on-large-down,
  table.show-on-x-large-only,
  table.x-large-unflex {
    display: table !important;
  }
  caption.hide-on-large-down,
  caption.show-on-x-large-only,
  caption.x-large-unflex {
    display: table-caption !important;
  }
  thead.hide-on-large-down,
  thead.show-on-x-large-only,
  thead.x-large-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-large-down,
  tbody.show-on-x-large-only,
  tbody.x-large-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-large-down,
  tfoot.show-on-x-large-only,
  tfoot.x-large-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-large-down,
  tr.show-on-x-large-only,
  tr.x-large-unflex {
    display: table-row !important;
  }
  td.hide-on-large-down,
  td.show-on-x-large-only,
  td.x-large-unflex,
  th.hide-on-large-down,
  th.show-on-x-large-only,
  th.x-large-unflex {
    display: table-cell !important;
  }
  span.hide-on-large-down,
  span.show-on-x-large-only,
  span.x-large-unflex {
    display: inline !important;
  }
  img.hide-on-large-down,
  img.show-on-x-large-only,
  img.x-large-unflex {
    display: inline-block !important;
  }
  h1.hide-on-large-down,
  h1.show-on-x-large-only,
  h1.x-large-unflex,
  h2.hide-on-large-down,
  h2.show-on-x-large-only,
  h2.x-large-unflex,
  h3.hide-on-large-down,
  h3.show-on-x-large-only,
  h3.x-large-unflex,
  label.hide-on-large-down,
  label.show-on-x-large-only,
  label.x-large-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-large-down.flex,
  .show-on-x-large-only.flex,
  .x-large-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .x-large-flex {
    display: flex;
    display: -webkit-flex;
  }
  .flex .x-large-flex-item-1 {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .x-large-flex-item-2 {
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .x-large-flex-item-3 {
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .x-large-flex-item-4 {
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .x-large-flex-order-1 {
    order: 1;
    -webkit-order: 1;
  }
  .flex .x-large-flex-order-2 {
    order: 2;
    -webkit-order: 2;
  }
  .flex .x-large-flex-order-3 {
    order: 3;
    -webkit-order: 3;
  }
  .flex .x-large-flex-order-4 {
    order: 4;
    -webkit-order: 4;
  }
  .flex.x-large-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.x-large-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.x-large-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.x-large-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.x-large-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.x-large-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.x-large-flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .flex.x-large-flex-align-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex.x-large-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.x-large-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.x-large-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.x-large-flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .flex.x-large-flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex.x-large-flex-justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .row .x-large-1 {
    width: 8.33333%;
  }
  .row .x-large-2 {
    width: 16.66667%;
  }
  .row .x-large-3 {
    width: 25%;
  }
  .row .x-large-4 {
    width: 33.33333%;
  }
  .row .x-large-5 {
    width: 41.66667%;
  }
  .row .x-large-6 {
    width: 50%;
  }
  .row .x-large-7 {
    width: 58.33333%;
  }
  .row .x-large-8 {
    width: 66.66667%;
  }
  .row .x-large-9 {
    width: 75%;
  }
  .row .x-large-10 {
    width: 83.33333%;
  }
  .row .x-large-11 {
    width: 91.66667%;
  }
  .row .x-large-12 {
    width: 100%;
  }
  .row .x-large-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-2 {
    left: 16.66667%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-3 {
    left: 25%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-4 {
    left: 33.33333%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-5 {
    left: 41.66667%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-6 {
    left: 50%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-7 {
    left: 58.33333%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-8 {
    left: 66.66667%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-9 {
    left: 75%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-10 {
    left: 83.33333%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-11 {
    left: 91.66667%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-12 {
    left: 100%;
    position: relative;
    right: auto;
  }
  .row .x-large-pull-1 {
    right: 8.33333%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-2 {
    right: 16.66667%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-3 {
    right: 25%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-4 {
    right: 33.33333%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-5 {
    right: 41.66667%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-6 {
    right: 50%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-7 {
    right: 58.33333%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-8 {
    right: 66.66667%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-9 {
    right: 75%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-10 {
    right: 83.33333%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-11 {
    right: 91.66667%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-12 {
    right: 100%;
    position: relative;
    left: auto;
  }
  .column.x-large-centered,
  .columns.x-large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.x-large-uncentered,
  .columns.x-large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .sidearm-table.collapse-on-large {
    display: table;
  }
  .sidearm-table.collapse-on-large thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-large tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-large tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-large tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-large td,
  .sidearm-table.collapse-on-large th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-large caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-large tbody tr td,
  .sidearm-table.collapse-on-large tfoot tr td,
  .sidearm-table.collapse-on-large tbody tr th,
  .sidearm-table.collapse-on-large tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label],
  .sidearm-table.collapse-on-large tfoot tr td[data-label],
  .sidearm-table.collapse-on-large tbody tr th[data-label],
  .sidearm-table.collapse-on-large tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-large tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-large tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-large tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-large tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-large tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-large tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-large tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-large tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-large tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-large tbody tr td + td,
  .sidearm-table.collapse-on-large tfoot tr td + td,
  .sidearm-table.collapse-on-large tbody tr th + td,
  .sidearm-table.collapse-on-large tfoot tr th + td,
  .sidearm-table.collapse-on-large tbody tr td + th,
  .sidearm-table.collapse-on-large tfoot tr td + th,
  .sidearm-table.collapse-on-large tbody tr th + th,
  .sidearm-table.collapse-on-large tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-large tbody tr:before,
  .sidearm-table.collapse-on-large tfoot tr:before,
  .sidearm-table.collapse-on-large tbody tr:after,
  .sidearm-table.collapse-on-large tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr,
  .sidearm-table.collapse-on-large.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-large.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th {
    color: #595959;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th a {
    color: #004f39;
  }
  .sidearm-table-overflow-on-x-large {
    box-shadow: none;
  }
  .sidearm-table-overflow-on-x-large .sidearm-table {
    width: 100%;
  }
  .text-normal-on-x-large,
  .text-bold-on-large-down {
    font-weight: normal !important;
  }
  .text-bold-on-x-large {
    font-weight: bold !important;
  }
  .text-italic-on-x-large {
    font-style: italic !important;
  }
  .text-italic-on-large-down {
    font-style: normal !important;
  }
  .text-uppercase-on-x-large {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-x-large {
    text-transform: capitalize !important;
  }
  .text-uppercase-on-large-down,
  .text-capitalize-on-large-down {
    text-transform: none !important;
  }
  .text-left-on-x-large {
    text-align: left !important;
  }
  .text-right-on-x-large {
    text-align: right !important;
  }
  .text-center-on-x-large {
    text-align: center !important;
  }
  .text-left-on-large-down,
  .text-right-on-large-down,
  .text-center-on-large-down {
    text-align: inherit !important;
  }
  .text-smaller-on-x-large {
    font-size: .9em !important;
  }
  .text-smallest-on-x-large {
    font-size: .8em !important;
  }
  .text-smaller-on-large-down,
  .text-smallest-on-large-down {
    font-size: inherit !important;
  }
  .text-hide-on-x-large {
    text-indent: -9999px !important;
  }
  .text-hide-on-large-down {
    text-indent: 0 !important;
  }
}
.sidearm-progress-bar {
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
}
.sidearm-progress-bar > div {
  background-color: #595959;
  height: 30px;
  width: 6px;
  margin: 50px 2px;
  display: inline-block;
  -webkit-animation: progress-bar 1.2s infinite ease-in-out;
  animation: progress-bar 1.2s infinite ease-in-out;
}
.sidearm-progress-bar > div:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sidearm-progress-bar > div:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sidearm-progress-bar > div:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sidearm-progress-bar > div:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes progress-bar {
  0% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
}
@keyframes progress-bar {
  0% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
}
