/*! Reflex v1.0.9 - https://github.com/leejordan/reflex */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  width: 99.99999%;
  max-width: 96rem;
  letter-spacing: -0.31em !important;
  *letter-spacing: normal !important;
  word-spacing: -0.43em !important;
  list-style-type: none;
}
.grid:before,
.grid:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  max-width: 100%;
}
.grid *:before,
.grid *:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
.grid .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
[class*='grid__col-'] {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 1.5rem;
}
.grid__cell {
  position: relative;
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
_:-ms-fullscreen,
:root .grid__cell {
  width: 100%;
}
.grid__col-12 {
  width: 100%;
  *width: 99.9%;
}
.grid__col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}
.grid__col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}
.grid__col-9 {
  width: 75%;
  *width: 74.9%;
}
.grid__col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}
.grid__col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}
.grid__col-6 {
  width: 50%;
  *width: 49.9%;
}
.grid__col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}
.grid__col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}
.grid__col-3 {
  width: 25%;
  *width: 24.9%;
}
.grid__col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}
.grid__col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}
@media (min-width: 481px) {
  .grid__col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .grid__col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .grid__col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .grid__col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .grid__col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .grid__col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .grid__col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .grid__col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 769px) {
  .grid__col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .grid__col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .grid__col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .grid__col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .grid__col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .grid__col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .grid__col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .grid__col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 992px) {
  .grid__col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .grid__col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .grid__col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .grid__col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .grid__col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .grid__col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .grid__col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .grid__col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1025px) {
  .grid__col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .grid__col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .grid__col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .grid__col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .grid__col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .grid__col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .grid__col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .grid__col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.grid__col-auto {
  -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto !important;
  max-width: 100%;
}
@media (min-width: 481px) {
  .grid__col-xs-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .grid__col-sm-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-md-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .grid__col-lg-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
.grid--order-12 {
  order: 12;
}
.grid--order-11 {
  order: 11;
}
.grid--order-10 {
  order: 10;
}
.grid--order-9 {
  order: 9;
}
.grid--order-8 {
  order: 8;
}
.grid--order-7 {
  order: 7;
}
.grid--order-6 {
  order: 6;
}
.grid--order-5 {
  order: 5;
}
.grid--order-4 {
  order: 4;
}
.grid--order-3 {
  order: 3;
}
.grid--order-2 {
  order: 2;
}
.grid--order-1 {
  order: 1;
}
.grid--order-0 {
  order: 0;
}
.grid {
  margin: 0 auto;
}
@media (max-width: 769px) {
  .grid--isMobile-max-width {
    max-width: 480px;
  }
  [class*='grid__col-'] {
    padding: 1rem;
  }
}
.grid--bleed [class*='grid__col-'] {
  padding: 0;
}
.grid--wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid--no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.grid--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.grid--direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.grid--direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grid--direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.grid--direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.grid--align-start {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.grid--align-end {
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.grid--align-end [class*='grid__col-'] {
  vertical-align: bottom;
}
.grid--align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.grid--align-center [class*='grid__col-'] {
  vertical-align: middle;
}
.grid--align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.grid--align-baseline [class*='grid__col-'] {
  vertical-align: baseline;
}
.grid--align-content-start {
  -ms-flex-line-pack: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.grid--align-content-end {
  -ms-flex-line-pack: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.grid--align-content-end [class*='grid__col-'] {
  vertical-align: bottom;
}
.grid--align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.grid--align-content-space-between {
  -ms-flex-line-pack: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.grid--align-content-space-around {
  -ms-flex-line-pack: space-around;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.grid--align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.grid--align-self-start {
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.grid--align-self-end {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}
.grid--align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}
.grid--align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}
.grid--justify-start {
  text-align: left;
  -ms-flex-pack: start;
  text-align-last: start;
  -webkit-justify-content: flex-start;
  text-align-last: start;
  justify-content: flex-start;
}
.grid--justify-end {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.grid--justify-end .grid__cell,
.grid--justify-end [class*='grid__col-'] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-center {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid--justify-center .grid__cell,
.grid--justify-center [class*='grid__col-'] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-space-between {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.grid--justify-space-between .grid__cell,
.grid--justify-space-between [class*='grid__col-'] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-space-around {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.grid--justify-space-around .grid__cell,
.grid--justify-space-around [class*='grid__col-'] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid__col--bleed {
  padding: 0;
}
.grid__cell--padding-sm {
  padding: 0.75rem;
}
.grid__cell--padding-md {
  padding: 1.5rem;
}
.grid__cell--padding-lg {
  padding: 3rem;
}
.grid__cell-img {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.grid__cell-footer {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-top: auto;
}
.guts-p-t-auto {
  padding-top: auto !important;
}
.guts-p-t-quart {
  padding-top: 0.25rem !important;
}
.guts-p-t-half {
  padding-top: 0.5rem !important;
}
.guts-p-t-3-quart {
  padding-top: 0.75rem !important;
}
.guts-p-t-1-half {
  padding-top: 1.5rem !important;
}
.guts-p-t-1-quart {
  padding-top: 1.25rem !important;
}
.guts-p-t-2-half {
  padding-top: 2.5rem !important;
}
.guts-p-t-3-half {
  padding-top: 3.5rem !important;
}
.guts-p-t-0 {
  padding-top: 0rem !important;
}
.guts-p-t-1 {
  padding-top: 1rem !important;
}
.guts-p-t-2 {
  padding-top: 2rem !important;
}
.guts-p-t-3 {
  padding-top: 3rem !important;
}
.guts-p-t-4 {
  padding-top: 4rem !important;
}
.guts-p-t-5 {
  padding-top: 5rem !important;
}
.guts-p-t-6 {
  padding-top: 6rem !important;
}
.guts-p-t-7 {
  padding-top: 7rem !important;
}
.guts-p-t-8 {
  padding-top: 8rem !important;
}
.guts-p-t-9 {
  padding-top: 9rem !important;
}
.guts-p-t-10 {
  padding-top: 10rem !important;
}
.guts-p-t-11 {
  padding-top: 11rem !important;
}
.guts-p-t-12 {
  padding-top: 12rem !important;
}
.guts-p-t-13 {
  padding-top: 13rem !important;
}
.guts-p-t-14 {
  padding-top: 14rem !important;
}
.guts-p-t-15 {
  padding-top: 15rem !important;
}
.guts-p-t-0--negative {
  padding-top: 0rem !important;
}
.guts-p-t-1--negative {
  padding-top: -1rem !important;
}
.guts-p-t-2--negative {
  padding-top: -2rem !important;
}
.guts-p-t-3--negative {
  padding-top: -3rem !important;
}
.guts-p-t-4--negative {
  padding-top: -4rem !important;
}
.guts-p-t-5--negative {
  padding-top: -5rem !important;
}
.guts-p-t-6--negative {
  padding-top: -6rem !important;
}
.guts-p-t-7--negative {
  padding-top: -7rem !important;
}
.guts-p-t-8--negative {
  padding-top: -8rem !important;
}
.guts-p-t-9--negative {
  padding-top: -9rem !important;
}
.guts-p-t-10--negative {
  padding-top: -10rem !important;
}
.guts-p-t-11--negative {
  padding-top: -11rem !important;
}
.guts-p-t-12--negative {
  padding-top: -12rem !important;
}
.guts-p-t-13--negative {
  padding-top: -13rem !important;
}
.guts-p-t-14--negative {
  padding-top: -14rem !important;
}
.guts-p-t-15--negative {
  padding-top: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-t-auto {
    padding-top: auto !important;
  }
  .m-guts-p-t-quart {
    padding-top: 0.25rem !important;
  }
  .m-guts-p-t-half {
    padding-top: 0.5rem !important;
  }
  .m-guts-p-t-half--negative {
    padding-top: -0.5rem !important;
  }
  .m-guts-p-t-3-quart {
    padding-top: 0.75rem !important;
  }
  .m-guts-p-t-1-half {
    padding-top: 1.5rem !important;
  }
  .m-guts-p-t-2-half {
    padding-top: 2.5rem !important;
  }
  .m-guts-p-t-3-half {
    padding-top: 3.5rem !important;
  }
  .m-guts-p-t-0 {
    padding-top: 0rem !important;
  }
  .m-guts-p-t-1 {
    padding-top: 1rem !important;
  }
  .m-guts-p-t-2 {
    padding-top: 2rem !important;
  }
  .m-guts-p-t-3 {
    padding-top: 3rem !important;
  }
  .m-guts-p-t-4 {
    padding-top: 4rem !important;
  }
  .m-guts-p-t-5 {
    padding-top: 5rem !important;
  }
  .m-guts-p-t-6 {
    padding-top: 6rem !important;
  }
  .m-guts-p-t-7 {
    padding-top: 7rem !important;
  }
  .m-guts-p-t-8 {
    padding-top: 8rem !important;
  }
  .m-guts-p-t-9 {
    padding-top: 9rem !important;
  }
  .m-guts-p-t-10 {
    padding-top: 10rem !important;
  }
  .m-guts-p-t-11 {
    padding-top: 11rem !important;
  }
  .m-guts-p-t-12 {
    padding-top: 12rem !important;
  }
  .m-guts-p-t-13 {
    padding-top: 13rem !important;
  }
  .m-guts-p-t-14 {
    padding-top: 14rem !important;
  }
  .m-guts-p-t-15 {
    padding-top: 15rem !important;
  }
  .m-guts-p-t-0--negative {
    padding-top: 0rem !important;
  }
  .m-guts-p-t-1--negative {
    padding-top: -1rem !important;
  }
  .m-guts-p-t-2--negative {
    padding-top: -2rem !important;
  }
  .m-guts-p-t-3--negative {
    padding-top: -3rem !important;
  }
  .m-guts-p-t-4--negative {
    padding-top: -4rem !important;
  }
  .m-guts-p-t-5--negative {
    padding-top: -5rem !important;
  }
  .m-guts-p-t-6--negative {
    padding-top: -6rem !important;
  }
  .m-guts-p-t-7--negative {
    padding-top: -7rem !important;
  }
  .m-guts-p-t-8--negative {
    padding-top: -8rem !important;
  }
  .m-guts-p-t-9--negative {
    padding-top: -9rem !important;
  }
  .m-guts-p-t-10--negative {
    padding-top: -10rem !important;
  }
  .m-guts-p-t-11--negative {
    padding-top: -11rem !important;
  }
  .m-guts-p-t-12--negative {
    padding-top: -12rem !important;
  }
  .m-guts-p-t-13--negative {
    padding-top: -13rem !important;
  }
  .m-guts-p-t-14--negative {
    padding-top: -14rem !important;
  }
  .m-guts-p-t-15--negative {
    padding-top: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-p-b-auto {
  padding-bottom: auto !important;
}
.guts-p-b-quart {
  padding-bottom: 0.25rem !important;
}
.guts-p-b-half {
  padding-bottom: 0.5rem !important;
}
.guts-p-b-3-quart {
  padding-bottom: 0.75rem !important;
}
.guts-p-b-1-half {
  padding-bottom: 1.5rem !important;
}
.guts-p-b-1-quart {
  padding-bottom: 1.25rem !important;
}
.guts-p-b-2-half {
  padding-bottom: 2.5rem !important;
}
.guts-p-b-3-half {
  padding-bottom: 3.5rem !important;
}
.guts-p-b-0 {
  padding-bottom: 0rem !important;
}
.guts-p-b-1 {
  padding-bottom: 1rem !important;
}
.guts-p-b-2 {
  padding-bottom: 2rem !important;
}
.guts-p-b-3 {
  padding-bottom: 3rem !important;
}
.guts-p-b-4 {
  padding-bottom: 4rem !important;
}
.guts-p-b-5 {
  padding-bottom: 5rem !important;
}
.guts-p-b-6 {
  padding-bottom: 6rem !important;
}
.guts-p-b-7 {
  padding-bottom: 7rem !important;
}
.guts-p-b-8 {
  padding-bottom: 8rem !important;
}
.guts-p-b-9 {
  padding-bottom: 9rem !important;
}
.guts-p-b-10 {
  padding-bottom: 10rem !important;
}
.guts-p-b-11 {
  padding-bottom: 11rem !important;
}
.guts-p-b-12 {
  padding-bottom: 12rem !important;
}
.guts-p-b-13 {
  padding-bottom: 13rem !important;
}
.guts-p-b-14 {
  padding-bottom: 14rem !important;
}
.guts-p-b-15 {
  padding-bottom: 15rem !important;
}
.guts-p-b-0--negative {
  padding-bottom: 0rem !important;
}
.guts-p-b-1--negative {
  padding-bottom: -1rem !important;
}
.guts-p-b-2--negative {
  padding-bottom: -2rem !important;
}
.guts-p-b-3--negative {
  padding-bottom: -3rem !important;
}
.guts-p-b-4--negative {
  padding-bottom: -4rem !important;
}
.guts-p-b-5--negative {
  padding-bottom: -5rem !important;
}
.guts-p-b-6--negative {
  padding-bottom: -6rem !important;
}
.guts-p-b-7--negative {
  padding-bottom: -7rem !important;
}
.guts-p-b-8--negative {
  padding-bottom: -8rem !important;
}
.guts-p-b-9--negative {
  padding-bottom: -9rem !important;
}
.guts-p-b-10--negative {
  padding-bottom: -10rem !important;
}
.guts-p-b-11--negative {
  padding-bottom: -11rem !important;
}
.guts-p-b-12--negative {
  padding-bottom: -12rem !important;
}
.guts-p-b-13--negative {
  padding-bottom: -13rem !important;
}
.guts-p-b-14--negative {
  padding-bottom: -14rem !important;
}
.guts-p-b-15--negative {
  padding-bottom: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-b-auto {
    padding-bottom: auto !important;
  }
  .m-guts-p-b-quart {
    padding-bottom: 0.25rem !important;
  }
  .m-guts-p-b-half {
    padding-bottom: 0.5rem !important;
  }
  .m-guts-p-b-half--negative {
    padding-bottom: -0.5rem !important;
  }
  .m-guts-p-b-3-quart {
    padding-bottom: 0.75rem !important;
  }
  .m-guts-p-b-1-half {
    padding-bottom: 1.5rem !important;
  }
  .m-guts-p-b-2-half {
    padding-bottom: 2.5rem !important;
  }
  .m-guts-p-b-3-half {
    padding-bottom: 3.5rem !important;
  }
  .m-guts-p-b-0 {
    padding-bottom: 0rem !important;
  }
  .m-guts-p-b-1 {
    padding-bottom: 1rem !important;
  }
  .m-guts-p-b-2 {
    padding-bottom: 2rem !important;
  }
  .m-guts-p-b-3 {
    padding-bottom: 3rem !important;
  }
  .m-guts-p-b-4 {
    padding-bottom: 4rem !important;
  }
  .m-guts-p-b-5 {
    padding-bottom: 5rem !important;
  }
  .m-guts-p-b-6 {
    padding-bottom: 6rem !important;
  }
  .m-guts-p-b-7 {
    padding-bottom: 7rem !important;
  }
  .m-guts-p-b-8 {
    padding-bottom: 8rem !important;
  }
  .m-guts-p-b-9 {
    padding-bottom: 9rem !important;
  }
  .m-guts-p-b-10 {
    padding-bottom: 10rem !important;
  }
  .m-guts-p-b-11 {
    padding-bottom: 11rem !important;
  }
  .m-guts-p-b-12 {
    padding-bottom: 12rem !important;
  }
  .m-guts-p-b-13 {
    padding-bottom: 13rem !important;
  }
  .m-guts-p-b-14 {
    padding-bottom: 14rem !important;
  }
  .m-guts-p-b-15 {
    padding-bottom: 15rem !important;
  }
  .m-guts-p-b-0--negative {
    padding-bottom: 0rem !important;
  }
  .m-guts-p-b-1--negative {
    padding-bottom: -1rem !important;
  }
  .m-guts-p-b-2--negative {
    padding-bottom: -2rem !important;
  }
  .m-guts-p-b-3--negative {
    padding-bottom: -3rem !important;
  }
  .m-guts-p-b-4--negative {
    padding-bottom: -4rem !important;
  }
  .m-guts-p-b-5--negative {
    padding-bottom: -5rem !important;
  }
  .m-guts-p-b-6--negative {
    padding-bottom: -6rem !important;
  }
  .m-guts-p-b-7--negative {
    padding-bottom: -7rem !important;
  }
  .m-guts-p-b-8--negative {
    padding-bottom: -8rem !important;
  }
  .m-guts-p-b-9--negative {
    padding-bottom: -9rem !important;
  }
  .m-guts-p-b-10--negative {
    padding-bottom: -10rem !important;
  }
  .m-guts-p-b-11--negative {
    padding-bottom: -11rem !important;
  }
  .m-guts-p-b-12--negative {
    padding-bottom: -12rem !important;
  }
  .m-guts-p-b-13--negative {
    padding-bottom: -13rem !important;
  }
  .m-guts-p-b-14--negative {
    padding-bottom: -14rem !important;
  }
  .m-guts-p-b-15--negative {
    padding-bottom: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-p-r-auto {
  padding-right: auto !important;
}
.guts-p-r-quart {
  padding-right: 0.25rem !important;
}
.guts-p-r-half {
  padding-right: 0.5rem !important;
}
.guts-p-r-3-quart {
  padding-right: 0.75rem !important;
}
.guts-p-r-1-half {
  padding-right: 1.5rem !important;
}
.guts-p-r-1-quart {
  padding-right: 1.25rem !important;
}
.guts-p-r-2-half {
  padding-right: 2.5rem !important;
}
.guts-p-r-3-half {
  padding-right: 3.5rem !important;
}
.guts-p-r-0 {
  padding-right: 0rem !important;
}
.guts-p-r-1 {
  padding-right: 1rem !important;
}
.guts-p-r-2 {
  padding-right: 2rem !important;
}
.guts-p-r-3 {
  padding-right: 3rem !important;
}
.guts-p-r-4 {
  padding-right: 4rem !important;
}
.guts-p-r-5 {
  padding-right: 5rem !important;
}
.guts-p-r-6 {
  padding-right: 6rem !important;
}
.guts-p-r-7 {
  padding-right: 7rem !important;
}
.guts-p-r-8 {
  padding-right: 8rem !important;
}
.guts-p-r-9 {
  padding-right: 9rem !important;
}
.guts-p-r-10 {
  padding-right: 10rem !important;
}
.guts-p-r-11 {
  padding-right: 11rem !important;
}
.guts-p-r-12 {
  padding-right: 12rem !important;
}
.guts-p-r-13 {
  padding-right: 13rem !important;
}
.guts-p-r-14 {
  padding-right: 14rem !important;
}
.guts-p-r-15 {
  padding-right: 15rem !important;
}
.guts-p-r-0--negative {
  padding-right: 0rem !important;
}
.guts-p-r-1--negative {
  padding-right: -1rem !important;
}
.guts-p-r-2--negative {
  padding-right: -2rem !important;
}
.guts-p-r-3--negative {
  padding-right: -3rem !important;
}
.guts-p-r-4--negative {
  padding-right: -4rem !important;
}
.guts-p-r-5--negative {
  padding-right: -5rem !important;
}
.guts-p-r-6--negative {
  padding-right: -6rem !important;
}
.guts-p-r-7--negative {
  padding-right: -7rem !important;
}
.guts-p-r-8--negative {
  padding-right: -8rem !important;
}
.guts-p-r-9--negative {
  padding-right: -9rem !important;
}
.guts-p-r-10--negative {
  padding-right: -10rem !important;
}
.guts-p-r-11--negative {
  padding-right: -11rem !important;
}
.guts-p-r-12--negative {
  padding-right: -12rem !important;
}
.guts-p-r-13--negative {
  padding-right: -13rem !important;
}
.guts-p-r-14--negative {
  padding-right: -14rem !important;
}
.guts-p-r-15--negative {
  padding-right: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-r-auto {
    padding-right: auto !important;
  }
  .m-guts-p-r-quart {
    padding-right: 0.25rem !important;
  }
  .m-guts-p-r-half {
    padding-right: 0.5rem !important;
  }
  .m-guts-p-r-half--negative {
    padding-right: -0.5rem !important;
  }
  .m-guts-p-r-3-quart {
    padding-right: 0.75rem !important;
  }
  .m-guts-p-r-1-half {
    padding-right: 1.5rem !important;
  }
  .m-guts-p-r-2-half {
    padding-right: 2.5rem !important;
  }
  .m-guts-p-r-3-half {
    padding-right: 3.5rem !important;
  }
  .m-guts-p-r-0 {
    padding-right: 0rem !important;
  }
  .m-guts-p-r-1 {
    padding-right: 1rem !important;
  }
  .m-guts-p-r-2 {
    padding-right: 2rem !important;
  }
  .m-guts-p-r-3 {
    padding-right: 3rem !important;
  }
  .m-guts-p-r-4 {
    padding-right: 4rem !important;
  }
  .m-guts-p-r-5 {
    padding-right: 5rem !important;
  }
  .m-guts-p-r-6 {
    padding-right: 6rem !important;
  }
  .m-guts-p-r-7 {
    padding-right: 7rem !important;
  }
  .m-guts-p-r-8 {
    padding-right: 8rem !important;
  }
  .m-guts-p-r-9 {
    padding-right: 9rem !important;
  }
  .m-guts-p-r-10 {
    padding-right: 10rem !important;
  }
  .m-guts-p-r-11 {
    padding-right: 11rem !important;
  }
  .m-guts-p-r-12 {
    padding-right: 12rem !important;
  }
  .m-guts-p-r-13 {
    padding-right: 13rem !important;
  }
  .m-guts-p-r-14 {
    padding-right: 14rem !important;
  }
  .m-guts-p-r-15 {
    padding-right: 15rem !important;
  }
  .m-guts-p-r-0--negative {
    padding-right: 0rem !important;
  }
  .m-guts-p-r-1--negative {
    padding-right: -1rem !important;
  }
  .m-guts-p-r-2--negative {
    padding-right: -2rem !important;
  }
  .m-guts-p-r-3--negative {
    padding-right: -3rem !important;
  }
  .m-guts-p-r-4--negative {
    padding-right: -4rem !important;
  }
  .m-guts-p-r-5--negative {
    padding-right: -5rem !important;
  }
  .m-guts-p-r-6--negative {
    padding-right: -6rem !important;
  }
  .m-guts-p-r-7--negative {
    padding-right: -7rem !important;
  }
  .m-guts-p-r-8--negative {
    padding-right: -8rem !important;
  }
  .m-guts-p-r-9--negative {
    padding-right: -9rem !important;
  }
  .m-guts-p-r-10--negative {
    padding-right: -10rem !important;
  }
  .m-guts-p-r-11--negative {
    padding-right: -11rem !important;
  }
  .m-guts-p-r-12--negative {
    padding-right: -12rem !important;
  }
  .m-guts-p-r-13--negative {
    padding-right: -13rem !important;
  }
  .m-guts-p-r-14--negative {
    padding-right: -14rem !important;
  }
  .m-guts-p-r-15--negative {
    padding-right: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-p-l-auto {
  padding-left: auto !important;
}
.guts-p-l-quart {
  padding-left: 0.25rem !important;
}
.guts-p-l-half {
  padding-left: 0.5rem !important;
}
.guts-p-l-3-quart {
  padding-left: 0.75rem !important;
}
.guts-p-l-1-half {
  padding-left: 1.5rem !important;
}
.guts-p-l-1-quart {
  padding-left: 1.25rem !important;
}
.guts-p-l-2-half {
  padding-left: 2.5rem !important;
}
.guts-p-l-3-half {
  padding-left: 3.5rem !important;
}
.guts-p-l-0 {
  padding-left: 0rem !important;
}
.guts-p-l-1 {
  padding-left: 1rem !important;
}
.guts-p-l-2 {
  padding-left: 2rem !important;
}
.guts-p-l-3 {
  padding-left: 3rem !important;
}
.guts-p-l-4 {
  padding-left: 4rem !important;
}
.guts-p-l-5 {
  padding-left: 5rem !important;
}
.guts-p-l-6 {
  padding-left: 6rem !important;
}
.guts-p-l-7 {
  padding-left: 7rem !important;
}
.guts-p-l-8 {
  padding-left: 8rem !important;
}
.guts-p-l-9 {
  padding-left: 9rem !important;
}
.guts-p-l-10 {
  padding-left: 10rem !important;
}
.guts-p-l-11 {
  padding-left: 11rem !important;
}
.guts-p-l-12 {
  padding-left: 12rem !important;
}
.guts-p-l-13 {
  padding-left: 13rem !important;
}
.guts-p-l-14 {
  padding-left: 14rem !important;
}
.guts-p-l-15 {
  padding-left: 15rem !important;
}
.guts-p-l-0--negative {
  padding-left: 0rem !important;
}
.guts-p-l-1--negative {
  padding-left: -1rem !important;
}
.guts-p-l-2--negative {
  padding-left: -2rem !important;
}
.guts-p-l-3--negative {
  padding-left: -3rem !important;
}
.guts-p-l-4--negative {
  padding-left: -4rem !important;
}
.guts-p-l-5--negative {
  padding-left: -5rem !important;
}
.guts-p-l-6--negative {
  padding-left: -6rem !important;
}
.guts-p-l-7--negative {
  padding-left: -7rem !important;
}
.guts-p-l-8--negative {
  padding-left: -8rem !important;
}
.guts-p-l-9--negative {
  padding-left: -9rem !important;
}
.guts-p-l-10--negative {
  padding-left: -10rem !important;
}
.guts-p-l-11--negative {
  padding-left: -11rem !important;
}
.guts-p-l-12--negative {
  padding-left: -12rem !important;
}
.guts-p-l-13--negative {
  padding-left: -13rem !important;
}
.guts-p-l-14--negative {
  padding-left: -14rem !important;
}
.guts-p-l-15--negative {
  padding-left: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-l-auto {
    padding-left: auto !important;
  }
  .m-guts-p-l-quart {
    padding-left: 0.25rem !important;
  }
  .m-guts-p-l-half {
    padding-left: 0.5rem !important;
  }
  .m-guts-p-l-half--negative {
    padding-left: -0.5rem !important;
  }
  .m-guts-p-l-3-quart {
    padding-left: 0.75rem !important;
  }
  .m-guts-p-l-1-half {
    padding-left: 1.5rem !important;
  }
  .m-guts-p-l-2-half {
    padding-left: 2.5rem !important;
  }
  .m-guts-p-l-3-half {
    padding-left: 3.5rem !important;
  }
  .m-guts-p-l-0 {
    padding-left: 0rem !important;
  }
  .m-guts-p-l-1 {
    padding-left: 1rem !important;
  }
  .m-guts-p-l-2 {
    padding-left: 2rem !important;
  }
  .m-guts-p-l-3 {
    padding-left: 3rem !important;
  }
  .m-guts-p-l-4 {
    padding-left: 4rem !important;
  }
  .m-guts-p-l-5 {
    padding-left: 5rem !important;
  }
  .m-guts-p-l-6 {
    padding-left: 6rem !important;
  }
  .m-guts-p-l-7 {
    padding-left: 7rem !important;
  }
  .m-guts-p-l-8 {
    padding-left: 8rem !important;
  }
  .m-guts-p-l-9 {
    padding-left: 9rem !important;
  }
  .m-guts-p-l-10 {
    padding-left: 10rem !important;
  }
  .m-guts-p-l-11 {
    padding-left: 11rem !important;
  }
  .m-guts-p-l-12 {
    padding-left: 12rem !important;
  }
  .m-guts-p-l-13 {
    padding-left: 13rem !important;
  }
  .m-guts-p-l-14 {
    padding-left: 14rem !important;
  }
  .m-guts-p-l-15 {
    padding-left: 15rem !important;
  }
  .m-guts-p-l-0--negative {
    padding-left: 0rem !important;
  }
  .m-guts-p-l-1--negative {
    padding-left: -1rem !important;
  }
  .m-guts-p-l-2--negative {
    padding-left: -2rem !important;
  }
  .m-guts-p-l-3--negative {
    padding-left: -3rem !important;
  }
  .m-guts-p-l-4--negative {
    padding-left: -4rem !important;
  }
  .m-guts-p-l-5--negative {
    padding-left: -5rem !important;
  }
  .m-guts-p-l-6--negative {
    padding-left: -6rem !important;
  }
  .m-guts-p-l-7--negative {
    padding-left: -7rem !important;
  }
  .m-guts-p-l-8--negative {
    padding-left: -8rem !important;
  }
  .m-guts-p-l-9--negative {
    padding-left: -9rem !important;
  }
  .m-guts-p-l-10--negative {
    padding-left: -10rem !important;
  }
  .m-guts-p-l-11--negative {
    padding-left: -11rem !important;
  }
  .m-guts-p-l-12--negative {
    padding-left: -12rem !important;
  }
  .m-guts-p-l-13--negative {
    padding-left: -13rem !important;
  }
  .m-guts-p-l-14--negative {
    padding-left: -14rem !important;
  }
  .m-guts-p-l-15--negative {
    padding-left: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-p-v-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.guts-p-v-quart {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.guts-p-v-half {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.guts-p-v-3-quart {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.guts-p-v-1-half {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.guts-p-v-1-quart {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.guts-p-v-2-half {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.guts-p-v-3-half {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.guts-p-v-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.guts-p-v-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.guts-p-v-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.guts-p-v-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.guts-p-v-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.guts-p-v-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.guts-p-v-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.guts-p-v-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.guts-p-v-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.guts-p-v-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.guts-p-v-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.guts-p-v-11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}
.guts-p-v-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
.guts-p-v-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}
.guts-p-v-14 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}
.guts-p-v-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.guts-p-v-0--negative {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.guts-p-v-1--negative {
  padding-top: -1rem !important;
  padding-bottom: -1rem !important;
}
.guts-p-v-2--negative {
  padding-top: -2rem !important;
  padding-bottom: -2rem !important;
}
.guts-p-v-3--negative {
  padding-top: -3rem !important;
  padding-bottom: -3rem !important;
}
.guts-p-v-4--negative {
  padding-top: -4rem !important;
  padding-bottom: -4rem !important;
}
.guts-p-v-5--negative {
  padding-top: -5rem !important;
  padding-bottom: -5rem !important;
}
.guts-p-v-6--negative {
  padding-top: -6rem !important;
  padding-bottom: -6rem !important;
}
.guts-p-v-7--negative {
  padding-top: -7rem !important;
  padding-bottom: -7rem !important;
}
.guts-p-v-8--negative {
  padding-top: -8rem !important;
  padding-bottom: -8rem !important;
}
.guts-p-v-9--negative {
  padding-top: -9rem !important;
  padding-bottom: -9rem !important;
}
.guts-p-v-10--negative {
  padding-top: -10rem !important;
  padding-bottom: -10rem !important;
}
.guts-p-v-11--negative {
  padding-top: -11rem !important;
  padding-bottom: -11rem !important;
}
.guts-p-v-12--negative {
  padding-top: -12rem !important;
  padding-bottom: -12rem !important;
}
.guts-p-v-13--negative {
  padding-top: -13rem !important;
  padding-bottom: -13rem !important;
}
.guts-p-v-14--negative {
  padding-top: -14rem !important;
  padding-bottom: -14rem !important;
}
.guts-p-v-15--negative {
  padding-top: -15rem !important;
  padding-bottom: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-v-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .m-guts-p-v-quart {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-guts-p-v-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-guts-p-v-half--negative {
    padding-top: -0.5rem !important;
    padding-bottom: -0.5rem !important;
  }
  .m-guts-p-v-3-quart {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-guts-p-v-1-half {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-guts-p-v-2-half {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-guts-p-v-3-half {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .m-guts-p-v-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-guts-p-v-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-guts-p-v-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-guts-p-v-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-guts-p-v-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-guts-p-v-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .m-guts-p-v-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .m-guts-p-v-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .m-guts-p-v-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .m-guts-p-v-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .m-guts-p-v-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .m-guts-p-v-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .m-guts-p-v-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .m-guts-p-v-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .m-guts-p-v-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .m-guts-p-v-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .m-guts-p-v-0--negative {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-guts-p-v-1--negative {
    padding-top: -1rem !important;
    padding-bottom: -1rem !important;
  }
  .m-guts-p-v-2--negative {
    padding-top: -2rem !important;
    padding-bottom: -2rem !important;
  }
  .m-guts-p-v-3--negative {
    padding-top: -3rem !important;
    padding-bottom: -3rem !important;
  }
  .m-guts-p-v-4--negative {
    padding-top: -4rem !important;
    padding-bottom: -4rem !important;
  }
  .m-guts-p-v-5--negative {
    padding-top: -5rem !important;
    padding-bottom: -5rem !important;
  }
  .m-guts-p-v-6--negative {
    padding-top: -6rem !important;
    padding-bottom: -6rem !important;
  }
  .m-guts-p-v-7--negative {
    padding-top: -7rem !important;
    padding-bottom: -7rem !important;
  }
  .m-guts-p-v-8--negative {
    padding-top: -8rem !important;
    padding-bottom: -8rem !important;
  }
  .m-guts-p-v-9--negative {
    padding-top: -9rem !important;
    padding-bottom: -9rem !important;
  }
  .m-guts-p-v-10--negative {
    padding-top: -10rem !important;
    padding-bottom: -10rem !important;
  }
  .m-guts-p-v-11--negative {
    padding-top: -11rem !important;
    padding-bottom: -11rem !important;
  }
  .m-guts-p-v-12--negative {
    padding-top: -12rem !important;
    padding-bottom: -12rem !important;
  }
  .m-guts-p-v-13--negative {
    padding-top: -13rem !important;
    padding-bottom: -13rem !important;
  }
  .m-guts-p-v-14--negative {
    padding-top: -14rem !important;
    padding-bottom: -14rem !important;
  }
  .m-guts-p-v-15--negative {
    padding-top: -15rem !important;
    padding-bottom: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-p-h-auto {
  padding-right: auto !important;
  padding-left: auto !important;
}
.guts-p-h-quart {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.guts-p-h-half {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.guts-p-h-3-quart {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.guts-p-h-1-half {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.guts-p-h-1-quart {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.guts-p-h-2-half {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.guts-p-h-3-half {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
.guts-p-h-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.guts-p-h-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.guts-p-h-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.guts-p-h-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.guts-p-h-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.guts-p-h-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.guts-p-h-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
.guts-p-h-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.guts-p-h-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}
.guts-p-h-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}
.guts-p-h-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
.guts-p-h-11 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}
.guts-p-h-12 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}
.guts-p-h-13 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}
.guts-p-h-14 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}
.guts-p-h-15 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}
.guts-p-h-0--negative {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.guts-p-h-1--negative {
  padding-right: -1rem !important;
  padding-left: -1rem !important;
}
.guts-p-h-2--negative {
  padding-right: -2rem !important;
  padding-left: -2rem !important;
}
.guts-p-h-3--negative {
  padding-right: -3rem !important;
  padding-left: -3rem !important;
}
.guts-p-h-4--negative {
  padding-right: -4rem !important;
  padding-left: -4rem !important;
}
.guts-p-h-5--negative {
  padding-right: -5rem !important;
  padding-left: -5rem !important;
}
.guts-p-h-6--negative {
  padding-right: -6rem !important;
  padding-left: -6rem !important;
}
.guts-p-h-7--negative {
  padding-right: -7rem !important;
  padding-left: -7rem !important;
}
.guts-p-h-8--negative {
  padding-right: -8rem !important;
  padding-left: -8rem !important;
}
.guts-p-h-9--negative {
  padding-right: -9rem !important;
  padding-left: -9rem !important;
}
.guts-p-h-10--negative {
  padding-right: -10rem !important;
  padding-left: -10rem !important;
}
.guts-p-h-11--negative {
  padding-right: -11rem !important;
  padding-left: -11rem !important;
}
.guts-p-h-12--negative {
  padding-right: -12rem !important;
  padding-left: -12rem !important;
}
.guts-p-h-13--negative {
  padding-right: -13rem !important;
  padding-left: -13rem !important;
}
.guts-p-h-14--negative {
  padding-right: -14rem !important;
  padding-left: -14rem !important;
}
.guts-p-h-15--negative {
  padding-right: -15rem !important;
  padding-left: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-h-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .m-guts-p-h-quart {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .m-guts-p-h-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .m-guts-p-h-half--negative {
    padding-right: -0.5rem !important;
    padding-left: -0.5rem !important;
  }
  .m-guts-p-h-3-quart {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .m-guts-p-h-1-half {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .m-guts-p-h-2-half {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .m-guts-p-h-3-half {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .m-guts-p-h-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .m-guts-p-h-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .m-guts-p-h-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .m-guts-p-h-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .m-guts-p-h-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .m-guts-p-h-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .m-guts-p-h-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .m-guts-p-h-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .m-guts-p-h-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .m-guts-p-h-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .m-guts-p-h-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .m-guts-p-h-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .m-guts-p-h-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .m-guts-p-h-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .m-guts-p-h-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .m-guts-p-h-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .m-guts-p-h-0--negative {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .m-guts-p-h-1--negative {
    padding-right: -1rem !important;
    padding-left: -1rem !important;
  }
  .m-guts-p-h-2--negative {
    padding-right: -2rem !important;
    padding-left: -2rem !important;
  }
  .m-guts-p-h-3--negative {
    padding-right: -3rem !important;
    padding-left: -3rem !important;
  }
  .m-guts-p-h-4--negative {
    padding-right: -4rem !important;
    padding-left: -4rem !important;
  }
  .m-guts-p-h-5--negative {
    padding-right: -5rem !important;
    padding-left: -5rem !important;
  }
  .m-guts-p-h-6--negative {
    padding-right: -6rem !important;
    padding-left: -6rem !important;
  }
  .m-guts-p-h-7--negative {
    padding-right: -7rem !important;
    padding-left: -7rem !important;
  }
  .m-guts-p-h-8--negative {
    padding-right: -8rem !important;
    padding-left: -8rem !important;
  }
  .m-guts-p-h-9--negative {
    padding-right: -9rem !important;
    padding-left: -9rem !important;
  }
  .m-guts-p-h-10--negative {
    padding-right: -10rem !important;
    padding-left: -10rem !important;
  }
  .m-guts-p-h-11--negative {
    padding-right: -11rem !important;
    padding-left: -11rem !important;
  }
  .m-guts-p-h-12--negative {
    padding-right: -12rem !important;
    padding-left: -12rem !important;
  }
  .m-guts-p-h-13--negative {
    padding-right: -13rem !important;
    padding-left: -13rem !important;
  }
  .m-guts-p-h-14--negative {
    padding-right: -14rem !important;
    padding-left: -14rem !important;
  }
  .m-guts-p-h-15--negative {
    padding-right: -15rem !important;
    padding-left: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-p-full-auto {
  padding: auto !important;
}
.guts-p-full-quart {
  padding: 0.25rem !important;
}
.guts-p-full-half {
  padding: 0.5rem !important;
}
.guts-p-full-3-quart {
  padding: 0.75rem !important;
}
.guts-p-full-1-half {
  padding: 1.5rem !important;
}
.guts-p-full-1-quart {
  padding: 1.25rem !important;
}
.guts-p-full-2-half {
  padding: 2.5rem !important;
}
.guts-p-full-3-half {
  padding: 3.5rem !important;
}
.guts-p-full-0 {
  padding: 0rem !important;
}
.guts-p-full-1 {
  padding: 1rem !important;
}
.guts-p-full-2 {
  padding: 2rem !important;
}
.guts-p-full-3 {
  padding: 3rem !important;
}
.guts-p-full-4 {
  padding: 4rem !important;
}
.guts-p-full-5 {
  padding: 5rem !important;
}
.guts-p-full-6 {
  padding: 6rem !important;
}
.guts-p-full-7 {
  padding: 7rem !important;
}
.guts-p-full-8 {
  padding: 8rem !important;
}
.guts-p-full-9 {
  padding: 9rem !important;
}
.guts-p-full-10 {
  padding: 10rem !important;
}
.guts-p-full-11 {
  padding: 11rem !important;
}
.guts-p-full-12 {
  padding: 12rem !important;
}
.guts-p-full-13 {
  padding: 13rem !important;
}
.guts-p-full-14 {
  padding: 14rem !important;
}
.guts-p-full-15 {
  padding: 15rem !important;
}
.guts-p-full-0--negative {
  padding: 0rem !important;
}
.guts-p-full-1--negative {
  padding: -1rem !important;
}
.guts-p-full-2--negative {
  padding: -2rem !important;
}
.guts-p-full-3--negative {
  padding: -3rem !important;
}
.guts-p-full-4--negative {
  padding: -4rem !important;
}
.guts-p-full-5--negative {
  padding: -5rem !important;
}
.guts-p-full-6--negative {
  padding: -6rem !important;
}
.guts-p-full-7--negative {
  padding: -7rem !important;
}
.guts-p-full-8--negative {
  padding: -8rem !important;
}
.guts-p-full-9--negative {
  padding: -9rem !important;
}
.guts-p-full-10--negative {
  padding: -10rem !important;
}
.guts-p-full-11--negative {
  padding: -11rem !important;
}
.guts-p-full-12--negative {
  padding: -12rem !important;
}
.guts-p-full-13--negative {
  padding: -13rem !important;
}
.guts-p-full-14--negative {
  padding: -14rem !important;
}
.guts-p-full-15--negative {
  padding: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-full-auto {
    padding: auto !important;
  }
  .m-guts-p-full-quart {
    padding: 0.25rem !important;
  }
  .m-guts-p-full-half {
    padding: 0.5rem !important;
  }
  .m-guts-p-full-half--negative {
    padding: -0.5rem !important;
  }
  .m-guts-p-full-3-quart {
    padding: 0.75rem !important;
  }
  .m-guts-p-full-1-half {
    padding: 1.5rem !important;
  }
  .m-guts-p-full-2-half {
    padding: 2.5rem !important;
  }
  .m-guts-p-full-3-half {
    padding: 3.5rem !important;
  }
  .m-guts-p-full-0 {
    padding: 0rem !important;
  }
  .m-guts-p-full-1 {
    padding: 1rem !important;
  }
  .m-guts-p-full-2 {
    padding: 2rem !important;
  }
  .m-guts-p-full-3 {
    padding: 3rem !important;
  }
  .m-guts-p-full-4 {
    padding: 4rem !important;
  }
  .m-guts-p-full-5 {
    padding: 5rem !important;
  }
  .m-guts-p-full-6 {
    padding: 6rem !important;
  }
  .m-guts-p-full-7 {
    padding: 7rem !important;
  }
  .m-guts-p-full-8 {
    padding: 8rem !important;
  }
  .m-guts-p-full-9 {
    padding: 9rem !important;
  }
  .m-guts-p-full-10 {
    padding: 10rem !important;
  }
  .m-guts-p-full-11 {
    padding: 11rem !important;
  }
  .m-guts-p-full-12 {
    padding: 12rem !important;
  }
  .m-guts-p-full-13 {
    padding: 13rem !important;
  }
  .m-guts-p-full-14 {
    padding: 14rem !important;
  }
  .m-guts-p-full-15 {
    padding: 15rem !important;
  }
  .m-guts-p-full-0--negative {
    padding: 0rem !important;
  }
  .m-guts-p-full-1--negative {
    padding: -1rem !important;
  }
  .m-guts-p-full-2--negative {
    padding: -2rem !important;
  }
  .m-guts-p-full-3--negative {
    padding: -3rem !important;
  }
  .m-guts-p-full-4--negative {
    padding: -4rem !important;
  }
  .m-guts-p-full-5--negative {
    padding: -5rem !important;
  }
  .m-guts-p-full-6--negative {
    padding: -6rem !important;
  }
  .m-guts-p-full-7--negative {
    padding: -7rem !important;
  }
  .m-guts-p-full-8--negative {
    padding: -8rem !important;
  }
  .m-guts-p-full-9--negative {
    padding: -9rem !important;
  }
  .m-guts-p-full-10--negative {
    padding: -10rem !important;
  }
  .m-guts-p-full-11--negative {
    padding: -11rem !important;
  }
  .m-guts-p-full-12--negative {
    padding: -12rem !important;
  }
  .m-guts-p-full-13--negative {
    padding: -13rem !important;
  }
  .m-guts-p-full-14--negative {
    padding: -14rem !important;
  }
  .m-guts-p-full-15--negative {
    padding: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-t-auto {
  margin-top: auto !important;
}
.guts-m-t-quart {
  margin-top: 0.25rem !important;
}
.guts-m-t-half {
  margin-top: 0.5rem !important;
}
.guts-m-t-3-quart {
  margin-top: 0.75rem !important;
}
.guts-m-t-1-half {
  margin-top: 1.5rem !important;
}
.guts-m-t-1-quart {
  margin-top: 1.25rem !important;
}
.guts-m-t-2-half {
  margin-top: 2.5rem !important;
}
.guts-m-t-3-half {
  margin-top: 3.5rem !important;
}
.guts-m-t-0 {
  margin-top: 0rem !important;
}
.guts-m-t-1 {
  margin-top: 1rem !important;
}
.guts-m-t-2 {
  margin-top: 2rem !important;
}
.guts-m-t-3 {
  margin-top: 3rem !important;
}
.guts-m-t-4 {
  margin-top: 4rem !important;
}
.guts-m-t-5 {
  margin-top: 5rem !important;
}
.guts-m-t-6 {
  margin-top: 6rem !important;
}
.guts-m-t-7 {
  margin-top: 7rem !important;
}
.guts-m-t-8 {
  margin-top: 8rem !important;
}
.guts-m-t-9 {
  margin-top: 9rem !important;
}
.guts-m-t-10 {
  margin-top: 10rem !important;
}
.guts-m-t-11 {
  margin-top: 11rem !important;
}
.guts-m-t-12 {
  margin-top: 12rem !important;
}
.guts-m-t-13 {
  margin-top: 13rem !important;
}
.guts-m-t-14 {
  margin-top: 14rem !important;
}
.guts-m-t-15 {
  margin-top: 15rem !important;
}
.guts-m-t-0--negative {
  margin-top: 0rem !important;
}
.guts-m-t-1--negative {
  margin-top: -1rem !important;
}
.guts-m-t-2--negative {
  margin-top: -2rem !important;
}
.guts-m-t-3--negative {
  margin-top: -3rem !important;
}
.guts-m-t-4--negative {
  margin-top: -4rem !important;
}
.guts-m-t-5--negative {
  margin-top: -5rem !important;
}
.guts-m-t-6--negative {
  margin-top: -6rem !important;
}
.guts-m-t-7--negative {
  margin-top: -7rem !important;
}
.guts-m-t-8--negative {
  margin-top: -8rem !important;
}
.guts-m-t-9--negative {
  margin-top: -9rem !important;
}
.guts-m-t-10--negative {
  margin-top: -10rem !important;
}
.guts-m-t-11--negative {
  margin-top: -11rem !important;
}
.guts-m-t-12--negative {
  margin-top: -12rem !important;
}
.guts-m-t-13--negative {
  margin-top: -13rem !important;
}
.guts-m-t-14--negative {
  margin-top: -14rem !important;
}
.guts-m-t-15--negative {
  margin-top: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-t-auto {
    margin-top: auto !important;
  }
  .m-guts-m-t-quart {
    margin-top: 0.25rem !important;
  }
  .m-guts-m-t-half {
    margin-top: 0.5rem !important;
  }
  .m-guts-m-t-half--negative {
    margin-top: -0.5rem !important;
  }
  .m-guts-m-t-3-quart {
    margin-top: 0.75rem !important;
  }
  .m-guts-m-t-1-half {
    margin-top: 1.5rem !important;
  }
  .m-guts-m-t-2-half {
    margin-top: 2.5rem !important;
  }
  .m-guts-m-t-3-half {
    margin-top: 3.5rem !important;
  }
  .m-guts-m-t-0 {
    margin-top: 0rem !important;
  }
  .m-guts-m-t-1 {
    margin-top: 1rem !important;
  }
  .m-guts-m-t-2 {
    margin-top: 2rem !important;
  }
  .m-guts-m-t-3 {
    margin-top: 3rem !important;
  }
  .m-guts-m-t-4 {
    margin-top: 4rem !important;
  }
  .m-guts-m-t-5 {
    margin-top: 5rem !important;
  }
  .m-guts-m-t-6 {
    margin-top: 6rem !important;
  }
  .m-guts-m-t-7 {
    margin-top: 7rem !important;
  }
  .m-guts-m-t-8 {
    margin-top: 8rem !important;
  }
  .m-guts-m-t-9 {
    margin-top: 9rem !important;
  }
  .m-guts-m-t-10 {
    margin-top: 10rem !important;
  }
  .m-guts-m-t-11 {
    margin-top: 11rem !important;
  }
  .m-guts-m-t-12 {
    margin-top: 12rem !important;
  }
  .m-guts-m-t-13 {
    margin-top: 13rem !important;
  }
  .m-guts-m-t-14 {
    margin-top: 14rem !important;
  }
  .m-guts-m-t-15 {
    margin-top: 15rem !important;
  }
  .m-guts-m-t-0--negative {
    margin-top: 0rem !important;
  }
  .m-guts-m-t-1--negative {
    margin-top: -1rem !important;
  }
  .m-guts-m-t-2--negative {
    margin-top: -2rem !important;
  }
  .m-guts-m-t-3--negative {
    margin-top: -3rem !important;
  }
  .m-guts-m-t-4--negative {
    margin-top: -4rem !important;
  }
  .m-guts-m-t-5--negative {
    margin-top: -5rem !important;
  }
  .m-guts-m-t-6--negative {
    margin-top: -6rem !important;
  }
  .m-guts-m-t-7--negative {
    margin-top: -7rem !important;
  }
  .m-guts-m-t-8--negative {
    margin-top: -8rem !important;
  }
  .m-guts-m-t-9--negative {
    margin-top: -9rem !important;
  }
  .m-guts-m-t-10--negative {
    margin-top: -10rem !important;
  }
  .m-guts-m-t-11--negative {
    margin-top: -11rem !important;
  }
  .m-guts-m-t-12--negative {
    margin-top: -12rem !important;
  }
  .m-guts-m-t-13--negative {
    margin-top: -13rem !important;
  }
  .m-guts-m-t-14--negative {
    margin-top: -14rem !important;
  }
  .m-guts-m-t-15--negative {
    margin-top: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-b-auto {
  margin-bottom: auto !important;
}
.guts-m-b-quart {
  margin-bottom: 0.25rem !important;
}
.guts-m-b-half {
  margin-bottom: 0.5rem !important;
}
.guts-m-b-3-quart {
  margin-bottom: 0.75rem !important;
}
.guts-m-b-1-half {
  margin-bottom: 1.5rem !important;
}
.guts-m-b-1-quart {
  margin-bottom: 1.25rem !important;
}
.guts-m-b-2-half {
  margin-bottom: 2.5rem !important;
}
.guts-m-b-3-half {
  margin-bottom: 3.5rem !important;
}
.guts-m-b-0 {
  margin-bottom: 0rem !important;
}
.guts-m-b-1 {
  margin-bottom: 1rem !important;
}
.guts-m-b-2 {
  margin-bottom: 2rem !important;
}
.guts-m-b-3 {
  margin-bottom: 3rem !important;
}
.guts-m-b-4 {
  margin-bottom: 4rem !important;
}
.guts-m-b-5 {
  margin-bottom: 5rem !important;
}
.guts-m-b-6 {
  margin-bottom: 6rem !important;
}
.guts-m-b-7 {
  margin-bottom: 7rem !important;
}
.guts-m-b-8 {
  margin-bottom: 8rem !important;
}
.guts-m-b-9 {
  margin-bottom: 9rem !important;
}
.guts-m-b-10 {
  margin-bottom: 10rem !important;
}
.guts-m-b-11 {
  margin-bottom: 11rem !important;
}
.guts-m-b-12 {
  margin-bottom: 12rem !important;
}
.guts-m-b-13 {
  margin-bottom: 13rem !important;
}
.guts-m-b-14 {
  margin-bottom: 14rem !important;
}
.guts-m-b-15 {
  margin-bottom: 15rem !important;
}
.guts-m-b-0--negative {
  margin-bottom: 0rem !important;
}
.guts-m-b-1--negative {
  margin-bottom: -1rem !important;
}
.guts-m-b-2--negative {
  margin-bottom: -2rem !important;
}
.guts-m-b-3--negative {
  margin-bottom: -3rem !important;
}
.guts-m-b-4--negative {
  margin-bottom: -4rem !important;
}
.guts-m-b-5--negative {
  margin-bottom: -5rem !important;
}
.guts-m-b-6--negative {
  margin-bottom: -6rem !important;
}
.guts-m-b-7--negative {
  margin-bottom: -7rem !important;
}
.guts-m-b-8--negative {
  margin-bottom: -8rem !important;
}
.guts-m-b-9--negative {
  margin-bottom: -9rem !important;
}
.guts-m-b-10--negative {
  margin-bottom: -10rem !important;
}
.guts-m-b-11--negative {
  margin-bottom: -11rem !important;
}
.guts-m-b-12--negative {
  margin-bottom: -12rem !important;
}
.guts-m-b-13--negative {
  margin-bottom: -13rem !important;
}
.guts-m-b-14--negative {
  margin-bottom: -14rem !important;
}
.guts-m-b-15--negative {
  margin-bottom: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-b-auto {
    margin-bottom: auto !important;
  }
  .m-guts-m-b-quart {
    margin-bottom: 0.25rem !important;
  }
  .m-guts-m-b-half {
    margin-bottom: 0.5rem !important;
  }
  .m-guts-m-b-half--negative {
    margin-bottom: -0.5rem !important;
  }
  .m-guts-m-b-3-quart {
    margin-bottom: 0.75rem !important;
  }
  .m-guts-m-b-1-half {
    margin-bottom: 1.5rem !important;
  }
  .m-guts-m-b-2-half {
    margin-bottom: 2.5rem !important;
  }
  .m-guts-m-b-3-half {
    margin-bottom: 3.5rem !important;
  }
  .m-guts-m-b-0 {
    margin-bottom: 0rem !important;
  }
  .m-guts-m-b-1 {
    margin-bottom: 1rem !important;
  }
  .m-guts-m-b-2 {
    margin-bottom: 2rem !important;
  }
  .m-guts-m-b-3 {
    margin-bottom: 3rem !important;
  }
  .m-guts-m-b-4 {
    margin-bottom: 4rem !important;
  }
  .m-guts-m-b-5 {
    margin-bottom: 5rem !important;
  }
  .m-guts-m-b-6 {
    margin-bottom: 6rem !important;
  }
  .m-guts-m-b-7 {
    margin-bottom: 7rem !important;
  }
  .m-guts-m-b-8 {
    margin-bottom: 8rem !important;
  }
  .m-guts-m-b-9 {
    margin-bottom: 9rem !important;
  }
  .m-guts-m-b-10 {
    margin-bottom: 10rem !important;
  }
  .m-guts-m-b-11 {
    margin-bottom: 11rem !important;
  }
  .m-guts-m-b-12 {
    margin-bottom: 12rem !important;
  }
  .m-guts-m-b-13 {
    margin-bottom: 13rem !important;
  }
  .m-guts-m-b-14 {
    margin-bottom: 14rem !important;
  }
  .m-guts-m-b-15 {
    margin-bottom: 15rem !important;
  }
  .m-guts-m-b-0--negative {
    margin-bottom: 0rem !important;
  }
  .m-guts-m-b-1--negative {
    margin-bottom: -1rem !important;
  }
  .m-guts-m-b-2--negative {
    margin-bottom: -2rem !important;
  }
  .m-guts-m-b-3--negative {
    margin-bottom: -3rem !important;
  }
  .m-guts-m-b-4--negative {
    margin-bottom: -4rem !important;
  }
  .m-guts-m-b-5--negative {
    margin-bottom: -5rem !important;
  }
  .m-guts-m-b-6--negative {
    margin-bottom: -6rem !important;
  }
  .m-guts-m-b-7--negative {
    margin-bottom: -7rem !important;
  }
  .m-guts-m-b-8--negative {
    margin-bottom: -8rem !important;
  }
  .m-guts-m-b-9--negative {
    margin-bottom: -9rem !important;
  }
  .m-guts-m-b-10--negative {
    margin-bottom: -10rem !important;
  }
  .m-guts-m-b-11--negative {
    margin-bottom: -11rem !important;
  }
  .m-guts-m-b-12--negative {
    margin-bottom: -12rem !important;
  }
  .m-guts-m-b-13--negative {
    margin-bottom: -13rem !important;
  }
  .m-guts-m-b-14--negative {
    margin-bottom: -14rem !important;
  }
  .m-guts-m-b-15--negative {
    margin-bottom: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-r-auto {
  margin-right: auto !important;
}
.guts-m-r-quart {
  margin-right: 0.25rem !important;
}
.guts-m-r-half {
  margin-right: 0.5rem !important;
}
.guts-m-r-3-quart {
  margin-right: 0.75rem !important;
}
.guts-m-r-1-half {
  margin-right: 1.5rem !important;
}
.guts-m-r-1-quart {
  margin-right: 1.25rem !important;
}
.guts-m-r-2-half {
  margin-right: 2.5rem !important;
}
.guts-m-r-3-half {
  margin-right: 3.5rem !important;
}
.guts-m-r-0 {
  margin-right: 0rem !important;
}
.guts-m-r-1 {
  margin-right: 1rem !important;
}
.guts-m-r-2 {
  margin-right: 2rem !important;
}
.guts-m-r-3 {
  margin-right: 3rem !important;
}
.guts-m-r-4 {
  margin-right: 4rem !important;
}
.guts-m-r-5 {
  margin-right: 5rem !important;
}
.guts-m-r-6 {
  margin-right: 6rem !important;
}
.guts-m-r-7 {
  margin-right: 7rem !important;
}
.guts-m-r-8 {
  margin-right: 8rem !important;
}
.guts-m-r-9 {
  margin-right: 9rem !important;
}
.guts-m-r-10 {
  margin-right: 10rem !important;
}
.guts-m-r-11 {
  margin-right: 11rem !important;
}
.guts-m-r-12 {
  margin-right: 12rem !important;
}
.guts-m-r-13 {
  margin-right: 13rem !important;
}
.guts-m-r-14 {
  margin-right: 14rem !important;
}
.guts-m-r-15 {
  margin-right: 15rem !important;
}
.guts-m-r-0--negative {
  margin-right: 0rem !important;
}
.guts-m-r-1--negative {
  margin-right: -1rem !important;
}
.guts-m-r-2--negative {
  margin-right: -2rem !important;
}
.guts-m-r-3--negative {
  margin-right: -3rem !important;
}
.guts-m-r-4--negative {
  margin-right: -4rem !important;
}
.guts-m-r-5--negative {
  margin-right: -5rem !important;
}
.guts-m-r-6--negative {
  margin-right: -6rem !important;
}
.guts-m-r-7--negative {
  margin-right: -7rem !important;
}
.guts-m-r-8--negative {
  margin-right: -8rem !important;
}
.guts-m-r-9--negative {
  margin-right: -9rem !important;
}
.guts-m-r-10--negative {
  margin-right: -10rem !important;
}
.guts-m-r-11--negative {
  margin-right: -11rem !important;
}
.guts-m-r-12--negative {
  margin-right: -12rem !important;
}
.guts-m-r-13--negative {
  margin-right: -13rem !important;
}
.guts-m-r-14--negative {
  margin-right: -14rem !important;
}
.guts-m-r-15--negative {
  margin-right: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-r-auto {
    margin-right: auto !important;
  }
  .m-guts-m-r-quart {
    margin-right: 0.25rem !important;
  }
  .m-guts-m-r-half {
    margin-right: 0.5rem !important;
  }
  .m-guts-m-r-half--negative {
    margin-right: -0.5rem !important;
  }
  .m-guts-m-r-3-quart {
    margin-right: 0.75rem !important;
  }
  .m-guts-m-r-1-half {
    margin-right: 1.5rem !important;
  }
  .m-guts-m-r-2-half {
    margin-right: 2.5rem !important;
  }
  .m-guts-m-r-3-half {
    margin-right: 3.5rem !important;
  }
  .m-guts-m-r-0 {
    margin-right: 0rem !important;
  }
  .m-guts-m-r-1 {
    margin-right: 1rem !important;
  }
  .m-guts-m-r-2 {
    margin-right: 2rem !important;
  }
  .m-guts-m-r-3 {
    margin-right: 3rem !important;
  }
  .m-guts-m-r-4 {
    margin-right: 4rem !important;
  }
  .m-guts-m-r-5 {
    margin-right: 5rem !important;
  }
  .m-guts-m-r-6 {
    margin-right: 6rem !important;
  }
  .m-guts-m-r-7 {
    margin-right: 7rem !important;
  }
  .m-guts-m-r-8 {
    margin-right: 8rem !important;
  }
  .m-guts-m-r-9 {
    margin-right: 9rem !important;
  }
  .m-guts-m-r-10 {
    margin-right: 10rem !important;
  }
  .m-guts-m-r-11 {
    margin-right: 11rem !important;
  }
  .m-guts-m-r-12 {
    margin-right: 12rem !important;
  }
  .m-guts-m-r-13 {
    margin-right: 13rem !important;
  }
  .m-guts-m-r-14 {
    margin-right: 14rem !important;
  }
  .m-guts-m-r-15 {
    margin-right: 15rem !important;
  }
  .m-guts-m-r-0--negative {
    margin-right: 0rem !important;
  }
  .m-guts-m-r-1--negative {
    margin-right: -1rem !important;
  }
  .m-guts-m-r-2--negative {
    margin-right: -2rem !important;
  }
  .m-guts-m-r-3--negative {
    margin-right: -3rem !important;
  }
  .m-guts-m-r-4--negative {
    margin-right: -4rem !important;
  }
  .m-guts-m-r-5--negative {
    margin-right: -5rem !important;
  }
  .m-guts-m-r-6--negative {
    margin-right: -6rem !important;
  }
  .m-guts-m-r-7--negative {
    margin-right: -7rem !important;
  }
  .m-guts-m-r-8--negative {
    margin-right: -8rem !important;
  }
  .m-guts-m-r-9--negative {
    margin-right: -9rem !important;
  }
  .m-guts-m-r-10--negative {
    margin-right: -10rem !important;
  }
  .m-guts-m-r-11--negative {
    margin-right: -11rem !important;
  }
  .m-guts-m-r-12--negative {
    margin-right: -12rem !important;
  }
  .m-guts-m-r-13--negative {
    margin-right: -13rem !important;
  }
  .m-guts-m-r-14--negative {
    margin-right: -14rem !important;
  }
  .m-guts-m-r-15--negative {
    margin-right: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-l-auto {
  margin-left: auto !important;
}
.guts-m-l-quart {
  margin-left: 0.25rem !important;
}
.guts-m-l-half {
  margin-left: 0.5rem !important;
}
.guts-m-l-3-quart {
  margin-left: 0.75rem !important;
}
.guts-m-l-1-half {
  margin-left: 1.5rem !important;
}
.guts-m-l-1-quart {
  margin-left: 1.25rem !important;
}
.guts-m-l-2-half {
  margin-left: 2.5rem !important;
}
.guts-m-l-3-half {
  margin-left: 3.5rem !important;
}
.guts-m-l-0 {
  margin-left: 0rem !important;
}
.guts-m-l-1 {
  margin-left: 1rem !important;
}
.guts-m-l-2 {
  margin-left: 2rem !important;
}
.guts-m-l-3 {
  margin-left: 3rem !important;
}
.guts-m-l-4 {
  margin-left: 4rem !important;
}
.guts-m-l-5 {
  margin-left: 5rem !important;
}
.guts-m-l-6 {
  margin-left: 6rem !important;
}
.guts-m-l-7 {
  margin-left: 7rem !important;
}
.guts-m-l-8 {
  margin-left: 8rem !important;
}
.guts-m-l-9 {
  margin-left: 9rem !important;
}
.guts-m-l-10 {
  margin-left: 10rem !important;
}
.guts-m-l-11 {
  margin-left: 11rem !important;
}
.guts-m-l-12 {
  margin-left: 12rem !important;
}
.guts-m-l-13 {
  margin-left: 13rem !important;
}
.guts-m-l-14 {
  margin-left: 14rem !important;
}
.guts-m-l-15 {
  margin-left: 15rem !important;
}
.guts-m-l-0--negative {
  margin-left: 0rem !important;
}
.guts-m-l-1--negative {
  margin-left: -1rem !important;
}
.guts-m-l-2--negative {
  margin-left: -2rem !important;
}
.guts-m-l-3--negative {
  margin-left: -3rem !important;
}
.guts-m-l-4--negative {
  margin-left: -4rem !important;
}
.guts-m-l-5--negative {
  margin-left: -5rem !important;
}
.guts-m-l-6--negative {
  margin-left: -6rem !important;
}
.guts-m-l-7--negative {
  margin-left: -7rem !important;
}
.guts-m-l-8--negative {
  margin-left: -8rem !important;
}
.guts-m-l-9--negative {
  margin-left: -9rem !important;
}
.guts-m-l-10--negative {
  margin-left: -10rem !important;
}
.guts-m-l-11--negative {
  margin-left: -11rem !important;
}
.guts-m-l-12--negative {
  margin-left: -12rem !important;
}
.guts-m-l-13--negative {
  margin-left: -13rem !important;
}
.guts-m-l-14--negative {
  margin-left: -14rem !important;
}
.guts-m-l-15--negative {
  margin-left: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-l-auto {
    margin-left: auto !important;
  }
  .m-guts-m-l-quart {
    margin-left: 0.25rem !important;
  }
  .m-guts-m-l-half {
    margin-left: 0.5rem !important;
  }
  .m-guts-m-l-half--negative {
    margin-left: -0.5rem !important;
  }
  .m-guts-m-l-3-quart {
    margin-left: 0.75rem !important;
  }
  .m-guts-m-l-1-half {
    margin-left: 1.5rem !important;
  }
  .m-guts-m-l-2-half {
    margin-left: 2.5rem !important;
  }
  .m-guts-m-l-3-half {
    margin-left: 3.5rem !important;
  }
  .m-guts-m-l-0 {
    margin-left: 0rem !important;
  }
  .m-guts-m-l-1 {
    margin-left: 1rem !important;
  }
  .m-guts-m-l-2 {
    margin-left: 2rem !important;
  }
  .m-guts-m-l-3 {
    margin-left: 3rem !important;
  }
  .m-guts-m-l-4 {
    margin-left: 4rem !important;
  }
  .m-guts-m-l-5 {
    margin-left: 5rem !important;
  }
  .m-guts-m-l-6 {
    margin-left: 6rem !important;
  }
  .m-guts-m-l-7 {
    margin-left: 7rem !important;
  }
  .m-guts-m-l-8 {
    margin-left: 8rem !important;
  }
  .m-guts-m-l-9 {
    margin-left: 9rem !important;
  }
  .m-guts-m-l-10 {
    margin-left: 10rem !important;
  }
  .m-guts-m-l-11 {
    margin-left: 11rem !important;
  }
  .m-guts-m-l-12 {
    margin-left: 12rem !important;
  }
  .m-guts-m-l-13 {
    margin-left: 13rem !important;
  }
  .m-guts-m-l-14 {
    margin-left: 14rem !important;
  }
  .m-guts-m-l-15 {
    margin-left: 15rem !important;
  }
  .m-guts-m-l-0--negative {
    margin-left: 0rem !important;
  }
  .m-guts-m-l-1--negative {
    margin-left: -1rem !important;
  }
  .m-guts-m-l-2--negative {
    margin-left: -2rem !important;
  }
  .m-guts-m-l-3--negative {
    margin-left: -3rem !important;
  }
  .m-guts-m-l-4--negative {
    margin-left: -4rem !important;
  }
  .m-guts-m-l-5--negative {
    margin-left: -5rem !important;
  }
  .m-guts-m-l-6--negative {
    margin-left: -6rem !important;
  }
  .m-guts-m-l-7--negative {
    margin-left: -7rem !important;
  }
  .m-guts-m-l-8--negative {
    margin-left: -8rem !important;
  }
  .m-guts-m-l-9--negative {
    margin-left: -9rem !important;
  }
  .m-guts-m-l-10--negative {
    margin-left: -10rem !important;
  }
  .m-guts-m-l-11--negative {
    margin-left: -11rem !important;
  }
  .m-guts-m-l-12--negative {
    margin-left: -12rem !important;
  }
  .m-guts-m-l-13--negative {
    margin-left: -13rem !important;
  }
  .m-guts-m-l-14--negative {
    margin-left: -14rem !important;
  }
  .m-guts-m-l-15--negative {
    margin-left: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-v-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.guts-m-v-quart {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.guts-m-v-half {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.guts-m-v-3-quart {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.guts-m-v-1-half {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.guts-m-v-1-quart {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.guts-m-v-2-half {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.guts-m-v-3-half {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.guts-m-v-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.guts-m-v-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.guts-m-v-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.guts-m-v-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.guts-m-v-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.guts-m-v-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.guts-m-v-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.guts-m-v-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.guts-m-v-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.guts-m-v-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.guts-m-v-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.guts-m-v-11 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}
.guts-m-v-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
.guts-m-v-13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}
.guts-m-v-14 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}
.guts-m-v-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.guts-m-v-0--negative {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.guts-m-v-1--negative {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.guts-m-v-2--negative {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.guts-m-v-3--negative {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.guts-m-v-4--negative {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.guts-m-v-5--negative {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.guts-m-v-6--negative {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}
.guts-m-v-7--negative {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}
.guts-m-v-8--negative {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}
.guts-m-v-9--negative {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}
.guts-m-v-10--negative {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
.guts-m-v-11--negative {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}
.guts-m-v-12--negative {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}
.guts-m-v-13--negative {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}
.guts-m-v-14--negative {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}
.guts-m-v-15--negative {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-v-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m-guts-m-v-quart {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-guts-m-v-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-guts-m-v-half--negative {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-guts-m-v-3-quart {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-guts-m-v-1-half {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-guts-m-v-2-half {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-guts-m-v-3-half {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .m-guts-m-v-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .m-guts-m-v-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-guts-m-v-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-guts-m-v-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-guts-m-v-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-guts-m-v-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-guts-m-v-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-guts-m-v-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .m-guts-m-v-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-guts-m-v-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .m-guts-m-v-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-guts-m-v-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .m-guts-m-v-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .m-guts-m-v-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .m-guts-m-v-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .m-guts-m-v-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .m-guts-m-v-0--negative {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .m-guts-m-v-1--negative {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-guts-m-v-2--negative {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .m-guts-m-v-3--negative {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .m-guts-m-v-4--negative {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .m-guts-m-v-5--negative {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .m-guts-m-v-6--negative {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .m-guts-m-v-7--negative {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .m-guts-m-v-8--negative {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .m-guts-m-v-9--negative {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .m-guts-m-v-10--negative {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .m-guts-m-v-11--negative {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .m-guts-m-v-12--negative {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .m-guts-m-v-13--negative {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .m-guts-m-v-14--negative {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .m-guts-m-v-15--negative {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-h-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.guts-m-h-quart {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.guts-m-h-half {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.guts-m-h-3-quart {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.guts-m-h-1-half {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.guts-m-h-1-quart {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.guts-m-h-2-half {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.guts-m-h-3-half {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
.guts-m-h-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.guts-m-h-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.guts-m-h-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.guts-m-h-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.guts-m-h-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.guts-m-h-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.guts-m-h-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.guts-m-h-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}
.guts-m-h-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}
.guts-m-h-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}
.guts-m-h-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.guts-m-h-11 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}
.guts-m-h-12 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}
.guts-m-h-13 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}
.guts-m-h-14 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}
.guts-m-h-15 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}
.guts-m-h-0--negative {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.guts-m-h-1--negative {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.guts-m-h-2--negative {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}
.guts-m-h-3--negative {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.guts-m-h-4--negative {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}
.guts-m-h-5--negative {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}
.guts-m-h-6--negative {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}
.guts-m-h-7--negative {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}
.guts-m-h-8--negative {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}
.guts-m-h-9--negative {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}
.guts-m-h-10--negative {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}
.guts-m-h-11--negative {
  margin-right: -11rem !important;
  margin-left: -11rem !important;
}
.guts-m-h-12--negative {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}
.guts-m-h-13--negative {
  margin-right: -13rem !important;
  margin-left: -13rem !important;
}
.guts-m-h-14--negative {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}
.guts-m-h-15--negative {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-h-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .m-guts-m-h-quart {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .m-guts-m-h-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .m-guts-m-h-half--negative {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .m-guts-m-h-3-quart {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .m-guts-m-h-1-half {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .m-guts-m-h-2-half {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .m-guts-m-h-3-half {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .m-guts-m-h-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .m-guts-m-h-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .m-guts-m-h-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .m-guts-m-h-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .m-guts-m-h-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .m-guts-m-h-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .m-guts-m-h-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .m-guts-m-h-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .m-guts-m-h-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .m-guts-m-h-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .m-guts-m-h-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .m-guts-m-h-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .m-guts-m-h-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .m-guts-m-h-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .m-guts-m-h-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .m-guts-m-h-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .m-guts-m-h-0--negative {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .m-guts-m-h-1--negative {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .m-guts-m-h-2--negative {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .m-guts-m-h-3--negative {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .m-guts-m-h-4--negative {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .m-guts-m-h-5--negative {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .m-guts-m-h-6--negative {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .m-guts-m-h-7--negative {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .m-guts-m-h-8--negative {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .m-guts-m-h-9--negative {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .m-guts-m-h-10--negative {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .m-guts-m-h-11--negative {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .m-guts-m-h-12--negative {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .m-guts-m-h-13--negative {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .m-guts-m-h-14--negative {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .m-guts-m-h-15--negative {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-full-auto {
  margin: auto !important;
}
.guts-m-full-quart {
  margin: 0.25rem !important;
}
.guts-m-full-half {
  margin: 0.5rem !important;
}
.guts-m-full-3-quart {
  margin: 0.75rem !important;
}
.guts-m-full-1-half {
  margin: 1.5rem !important;
}
.guts-m-full-1-quart {
  margin: 1.25rem !important;
}
.guts-m-full-2-half {
  margin: 2.5rem !important;
}
.guts-m-full-3-half {
  margin: 3.5rem !important;
}
.guts-m-full-0 {
  margin: 0rem !important;
}
.guts-m-full-1 {
  margin: 1rem !important;
}
.guts-m-full-2 {
  margin: 2rem !important;
}
.guts-m-full-3 {
  margin: 3rem !important;
}
.guts-m-full-4 {
  margin: 4rem !important;
}
.guts-m-full-5 {
  margin: 5rem !important;
}
.guts-m-full-6 {
  margin: 6rem !important;
}
.guts-m-full-7 {
  margin: 7rem !important;
}
.guts-m-full-8 {
  margin: 8rem !important;
}
.guts-m-full-9 {
  margin: 9rem !important;
}
.guts-m-full-10 {
  margin: 10rem !important;
}
.guts-m-full-11 {
  margin: 11rem !important;
}
.guts-m-full-12 {
  margin: 12rem !important;
}
.guts-m-full-13 {
  margin: 13rem !important;
}
.guts-m-full-14 {
  margin: 14rem !important;
}
.guts-m-full-15 {
  margin: 15rem !important;
}
.guts-m-full-0--negative {
  margin: 0rem !important;
}
.guts-m-full-1--negative {
  margin: -1rem !important;
}
.guts-m-full-2--negative {
  margin: -2rem !important;
}
.guts-m-full-3--negative {
  margin: -3rem !important;
}
.guts-m-full-4--negative {
  margin: -4rem !important;
}
.guts-m-full-5--negative {
  margin: -5rem !important;
}
.guts-m-full-6--negative {
  margin: -6rem !important;
}
.guts-m-full-7--negative {
  margin: -7rem !important;
}
.guts-m-full-8--negative {
  margin: -8rem !important;
}
.guts-m-full-9--negative {
  margin: -9rem !important;
}
.guts-m-full-10--negative {
  margin: -10rem !important;
}
.guts-m-full-11--negative {
  margin: -11rem !important;
}
.guts-m-full-12--negative {
  margin: -12rem !important;
}
.guts-m-full-13--negative {
  margin: -13rem !important;
}
.guts-m-full-14--negative {
  margin: -14rem !important;
}
.guts-m-full-15--negative {
  margin: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-full-auto {
    margin: auto !important;
  }
  .m-guts-m-full-quart {
    margin: 0.25rem !important;
  }
  .m-guts-m-full-half {
    margin: 0.5rem !important;
  }
  .m-guts-m-full-half--negative {
    margin: -0.5rem !important;
  }
  .m-guts-m-full-3-quart {
    margin: 0.75rem !important;
  }
  .m-guts-m-full-1-half {
    margin: 1.5rem !important;
  }
  .m-guts-m-full-2-half {
    margin: 2.5rem !important;
  }
  .m-guts-m-full-3-half {
    margin: 3.5rem !important;
  }
  .m-guts-m-full-0 {
    margin: 0rem !important;
  }
  .m-guts-m-full-1 {
    margin: 1rem !important;
  }
  .m-guts-m-full-2 {
    margin: 2rem !important;
  }
  .m-guts-m-full-3 {
    margin: 3rem !important;
  }
  .m-guts-m-full-4 {
    margin: 4rem !important;
  }
  .m-guts-m-full-5 {
    margin: 5rem !important;
  }
  .m-guts-m-full-6 {
    margin: 6rem !important;
  }
  .m-guts-m-full-7 {
    margin: 7rem !important;
  }
  .m-guts-m-full-8 {
    margin: 8rem !important;
  }
  .m-guts-m-full-9 {
    margin: 9rem !important;
  }
  .m-guts-m-full-10 {
    margin: 10rem !important;
  }
  .m-guts-m-full-11 {
    margin: 11rem !important;
  }
  .m-guts-m-full-12 {
    margin: 12rem !important;
  }
  .m-guts-m-full-13 {
    margin: 13rem !important;
  }
  .m-guts-m-full-14 {
    margin: 14rem !important;
  }
  .m-guts-m-full-15 {
    margin: 15rem !important;
  }
  .m-guts-m-full-0--negative {
    margin: 0rem !important;
  }
  .m-guts-m-full-1--negative {
    margin: -1rem !important;
  }
  .m-guts-m-full-2--negative {
    margin: -2rem !important;
  }
  .m-guts-m-full-3--negative {
    margin: -3rem !important;
  }
  .m-guts-m-full-4--negative {
    margin: -4rem !important;
  }
  .m-guts-m-full-5--negative {
    margin: -5rem !important;
  }
  .m-guts-m-full-6--negative {
    margin: -6rem !important;
  }
  .m-guts-m-full-7--negative {
    margin: -7rem !important;
  }
  .m-guts-m-full-8--negative {
    margin: -8rem !important;
  }
  .m-guts-m-full-9--negative {
    margin: -9rem !important;
  }
  .m-guts-m-full-10--negative {
    margin: -10rem !important;
  }
  .m-guts-m-full-11--negative {
    margin: -11rem !important;
  }
  .m-guts-m-full-12--negative {
    margin: -12rem !important;
  }
  .m-guts-m-full-13--negative {
    margin: -13rem !important;
  }
  .m-guts-m-full-14--negative {
    margin: -14rem !important;
  }
  .m-guts-m-full-15--negative {
    margin: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d4d7d9;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: auto;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  background: #fff;
  border-radius: 4px;
}
.modal-content {
  z-index: 999;
  position: relative;
  outline: none;
  padding: 1.5em;
}
.modal-content::after {
  clear: both;
  content: '';
  display: block;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  opacity: 0.98;
  background-color: #03233b;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.4;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: auto;
    max-width: 40rem;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
    max-width: 100%;
  }
} /*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.list-group {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff428bca", endColorstr="#ff3278b3", GradientType=0);
  border-color: #3278b3;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a,
.nav > li > a.disabled {
  color: #d4d7d9;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus,
.nav > li > a.disabled:hover,
.nav > li > a.disabled:focus {
  color: #939aa0;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #d4d7d9;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #d4d7d9;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  background: #fff;
  padding: 0 1em 0 2em;
}
.nav-tabs::after {
  clear: both;
  content: '';
  display: block;
}
.hide-tabs .nav-tabs {
  display: none;
}
.nav-tabs > li {
  float: left;
  margin: 0 1em;
}
.nav-tabs > li:first-child {
  margin-left: 0;
}
.nav-tabs > li:last-child {
  margin-right: 0;
}
.nav-tabs > li > a {
  margin-right: 1px;
  line-height: 3em;
  padding: 0;
  width: 100%;
  text-align: center;
  border-bottom: 3px solid transparent;
}
.nav-tabs > li > a,
.dg-nav-tabs .dropdown-menu a {
  cursor: pointer;
  font-weight: 500;
  color: #6d767e;
  font-size: 12px;
  text-transform: uppercase;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
  color: #0f1f2c;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #e76024;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  cursor: pointer;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0062e3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #d4d7d9;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content-pane {
  border-top: 1px solid #d4d7d9;
}
.tab-content > .active {
  display: block;
  opacity: 100;
  border-top: 1px solid #d4d7d9;
  position: relative;
  clear: both;
}
.hide-tabs .tab-content > .active {
  border-top: none;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.uib-datepicker {
  min-width: 25rem;
}
.uib-datepicker .uib-daypicker,
.uib-datepicker .uib-monthpicker,
.uib-datepicker .uib-yearpicker {
  border-collapse: collapse;
  position: relative;
  width: 100%;
}
.uib-datepicker .uib-daypicker table,
.uib-datepicker .uib-monthpicker table,
.uib-datepicker .uib-yearpicker table {
  width: 100%;
}
.uib-datepicker .uib-daypicker table thead th,
.uib-datepicker .uib-monthpicker table thead th,
.uib-datepicker .uib-yearpicker table thead th {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.25rem;
}
.uib-datepicker .uib-year .btn,
.uib-datepicker .uib-month .btn,
.uib-datepicker .uib-day .btn {
  color: #0f1f2c;
  font-size: 1.3333333333rem;
  font-weight: 500;
  padding: 0;
}
.uib-datepicker .uib-year .btn.active,
.uib-datepicker .uib-month .btn.active,
.uib-datepicker .uib-day .btn.active {
  box-shadow: none !important;
}
.uib-datepicker
  .uib-year
  .btn.active:not([disabled]):not(.is_disabled):not(.inactive),
.uib-datepicker
  .uib-year
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.uib-datepicker
  .uib-year
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):focus,
.uib-datepicker
  .uib-month
  .btn.active:not([disabled]):not(.is_disabled):not(.inactive),
.uib-datepicker
  .uib-month
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.uib-datepicker
  .uib-month
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):focus,
.uib-datepicker
  .uib-day
  .btn.active:not([disabled]):not(.is_disabled):not(.inactive),
.uib-datepicker
  .uib-day
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.uib-datepicker
  .uib-day
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):focus {
  box-shadow: none !important;
}
.keyboard-focus
  .uib-datepicker
  .uib-year
  .btn.active:not([disabled]):not(.is_disabled):not(.inactive),
.keyboard-focus
  .uib-datepicker
  .uib-year
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.keyboard-focus
  .uib-datepicker
  .uib-year
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):focus,
.keyboard-focus
  .uib-datepicker
  .uib-month
  .btn.active:not([disabled]):not(.is_disabled):not(.inactive),
.keyboard-focus
  .uib-datepicker
  .uib-month
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.keyboard-focus
  .uib-datepicker
  .uib-month
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):focus,
.keyboard-focus
  .uib-datepicker
  .uib-day
  .btn.active:not([disabled]):not(.is_disabled):not(.inactive),
.keyboard-focus
  .uib-datepicker
  .uib-day
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.keyboard-focus
  .uib-datepicker
  .uib-day
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):focus {
  outline-color: #0062e3;
  outline-style: solid;
  outline-width: 1px;
}
.uib-datepicker .uib-year .btn.inactive,
.uib-datepicker .uib-year .btn[disabled],
.uib-datepicker .uib-month .btn.inactive,
.uib-datepicker .uib-month .btn[disabled],
.uib-datepicker .uib-day .btn.inactive,
.uib-datepicker .uib-day .btn[disabled] {
  color: #939aa0;
  opacity: 1;
}
.keyboard-focus .uib-datepicker .uib-year .btn.inactive.active,
.keyboard-focus .uib-datepicker .uib-year .btn[disabled].active,
.keyboard-focus .uib-datepicker .uib-month .btn.inactive.active,
.keyboard-focus .uib-datepicker .uib-month .btn[disabled].active,
.keyboard-focus .uib-datepicker .uib-day .btn.inactive.active,
.keyboard-focus .uib-datepicker .uib-day .btn[disabled].active {
  outline-color: rgba(15, 31, 44, 0.18);
  outline-style: solid;
  outline-width: 1px;
}
.uib-datepicker
  .uib-year:not(.selected)
  .btn.active:not([disabled]):not(.is_disabled):not(.inactive),
.uib-datepicker
  .uib-year:not(.selected)
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.uib-datepicker
  .uib-year:not(.selected)
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):focus,
.uib-datepicker
  .uib-month:not(.selected)
  .btn.active:not([disabled]):not(.is_disabled):not(.inactive),
.uib-datepicker
  .uib-month:not(.selected)
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.uib-datepicker
  .uib-month:not(.selected)
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):focus,
.uib-datepicker
  .uib-day:not(.selected)
  .btn.active:not([disabled]):not(.is_disabled):not(.inactive),
.uib-datepicker
  .uib-day:not(.selected)
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.uib-datepicker
  .uib-day:not(.selected)
  .btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):focus {
  color: #0062e3;
}
.uib-datepicker .uib-month {
  width: 33.33333%;
}
.uib-datepicker .uib-title {
  color: #0f1f2c;
  font-size: 1.3333333333rem;
  padding-bottom: 2rem;
  padding-left: 0 !important;
  padding-top: 2rem;
  text-align: left;
}
.uib-datepicker .uib-title:focus,
.uib-datepicker .uib-title:hover,
.uib-datepicker .uib-title:active {
  box-shadow: none !important;
  color: #0062e3;
}
.uib-datepicker .uib-datepicker-range {
  padding-bottom: 0.5rem;
}
.uib-datepicker .uib-datepicker-range .uib-datepicker-range-input {
  width: 11rem;
}
.uib-datepicker .uib-datepicker-range .uib-datepicker-range-input:last-child {
  margin-right: 0;
}
.uib-datepicker .uib-previous-days {
  border-bottom: solid 1px #d4d7d9;
  border-top: solid 1px #d4d7d9;
  color: #6d767e;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem 0;
}
.uib-datepicker .uib-previous-days .uib-previous-days-list {
  padding-top: 1rem;
}
.uib-datepicker .uib-previous-days .uib-previous-days-list li {
  display: inline-block;
  margin-right: 1rem;
}
.uib-datepicker .uib-previous-days .uib-previous-days-list li:last-child {
  margin-right: 0;
}
.uib-datepicker .uib-previous-days .uib-previous-days-list li button {
  color: #0f1f2c;
  font-weight: 600;
  padding: 0;
}
.uib-datepicker .uib-previous-days .uib-previous-days-list li button:focus,
.uib-datepicker .uib-previous-days .uib-previous-days-list li button:hover,
.uib-datepicker .uib-previous-days .uib-previous-days-list li button:active {
  color: #0062e3;
}
.uib-datepicker .uib-datepicker-grid {
  border-collapse: collapse;
}
.uib-datepicker .uib-datepicker-grid thead tr th {
  color: #6d767e;
  cursor: default;
  font-size: 1rem;
  font-weight: 400;
}
.uib-datepicker .uib-datepicker-grid thead tr:first-child th {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.uib-datepicker .uib-datepicker-grid thead tr:last-child th {
  border-top: solid 1px #d4d7d9;
  padding-top: 2rem;
  text-align: center;
}
.uib-datepicker .uib-datepicker-grid tbody tr:last-child td {
  padding-bottom: 0.5rem;
}
.uib-datepicker .uib-datepicker-grid .uib-day .btn {
  height: 2.5rem;
  margin-bottom: 0.15rem;
  margin-top: 0.15rem;
  padding: 0;
  width: 3rem;
}
.uib-datepicker .uib-datepicker-grid .uib-day .btn:focus,
.uib-datepicker .uib-datepicker-grid .uib-day .btn:hover,
.uib-datepicker .uib-datepicker-grid .uib-day .btn:active {
  transition: background 0.25s ease-in-out;
}
.uib-datepicker .uib-datepicker-grid .uib-day:not(.selected) .btn:focus,
.uib-datepicker .uib-datepicker-grid .uib-day:not(.selected) .btn:hover,
.uib-datepicker .uib-datepicker-grid .uib-day:not(.selected) .btn:active,
.uib-datepicker .uib-datepicker-grid .uib-day:not(.selected) .btn .active {
  box-shadow: none !important;
}
.uib-datepicker .uib-datepicker-grid .uib-day.selected .btn {
  background: #0062e3 none;
  border-radius: 0;
  color: #fff;
}
.uib-datepicker .uib-datepicker-grid .uib-day.selected .btn .text-info {
  color: #fff;
}
.uib-datepicker .uib-datepicker-grid .uib-day.selected .btn.active,
.uib-datepicker .uib-datepicker-grid .uib-day.selected .btn:active {
  box-shadow: none;
}
.uib-datepicker .uib-datepicker-grid .uib-day.selected .btn.inactive {
  color: rgba(255, 255, 255, 0.5);
}
.uib-datepicker .uib-datepicker-grid .uib-day.selected.from .btn,
.uib-datepicker .uib-datepicker-grid .uib-day.selected:first-child .btn {
  border-bottom-left-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
}
.uib-datepicker .uib-datepicker-grid .uib-day.selected.to .btn,
.uib-datepicker .uib-datepicker-grid .uib-day.selected:last-child .btn {
  border-bottom-right-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.uib-datepicker .uib-datepicker-grid .uib-day.disabled {
  cursor: default;
}
.uib-datepicker .uib-datepicker-grid .uib-day.disabled .btn {
  color: #939aa0;
  cursor: default;
}
.uib-datepicker-popup.dropdown-menu {
  padding: 0;
}
.uib-datepicker-popup .uib-datepicker {
  padding: 0;
}
.uib-datepicker-popup .uib-button-bar {
  color: #6d767e;
  padding: 0 4rem 4rem;
}
.uib-datepicker-popup .uib-button-bar button {
  color: #6d767e;
}
.uib-datepicker-popup .uib-button-bar button:hover {
  color: #0062e3;
}
.uib-datepicker-popup .uib-button-bar:hover {
  color: #0062e3;
}
.tooltip {
  white-space: normal;
  position: absolute;
  z-index: 1100;
  display: block;
  visibility: visible;
  font-size: 1rem;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip .tooltip-arrow:before,
.tooltip .tooltip-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip .tooltip-arrow:before {
  z-index: 1;
}
.tooltip .tooltip-arrow:after {
  z-index: 2;
}
.tooltip.top {
  margin-top: -3px;
  padding: 0.5rem 0;
}
.tooltip.top .tooltip-arrow:before,
.tooltip.top .tooltip-arrow:after {
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -0.75rem;
  border-width: 0.5rem 0.75rem 0;
}
.tooltip.top .tooltip-arrow:after {
  border-top-color: #0f1f2c;
  bottom: 2px;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 0.5rem;
}
.tooltip.right .tooltip-arrow:before,
.tooltip.right .tooltip-arrow:after {
  content: '';
  top: 50%;
  left: 0;
  margin-top: -0.75rem;
  border-width: 0.75rem 0.5rem 0.75rem 0;
}
.tooltip.right .tooltip-arrow:after {
  border-right-color: #0f1f2c;
  left: 2px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 0.5rem 0;
}
.tooltip.bottom .tooltip-arrow:before,
.tooltip.bottom .tooltip-arrow:after {
  content: '';
  top: 0;
  left: 50%;
  margin-left: -0.75rem;
  border-width: 0 0.75rem 0.5rem;
}
.tooltip.bottom .tooltip-arrow:after {
  border-bottom-color: #0f1f2c;
  top: 2px;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 0.5rem;
}
.tooltip.left .tooltip-arrow:before,
.tooltip.left .tooltip-arrow:after {
  content: '';
  top: 50%;
  right: 0;
  margin-top: -0.75rem;
  border-width: 0.75rem 0 0.75rem 0.5rem;
}
.tooltip.left .tooltip-arrow:after {
  border-left-color: #0f1f2c;
  right: 2px;
}
.tooltip.top-left,
.tooltip.bottom-left {
  margin-left: -0.25rem;
}
.tooltip.top-left .tooltip-arrow:before,
.tooltip.top-left .tooltip-arrow:after,
.tooltip.bottom-left .tooltip-arrow:before,
.tooltip.bottom-left .tooltip-arrow:after {
  left: 1rem;
  right: auto;
}
.tooltip.top-right,
.tooltip.bottom-right {
  margin-left: 0.5rem;
}
.tooltip.top-right .tooltip-arrow:before,
.tooltip.top-right .tooltip-arrow:after,
.tooltip.bottom-right .tooltip-arrow:before,
.tooltip.bottom-right .tooltip-arrow:after {
  left: auto;
  right: 0.5rem;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.5rem;
  background-color: #0f1f2c;
  color: #fff;
  border-radius: 0.25rem;
  background-clip: padding-box;
  box-shadow: 0 1px 2px 0 rgba(15, 31, 44, 0.36);
}
.tooltip-inner[uib-tooltip-template-transclude] {
  max-width: none;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 300px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.open {
  display: block;
}
.popover.top {
  margin-top: -1rem;
}
.popover.right {
  margin-left: 1rem;
}
.popover.bottom {
  margin-top: 1rem;
}
.popover.left {
  margin-left: -1rem;
}
.popover-title {
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.1666666667rem;
  font-weight: normal;
  line-height: 1.5rem;
  background-color: #f8f8f9;
  border-bottom: 1px solid #f8f8f9;
  border-radius: 0.25rem 0.25rem 0 0;
}
.popover-content {
  padding: 1rem;
}
.popover-content button:before {
  margin-right: 6px;
}
.popover-content.no-padding {
  padding: 0;
}
.popover-content.no-padding li:first-child {
  border-radius: 0.25rem 0 0;
}
.popover-content.no-padding li:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
.popover-content.no-padding li {
  cursor: pointer;
}
.popover-content.no-padding li:hover {
  background-color: #f8f8f9;
}
.popover-content .is-disabled {
  color: #d4d7d9;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 1rem;
}
.popover > .arrow:after {
  border-width: 1rem;
  content: '';
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -1rem;
  border-bottom-width: 0;
  border-top-color: #939aa0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1rem;
}
.popover.top > .arrow:after {
  content: ' ';
  bottom: 1px;
  margin-left: -1rem;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -1rem;
  margin-top: -1rem;
  border-left-width: 0;
  border-right-color: #939aa0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: ' ';
  left: 1px;
  bottom: -1rem;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -1rem;
  border-top-width: 0;
  border-bottom-color: #939aa0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1rem;
}
.popover.bottom > .arrow:after {
  content: ' ';
  top: 1px;
  margin-left: -1rem;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -1rem;
  margin-top: -1rem;
  border-right-width: 0;
  border-left-color: #939aa0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: ' ';
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -1rem;
}
@media (min-width: 769px) {
  .popover.d-top,
  .popover.d-top-right,
  .popover.d-top-left {
    margin-top: -1rem;
  }
  .popover.d-top > .arrow,
  .popover.d-top-right > .arrow,
  .popover.d-top-left > .arrow {
    left: 50%;
    margin-left: -1rem;
    border-bottom-width: 0;
    border-top-color: #939aa0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -1rem;
  }
  .popover.d-top > .arrow:after,
  .popover.d-top-right > .arrow:after,
  .popover.d-top-left > .arrow:after {
    content: ' ';
    bottom: 1px;
    margin-left: -1rem;
    border-bottom-width: 0;
    border-top-color: #fff;
  }
  .popover.d-right,
  .popover.d-right-bottom,
  .popover.d-right-top {
    margin-left: 1rem;
  }
  .popover.d-right > .arrow,
  .popover.d-right-bottom > .arrow,
  .popover.d-right-top > .arrow {
    top: 50%;
    left: -1rem;
    margin-top: -1rem;
    border-left-width: 0;
    border-right-color: #939aa0;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  .popover.d-right > .arrow:after,
  .popover.d-right-bottom > .arrow:after,
  .popover.d-right-top > .arrow:after {
    content: ' ';
    left: 1px;
    bottom: -1rem;
    border-left-width: 0;
    border-right-color: #fff;
  }
  .popover.d-bottom,
  .popover.d-bottom-right,
  .popover.d-bottom-left {
    margin-top: 1rem;
  }
  .popover.d-bottom > .arrow,
  .popover.d-bottom-right > .arrow,
  .popover.d-bottom-left > .arrow {
    left: 50%;
    margin-left: -1rem;
    border-top-width: 0;
    border-bottom-color: #939aa0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -1rem;
  }
  .popover.d-bottom > .arrow:after,
  .popover.d-bottom-right > .arrow:after,
  .popover.d-bottom-left > .arrow:after {
    content: ' ';
    top: 1px;
    margin-left: -1rem;
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  .popover.d-left,
  .popover.d-left-bottom,
  .popover.d-left-top {
    margin-left: -1rem;
  }
  .popover.d-left > .arrow,
  .popover.d-left-bottom > .arrow,
  .popover.d-left-top > .arrow {
    top: 50%;
    right: -1rem;
    margin-top: -1rem;
    border-right-width: 0;
    border-left-color: #939aa0;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  .popover.d-left > .arrow:after,
  .popover.d-left-bottom > .arrow:after,
  .popover.d-left-top > .arrow:after {
    content: ' ';
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -1rem;
  }
  .popover.d-bottom-right,
  .popover.d-top-right {
    margin-left: 125px;
  }
  .popover.d-bottom-right > .arrow,
  .popover.d-top-right > .arrow {
    left: 23px;
  }
  .popover.d-bottom-left,
  .popover.d-top-left {
    margin-left: -125px;
  }
  .popover.d-bottom-left > .arrow,
  .popover.d-top-left > .arrow {
    left: auto;
    right: 13px;
  }
}
@media (max-width: 768px) {
  .popover.m-top {
    margin-top: -1rem;
  }
  .popover.m-top > .arrow {
    left: 50%;
    margin-left: -1rem;
    border-bottom-width: 0;
    border-top-color: #939aa0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -1rem;
  }
  .popover.m-top > .arrow:after {
    content: ' ';
    bottom: 1px;
    margin-left: -1rem;
    border-bottom-width: 0;
    border-top-color: #fff;
  }
  .popover.m-right {
    margin-left: 1rem;
  }
  .popover.m-right > .arrow {
    top: 50%;
    left: -1rem;
    margin-top: -1rem;
    border-left-width: 0;
    border-right-color: #939aa0;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  .popover.m-right > .arrow:after {
    content: ' ';
    left: 1px;
    bottom: -1rem;
    border-left-width: 0;
    border-right-color: #fff;
  }
  .popover.m-bottom {
    margin-top: 1rem;
  }
  .popover.m-bottom > .arrow {
    left: 50%;
    margin-left: -1rem;
    border-top-width: 0;
    border-bottom-color: #939aa0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -1rem;
  }
  .popover.m-bottom > .arrow:after {
    content: ' ';
    top: 1px;
    margin-left: -1rem;
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  .popover.m-left {
    margin-left: -1rem;
  }
  .popover.m-left > .arrow {
    top: 50%;
    right: -1rem;
    margin-top: -1rem;
    border-right-width: 0;
    border-left-color: #939aa0;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  .popover.m-left > .arrow:after {
    content: ' ';
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -1rem;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #6d767e;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.label {
  display: inline-block;
  padding: 0 0.3333333333rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: rgba(15, 31, 44, 0.61);
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.dropdown:not(.absolute) {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  min-width: 200px;
  margin: 0.5rem 0 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid rgba(15, 31, 44, 0.18);
  background-clip: padding-box;
  box-shadow: 0 1px 2px 0 rgba(15, 31, 44, 0.18);
  transform: translate(0, -1rem);
  visibility: hidden;
  opacity: 0; /*!!!!!!!!!!!!!!
  * IMPORTANT: If timing (0.4s) changes below you must also change it
  *            on the $timeouts in role.ts and actionOptions.ts as well
  * Also: don't use "all" here, it causes problems with dynamically positioned elements
  !!!!!!!!!!!!!!!*/
  transition: visibility 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    opacity 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.dropdown-menu.typeahead-popup {
  max-height: 50vh;
  overflow-y: scroll;
}
.dropdown-menu.typeahead-popup strong {
  font-weight: 600;
}
.dropdown-menu.typeahead-popup.dropdown-menu__arrow {
  max-height: none;
  overflow: visible;
  width: 100%;
}
.dropdown-menu.typeahead-popup.dropdown-menu__arrow .typeahead-list {
  overflow-y: scroll;
}
.dropdown-menu__min-height {
  min-height: 31rem;
}
.dropdown-menu__min-height .typeahead-list {
  max-height: 23rem;
}
.dropdown-menu__min-height .h4 + .typeahead-list {
  max-height: 20.5rem;
}
.dropdown-menu__min-height--with-header .typeahead-list {
  max-height: 26rem;
}
.dropdown-menu__arrow {
  margin-top: 0.5rem;
}
.search-field .dropdown-menu__arrow {
  margin-top: 1rem;
}
.dropdown-menu__arrow:before,
.dropdown-menu__arrow:after {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  border: 0.5rem solid transparent;
  border-width: 0.5rem 0.75rem;
  position: absolute;
  top: -1rem;
  left: 1rem;
}
.dropdown-menu__arrow:before {
  z-index: 1;
  border-bottom-color: rgba(15, 31, 44, 0.18);
  margin-top: -1px;
}
.dropdown-menu__arrow:after {
  z-index: 2;
  border-bottom-color: #fff;
  margin-top: 1px;
}
.dropdown-menu__arrow.dark-arrow:after {
  border-bottom-color: #f8f8f9;
}
.dropdown-menu__arrow.dropdown-menu-right:before,
.dropdown-menu__arrow.dropdown-menu-right:after {
  right: 1rem;
  left: auto;
}
.dropdown-menu__arrow--middle:before,
.dropdown-menu__arrow--middle:after,
.dropdown-menu__arrow.arrow--top-middle:before,
.dropdown-menu__arrow.arrow--top-middle:after,
.dropdown-menu__arrow.arrow--bottom-middle:before,
.dropdown-menu__arrow.arrow--bottom-middle:after {
  left: 50%;
  transform: translateX(-50%);
}
.dropdown-menu__arrow.arrow--bottom-middle:before,
.dropdown-menu__arrow.arrow--bottom-middle:after,
.dropdown-menu__arrow.arrow--top-left:before,
.dropdown-menu__arrow.arrow--top-left:after,
.dropdown-menu__arrow.arrow--top-right:before,
.dropdown-menu__arrow.arrow--top-right:after {
  border-bottom-color: transparent;
}
.dropdown-menu__arrow.arrow--bottom-middle:before {
  border-top-color: #d4d7d9;
  margin-bottom: -1px;
}
.dropdown-menu__arrow.arrow--bottom-middle:after {
  border-top-color: #fff;
  margin-bottom: 1px;
}
.dropdown-menu__arrow.arrow--top-left:before {
  border-right-color: #d4d7d9;
  margin-left: -1px;
}
.dropdown-menu__arrow.arrow--top-left:after {
  border-right-color: #fff;
  margin-left: 1px;
}
.dropdown-menu__arrow.arrow--top-right:before {
  border-left-color: #d4d7d9;
  margin-right: -1px;
}
.dropdown-menu__arrow.arrow--top-right:after {
  border-left-color: #fff;
  margin-right: 1px;
}
.dropdown-menu__arrow.arrow--bottom-middle:before,
.dropdown-menu__arrow.arrow--bottom-middle:after {
  top: auto;
  bottom: -1rem;
  margin-top: 0;
}
.dropdown-menu__arrow.arrow--top-left:before,
.dropdown-menu__arrow.arrow--top-left:after,
.dropdown-menu__arrow.arrow--top-right:before,
.dropdown-menu__arrow.arrow--top-right:after {
  top: 1rem;
  margin-top: 0;
  border-width: 0.75rem 0.5rem;
}
.dropdown-menu__arrow.arrow--top-left:before,
.dropdown-menu__arrow.arrow--top-left:after {
  left: -1rem;
  border-width: 0.75rem 0.5rem;
}
.dropdown-menu__arrow.arrow--top-right:before,
.dropdown-menu__arrow.arrow--top-right:after {
  left: auto;
  right: -1rem;
}
.dropdown-menu__arrow.arrow--hard-right:before,
.dropdown-menu__arrow.arrow--hard-right:after {
  left: auto;
  right: 0.5rem;
}
.dropdown-menu__arrow.dropdown-menu--left {
  margin-top: 0;
  margin-right: 0.5rem;
}
.dropdown-menu__arrow.dropdown-menu--right {
  margin-top: 0;
  margin-left: 0.5rem;
}
.dropdown-menu__arrow.dropdown-menu--top {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.dropdown-menu--bottom {
  transform: translate(0, -1rem);
}
.dropdown-menu--top {
  transform: translate(0, 1rem);
}
.dropdown-menu--left {
  transform: translate(1rem, 0);
}
.dropdown-menu--right {
  transform: translate(-1rem, 0);
}
.dropdown-menu--inline {
  padding: 0.75rem 0.5rem !important;
}
.dropdown-menu--inline li > a {
  clear: none !important;
  padding: 0.1rem !important;
}
.dropdown-menu--inline li > a:hover,
.dropdown-menu--inline li > a:focus {
  text-decoration: underline;
}
.dropdown-menu--inline li > a:after {
  content: ',';
}
.dropdown-menu--inline li:last-child > a:after {
  content: '';
}
ul.dropdown-menu,
.typeahead-list {
  padding: 0.5rem 0;
}
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-menu-middle {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #d4d7d9;
}
.dropdown-menu--borders .dropdown-menu > li,
.dropdown-menu--borders .dropdown-menu .typeahead-item {
  margin: 0 1rem;
  border-bottom: 1px solid #d4d7d9;
  position: relative;
}
.dropdown-menu--borders .dropdown-menu > li.active:before,
.dropdown-menu--borders .dropdown-menu > li.active:after,
.dropdown-menu--borders .dropdown-menu .typeahead-item.active:before,
.dropdown-menu--borders .dropdown-menu .typeahead-item.active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1rem;
  background-color: #f8f8f9;
}
.dropdown-menu--borders .dropdown-menu > li.active:before,
.dropdown-menu--borders .dropdown-menu .typeahead-item.active:before {
  right: 100%;
}
.dropdown-menu--borders .dropdown-menu > li.active:after,
.dropdown-menu--borders .dropdown-menu .typeahead-item.active:after {
  left: 100%;
}
.dropdown-menu--borders .dropdown-menu > li:last-child,
.dropdown-menu--borders .dropdown-menu .typeahead-item:last-child {
  border-bottom: none;
}
.dropdown-menu:not(.dropdown-menu--radio) > li > a,
.dropdown-menu > li > div,
.dropdown-menu[role='menu'] > li > button,
div[role='menu'] li > button,
div[role='menu'] li > a,
.listbox--option {
  padding: 0.5rem 1rem;
  font-size: 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.5em;
  color: #6d767e;
  background-color: transparent;
}
.dropdown-menu:not(.dropdown-menu--radio) > li > a:disabled,
.dropdown-menu:not(.dropdown-menu--radio) > li > a.is_disabled,
.dropdown-menu > li > div:disabled,
.dropdown-menu > li > div.is_disabled,
.dropdown-menu[role='menu'] > li > button:disabled,
.dropdown-menu[role='menu'] > li > button.is_disabled,
div[role='menu'] li > button:disabled,
div[role='menu'] li > button.is_disabled,
div[role='menu'] li > a:disabled,
div[role='menu'] li > a.is_disabled,
.listbox--option:disabled,
.listbox--option.is_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.dropdown-menu:not(.dropdown-menu--radio) > li > a:disabled:hover,
.dropdown-menu:not(.dropdown-menu--radio) > li > a.is_disabled:hover,
.dropdown-menu > li > div:disabled:hover,
.dropdown-menu > li > div.is_disabled:hover,
.dropdown-menu[role='menu'] > li > button:disabled:hover,
.dropdown-menu[role='menu'] > li > button.is_disabled:hover,
div[role='menu'] li > button:disabled:hover,
div[role='menu'] li > button.is_disabled:hover,
div[role='menu'] li > a:disabled:hover,
div[role='menu'] li > a.is_disabled:hover,
.listbox--option:disabled:hover,
.listbox--option.is_disabled:hover {
  background: none;
}
.dropdown-menu:not(.dropdown-menu--radio) > li > a:not(.l_flexbar):not(.l_flex),
.dropdown-menu > li > div:not(.l_flexbar):not(.l_flex),
.dropdown-menu[role='menu'] > li > button:not(.l_flexbar):not(.l_flex),
div[role='menu'] li > button:not(.l_flexbar):not(.l_flex),
div[role='menu'] li > a:not(.l_flexbar):not(.l_flex),
.listbox--option:not(.l_flexbar):not(.l_flex) {
  display: block;
}
.dropdown-menu[role='menu'] > li > a,
.dropdown-menu[role='menu'] > li > button,
div[role='menu'] li > button,
div[role='menu'] li > a,
.listbox--option {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.dropdown-menu[role='menu'] > li > button,
div[role='menu'] li > button,
div[role='menu'] li > a,
.listbox--option {
  width: 100%;
  text-align: left;
  background-color: transparent;
}
.dropdown-menu[role='menu']:not(.dropdown-menu--radio) li > a:hover,
.keyboard-focus
  .dropdown-menu[role='menu']:not(.dropdown-menu--radio)
  li
  > a:focus,
.dropdown-menu[role='listbox'] > li > a:hover,
.keyboard-focus .dropdown-menu[role='listbox'] > li > a:focus,
.dropdown-menu[role='menu'] > li > button:hover,
.keyboard-focus .dropdown-menu[role='menu'] > li > button:focus,
.listbox--option:hover,
.listbox--option:focus,
.listbox--option-focus {
  color: #0f1f2c;
  background-color: #f8f8f9;
}
.listbox--option-selected {
  color: #0f1f2c;
  background-color: #ecedee;
  font-weight: 500;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > div,
.dropdown-menu > .active > div:hover,
.dropdown-menu > .active > div:focus,
.dropdown-menu[role='menu'] > .active > button,
.dropdown-menu[role='menu'] > .active > button:hover,
.dropdown-menu[role='menu'] > .active > button:focus,
.typeahead-item.active,
.typeahead-item.active,
.typeahead-item.active,
.typeahead-item__hoverable:hover,
.dropdown .active > .listbox--option,
.dropdown .active > .listbox--option:hover,
.dropdown .active > .listbox--option:focus,
.dropdown .active > .listbox--option-focus {
  color: #0f1f2c;
  text-decoration: none;
  cursor: pointer;
  background-color: #f8f8f9;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > div,
.dropdown-menu[role='menu'] > .disabled > button,
.dropdown .disabled > .listbox--option {
  color: #6d767e;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > div:hover,
.dropdown-menu > .disabled > div:focus,
.dropdown-menu[role='menu'] > .disabled > button:hover,
.dropdown-menu[role='menu'] > .disabled > button:focus,
.dropdown .disabled > .listbox--option:hover,
.dropdown .disabled > .listbox--option:focus,
.dropdown .disabled > .listbox--option-focus {
  color: #6d767e;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu,
.dropdown-menu--open {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #6d767e;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.marketing.full-width .dropdown-menu {
  width: 100%;
  overflow: hidden;
}
.marketing.full-width.scroll .dropdown-menu {
  overflow-y: scroll;
  max-height: 260px;
}
.marketing .dropdown-menu li a {
  font-size: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.progress {
  height: 6px;
  background-color: #d4d7d9;
  border-radius: 5px;
  overflow: hidden;
}
.progress .progress-bar {
  width: 0;
  height: 6px;
  max-width: 100%;
  text-align: center;
  background: #0062e3;
  border-radius: 5px 0 0 5px;
  transition: width 0.5s ease-in;
}
.progress-round {
  height: 2em;
  width: 2em;
  border-radius: 50%;
  padding: 0;
}
.progress-round .progress-bar {
  border-radius: 0;
  height: 2em;
}
.progress-round .progress-bar:before {
  transition: opacity 0.2s ease-in;
  opacity: 0;
  visibility: hidden;
  font-family: 'degreedicons';
  content: 'U';
  color: #fff;
  position: absolute;
  top: 0.45em;
  left: 0.5em;
}
.progress-round .progress-bar[style*='width: 100%']:before {
  visibility: visible;
  opacity: 1;
}
.progress.upload {
  height: 16px;
  border-radius: 8px;
}
.colorpicker-visible,
.colorpicker-visible .dropdown-menu {
  z-index: 1 !important;
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
colorpicker-saturation {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAFJhJREFUeAGMU+/q4kAMzFYf4LgP96a+q4c+gSIqxf/r5maWDoTgz15gmM0kW5uMLa21v2b2G6jAG2iEzqUU6q5c/OlMuHtL/ULNd5TP6EJ1RP7NuXvKE397jmbg7MrzHI748T1UA3eopyGQV2qK1+vVHo/Hm1itVm0J7Q+afwGMmgeRphf7Noh6lCeuHJAvm/X8rAQNlw2VScoj6863OQjl2ZB3qkeu5Lh0RJ3qynuNjJA21FppQAHa8/l83263No5jOxwOttlsbL1e2xIXXpMZzzRsXoTw34bQgLiQbKh6M9SXDBSypn4XGOSkGUO1cJdn1Yh4/qYVgctmGSwXyARNcOSFRuBMHvA1GMzwy+Vix+PRdrvdYrvd2vl87oZYDCxBL9B/jEyopghzlNjL0DlB+gAoPNXyOfa3oA9puXonyVHzdH+g9MEISa5z0qUNkwkm6MJkxALg8mlMAxvNwBfhYLvf7w50vl6vBV9H2e/3BjYateQDY8gM5bmWovygdyEb87k/G5Zz9c/2zfEQFysO5nDJ6mMel91Z//pwFpygIWIaMXE3AoYssPBCI/B12DiONMT5VZxOJ0f+j/MyWo5chYGowfn/j03lNXBpl85Up8d46u6DChBMvKv2UePrrAsChtdLTi73oEBjFDYpmIp/KSgRhRw357sXuHLknRgI8d90F8QL761oI8iQeJqvUOGnAoEkgNblF13iiJASZCwhLkG+v7/Halvt5+enr7x+02lZOwKymJ7jMAXK32RxaXnNxfXzCOkCxTO2I3NiR0i9gAjQLLoVHkKG8pCi0UT4Q0h5xUFIlBJEYmg+1yg6TrUq+YfEWKK0lWsSS8+DkNvCWtvJXu0UbDyH/NYjoDHFybPd/cPeficiW5LvkVdBNY4UoIqOQMwPBXm9vUYIVCj3GkXCCo1tRS//uMhYoVG3q46HaBQtamESTs/+0o92hOTaBbqjBwpu8reCuzAP4rkXpQBzQwbhZxD7jNYEAS4CI2Rg4hLitPUor2hGh6j4hQ5FfWt8LQF+SwyJIpGUV05nu56VHqJhR8ybb+Q+/dnPYZYSigIICvY3xfYxCckz/qazprjDiFJ+5DWVwscaMpSDgkleI2uutaKk5kPFNTqO8pBDlBQZEqKvoJXp7+lxzx7Cuoqp2M7zlrm5JbH/9oZ/GLdzBGf9FNmmvPi+h2FXnm8L5WhdCMJNyr1D6yvKP1rFQYgSjWpteE0JMraEME8ykpzo/0/+wcg5yGHMooegQYIRyXU1i52tCSfn9oSQFH+Fe4jypxs3RHA+xNCcNUZ+BXRg7iu0lhgDAesisSfE6UA0iudz9sNHKChek5eBX9a+FwKkKQ+Nd6JljkLX6B4x2L8hhHOsVdhR4iHEEe1LeWJCSI2tCo9AU3OIKHGgbupv6NvyRciGgMzPPLP5LmhPdKTx8qgSWIXxVkZx8QJihmCvPP8nE6IRXniKT9GThhKF0QkZal3KQYcLgn+s8YwWJiNnLVL4mOz1b+4piM8/+YYb8xNlLoASXqC7c9DCOokhl4RAKgSkCNM9wklBOPL4BIJoblQggsb8Km9W/IlIJkKrPN4xEETPwtS3hczrp8//pxmzpoUIBfeSO8r8/OE59wgTIsnIb4yBj7Cft6pYI8Sbh5TBD749IANSlKPgJQQmrr0uUfjbCnlV/V9OCfLpDc9b0nw4x3bznAbWFAyfUeBLEIhA3uaCKifFyUBg8pg+Ro8nOCVOintKoy0xj5bFvhNCQMAfoUqgc8UwMRot8dWy/qPcDHQk5XkgOPD97//Gl/xC2kKlkhl2V4pMQmAON+22E+4XgIzMKYMSmp7S0ymTcpYEYM6eVjKlJV25HgYguZ6lD1hR4S4byoxRwMUQjm87MYVxrW19nCqbgTD4kSEde7FlxcF4tKDCPu41lBUKa7tjgGuHJuPCwpBPdcONuVTiMEMgbPpugJE0+GIRusL+yD9qGhrP05ClFHfOuppZeV4ZkgyJdJc3dkxh0+8YDBpbsyuxrXYzV4VfmJLFwxdAEq7azIj9Yw9AuUCjEL3I7pD1xgo0BPv5Y2U9MCBvegpGxq9/vK7BftOQssP3ueL+HfJwLkAqVLlgPH9CF7phgMoKj/X8EjiNCtGQHzFU9mM7gsR8W/5wkuZ9ZUKBcYuWdE3qU2YYqLIllfo5aog2m2haKnlsvP30YUHO+3f9Yu2GrNpW2rYV8id2bM/9KxBPc/QgZQT9AlotQRtgSls1pIDADvo+3hL0bXBU0yxqG4Fx2ZshdXSBaEjZYtIdh/uxQDOrpMV/Biatjj8nzRgq8p0Ud6w9fAwwe+9mSJPWUMWzPG+A21ZWG45nhoQp1RdaBZ1WYDteUQ4gffvH1jomTHlkxk9GTDi5AS0YAODxMoRjMiqsjq/MyqvFFJX9buv6+18Y8mwDyFRH7Dj+T1rBtYivRV1v9mHtiKhfD10QrRFdsxor9Z4bgChAtF22fLsv1sfsGL4B0grazi9DygpagZ0A2s2WBMBmLn0de15D11KG5WSAvh20rB92fEIVwk0jdV2qPdyWr4mYuw75NMua7FFtmZxbkN7qi4DSFgaqQjc75GwDwbgBMkMMAPfD6cR1wpl1o7GftDhMMSPaFmm05+Tv/HWW9aQXbMfiBAZ4cNLdnz6hyAyj7ki9oQYYqdYd4h405JRwXs4DhLKozKhzG65449eQ4i5nX2LKXYjCVDcWF58Y0uJvj2EpY2VN79NzjHlVF8E1M2JZxOzW62rIEhhlywoAMMhrS8dFBJhgMJx5aRxg/fv9rSW9WN7LeQxZPn4bo6ExYgppsWNkQIt2pOAU8DAK8Oh/yK7ECM8pCAboJDTRFNsJQ3ZkBdtFXgV+A5qAEasl4sk2WxjOzn9PY6sZ1ZxJD/p9FMwoc1pjLNhEbLd2eX2Kpv6Y+aSCn8OUxhqyGBOwS9fxUiwDPIXfZw2JeNs+hS2/2R6r2Lfv+S/ivt3PG7eHh3S/52EDDD0j5h9rStliJiQLc5/fW9wP0PNcfB77nmVpX6Js2WaOQwb9OrXLJ9UMz7UmuJaAQj7fjxi6V97wIGftsqVMwcGZN2ZTL30fr7IYkL4xpG/9Y9bV677pUYXfrHk5tzuvoS1aRPX9ScV+3+Mn1FU7YMR6GT8LEP38xs2OyzVZRjIz9mWrIV2lTYo6LLk3BKXGKCM47jycKCb4zb4GzBi0g3Ec0a9OsBVQQsp+YwTjo+Mr9C/MQluIJmIkYYvvzpL2RhuiKT1uttTrK+q74p8siUsR64/nlS3XedcfZgY6kfUsv/FOUZfOlwGTfjyPCxjrRDbCvMLr4vCc9kN26pBR7H8KuW0wHZrkYCzj2+z5WbPCoZM2rISeEwop48KRZdhiPtmYLXNSyZs91YAeH06dow/Vpg3o+W9a/hbgPI5jTnvdx5YxZUbrCY1V7De22qProHXrDL/9B8dlHIuM3QQqUxL7d/pLyyqrzKlV6/2O/F/GBXP6ochjYdiKvQ4saA1ddlTvY/bEkY9Wa1iLkEN2JVavOhxHRlvqMF/XAnEVOJgXy3fAhCgY0N8bC0Nnpl8Lw/bt2LnCnsENO6o5r7bMcn2hONzQswSK2WVbphBy2kcjGqqWNRJQfU6ALwFgHTlo41pWWaE+O4V2zuhYZ1jYinTnvVmcC0Oclck+MgTH1jZU9Ty/VWaUIS42JwFPpkiWyDiZafZDygiJTseTIrc/g5v1qYQ6kgVnT48A+bztNN774MD2U8kDphjxaP18nyGzZBGUh7Y9L1uGvIp6Mq3EePVl7Xxf2/pE9gWI2KTFX2J3xx8Z0jWvnv+VhaG6tr8vkccerdTfdvhaXzTlLUM8t6HNIa9a4DfuDYgCWEaUCQ5jBcz2YI43lgqsrRi21F+pRThPhW5NvqLDK0Nw5E7RV7DKjDreX69/ZVY14wGQ8+HN733OxHGci9MKTBlkMNCSMqJA/udFzgg5IWqXKW9pbwvDu9VxFIjREGtHAS1w7rs4bcXtpIEV1t7H9QdgfmPIGrTmKDAW+gmIFHxNaRl3iCKEvYcsjuPAgTEzQ5zO2SHY3q+FX98oqti8casANPRxL19nx34JWZ9XQJ4r+uOLpmwxZxGyZF8Bcb9lf+dUR0zZgjwCigMKmGltbXG/SzZmUzQlxzMzGCdcmVUDEH3OijXp7k5StNVSh7xnV6Nju98+MaTMaMjK+b7xCy2gD1vk+G54eVxM6PEzM2TLqjJk3IdR/4iG7RSF+y1klQk4jqGvb/h4n6TBQwHZ77GYE0alLzZOTOl1+ShiFvUyBYRJIvSC1PFPfYemMoW+EpWXtaznArCLitWSnX6BKnPOLkTWIT/3vB3SEFemqF+m0Bh7ZIoY13m7IfmhfyxNzsu90j/f65Bn5hSoMSHIvPE+nptWAKesbWRY6xJax/NG30AnvS4AAPkVEOuDmHBk3KJ+dsewIt41+3t8+kqRB85Sy82QAmZmpGrfGnfqejZrKlP8Rv+GIZ0nnWi/Ys74kWzs6Ly7INTfYvA4CshcGL6wpSJ8I1/GtLCs9ji0lQG+vgzBOkmInRh2a0Y1If0DYPmr5vTPwIv9hCWPXyBcjUGL+n+PhWEdL9Rhi390Wv2lxeHRjGZbYR0Os7DWgb0f15VVzPd5XVcgClAZ41se8uE/3efT7Eq7oQXk7xpSB3NcrfAYzGmFLUAL1MwYtabPjBeYXhcAAGolA3vSjJkZ88Zdx6+/pzrEaf35x9XeODgANYTlPox167cOfmJMAbnv4+1QGNA6pAwpg8qInhdAPa4GFTjrKQi5XSAsjrsf0qWSb3sjm+M4vQz5fNEaA1TGTMxo9vVu2wIATgWozlfavegXZJ7h/+3dYY7cOA7F8VQnu/e/5u4dtnqRwThD/KA/ywU0Jl9GQGCZkl0yHx9JSW4nGPRxKXuA8RzG/BygfJchBtujW5Ipzso9R5HGA998fC7MCMX2kYyrC+mrwd9z7+n5ZIMM9bODV8kYUjuEoeTPAyPemVxq0feB+cJ/xJYuKj3qFoL3r0khi4uHLEvLJwitTGlA4pz734whA7A+ElO05MEer2vLt9hPRgoQcVQmBUM6oNf7VxPlOXudyl7AYEI3Yk0z4TOYxXyEVDliCvOZp+NH8cmAEXNmevVk1p7fpr89MZyKP1l9xZIXzPmIdPmkkLlrqEL8bpbu8XUBJOTT+psdPAvPMV1LAnOlvgkIfyPoPsjxMxquUV2ncX/do65KmSvOriY70XSF2OecL0A7Yf08eYKMJeiHuFq7hE+A2V3WUGgE7sEKGHFjTuNKwAfp8HPGLRUA4N+GAv8QaOkqr91Yl9E+ActMDb059ktX92PIolQB+Hx9Ta9voeB8y/4A9mmCqjyzMvY5PhjHMchf7REHZNH15xSTIfafLss/R2hABEKmtPK5VwPszNms7xOwLB8VM5RrqZbprier+Ei/cncBZYzxQkCaIdv+uUvr9Mm3ViKmPIwBk0GAL7N0mRFjWh6z/+d0oRrAVGTMMSZwMwP9dOvW6077IcWUufB3cjnXUspxM2l+YvZwf2PHtFI+vEm/YMbhvGIJ/SI7Q4kyJGJVsk9mjIniD7Os27GEPjLiaLE323Nyimu85GXtMhM3kvs3F8BPsr+NISPNpR0WhKuaxvkSkIeu5PpW1rWqSrvnMqn+nvE4TxkymeA5zOnzcZnn34whtD281rb511sX+5mTPGVmrWWZP1vPd31Xix+gvMGcEwO9RycRvdFm7DH1TMB1VbqnQ1enDMYUWfNwtRelN1Nc32KVuIBA3qlxj6GMpZlhPYB4VIzyt4JhFyN+nXs/FH8vy5p7HlMZIjwyiGNGtCluDOrElNXKG+gEeAcw5j4HVygTbBf4qfTt/V7rP+YX5a7B+S1FFxFBvSeMs06/zfVk3f0Zf98gbJJge9WV6bKW9hP7vG8EeHcMUYxKOLkvY4D+WoDGMQO9TAt31oC2mysDAqhwaWBmf5iTACADEPZDZMJunYJG8NU9IburyOhztPgyjOt4igUE+3xW2SCYm7IFPQJ6z9SvclKKD6tchS0uyz4F/gocYDcjPLaRnTBIVzaex+Mp/pxiyXMAknvq5bZOR/vLBhX0oH8r/v6xx6d27x8FAgU3a2RixRCSooshjxUQPyV+zGooKD+PBUSwLmVfAWa09bOgZ9zQAwZMr/AcR1n10mWlHzaoNrv6WAogdazY9iXHUalOt+8FsJ8nt49rHYAMlxWAzBRYBWbATdkAVIujr22vLNd4Z+Z253pdh8quMQuMCp4NHUcA5PjWieDAjqByANJ1gRV0AcQ0yfioe6Rpldm2M6d/WuVHW7isUJ5lUV4yQ5mgC2y4SYGq/t5vjU8b4xmDynxo/TIi6iX7fgRk/ueQbrSMPY+rbrawAlfgFLA1nylSAHRbbjDj/n36ehk8ZBPome5eRZfV8w/lo+hK7Huso1TqgDkskvoat+L/X3QsGoDM2tHouKDcJmPWeT9kobMvXc+dwrkOhtJeK/Nm/XEXaCx01ssAWtc99rUOAJ6Uu/srhrQyWgn2g4K6GOvZL5TBwwSA742/x7ijZF3F7tfNUi7Lh5grvwbisoxwYReZamaf9VC8cWhVsAuV4Y5oYyaNcdAuoPa1TcPQZX3v/y16+N55kyFTGQIxNLcDpwIvFKe7cU7keHd2VMxrhR+Y+WXnx+xsrPbm4Mf+eTMn1mYGaFrjptDj/ZmkmjaXVWv19slxkTXJynCvnIdL8zdZOnn83A9ZFSTAB4VsSpGmyipunCjuGN9liwzZs8ddwQVEyzeyuGPYD7APuOS6o7aO9xWo/P3fbrnF8e5y2+7Lnamvyg8GKNeKog2m2NaW+SjwLCQhlr5/M6DamjnNlAbJLKtBaQZU226Ru2KbCe+Ph6Tk3THb/v5zaRQ7yz4M6usa1HywJU50n+7bgb4Z0sC2XIa8P56+JvvuWHTaa6kgbLn7ELvV9bU76A0+hpTKuh3PoryDwKvrflwx5F/1IMaK9wrK+h3ltf/+bb8d5d8/XdZ//txS/N9hxfdvGNg/ZQT1//4fih7V/hdi/qwAAAAASUVORK5CYII=');
  background-size: contain;
  cursor: crosshair;
  float: left;
}
colorpicker-saturation i {
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
colorpicker-saturation i::after {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #fff;
  border-radius: 5px;
}
colorpicker-hue,
colorpicker-alpha {
  width: 17px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 8px;
  margin-bottom: 8px;
}
colorpicker-hue i,
colorpicker-alpha i {
  display: block;
  height: 2px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
colorpicker-hue {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiUlEQVR4AQXBg2EDAAAAsMy2bds2ttp2+/8PTby79mDLsKJPq/oFPdk24dWXAxsGjRg1ZtykKdNmzJozb8GiJct63WjYl7fiWdOZkk0vOpyr2fVtyKl7FX2uXGjpcuxWDy69KdiRk5WRlpIUFxMVERLw78+vH1Unun1YV3ZkwKM1CYfq7nQK22sD03ITV2Aqp0IAAAAASUVORK5CYII=');
  background-size: contain;
  background-repeat: repeat-x;
}
colorpicker-alpha {
  display: none;
}
colorpicker-alpha,
.colorpicker-color {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAnpJREFUeNpNxmdcDHAAxvEHOWXvmXX23ntv2XvvMg/Z44x0KaRBSnfcKSqlnYZKp1QqGpT20KZh783/eePj+3vzw3/q/AM9iURPTy6XS+RwcXNzcZMQTE1dTE3bE7y9S0u9xxD600rCGtpI2ErOsbGxzoiMrIqscnaOi4vDdnp4XYSrguwxQSb7KpMllycnl2MFaTSaTxrY5NrY5BoKb2BnZ2doZ29vb2OPSdSd4Bcc7OcXGhqamgqrYCsrq+mEiEtC3gUBDg55Dg53IkQYSYG+gb6+GEqB5wV0o5D8/JAQdKK5hA40n3BS+L6c0JJmE+ZQW8JEak1YQJ0Jq+jbaQEPnotGE+IrK+Pj+xKqU6pTUrIDAgKysZ+WEY5QQkJxcQIO0WrCUbL4YmFhgZ3UlVAUHR1d1JEwjVoRRpDJKxMTE/ShBoRR1I6whLyyvLyyUFAQFhbWhTCFFArFawXOCu/bEHpQLYKnZ0aGZw2CR1qah0dmpqurK+pTU0ILakJoTi+PC7j5RHTrqQg1qRkh3T3d3b0xoSE1ItSleoSe1IswmIYQPl8UlhLWkaOj41tHbKENBLX6j1qt/KFUKnFN+Onk9NvJCQdJpfqlUqGiIjExcRthN91/JsJmGkhYRO/OCBhHwwgxMWUxZQMIu8j8o7m5OfbRLMJh2kTYQ1FRhYVR2EHzCOtpMmEG3SUsJEvLoKAg2Prb2tqOJYSH+/uH33shwlTaS1hLBwhX6AYX2tuiRwStVntOa5yUZJwEqbREKjUi5Bjl5BhZW1uXWOMYGRBOnNDX1zfoxz1FwwkfSJfgo6vr41P7soBBNJ7Qm2YSzHTMzMwmEHRoMf0Fm5mYOUrzNBYAAAAASUVORK5CYII=');
  background-size: 10px 100%;
}
.colorpicker {
  top: 0;
  left: 0;
  z-index: -1;
}
.colorpicker colorpicker-hue,
.colorpicker colorpicker-alpha,
.colorpicker colorpicker-saturation {
  position: relative;
}
.colorpicker input {
  width: 100px;
  font-size: 11px;
  color: #000;
  background-color: #fff;
}
.colorpicker input[type='checkbox'],
.colorpicker input[type='radio'] {
  width: auto;
  width: initial;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha colorpicker-alpha {
  display: block;
}
.colorpicker.dropdown {
  position: absolute;
}
.colorpicker.colorpicker-fixed-position {
  position: fixed;
}
.colorpicker .dropdown-menu::after,
.colorpicker .dropdown-menu::before {
  content: '';
  display: inline-block;
  position: absolute;
}
.colorpicker .dropdown-menu::after {
  clear: both;
  border: 6px solid transparent;
  top: -5px;
  left: 7px;
}
.colorpicker .dropdown-menu::before {
  border: 7px solid transparent;
  top: -6px;
  left: 6px;
}
.colorpicker .dropdown-menu {
  position: static;
  top: 0;
  left: 0;
  min-width: 129px;
  padding: 8px;
  margin-top: 0;
}
.colorpicker-position-top .dropdown-menu::after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  top: auto;
  bottom: -5px;
}
.colorpicker-position-top .dropdown-menu::before {
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  top: auto;
  bottom: -6px;
}
.colorpicker-position-right .dropdown-menu::after {
  border-right: 6px solid #fff;
  border-left: 0;
  top: 11px;
  left: -5px;
}
.colorpicker-position-right .dropdown-menu::before {
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  top: 10px;
  left: -6px;
}
.colorpicker-position-bottom .dropdown-menu::after {
  border-bottom: 6px solid #fff;
  border-top: 0;
}
.colorpicker-position-bottom .dropdown-menu::before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}
.colorpicker-position-left .dropdown-menu::after {
  border-left: 6px solid #fff;
  border-right: 0;
  top: 11px;
  left: auto;
  right: -5px;
}
.colorpicker-position-left .dropdown-menu::before {
  border-left: 7px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  top: 10px;
  left: auto;
  right: -6px;
}
colorpicker-preview {
  display: none;
  height: 10px;
  margin: 5px 0 3px 0;
  clear: both;
  background-position: 0 100%;
}
.close-colorpicker {
  display: none;
}
.color-picker-swatch {
  border: solid 1px #ccc;
  border-radius: 2px;
  cursor: pointer;
  height: 23px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 23px;
}
.fbs-pane {
  z-index: 999;
  position: absolute;
  top: 30px;
}
.fbs-item {
  margin: 0 !important;
  padding: 0 !important;
  text-transform: lowercase;
}
.fbs-reset,
.fbs-reset h1,
.fbs-reset h2,
.fbs-reset h3,
.fbs-reset h4,
.fbs-reset h5,
.fbs-reset h6,
.fbs-reset p,
.fbs-reset img,
.fbs-reset dl,
.fbs-reset dt,
.fbs-reset dd,
.fbs-reset ol,
.fbs-reset ul,
.fbs-reset li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
.fbs-pane,
.fbs-flyout-pane,
li.fbs-nomatch,
a.fbs-more-link,
li.fbs-selected,
.fbs-flyout-images,
#fbs-topic-image {
  background: #fff;
}
.fbs-suggestnew {
  color: #444;
}
.fbs-pane,
.fbs-flyout-pane,
.fbs-flyout-subtitle,
.fbs-topic-properties strong {
  color: #666;
}
h3.fbs-topic-properties,
.fbs-flyout-pane p {
  color: #444;
}
.fbs-item-name,
li.fbs-help-on-focus,
li.fbs-nomatch,
.fbs-nomatch-text,
.fbs-flyout-pane h3,
.fbs-properties-header {
  color: #333;
}
.fbs-pane,
.fbs-flyout-pane {
  border: 1px solid #bbb;
  padding: 2px;
}
.fbs-flyout-pane {
  border-color: #ccc;
}
.fbs-list,
.fbs-list-icons,
.fbs-flyout-content,
.fbs-attribution,
.fbs-header {
  background-color: #f5f5f5;
}
.fbs-header {
  background: #fefefe;
}
li.fbs-help-on-focus,
li.fbs-nomatch {
  border-bottom: 1px solid #dae3e9;
}
.fbs-item-name {
  border: 1px solid #f5f5f5;
}
h1#fbs-flyout-title,
li.fbs-selected .fbs-item-name {
  color: #e76024;
}
li.fbs-selected .fbs-item-name {
  background: #fff;
}
.fbs-nomatch-text {
  border-bottom: 1px solid #dae3e9;
  background: #f8f8f8;
}
.fbs-suggestnew {
  background: #eee;
  border-top: 1px solid #dae3e9;
}
#fbs-flyout-title .fbs-flyout-label {
  color: #aaa;
}
.fbs-citation {
  white-space: nowrap;
  color: #999;
  font-size: 11px;
}
#fbs-topic-image,
.fbs-flyout-images {
  border: 1px solid #a9a9a9;
}
.fbs-suggestnew-button,
.fbs-flyout-pane {
  border: 1px solid #9a9a9a;
  color: #999;
}
.fbs-suggestnew-button {
  color: #444;
}
ul.fbs-list,
.fbs-flyout-content,
.fbs-attribution,
.fbs-header {
  border: 1px solid #dae3e9;
}
.fbs-header {
  border-bottom: 0;
}
li.fbs-item {
  border-bottom: 1px solid #dae3e9;
  list-style-type: none;
}
.fbs-attribution {
  border-top: 0;
}
.fbs-pane,
.fbs-flyout-pane {
  font-size: 16px;
}
ul.fbs-list,
.fbs-flyout-content,
.fbs-attribution,
div.fbs-header {
  font-size: 62.5%;
}
.fbs-pane strong,
.fbs-flyout-pane strong {
  font-weight: 400;
}
.fbs-flyout-content,
.fbs-attribution {
  margin: 2px;
}
.fbs-flyout-content {
  margin-bottom: 0;
}
.fbs-attribution {
  margin-top: 0;
}
.fbs-pane {
  min-width: 100%;
}
.fbs-flyout-pane {
  width: 319px;
  margin-left: 3px;
}
ul.fbs-list {
  max-height: 320px;
  overflow: auto;
  overflow-x: hidden;
  border-bottom: 0;
  border-top: 0;
}
.fbs-flyout-content,
.fbs-attribution {
  padding: 5px;
}
.fbs-flyout-content:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
li.fbs-help-on-focus,
li.fbs-nomatch {
  padding: 6px 8px 7px 6px;
  font-size: 1.4em;
  line-height: 1;
}
li.fbs-more {
  padding: 0;
  background: transparent;
}
a.fbs-more-link {
  display: block;
  padding: 4px;
  font-weight: bold;
  font-size: 12px;
}
.fbs-more .fbs-help {
  display: none;
}
.fbs-header {
  font-weight: bold;
  padding: 4px 6px;
  margin: 2px 2px -2px 2px;
}
.fbs-item-name label {
  font-size: 0.9em;
}
.fbs-item-type,
.fbs-item-name label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.fbs-item-name {
  padding: 2px 8px 1px 6px;
  font-size: 1.4em;
  line-height: 1.4em;
  background: #f4f8fb;
}
.fbs-item-type {
  color: #777;
  float: right;
  font-size: 0.7em;
  max-width: 40%;
  padding-left: 0.25em;
}
li.fbs-selected,
li.fbs-selected label {
  cursor: pointer;
}
.fbs-status {
  border: 1px solid #dae3e9;
  padding: 4px 5px;
  color: #000;
  font-size: 0.7em;
}
li.fbs-nomatch {
  padding: 0;
}
.fbs-nomatch-text {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 0.9em;
}
.fbs-nomatch-text,
.fbs-nomatch h3,
ul.fbs-search-tips {
  padding: 6px 8px 7px 6px;
}
.fbs-nomatch h3 {
  font-weight: bold;
  font-size: 0.9em;
}
ul.fbs-search-tips li {
  list-style: disc;
  margin-left: 1.6em;
  margin-bottom: 0.3em;
  font-size: 0.9em;
}
.fbs-suggestnew {
  padding: 0.4em 0.3em 0.5em 8px;
}
.fbs-suggestnew-button {
  cursor: pointer;
  padding: 0.2em 0.3em;
  margin-left: 0 !important;
  max-width: 17em;
  font-size: 0.8em;
}
.fbs-suggestnew-description {
  margin-bottom: 0.6em;
  font-size: 0.7em;
}
.fbs-more-shortcut,
.fbs-suggestnew-shortcut {
  margin-left: 0.4em;
  font-size: 70%;
  color: #999;
}
.fbs-placeholder {
  color: #99a;
  font-style: italic;
}
.fbs-flyout-id {
  color: #999 !important;
}
h1#fbs-flyout-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
}
h1#fbs-flyout-title .fbs-flyout-template-label {
  color: #999;
  font-size: 0.8em;
}
#fbs-flyout-title .fbs-flyout-label {
  font-weight: normal;
}
#fbs-topic-image {
  float: left;
  padding: 1px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.fbs-flyout-images {
  float: left;
  margin: 0 10px 0 0;
  padding: 1px 0 1px 1px;
}
.fbs-flyout-images img {
  float: left;
  margin-right: 1px;
}
.fbs-flyout-subtitle {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.fbs-flyout-pane h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
.fbs-properties-header {
  font-size: 1em;
  font-weight: bold;
  margin: 0.5em 0;
}
h3.fbs-topic-properties {
  font-size: 1.2em;
  font-weight: bold;
}
.fbs-topic-properties strong {
  display: inline;
  font-size: 0.8em;
}
.fbs-flyout-pane p {
  font-size: 1.2em;
  line-height: 1.4;
  max-height: 10em;
  overflow: auto;
}
p.fbs-flyout-image-true,
h3.fbs-flyout-image-true,
h1.fbs-flyout-image-true {
  margin-left: 85px;
}
.fbs-meta-info {
  margin-left: 110px;
}
#fbs-user-flyout li {
  margin-left: 100px;
}
#fbs-domain-flyout .fbs-meta-info {
  margin-left: 145px;
}
.fbs-flyout-list li {
  font-size: 1em;
  margin-left: 15px;
}
#fbs-domain-flyout #fbs-flyout-title {
  margin-bottom: 0.5em;
}
.fbs-attribution {
  padding-right: 72px;
  background-image: url('/static/129a.lib.www.tags.svn.freebase-site.googlecode.dev/template/img/fbs-attribution.png');
  background-repeat: no-repeat;
  background-position: center right;
  min-height: 15px;
}
.fbs-flyout-types {
  font-style: italic;
  line-height: 1;
  font-size: 1.2em;
} /*!
 * jsonformatter
 * 
 * Version: 0.6.0 - 2016-08-27T12:58:03.339Z
 * License: Apache-2.0
 */
.json-formatter-row {
  font-family: monospace;
  font-size: 12px;
}
.json-formatter-row,
.json-formatter-row a,
.json-formatter-row a:hover {
  color: #000;
  text-decoration: none;
}
.json-formatter-row .json-formatter-row {
  margin-left: 1em;
}
.json-formatter-row .children.empty {
  opacity: 0.5;
  margin-left: 1em;
}
.json-formatter-row .children.empty.object:after {
  content: 'No properties';
}
.json-formatter-row .children.empty.array:after {
  content: '[]';
}
.json-formatter-row .string {
  color: green;
  word-wrap: break-word;
}
.json-formatter-row .number {
  color: blue;
}
.json-formatter-row .boolean {
  color: red;
}
.json-formatter-row .null {
  color: #855a00;
}
.json-formatter-row .undefined {
  color: #ca0b69;
}
.json-formatter-row .function {
  color: #ff20ed;
}
.json-formatter-row .date {
  background-color: rgba(0, 0, 0, 0.05);
}
.json-formatter-row .url {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}
.json-formatter-row .bracket {
  color: blue;
}
.json-formatter-row .key {
  color: #00008b;
  cursor: pointer;
}
.json-formatter-row .constructor-name {
  cursor: pointer;
}
.json-formatter-row .toggler {
  font-size: 0.8em;
  line-height: 1.2em;
  vertical-align: middle;
  opacity: 0.6;
  cursor: pointer;
}
.json-formatter-row .toggler:after {
  display: inline-block;
  transition: transform 100ms ease-in;
  content: '►';
}
.json-formatter-row .toggler.open:after {
  transform: rotate(90deg);
}
.json-formatter-row > a > .thumbnail-text {
  opacity: 0;
  transition: opacity 0.15s ease-in;
  font-style: italic;
}
.json-formatter-row:hover > a > .thumbnail-text {
  opacity: 0.6;
}
.json-formatter-dark.json-formatter-row {
  font-family: monospace;
}
.json-formatter-dark.json-formatter-row,
.json-formatter-dark.json-formatter-row a,
.json-formatter-dark.json-formatter-row a:hover {
  color: #fff;
  text-decoration: none;
}
.json-formatter-dark.json-formatter-row .json-formatter-row {
  margin-left: 1em;
}
.json-formatter-dark.json-formatter-row .children.empty {
  opacity: 0.5;
  margin-left: 1em;
}
.json-formatter-dark.json-formatter-row .children.empty.object:after {
  content: 'No properties';
}
.json-formatter-dark.json-formatter-row .children.empty.array:after {
  content: '[]';
}
.json-formatter-dark.json-formatter-row .string {
  color: #31f031;
  word-wrap: break-word;
}
.json-formatter-dark.json-formatter-row .number {
  color: #66c2ff;
}
.json-formatter-dark.json-formatter-row .boolean {
  color: #ec4242;
}
.json-formatter-dark.json-formatter-row .null {
  color: #eec97d;
}
.json-formatter-dark.json-formatter-row .undefined {
  color: #ef8fbe;
}
.json-formatter-dark.json-formatter-row .function {
  color: #fd48cb;
}
.json-formatter-dark.json-formatter-row .date {
  background-color: rgba(255, 255, 255, 0.05);
}
.json-formatter-dark.json-formatter-row .url {
  text-decoration: underline;
  color: #027bff;
  cursor: pointer;
}
.json-formatter-dark.json-formatter-row .bracket {
  color: #9494ff;
}
.json-formatter-dark.json-formatter-row .key {
  color: #23a0db;
  cursor: pointer;
}
.json-formatter-dark.json-formatter-row .constructor-name {
  cursor: pointer;
}
.json-formatter-dark.json-formatter-row .toggler {
  font-size: 0.8em;
  line-height: 1.2em;
  vertical-align: middle;
  opacity: 0.6;
  cursor: pointer;
}
.json-formatter-dark.json-formatter-row .toggler:after {
  display: inline-block;
  transition: transform 100ms ease-in;
  content: '►';
}
.json-formatter-dark.json-formatter-row .toggler.open:after {
  transform: rotate(90deg);
}
.json-formatter-dark.json-formatter-row > a > .thumbnail-text {
  opacity: 0;
  transition: opacity 0.15s ease-in;
  font-style: italic;
}
.json-formatter-dark.json-formatter-row:hover > a > .thumbnail-text {
  opacity: 0.6;
}
/*# sourceMappingURL=degreedOps_vendor.css.map */
