@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/fontawesome.woff2")
      format("woff2");
}
@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/MaterialIcons-Regular.woff2")
      format("woff2");
}
@font-face {
  font-family: iOS-Edge-Glyph;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/iOS-Edge-Glyph.ttf")
    format("truetype");
}
@font-face {
  font-family: walmartnewicons;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/walmartnewicons.ttf")
    format("truetype");
}
@font-face {
  font-family: corporateicons;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/corporateicons.ttf")
    format("truetype");
}
@font-face {
  font-family: newTwitterIcon;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/newTwitterIcon.ttf")
    format("truetype");
}
@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: 400;
  src: url(vendor/scss/slick-carousel/fonts/slick.woff) format("woff");
}
@font-face {
  font-family: EverydaySans;
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/EverydaySans-Light.woff")
    format("woff");
}
@font-face {
  font-family: EverydaySans;
  font-style: italic;
  font-weight: 300;
  src: url("/assets/fonts/EverydaySans-LightItalic.woff")
    format("woff");
}
@font-face {
  font-family: EverydaySans;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/EverydaySans-Regular.woff")
    format("woff");
}
@font-face {
  font-family: EverydaySans;
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/EverydaySans-RegularItalic.woff")
    format("woff");
}
@font-face {
  font-family: EverydaySans;
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/EverydaySans-Medium.woff")
    format("woff");
}
@font-face {
  font-family: EverydaySans;
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/EverydaySans-MediumItalic.woff")
    format("woff");
}
@font-face {
  font-family: EverydaySans;
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/EverydaySans-Bold.woff")
    format("woff");
}
@font-face {
  font-family: EverydaySans;
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/EverydaySans-BoldItalic.woff")
    format("woff");
}
@font-face {
  font-family: EverydaySans;
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/EverydaySans-Black.woff")
    format("woff");
}
@font-face {
  font-family: EverydaySans;
  font-style: italic;
  font-weight: 900;
  src: url("/assets/fonts/EverydaySans-BlackItalic.woff")
    format("woff");
}
@font-face {
  font-family: Everyday Sans Headline;
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/EverydaySansHeadline-Light-Web.woff")
    format("woff");
}
@font-face {
  font-family: Everyday Sans Headline;
  font-style: italic;
  font-weight: 300;
  src: url("/assets/fonts/EverydaySansHeadline-LightItalic-Web.woff")
    format("woff");
}
@font-face {
  font-family: Everyday Sans Headline;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/EverydaySansHeadline-Regular-Web.woff")
    format("woff");
}
@font-face {
  font-family: Everyday Sans Headline;
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/EverydaySansHeadline-RegularItalic-Web.woff")
    format("woff");
}
@font-face {
  font-family: Everyday Sans Headline;
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/EverydaySansHeadline-Medium-Web.woff")
    format("woff");
}
@font-face {
  font-family: Everyday Sans Headline;
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/EverydaySansHeadline-MediumItalic-Web.woff")
    format("woff");
}
@font-face {
  font-family: Everyday Sans Headline;
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/EverydaySansHeadline-Bold-Web.woff")
    format("woff");
}
@font-face {
  font-family: Everyday Sans Headline;
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/EverydaySansHeadline-BoldItalic-Web.woff")
    format("woff");
}
@font-face {
  font-family: Everyday Sans Headline;
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/EverydaySansHeadline-Black-Web.woff")
    format("woff");
}
@font-face {
  font-family: Everyday Sans Headline;
  font-style: italic;
  font-weight: 900;
  src: url("/assets/fonts/EverydaySansHeadline-BlackItalic-Web.woff")
    format("woff");
}
.swiper-container {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
  height: 44px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: auto;
  right: 10px;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 200ms, -webkit-transform 200ms;
  transition: top 200ms, -webkit-transform 200ms;
  -o-transition: transform 200ms, top 200ms;
  transition: transform 200ms, top 200ms;
  transition: transform 200ms, top 200ms, -webkit-transform 200ms;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: left 200ms, -webkit-transform 200ms;
  transition: left 200ms, -webkit-transform 200ms;
  -o-transition: transform 200ms, left 200ms;
  transition: transform 200ms, left 200ms;
  transition: transform 200ms, left 200ms, -webkit-transform 200ms;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: right 200ms, -webkit-transform 200ms;
  transition: right 200ms, -webkit-transform 200ms;
  -o-transition: transform 200ms, right 200ms;
  transition: transform 200ms, right 200ms;
  transition: transform 200ms, right 200ms, -webkit-transform 200ms;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-lazy-preloader:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0px;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  position: relative;
  transition-property: transform, visibility, opacity;
  white-space: normal;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  border-top-color: initial;
  border-width: 8px 8px 0;
  bottom: -7px;
  left: 0;
  transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  border-bottom-color: initial;
  border-width: 0 8px 8px;
  left: 0;
  top: -7px;
  transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-left-color: initial;
  border-width: 8px 0 8px 8px;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  border-right-color: initial;
  border-width: 8px 8px 8px 0;
  left: -7px;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  color: #333;
  height: 16px;
  width: 16px;
}
.tippy-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.tippy-content {
  padding: 5px 9px;
  position: relative;
  z-index: 1;
}
.tippy-box[data-theme~="light-border"] {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 8, 16, 0.15);
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
  color: #333;
}
.tippy-box[data-theme~="light-border"] > .tippy-backdrop {
  background-color: #fff;
}
.tippy-box[data-theme~="light-border"] > .tippy-arrow:after,
.tippy-box[data-theme~="light-border"] > .tippy-svg-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.tippy-box[data-theme~="light-border"] > .tippy-arrow:after {
  border-color: transparent;
  border-style: solid;
}
.tippy-box[data-theme~="light-border"][data-placement^="top"]
  > .tippy-arrow:before {
  border-top-color: #fff;
}
.tippy-box[data-theme~="light-border"][data-placement^="top"]
  > .tippy-arrow:after {
  border-top-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 7px 0;
  left: 1px;
  top: 17px;
}
.tippy-box[data-theme~="light-border"][data-placement^="top"]
  > .tippy-svg-arrow
  > svg {
  top: 16px;
}
.tippy-box[data-theme~="light-border"][data-placement^="top"]
  > .tippy-svg-arrow:after {
  top: 17px;
}
.tippy-box[data-theme~="light-border"][data-placement^="bottom"]
  > .tippy-arrow:before {
  border-bottom-color: #fff;
  bottom: 16px;
}
.tippy-box[data-theme~="light-border"][data-placement^="bottom"]
  > .tippy-arrow:after {
  border-bottom-color: rgba(0, 8, 16, 0.2);
  border-width: 0 7px 7px;
  bottom: 17px;
  left: 1px;
}
.tippy-box[data-theme~="light-border"][data-placement^="bottom"]
  > .tippy-svg-arrow
  > svg {
  bottom: 16px;
}
.tippy-box[data-theme~="light-border"][data-placement^="bottom"]
  > .tippy-svg-arrow:after {
  bottom: 17px;
}
.tippy-box[data-theme~="light-border"][data-placement^="left"]
  > .tippy-arrow:before {
  border-left-color: #fff;
}
.tippy-box[data-theme~="light-border"][data-placement^="left"]
  > .tippy-arrow:after {
  border-left-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 0 7px 7px;
  left: 17px;
  top: 1px;
}
.tippy-box[data-theme~="light-border"][data-placement^="left"]
  > .tippy-svg-arrow
  > svg {
  left: 11px;
}
.tippy-box[data-theme~="light-border"][data-placement^="left"]
  > .tippy-svg-arrow:after {
  left: 12px;
}
.tippy-box[data-theme~="light-border"][data-placement^="right"]
  > .tippy-arrow:before {
  border-right-color: #fff;
  right: 16px;
}
.tippy-box[data-theme~="light-border"][data-placement^="right"]
  > .tippy-arrow:after {
  border-right-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 7px 7px 0;
  right: 17px;
  top: 1px;
}
.tippy-box[data-theme~="light-border"][data-placement^="right"]
  > .tippy-svg-arrow
  > svg {
  right: 11px;
}
.tippy-box[data-theme~="light-border"][data-placement^="right"]
  > .tippy-svg-arrow:after {
  right: 12px;
}
.tippy-box[data-theme~="light-border"] > .tippy-svg-arrow {
  fill: #fff;
}
.tippy-box[data-theme~="light-border"] > .tippy-svg-arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
  background-size: 16px 6px;
  height: 6px;
  width: 16px;
}
.material-icons {
  font-family: Material Icons;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  direction: ltr;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-rendering: optimizeLegibility;
}
.fa,
.material-icons {
  display: inline-block;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.fa {
  font-family: FontAwesome;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  text-align: center;
  width: 1.28571429em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.14285714em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2.14285714em;
  position: absolute;
  text-align: center;
  top: 0.14285714em;
  width: 2.14285714em;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.corporate-icon-instagram {
  font-family: corporateicons !important;
}
.corporate-icon-instagram:before {
  content: "\e900";
}
.corporate-icon-finder {
  font-family: corporateicons !important;
}
.corporate-icon-finder:before {
  content: "\e901";
}
.corporate-icon-sams-club {
  font-family: corporateicons !important;
}
.corporate-icon-sams-club:before {
  content: "\e902";
}
.corporate-icon-youtube {
  font-family: corporateicons !important;
}
.corporate-icon-youtube:before {
  content: "\e903";
}
.walmart-new-icon-feedback {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-feedback:before {
  content: "\e930";
}
.walmart-new-icon-download {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-download:before {
  content: "\e92c";
}
.walmart-new-icon-spark {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-spark:before {
  content: "\e935";
}
.walmart-new-icon-mail {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-mail:before {
  content: "\e94e";
}
.walmart-new-icon-modal {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-modal:before {
  content: "\e927";
}
.walmart-new-icon-plus {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-plus:before {
  content: "\e94a";
}
.walmart-new-icon-play-circle {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-play-circle:before {
  content: "\e955";
}
.walmart-new-icon-continue-arrow {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-continue-arrow:before {
  content: "\e979";
}
.walmart-new-icon-ok {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-ok:before {
  content: "\e948";
}
.walmart-new-icon-share {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-share:before {
  content: "\e998";
}
.walmart-new-icon-check {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-check:before {
  content: "\e948";
}
.walmart-new-icon-arrow-left {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-arrow-left:before {
  content: "\e945";
}
.walmart-new-icon-arrow-down {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-arrow-down:before {
  content: "\e946";
}
.walmart-new-icon-arrow-up {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-arrow-up:before {
  content: "\e947";
}
.walmart-new-icon-arrow-right {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-arrow-right:before {
  content: "\e964";
}
.walmart-new-icon-profile {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-profile:before {
  content: "\e913";
}
.walmart-new-icon-logout {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-logout:before {
  content: "\e952";
}
.walmart-new-icon-login {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-login:before {
  content: "\e951";
}
.walmart-new-icon-notification {
  font-family: Material Icons !important;
}
.walmart-new-icon-notification:before {
  content: "\e0cb";
}
.walmart-new-icon-apps {
  font-family: Material Icons !important;
}
.walmart-new-icon-apps:before {
  content: "\e5c3";
}
.walmart-new-icon-cutlery {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-cutlery:before {
  content: "\e98d";
}
.walmart-new-icon-time {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-time:before {
  content: "\e954";
}
.walmart-new-icon-caret-down {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-caret-down:before {
  content: "\e943";
}
.walmart-new-icon-info {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-info:before {
  content: "\e957";
}
.walmart-new-icon-print {
  font-family: walmartnewicons !important;
}
.walmart-new-icon-print:before {
  content: "\e923";
}
.icon-icons8-twitter-150 {
  font-family: newTwitterIcon;
}
.icon-icons8-twitter-150:before {
  content: "\e900";
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: iOS-Edge-Glyph !important;
}
.icon-1:before {
  content: "\e900";
}
.icon-D-Cube:before {
  content: "\e901";
}
.icon-Ball:before {
  content: "\e902";
}
.icon-Abacus:before {
  content: "\e903";
}
.icon-Acorn:before {
  content: "\e904";
}
.icon-Acupuncture:before {
  content: "\e905";
}
.icon-Add-Call:before {
  content: "\e906";
}
.icon-Add-Clipboard:before {
  content: "\e907";
}
.icon-Add-Cloud:before {
  content: "\e908";
}
.icon-Add-Document:before {
  content: "\e909";
}
.icon-Add-Folder:before {
  content: "\e90a";
}
.icon-Add-Image:before {
  content: "\e90b";
}
.icon-Add-Images:before {
  content: "\e90c";
}
.icon-Add-Location:before {
  content: "\e90d";
}
.icon-Add-Object:before {
  content: "\e90e";
}
.icon-Add-to-Cart:before {
  content: "\e90f";
}
.icon-Add-to-Collection:before {
  content: "\e910";
}
.icon-Add-to-Shopping-Cart:before {
  content: "\e911";
}
.icon-Add-User:before {
  content: "\e912";
}
.icon-Add-Users:before {
  content: "\e913";
}
.icon-Add-Webpage:before {
  content: "\e914";
}
.icon-Adjust-Levels:before {
  content: "\e915";
}
.icon-AE-File:before {
  content: "\e916";
}
.icon-Aerial-Chair-Lift:before {
  content: "\e917";
}
.icon-AI-File:before {
  content: "\e918";
}
.icon-Aim:before {
  content: "\e919";
}
.icon-Airplay:before {
  content: "\e91a";
}
.icon-Alarm-Clock-Off:before {
  content: "\e91b";
}
.icon-Alarm-Clock:before {
  content: "\e91c";
}
.icon-Album-Collection:before {
  content: "\e91d";
}
.icon-Album:before {
  content: "\e91e";
}
.icon-Ambulance:before {
  content: "\e91f";
}
.icon-Anchor:before {
  content: "\e920";
}
.icon-Ankh:before {
  content: "\e921";
}
.icon-Anti-Bullying:before {
  content: "\e922";
}
.icon-Apple-Watch:before {
  content: "\e923";
}
.icon-Apple:before {
  content: "\e924";
}
.icon-Appliance-Cord:before {
  content: "\e925";
}
.icon-Apps-Large:before {
  content: "\e926";
}
.icon-Apps:before {
  content: "\e927";
}
.icon-Apron:before {
  content: "\e928";
}
.icon-Archive-Box:before {
  content: "\e929";
}
.icon-Archive:before {
  content: "\e92a";
}
.icon-Arrow-Target:before {
  content: "\e92b";
}
.icon-Arrow:before {
  content: "\e92c";
}
.icon-Asterisk:before {
  content: "\e92d";
}
.icon-Atom:before {
  content: "\e92e";
}
.icon-Attachment-2:before {
  content: "\e92f";
}
.icon-Attachment:before {
  content: "\e930";
}
.icon-Audio-File:before {
  content: "\e931";
}
.icon-Auto-Flash:before {
  content: "\e932";
}
.icon-AVI-File:before {
  content: "\e933";
}
.icon-Avocado:before {
  content: "\e934";
}
.icon-Award-Ribbon:before {
  content: "\e935";
}
.icon-Axe:before {
  content: "\e936";
}
.icon-Baby-Bottle:before {
  content: "\e937";
}
.icon-Baby-Stroller:before {
  content: "\e938";
}
.icon-Baby:before {
  content: "\e939";
}
.icon-Back-to-Top:before {
  content: "\e93a";
}
.icon-Backpack:before {
  content: "\e93b";
}
.icon-Backspace:before {
  content: "\e93c";
}
.icon-Bacon:before {
  content: "\e93d";
}
.icon-Badminton:before {
  content: "\e93e";
}
.icon-Bag:before {
  content: "\e93f";
}
.icon-Balloons:before {
  content: "\e940";
}
.icon-Banana:before {
  content: "\e941";
}
.icon-Bandaid:before {
  content: "\e942";
}
.icon-Baseball-Bat:before {
  content: "\e943";
}
.icon-Baseball:before {
  content: "\e944";
}
.icon-Basketball-Hoop:before {
  content: "\e945";
}
.icon-Basketball:before {
  content: "\e946";
}
.icon-Battery-Charging:before {
  content: "\e947";
}
.icon-Battery-Dead:before {
  content: "\e948";
}
.icon-Battery-Full:before {
  content: "\e949";
}
.icon-Battery-Low:before {
  content: "\e94a";
}
.icon-Battery-Medium:before {
  content: "\e94b";
}
.icon-Beard:before {
  content: "\e94c";
}
.icon-Bed:before {
  content: "\e94d";
}
.icon-Beer-Bottle:before {
  content: "\e94e";
}
.icon-Beer-Mug:before {
  content: "\e94f";
}
.icon-Bell:before {
  content: "\e950";
}
.icon-Beverage-Glass:before {
  content: "\e951";
}
.icon-Big-Ben:before {
  content: "\e952";
}
.icon-Bike:before {
  content: "\e953";
}
.icon-Binoculars:before {
  content: "\e954";
}
.icon-Biohazard:before {
  content: "\e955";
}
.icon-Birthday-Cake:before {
  content: "\e956";
}
.icon-Bitcoin:before {
  content: "\e957";
}
.icon-Blender:before {
  content: "\e958";
}
.icon-Blood-Bag:before {
  content: "\e959";
}
.icon-Blueberries:before {
  content: "\e95a";
}
.icon-Bluetooth:before {
  content: "\e95b";
}
.icon-Boat:before {
  content: "\e95c";
}
.icon-Bold:before {
  content: "\e95d";
}
.icon-Bonsai-Tree:before {
  content: "\e95f";
}
.icon-Book-Bookmark:before {
  content: "\e960";
}
.icon-Book:before {
  content: "\e961";
}
.icon-Bookmark:before {
  content: "\e962";
}
.icon-Bookmarked-Document:before {
  content: "\e963";
}
.icon-Bookshelf:before {
  content: "\e964";
}
.icon-Boombox:before {
  content: "\e965";
}
.icon-Bow-Arrow:before {
  content: "\e966";
}
.icon-Bowling:before {
  content: "\e967";
}
.icon-Boxing:before {
  content: "\e968";
}
.icon-Brain:before {
  content: "\e969";
}
.icon-Bread-Loaf:before {
  content: "\e96a";
}
.icon-Bridge:before {
  content: "\e96b";
}
.icon-Briefcase:before {
  content: "\e96c";
}
.icon-Bright-Light:before {
  content: "\e96d";
}
.icon-Brightness:before {
  content: "\e96e";
}
.icon-Broadcast:before {
  content: "\e96f";
}
.icon-Broccoli:before {
  content: "\e970";
}
.icon-Broken-Bone:before {
  content: "\e971";
}
.icon-Broken-Link:before {
  content: "\e972";
}
.icon-Broken-Screen:before {
  content: "\e973";
}
.icon-Broom:before {
  content: "\e974";
}
.icon-Buddhism:before {
  content: "\e975";
}
.icon-Bug:before {
  content: "\e976";
}
.icon-Building-2:before {
  content: "\e977";
}
.icon-Building:before {
  content: "\e978";
}
.icon-Bunny-Rabbit:before {
  content: "\e979";
}
.icon-Burrito:before {
  content: "\e97a";
}
.icon-Bus:before {
  content: "\e97b";
}
.icon-Business-Man:before {
  content: "\e97c";
}
.icon-Cactus:before {
  content: "\e97d";
}
.icon-Caduceus:before {
  content: "\e97e";
}
.icon-Calculator:before {
  content: "\e97f";
}
.icon-Calendar-Appointment:before {
  content: "\e980";
}
.icon-Calendar-Date:before {
  content: "\e981";
}
.icon-Calendar-Event:before {
  content: "\e982";
}
.icon-Calendar-Schedule:before {
  content: "\e983";
}
.icon-Calendar-Time:before {
  content: "\e984";
}
.icon-Calendar:before {
  content: "\e985";
}
.icon-Call-Signal:before {
  content: "\e986";
}
.icon-Call:before {
  content: "\e987";
}
.icon-Camera:before {
  content: "\e988";
}
.icon-Campfire:before {
  content: "\e989";
}
.icon-Can:before {
  content: "\e98a";
}
.icon-Cancer-Ribbon:before {
  content: "\e98b";
}
.icon-Candle:before {
  content: "\e98c";
}
.icon-Canoeing:before {
  content: "\e98d";
}
.icon-Caps-Lock:before {
  content: "\e98e";
}
.icon-Car-2:before {
  content: "\e98f";
}
.icon-Car-Battery:before {
  content: "\e990";
}
.icon-Car-Port:before {
  content: "\e991";
}
.icon-Car:before {
  content: "\e992";
}
.icon-Carrot:before {
  content: "\e993";
}
.icon-Cart:before {
  content: "\e994";
}
.icon-Cash-Register-2:before {
  content: "\e995";
}
.icon-Cash-Register:before {
  content: "\e996";
}
.icon-Cash:before {
  content: "\e997";
}
.icon-Casino-Chip:before {
  content: "\e998";
}
.icon-Cat:before {
  content: "\e999";
}
.icon-Categories:before {
  content: "\e99a";
}
.icon-CD:before {
  content: "\e99b";
}
.icon-Celebration:before {
  content: "\e99c";
}
.icon-Celtic-Cross:before {
  content: "\e99d";
}
.icon-Certificate-2:before {
  content: "\e99e";
}
.icon-Certificate:before {
  content: "\e99f";
}
.icon-Chair:before {
  content: "\e9a0";
}
.icon-Chat-Bubble:before {
  content: "\e9a1";
}
.icon-Chat-Bubbles:before {
  content: "\e9a2";
}
.icon-Chat-Square:before {
  content: "\e9a3";
}
.icon-Chat-squares:before {
  content: "\e9a4";
}
.icon-Checkmark-Circle:before {
  content: "\e9a5";
}
.icon-Checkmark-Clipboard:before {
  content: "\e9a6";
}
.icon-Checkmark-Cloud:before {
  content: "\e9a7";
}
.icon-Checkmark-Document:before {
  content: "\e9a8";
}
.icon-Checkmark-Folder:before {
  content: "\e9a9";
}
.icon-Checkmark-Inbox:before {
  content: "\e9aa";
}
.icon-Checkmark-Square:before {
  content: "\e9ab";
}
.icon-Checkmark-Webpage:before {
  content: "\e9ac";
}
.icon-Checkmark-X:before {
  content: "\e9ad";
}
.icon-Checkmark:before {
  content: "\e9ae";
}
.icon-checkmarked-Selection:before {
  content: "\e9af";
}
.icon-Cheers-Beer:before {
  content: "\e9b0";
}
.icon-Cheese-Grater:before {
  content: "\e9b1";
}
.icon-Cheese:before {
  content: "\e9b2";
}
.icon-Cheeseburger:before {
  content: "\e9b3";
}
.icon-Chef:before {
  content: "\e9b4";
}
.icon-Chemex-Drip-Coffee:before {
  content: "\e9b5";
}
.icon-Cherries:before {
  content: "\e9b6";
}
.icon-Chicken-Leg:before {
  content: "\e9b7";
}
.icon-Chiropractor:before {
  content: "\e9b8";
}
.icon-Christ-the-Redeemer:before {
  content: "\e9b9";
}
.icon-Christianity:before {
  content: "\e9ba";
}
.icon-Church:before {
  content: "\e9bb";
}
.icon-Cigarette:before {
  content: "\e9bc";
}
.icon-Circle-Graph:before {
  content: "\e9bd";
}
.icon-Circle-Select:before {
  content: "\e9be";
}
.icon-Circle-Triangle:before {
  content: "\e9bf";
}
.icon-Circle:before {
  content: "\e9c0";
}
.icon-Clapperboard:before {
  content: "\e9c1";
}
.icon-Cleaner-Spray:before {
  content: "\e9c2";
}
.icon-Cleaner:before {
  content: "\e9c3";
}
.icon-Clipboard-List:before {
  content: "\e9c4";
}
.icon-Clipboard-Text:before {
  content: "\e9c5";
}
.icon-Clipboard:before {
  content: "\e9c6";
}
.icon-Clock:before {
  content: "\e9c7";
}
.icon-Close-Document:before {
  content: "\e9c8";
}
.icon-Cloud:before {
  content: "\e9c9";
}
.icon-Club:before {
  content: "\e9ca";
}
.icon-Coding:before {
  content: "\e9cb";
}
.icon-Coffee-Mug:before {
  content: "\e9cc";
}
.icon-Coffee-Pot:before {
  content: "\e9cd";
}
.icon-Collapse:before {
  content: "\e9ce";
}
.icon-Collection:before {
  content: "\e9cf";
}
.icon-Columns:before {
  content: "\e9d0";
}
.icon-Comb:before {
  content: "\e9d1";
}
.icon-Combine:before {
  content: "\e9d2";
}
.icon-Command:before {
  content: "\e9d3";
}
.icon-Compass:before {
  content: "\e9d4";
}
.icon-Compose-Document:before {
  content: "\e9d5";
}
.icon-Computer-Desk-Workspace:before {
  content: "\e9d6";
}
.icon-Computer-Display:before {
  content: "\e9d7";
}
.icon-Computer-Maintenance:before {
  content: "\e9d8";
}
.icon-Computer-Settings:before {
  content: "\e9d9";
}
.icon-Construction-Cone:before {
  content: "\e9db";
}
.icon-Contacts-Book:before {
  content: "\e9dc";
}
.icon-Continued-Circles:before {
  content: "\e9dd";
}
.icon-Contrast:before {
  content: "\e9de";
}
.icon-Cooking-Pan:before {
  content: "\e9df";
}
.icon-Cooking-Pot:before {
  content: "\e9e0";
}
.icon-Copy:before {
  content: "\e9e1";
}
.icon-Copyright:before {
  content: "\e9e2";
}
.icon-Corporate-Building:before {
  content: "\e9e3";
}
.icon-Coupon:before {
  content: "\e9e4";
}
.icon-Credit-Card-Reader:before {
  content: "\e9e5";
}
.icon-Credit-Card:before {
  content: "\e9e6";
}
.icon-Cricket:before {
  content: "\e9e7";
}
.icon-Crop:before {
  content: "\e9e8";
}
.icon-Cross:before {
  content: "\e9e9";
}
.icon-Crosshair-Focus:before {
  content: "\e9ea";
}
.icon-Crosshair-Off:before {
  content: "\e9eb";
}
.icon-Crosshair:before {
  content: "\e9ec";
}
.icon-Crossroad-Sign:before {
  content: "\e9ed";
}
.icon-Crown:before {
  content: "\e9ee";
}
.icon-Cruise-Ship:before {
  content: "\e9ef";
}
.icon-Cube:before {
  content: "\e9f0";
}
.icon-Cupcake:before {
  content: "\e9f1";
}
.icon-Cursor-Text:before {
  content: "\e9f2";
}
.icon-Customer-Service:before {
  content: "\e9f3";
}
.icon-Cycle:before {
  content: "\e9f4";
}
.icon-Dashboard:before {
  content: "\e9f5";
}
.icon-Decrease-Size:before {
  content: "\e9f6";
}
.icon-Delivered:before {
  content: "\e9f7";
}
.icon-Delivery-Time:before {
  content: "\e9f8";
}
.icon-Design:before {
  content: "\e9f9";
}
.icon-Desk-Chair:before {
  content: "\e9fa";
}
.icon-Desk-Lamp:before {
  content: "\e9fb";
}
.icon-Desktop-Computer:before {
  content: "\e9fc";
}
.icon-Device-Settings:before {
  content: "\e9fd";
}
.icon-Devices-2:before {
  content: "\e9fe";
}
.icon-Devices:before {
  content: "\e9ff";
}
.icon-Dial:before {
  content: "\ea00";
}
.icon-Diamond-2:before {
  content: "\ea01";
}
.icon-Diamond:before {
  content: "\ea02";
}
.icon-Diner-Table:before {
  content: "\ea03";
}
.icon-Dining:before {
  content: "\ea04";
}
.icon-Dinner-Platter:before {
  content: "\ea05";
}
.icon-Diploma:before {
  content: "\ea06";
}
.icon-Directional-Pad:before {
  content: "\ea07";
}
.icon-Directors-Chair:before {
  content: "\ea08";
}
.icon-Disc-Golfing:before {
  content: "\ea09";
}
.icon-Discount:before {
  content: "\ea0a";
}
.icon-Dishwasher:before {
  content: "\ea0b";
}
.icon-DJ:before {
  content: "\ea0c";
}
.icon-DOC-File:before {
  content: "\ea0d";
}
.icon-Doctor:before {
  content: "\ea0e";
}
.icon-Document-Grid:before {
  content: "\ea0f";
}
.icon-Document-Lines:before {
  content: "\ea10";
}
.icon-Document-Scroll-2:before {
  content: "\ea11";
}
.icon-Document-Scroll:before {
  content: "\ea12";
}
.icon-Document:before {
  content: "\ea13";
}
.icon-Documents:before {
  content: "\ea14";
}
.icon-Dog:before {
  content: "\ea15";
}
.icon-Dollar-Bills:before {
  content: "\ea16";
}
.icon-Donut:before {
  content: "\ea17";
}
.icon-Doorman:before {
  content: "\ea18";
}
.icon-Double-Press:before {
  content: "\ea19";
}
.icon-Down-Arrow-Document:before {
  content: "\ea1a";
}
.icon-Down-Arrow-Folder:before {
  content: "\ea1b";
}
.icon-Down-Arrow-Webpage:before {
  content: "\ea1c";
}
.icon-Down-Arrow:before {
  content: "\ea1d";
}
.icon-Down-Carrot-Circle:before {
  content: "\ea1e";
}
.icon-Down-Carrot-Square:before {
  content: "\ea1f";
}
.icon-Down-Carrot:before {
  content: "\ea20";
}
.icon-Down-Chevron-Circle:before {
  content: "\ea21";
}
.icon-Down-Chevron-Square:before {
  content: "\ea22";
}
.icon-Down-Chevron:before {
  content: "\ea23";
}
.icon-Down-Chevrons-Circle:before {
  content: "\ea24";
}
.icon-Down-Chevrons-Square:before {
  content: "\ea25";
}
.icon-Down-Chevrons:before {
  content: "\ea26";
}
.icon-Down-Circle:before {
  content: "\ea27";
}
.icon-Down-Square:before {
  content: "\ea28";
}
.icon-Down:before {
  content: "\ea29";
}
.icon-Download-2:before {
  content: "\ea2a";
}
.icon-Download-Cloud:before {
  content: "\ea2b";
}
.icon-Download:before {
  content: "\ea2c";
}
.icon-Downsize:before {
  content: "\ea2d";
}
.icon-Downward-Graph:before {
  content: "\ea2e";
}
.icon-Drafting-Compass:before {
  content: "\ea2f";
}
.icon-Dressing-Bottle:before {
  content: "\ea30";
}
.icon-Drill:before {
  content: "\ea31";
}
.icon-Droid-Robot:before {
  content: "\ea32";
}
.icon-Dropper:before {
  content: "\ea33";
}
.icon-Drum:before {
  content: "\ea34";
}
.icon-Dryer:before {
  content: "\ea35";
}
.icon-Ear:before {
  content: "\ea36";
}
.icon-Earth:before {
  content: "\ea37";
}
.icon-Egypt-Pyramids:before {
  content: "\ea38";
}
.icon-Eiffel-Tower:before {
  content: "\ea39";
}
.icon-Electric-Powerered-Vehicle:before {
  content: "\ea3a";
}
.icon-Email:before {
  content: "\ea3b";
}
.icon-End-Table:before {
  content: "\ea3c";
}
.icon-Energy-Drink:before {
  content: "\ea3d";
}
.icon-Enlarge:before {
  content: "\ea3e";
}
.icon-Entertainment-Center:before {
  content: "\ea3f";
}
.icon-Environmentalist:before {
  content: "\ea40";
}
.icon-EPS-File:before {
  content: "\ea41";
}
.icon-Equalizer-Bars:before {
  content: "\ea42";
}
.icon-Equalizer:before {
  content: "\ea43";
}
.icon-Erase:before {
  content: "\ea44";
}
.icon-Error-Cloud:before {
  content: "\ea45";
}
.icon-Error-Webpage:before {
  content: "\ea46";
}
.icon-Espresso-Machine:before {
  content: "\ea47";
}
.icon-Euro:before {
  content: "\ea48";
}
.icon-Exacto-Knife:before {
  content: "\ea49";
}
.icon-Exercise-Bike:before {
  content: "\ea4a";
}
.icon-Expand-Fullscreen:before {
  content: "\ea4b";
}
.icon-Expand-Horizontally:before {
  content: "\ea4c";
}
.icon-Expand-Vertically:before {
  content: "\ea4d";
}
.icon-Expand:before {
  content: "\ea4e";
}
.icon-Explore:before {
  content: "\ea4f";
}
.icon-Explosion:before {
  content: "\ea50";
}
.icon-Export:before {
  content: "\ea51";
}
.icon-Exposure:before {
  content: "\ea52";
}
.icon-Extract-From-Document:before {
  content: "\ea53";
}
.icon-Extract-From-Folder:before {
  content: "\ea54";
}
.icon-Extract-Webpage:before {
  content: "\ea55";
}
.icon-Eye:before {
  content: "\ea56";
}
.icon-Factory:before {
  content: "\ea57";
}
.icon-Fade:before {
  content: "\ea58";
}
.icon-Family:before {
  content: "\ea59";
}
.icon-Fan:before {
  content: "\ea5a";
}
.icon-Fast-Food:before {
  content: "\ea5b";
}
.icon-Fast-Forward:before {
  content: "\ea5c";
}
.icon-Feather:before {
  content: "\ea5d";
}
.icon-Federal-Building:before {
  content: "\ea5e";
}
.icon-Female-Symbol:before {
  content: "\ea5f";
}
.icon-Female:before {
  content: "\ea60";
}
.icon-Fencing:before {
  content: "\ea61";
}
.icon-Film-Roll:before {
  content: "\ea62";
}
.icon-Filter-2:before {
  content: "\ea63";
}
.icon-Filter:before {
  content: "\ea64";
}
.icon-Finger-Drag:before {
  content: "\ea65";
}
.icon-Finger-Hold:before {
  content: "\ea66";
}
.icon-Finger-Press:before {
  content: "\ea67";
}
.icon-Finger-Rotate:before {
  content: "\ea68";
}
.icon-Finger-Zoom:before {
  content: "\ea69";
}
.icon-Fire-Truck:before {
  content: "\ea6a";
}
.icon-Fire:before {
  content: "\ea6b";
}
.icon-Fireplace:before {
  content: "\ea6c";
}
.icon-Firework:before {
  content: "\ea6d";
}
.icon-Fish:before {
  content: "\ea6e";
}
.icon-Fishing:before {
  content: "\ea6f";
}
.icon-FL-File:before {
  content: "\ea70";
}
.icon-Flag:before {
  content: "\ea71";
}
.icon-Flame:before {
  content: "\ea72";
}
.icon-Flash-Drive:before {
  content: "\ea73";
}
.icon-Flash:before {
  content: "\ea74";
}
.icon-Flashlight:before {
  content: "\ea75";
}
.icon-Flip-Horizontally:before {
  content: "\ea76";
}
.icon-Flip-Vertically:before {
  content: "\ea77";
}
.icon-Floor-Lamp:before {
  content: "\ea78";
}
.icon-Flower-Petals:before {
  content: "\ea79";
}
.icon-Flower:before {
  content: "\ea7a";
}
.icon-Focus:before {
  content: "\ea7b";
}
.icon-Folder:before {
  content: "\ea7c";
}
.icon-Food-Jar:before {
  content: "\ea7d";
}
.icon-Food-Scale:before {
  content: "\ea7e";
}
.icon-Food-Truck:before {
  content: "\ea7f";
}
.icon-Football-Helmet:before {
  content: "\ea80";
}
.icon-Football:before {
  content: "\ea81";
}
.icon-Forward:before {
  content: "\ea82";
}
.icon-Four-Leaf-Clover:before {
  content: "\ea83";
}
.icon-Free-Transform:before {
  content: "\ea84";
}
.icon-Freedom-Fist:before {
  content: "\ea85";
}
.icon-French-Press:before {
  content: "\ea86";
}
.icon-Fridge:before {
  content: "\ea87";
}
.icon-Frying-Pan:before {
  content: "\ea88";
}
.icon-Full-Moon:before {
  content: "\ea89";
}
.icon-Future-Graph:before {
  content: "\ea8a";
}
.icon-FW-File:before {
  content: "\ea8b";
}
.icon-Gallery-2:before {
  content: "\ea8c";
}
.icon-Gallery:before {
  content: "\ea8d";
}
.icon-Gambling-Dice:before {
  content: "\ea8e";
}
.icon-Gameboy:before {
  content: "\ea8f";
}
.icon-Gardening:before {
  content: "\ea90";
}
.icon-Gas-Pump:before {
  content: "\ea91";
}
.icon-Gavel:before {
  content: "\ea92";
}
.icon-Gay:before {
  content: "\ea93";
}
.icon-GBP:before {
  content: "\ea94";
}
.icon-Ghost:before {
  content: "\ea95";
}
.icon-GIF-File:before {
  content: "\ea96";
}
.icon-Gift:before {
  content: "\ea97";
}
.icon-Giving-Hand:before {
  content: "\ea98";
}
.icon-Glasses-2:before {
  content: "\ea99";
}
.icon-Glasses:before {
  content: "\ea9a";
}
.icon-Globe-Network:before {
  content: "\ea9b";
}
.icon-Globe:before {
  content: "\ea9c";
}
.icon-Go-To-Bottom:before {
  content: "\ea9d";
}
.icon-Gold:before {
  content: "\ea9e";
}
.icon-Golf-Clubs:before {
  content: "\ea9f";
}
.icon-Golf:before {
  content: "\eaa0";
}
.icon-Government-Building:before {
  content: "\eaa1";
}
.icon-Graduate-Student:before {
  content: "\eaa2";
}
.icon-Grapes:before {
  content: "\eaa3";
}
.icon-Graph-Clipboard:before {
  content: "\eaa4";
}
.icon-Graph-Document:before {
  content: "\eaa5";
}
.icon-Graph-Presentation:before {
  content: "\eaa6";
}
.icon-Graph-Webpage:before {
  content: "\eaa7";
}
.icon-Grid-2:before {
  content: "\eaa8";
}
.icon-Grid:before {
  content: "\eaa9";
}
.icon-Grill:before {
  content: "\eaaa";
}
.icon-Grilling-Meat:before {
  content: "\eaab";
}
.icon-Group-People:before {
  content: "\eaac";
}
.icon-Group:before {
  content: "\eaad";
}
.icon-Guitar:before {
  content: "\eaae";
}
.icon-Hair-Dryer:before {
  content: "\eab0";
}
.icon-Half-Star:before {
  content: "\eab1";
}
.icon-Hammer:before {
  content: "\eab2";
}
.icon-Hand-With-Heart:before {
  content: "\eab3";
}
.icon-Handbag:before {
  content: "\eab4";
}
.icon-Handcuffs:before {
  content: "\eab5";
}
.icon-Handicap-Symbol:before {
  content: "\eab6";
}
.icon-Hands-Heart:before {
  content: "\eab7";
}
.icon-Handshake:before {
  content: "\eab8";
}
.icon-Hanger:before {
  content: "\eab9";
}
.icon-Happy-Face:before {
  content: "\eaba";
}
.icon-Hard-Drive:before {
  content: "\eabb";
}
.icon-Hashtag-Pound:before {
  content: "\eabc";
}
.icon-Headphones:before {
  content: "\eabd";
}
.icon-Headset:before {
  content: "\eabe";
}
.icon-Hearing-Aid:before {
  content: "\eabf";
}
.icon-Heart-2:before {
  content: "\eac0";
}
.icon-Heart-Chat:before {
  content: "\eac1";
}
.icon-Heart-Circle:before {
  content: "\eac2";
}
.icon-Heart-Document:before {
  content: "\eac3";
}
.icon-Heart-Folder:before {
  content: "\eac4";
}
.icon-Heart-Message:before {
  content: "\eac5";
}
.icon-Heart-Monitor:before {
  content: "\eac6";
}
.icon-Heart-Webpage:before {
  content: "\eac7";
}
.icon-Heart:before {
  content: "\eac8";
}
.icon-Heel:before {
  content: "\eac9";
}
.icon-Helicopter:before {
  content: "\eaca";
}
.icon-Helmet:before {
  content: "\eacb";
}
.icon-High-5:before {
  content: "\eacc";
}
.icon-Highlights:before {
  content: "\eacd";
}
.icon-Hiking-Backpack:before {
  content: "\eace";
}
.icon-Hiking-Boot:before {
  content: "\eacf";
}
.icon-Hinduism:before {
  content: "\ead0";
}
.icon-Hockey:before {
  content: "\ead1";
}
.icon-Home:before {
  content: "\ead2";
}
.icon-Horizontal-Arrows:before {
  content: "\ead3";
}
.icon-Horseshoe:before {
  content: "\ead4";
}
.icon-Hospital-Bed:before {
  content: "\ead5";
}
.icon-Hospital:before {
  content: "\ead6";
}
.icon-Hot-Air-Balloon:before {
  content: "\ead7";
}
.icon-Hotel-Bed:before {
  content: "\ead8";
}
.icon-Hotel:before {
  content: "\ead9";
}
.icon-Hottub-Sauna:before {
  content: "\eada";
}
.icon-Hour-Glass:before {
  content: "\eadb";
}
.icon-House-2:before {
  content: "\eadc";
}
.icon-House:before {
  content: "\eadd";
}
.icon-HTML-File:before {
  content: "\eade";
}
.icon-I-Love-You-Hand:before {
  content: "\eadf";
}
.icon-Ice-Cream-Cone:before {
  content: "\eae0";
}
.icon-Ice-Skate:before {
  content: "\eae1";
}
.icon-Image-File:before {
  content: "\eae2";
}
.icon-Image-Gallery:before {
  content: "\eae3";
}
.icon-Image-Size:before {
  content: "\eae4";
}
.icon-Image-Slideshow:before {
  content: "\eae5";
}
.icon-Image:before {
  content: "\eae6";
}
.icon-Images:before {
  content: "\eae7";
}
.icon-Inbox:before {
  content: "\eae8";
}
.icon-Inboxes:before {
  content: "\eae9";
}
.icon-Increase-Size:before {
  content: "\eaea";
}
.icon-Infinity:before {
  content: "\eaeb";
}
.icon-Info:before {
  content: "\eaec";
}
.icon-Insert-Into-Document:before {
  content: "\eaed";
}
.icon-Insert-Into-Folder:before {
  content: "\eaee";
}
.icon-Insert-Trash:before {
  content: "\eaef";
}
.icon-Insert-Webpage:before {
  content: "\eaf0";
}
.icon-Internet-Web:before {
  content: "\eaf1";
}
.icon-Intersect:before {
  content: "\eaf2";
}
.icon-Iron:before {
  content: "\eaf3";
}
.icon-Islam:before {
  content: "\eaf4";
}
.icon-Island:before {
  content: "\eaf5";
}
.icon-Italic:before {
  content: "\eaf6";
}
.icon-Jetski:before {
  content: "\eaf7";
}
.icon-Job-Search:before {
  content: "\eaf8";
}
.icon-Journal:before {
  content: "\eaf9";
}
.icon-JPG-File:before {
  content: "\eafa";
}
.icon-Kale:before {
  content: "\eafb";
}
.icon-Karate:before {
  content: "\eafc";
}
.icon-Kayak:before {
  content: "\eafd";
}
.icon-Key-Hole:before {
  content: "\eafe";
}
.icon-Key:before {
  content: "\eaff";
}
.icon-Keyboard:before {
  content: "\eb00";
}
.icon-Kitchen-Knife:before {
  content: "\eb01";
}
.icon-Kitchen-Timer:before {
  content: "\eb02";
}
.icon-Kitchen:before {
  content: "\eb03";
}
.icon-Lacrosse:before {
  content: "\eb04";
}
.icon-Lamp:before {
  content: "\eb05";
}
.icon-Landscape:before {
  content: "\eb06";
}
.icon-Laptop-Computer:before {
  content: "\eb07";
}
.icon-Large-Horizontal-Arrows:before {
  content: "\eb08";
}
.icon-Large-Vertical-Arrows:before {
  content: "\eb09";
}
.icon-Laughing-Face:before {
  content: "\eb0a";
}
.icon-Launch-Website:before {
  content: "\eb0b";
}
.icon-Layout:before {
  content: "\eb0c";
}
.icon-Leaf:before {
  content: "\eb0d";
}
.icon-Leaning-Tower-of-Piza:before {
  content: "\eb0e";
}
.icon-Left-Arrow:before {
  content: "\eb0f";
}
.icon-Left-Carrot-Circle:before {
  content: "\eb10";
}
.icon-Left-Carrot-Square:before {
  content: "\eb11";
}
.icon-Left-Carrot:before {
  content: "\eb12";
}
.icon-Left-Chevron-Circle:before {
  content: "\eb13";
}
.icon-Left-Chevron-Square:before {
  content: "\eb14";
}
.icon-Left-Chevron:before {
  content: "\eb15";
}
.icon-Left-Chevrons-Circle:before {
  content: "\eb16";
}
.icon-Left-Chevrons-Square:before {
  content: "\eb17";
}
.icon-Left-Chevrons:before {
  content: "\eb18";
}
.icon-Left-Circle:before {
  content: "\eb19";
}
.icon-Left-Direction-Arrow:before {
  content: "\eb1a";
}
.icon-Left-Right-Arrows:before {
  content: "\eb1b";
}
.icon-Left-Square:before {
  content: "\eb1c";
}
.icon-Left:before {
  content: "\eb1d";
}
.icon-Lemon:before {
  content: "\eb1e";
}
.icon-Lesbian:before {
  content: "\eb1f";
}
.icon-Letter:before {
  content: "\eb20";
}
.icon-Lightbulb-2:before {
  content: "\eb21";
}
.icon-Lightbulb-Idea:before {
  content: "\eb22";
}
.icon-Lightbulb:before {
  content: "\eb23";
}
.icon-Lighter:before {
  content: "\eb24";
}
.icon-Lighthouse:before {
  content: "\eb25";
}
.icon-Lightning-Bolt:before {
  content: "\eb26";
}
.icon-Line-Bar-Graph:before {
  content: "\eb27";
}
.icon-Line-Graph-Presentation:before {
  content: "\eb28";
}
.icon-Line-Graph-Webpage:before {
  content: "\eb29";
}
.icon-Line-Graph:before {
  content: "\eb2a";
}
.icon-Line-Spacing:before {
  content: "\eb2b";
}
.icon-Link-2:before {
  content: "\eb2c";
}
.icon-Link:before {
  content: "\eb2d";
}
.icon-Lips:before {
  content: "\eb2e";
}
.icon-Lipstick-Makeup:before {
  content: "\eb2f";
}
.icon-List-2:before {
  content: "\eb30";
}
.icon-List:before {
  content: "\eb31";
}
.icon-Loading-bars:before {
  content: "\eb32";
}
.icon-Loading-circles:before {
  content: "\eb33";
}
.icon-Location-Area:before {
  content: "\eb34";
}
.icon-Location-Arrow-Crcle:before {
  content: "\eb35";
}
.icon-Location-Arrow:before {
  content: "\eb36";
}
.icon-Location-Pin:before {
  content: "\eb37";
}
.icon-Location:before {
  content: "\eb38";
}
.icon-Lock-Document:before {
  content: "\eb39";
}
.icon-Lock-Folder:before {
  content: "\eb3a";
}
.icon-Lock-Phone:before {
  content: "\eb3b";
}
.icon-Lock-Webpage:before {
  content: "\eb3c";
}
.icon-Lock:before {
  content: "\eb3d";
}
.icon-Log-Out-2:before {
  content: "\eb3e";
}
.icon-Login-2:before {
  content: "\eb3f";
}
.icon-Login-3:before {
  content: "\eb40";
}
.icon-Login:before {
  content: "\eb41";
}
.icon-Logout_1:before {
  content: "\eb42";
}
.icon-Logout:before {
  content: "\eb43";
}
.icon-Love:before {
  content: "\eb44";
}
.icon-Low-Light:before {
  content: "\eb45";
}
.icon-Lowercase:before {
  content: "\eb46";
}
.icon-Luggage:before {
  content: "\eb47";
}
.icon-Lungs:before {
  content: "\eb48";
}
.icon-Magic-Wand-2:before {
  content: "\eb49";
}
.icon-Magic-Wand:before {
  content: "\eb4a";
}
.icon-Magnet:before {
  content: "\eb4b";
}
.icon-Magnifying-Glass:before {
  content: "\eb4c";
}
.icon-Mail-2:before {
  content: "\eb4d";
}
.icon-Mail:before {
  content: "\eb4e";
}
.icon-Mailbox:before {
  content: "\eb4f";
}
.icon-Male-Female:before {
  content: "\eb50";
}
.icon-Male-Symbol:before {
  content: "\eb51";
}
.icon-Male:before {
  content: "\eb52";
}
.icon-Man-Beard:before {
  content: "\eb53";
}
.icon-Man:before {
  content: "\eb54";
}
.icon-Map-Location-Pin:before {
  content: "\eb55";
}
.icon-Map-Pin-2:before {
  content: "\eb56";
}
.icon-Map-Pin:before {
  content: "\eb57";
}
.icon-Map-Route:before {
  content: "\eb58";
}
.icon-Map:before {
  content: "\eb59";
}
.icon-Maple-Leaf:before {
  content: "\eb5a";
}
.icon-Marijuana-Leaf:before {
  content: "\eb5b";
}
.icon-Martini-Glass:before {
  content: "\eb5c";
}
.icon-Mathematics:before {
  content: "\eb5d";
}
.icon-Measuring-Cup:before {
  content: "\eb5e";
}
.icon-Medal-0f-Honor:before {
  content: "\eb5f";
}
.icon-Media-Gallery:before {
  content: "\eb60";
}
.icon-Medical-Clipboard:before {
  content: "\eb61";
}
.icon-Medical-Kit:before {
  content: "\eb62";
}
.icon-Medical-Scissors:before {
  content: "\eb63";
}
.icon-Medicine-Pills:before {
  content: "\eb64";
}
.icon-Megaphone:before {
  content: "\eb65";
}
.icon-Menorah:before {
  content: "\eb66";
}
.icon-Menu:before {
  content: "\eb67";
}
.icon-Merge:before {
  content: "\eb68";
}
.icon-Message-Inbox:before {
  content: "\eb69";
}
.icon-Meteor:before {
  content: "\eb6a";
}
.icon-Mic:before {
  content: "\eb6b";
}
.icon-Microchip:before {
  content: "\eb6c";
}
.icon-Microphone:before {
  content: "\eb6d";
}
.icon-Microscope:before {
  content: "\eb6e";
}
.icon-Microwave:before {
  content: "\eb6f";
}
.icon-Middle-Finger:before {
  content: "\eb70";
}
.icon-Milk:before {
  content: "\eb71";
}
.icon-Minimize-Screen:before {
  content: "\eb72";
}
.icon-Minimize:before {
  content: "\eb73";
}
.icon-Minus-Circle:before {
  content: "\eb74";
}
.icon-Minus-Square:before {
  content: "\eb75";
}
.icon-Minus:before {
  content: "\eb76";
}
.icon-Mirror-Armoire:before {
  content: "\eb77";
}
.icon-Mixing-Bowl:before {
  content: "\eb78";
}
.icon-Mobile-Activity-Monitor:before {
  content: "\eb79";
}
.icon-Mobile-Phone-Landscape:before {
  content: "\eb7a";
}
.icon-Mobile-Phone:before {
  content: "\eb7b";
}
.icon-Modern-House:before {
  content: "\eb7c";
}
.icon-Money-2:before {
  content: "\eb7d";
}
.icon-Money-Bag:before {
  content: "\eb7e";
}
.icon-Money-Clip:before {
  content: "\eb7f";
}
.icon-Money-Document:before {
  content: "\eb80";
}
.icon-Money:before {
  content: "\eb81";
}
.icon-Moon-Star:before {
  content: "\eb82";
}
.icon-Moon:before {
  content: "\eb83";
}
.icon-Moped:before {
  content: "\eb84";
}
.icon-Motorcycle:before {
  content: "\eb85";
}
.icon-Mouse:before {
  content: "\eb86";
}
.icon-MOV-File:before {
  content: "\eb87";
}
.icon-Move-Left-2:before {
  content: "\eb88";
}
.icon-Move-Left:before {
  content: "\eb89";
}
.icon-Move-Right-2:before {
  content: "\eb8a";
}
.icon-Move-Right:before {
  content: "\eb8b";
}
.icon-MPG-File:before {
  content: "\eb8c";
}
.icon-Multi-Direction:before {
  content: "\eb8d";
}
.icon-Multiple-Documents:before {
  content: "\eb8e";
}
.icon-Multiple-Folders:before {
  content: "\eb8f";
}
.icon-Multiple-Images:before {
  content: "\eb90";
}
.icon-Multiple-Objects:before {
  content: "\eb91";
}
.icon-Muscle-Strength:before {
  content: "\eb92";
}
.icon-Mushroom:before {
  content: "\eb93";
}
.icon-Music-Album:before {
  content: "\eb94";
}
.icon-Music-Folder:before {
  content: "\eb95";
}
.icon-Music-Note-2:before {
  content: "\eb96";
}
.icon-Music-Note:before {
  content: "\eb97";
}
.icon-Mustache:before {
  content: "\eb98";
}
.icon-Native-American-Sun:before {
  content: "\eb99";
}
.icon-Nature:before {
  content: "\eb9a";
}
.icon-Nerd:before {
  content: "\eb9b";
}
.icon-Network-Signal-Bars:before {
  content: "\eb9c";
}
.icon-Network:before {
  content: "\eb9d";
}
.icon-Newspaper-Articles:before {
  content: "\eb9e";
}
.icon-Newspaper:before {
  content: "\eb9f";
}
.icon-Next:before {
  content: "\eba0";
}
.icon-Nighttime-Photo:before {
  content: "\eba1";
}
.icon-No-Access:before {
  content: "\eba2";
}
.icon-No-Call:before {
  content: "\eba3";
}
.icon-No-Camera:before {
  content: "\eba4";
}
.icon-No-Flash:before {
  content: "\eba5";
}
.icon-No-Mic:before {
  content: "\eba6";
}
.icon-No-Pets:before {
  content: "\eba7";
}
.icon-No-Smoking:before {
  content: "\eba8";
}
.icon-No-Video:before {
  content: "\eba9";
}
.icon-No-View:before {
  content: "\ebaa";
}
.icon-No-Wireless:before {
  content: "\ebab";
}
.icon-Notes:before {
  content: "\ebac";
}
.icon-Notification:before {
  content: "\ebad";
}
.icon-Notifications-Off:before {
  content: "\ebae";
}
.icon-Nuclear-Waste:before {
  content: "\ebaf";
}
.icon-Numbered-List:before {
  content: "\ebb0";
}
.icon-Nurse:before {
  content: "\ebb1";
}
.icon-OK-Hand:before {
  content: "\ebb2";
}
.icon-Open-Folder:before {
  content: "\ebb3";
}
.icon-Open-Book-2:before {
  content: "\ebb4";
}
.icon-Open-Book-Bookmark:before {
  content: "\ebb5";
}
.icon-Open-Book-Reading-2:before {
  content: "\ebb6";
}
.icon-Open-Book-Reading:before {
  content: "\ebb7";
}
.icon-Open-Book:before {
  content: "\ebb8";
}
.icon-Open-Horiztonally:before {
  content: "\ebb9";
}
.icon-Open-Mail:before {
  content: "\ebba";
}
.icon-Open-Mailbox:before {
  content: "\ebbb";
}
.icon-Open-Message:before {
  content: "\ebbc";
}
.icon-Open-New-Window:before {
  content: "\ebbd";
}
.icon-Open-Treasure-Chest:before {
  content: "\ebbe";
}
.icon-Outlet:before {
  content: "\ebbf";
}
.icon-Oven-Mits:before {
  content: "\ebc0";
}
.icon-Oven:before {
  content: "\ebc1";
}
.icon-Over-Ear-Headphones:before {
  content: "\ebc2";
}
.icon-Pacifier:before {
  content: "\ebc3";
}
.icon-Package-Delivered:before {
  content: "\ebc4";
}
.icon-Package:before {
  content: "\ebc5";
}
.icon-Paddleboarding:before {
  content: "\ebc6";
}
.icon-Paint-Bucket:before {
  content: "\ebc7";
}
.icon-Paint-Color-Palette:before {
  content: "\ebc8";
}
.icon-Paint-Drop:before {
  content: "\ebc9";
}
.icon-Paint-Roller:before {
  content: "\ebca";
}
.icon-Paintbrush-2:before {
  content: "\ebcb";
}
.icon-Paintbrush:before {
  content: "\ebcc";
}
.icon-Palm-Tree:before {
  content: "\ebcd";
}
.icon-Panoramic-Image:before {
  content: "\ebce";
}
.icon-Pants:before {
  content: "\ebcf";
}
.icon-Paragraph-Align-Left:before {
  content: "\ebd0";
}
.icon-Paragraph-Align-Right:before {
  content: "\ebd1";
}
.icon-Paragraph-Centered:before {
  content: "\ebd2";
}
.icon-Paragraph-Down-Arrow:before {
  content: "\ebd3";
}
.icon-Paragraph-Justify-Center:before {
  content: "\ebd4";
}
.icon-Paragraph:before {
  content: "\ebd5";
}
.icon-Parking-Meter:before {
  content: "\ebd6";
}
.icon-Parking:before {
  content: "\ebd7";
}
.icon-Party-Hat:before {
  content: "\ebd8";
}
.icon-Passport:before {
  content: "\ebd9";
}
.icon-Pause:before {
  content: "\ebda";
}
.icon-PDF-File:before {
  content: "\ebdb";
}
.icon-Peace-Sign:before {
  content: "\ebdc";
}
.icon-Peace:before {
  content: "\ebdd";
}
.icon-Pen-Tool:before {
  content: "\ebde";
}
.icon-Pen:before {
  content: "\ebdf";
}
.icon-Pencil:before {
  content: "\ebe0";
}
.icon-Pepper:before {
  content: "\ebe1";
}
.icon-Percent:before {
  content: "\ebe2";
}
.icon-Performing-Arts:before {
  content: "\ebe3";
}
.icon-Perfume:before {
  content: "\ebe4";
}
.icon-Person-Location-2:before {
  content: "\ebe5";
}
.icon-Person-Location:before {
  content: "\ebe6";
}
.icon-Person-Question:before {
  content: "\ebe7";
}
.icon-Person-Talk:before {
  content: "\ebe8";
}
.icon-Person:before {
  content: "\ebe9";
}
.icon-Pets:before {
  content: "\ebea";
}
.icon-Phone-Apps-2:before {
  content: "\ebeb";
}
.icon-Phone-Apps:before {
  content: "\ebec";
}
.icon-Phone-Meeting:before {
  content: "\ebed";
}
.icon-Phone-Ringing:before {
  content: "\ebee";
}
.icon-Photo-Collection:before {
  content: "\ebef";
}
.icon-Photo-Filter:before {
  content: "\ebf0";
}
.icon-Piano-Keyboard:before {
  content: "\ebf1";
}
.icon-Pickup-Truck:before {
  content: "\ebf2";
}
.icon-Picnic-Table:before {
  content: "\ebf3";
}
.icon-Pie-Chart-Document:before {
  content: "\ebf4";
}
.icon-Pie-Chart:before {
  content: "\ebf5";
}
.icon-Pie-Graph:before {
  content: "\ebf6";
}
.icon-Pie:before {
  content: "\ebf7";
}
.icon-Piggy-Bank-Savings:before {
  content: "\ebf8";
}
.icon-Pill:before {
  content: "\ebf9";
}
.icon-Pin:before {
  content: "\ebfa";
}
.icon-Pine-Tree:before {
  content: "\ebfb";
}
.icon-Ping-Pong:before {
  content: "\ebfc";
}
.icon-Pizza:before {
  content: "\ebfd";
}
.icon-Plane-2:before {
  content: "\ebfe";
}
.icon-Plane-Arriving:before {
  content: "\ebff";
}
.icon-Plane-Departing:before {
  content: "\ec00";
}
.icon-Plane:before {
  content: "\ec01";
}
.icon-Planet:before {
  content: "\ec02";
}
.icon-Plant:before {
  content: "\ec03";
}
.icon-Play:before {
  content: "\ec04";
}
.icon-Playing-Cards:before {
  content: "\ec05";
}
.icon-Plugin-2:before {
  content: "\ec06";
}
.icon-Plugin:before {
  content: "\ec07";
}
.icon-Plumbing:before {
  content: "\ec08";
}
.icon-Plus-Circle:before {
  content: "\ec09";
}
.icon-Plus-Square:before {
  content: "\ec0a";
}
.icon-Plus:before {
  content: "\ec0b";
}
.icon-PNG-File:before {
  content: "\ec0c";
}
.icon-Pod-Chair:before {
  content: "\ec0d";
}
.icon-Pointer-Finger:before {
  content: "\ec0e";
}
.icon-Pointer:before {
  content: "\ec0f";
}
.icon-Police-Car-2:before {
  content: "\ec10";
}
.icon-Police-Car:before {
  content: "\ec11";
}
.icon-Pool-Billiards:before {
  content: "\ec12";
}
.icon-Pool:before {
  content: "\ec13";
}
.icon-Poop:before {
  content: "\ec14";
}
.icon-Popsicle:before {
  content: "\ec15";
}
.icon-Positive-Bar-Graph:before {
  content: "\ec16";
}
.icon-Pound-Sign:before {
  content: "\ec17";
}
.icon-PPT-File:before {
  content: "\ec18";
}
.icon-Present:before {
  content: "\ec19";
}
.icon-Presentation:before {
  content: "\ec1a";
}
.icon-Previous:before {
  content: "\ec1b";
}
.icon-Price-Tag:before {
  content: "\ec1c";
}
.icon-Printer:before {
  content: "\ec1d";
}
.icon-Profile-Contact-Info:before {
  content: "\ec1e";
}
.icon-Profile:before {
  content: "\ec1f";
}
.icon-Progress-Wheel:before {
  content: "\ec20";
}
.icon-Protect:before {
  content: "\ec21";
}
.icon-PSD-File:before {
  content: "\ec22";
}
.icon-Public-Transportation:before {
  content: "\ec23";
}
.icon-Purse:before {
  content: "\ec24";
}
.icon-Question-Mark:before {
  content: "\ec25";
}
.icon-Question:before {
  content: "\ec26";
}
.icon-Quill:before {
  content: "\ec27";
}
.icon-Quote:before {
  content: "\ec28";
}
.icon-Quotes:before {
  content: "\ec29";
}
.icon-Radar:before {
  content: "\ec2a";
}
.icon-Radio:before {
  content: "\ec2b";
}
.icon-Receipt-2:before {
  content: "\ec2c";
}
.icon-Receipt:before {
  content: "\ec2d";
}
.icon-Receive-Inbox:before {
  content: "\ec2e";
}
.icon-Receive-Mail:before {
  content: "\ec2f";
}
.icon-Receive-Money:before {
  content: "\ec30";
}
.icon-Record-Player:before {
  content: "\ec31";
}
.icon-Record:before {
  content: "\ec32";
}
.icon-Recycle:before {
  content: "\ec33";
}
.icon-Redo-2:before {
  content: "\ec34";
}
.icon-Redo-3:before {
  content: "\ec35";
}
.icon-Redo:before {
  content: "\ec36";
}
.icon-Registered:before {
  content: "\ec37";
}
.icon-Reload:before {
  content: "\ec38";
}
.icon-Remote-Control:before {
  content: "\ec39";
}
.icon-Remove-Clipboard:before {
  content: "\ec3a";
}
.icon-Remove-Cloud:before {
  content: "\ec3b";
}
.icon-Remove-Document:before {
  content: "\ec3c";
}
.icon-Remove-Folder:before {
  content: "\ec3d";
}
.icon-Remove-User:before {
  content: "\ec3e";
}
.icon-Remove-Webpage:before {
  content: "\ec3f";
}
.icon-Repeat-2:before {
  content: "\ec40";
}
.icon-Repeat-Once-2:before {
  content: "\ec41";
}
.icon-Repeat-Once:before {
  content: "\ec42";
}
.icon-Repeat:before {
  content: "\ec43";
}
.icon-Reply-All:before {
  content: "\ec44";
}
.icon-Reply:before {
  content: "\ec45";
}
.icon-Retirement-Investment:before {
  content: "\ec46";
}
.icon-Return:before {
  content: "\ec47";
}
.icon-Rewind:before {
  content: "\ec48";
}
.icon-Right-Arrow:before {
  content: "\ec49";
}
.icon-Right-Carrot-Circle:before {
  content: "\ec4a";
}
.icon-Right-Carrot-Square:before {
  content: "\ec4b";
}
.icon-Right-Carrot:before {
  content: "\ec4c";
}
.icon-Right-Chevron-Circle:before {
  content: "\ec4d";
}
.icon-Right-Chevron-Square:before {
  content: "\ec4e";
}
.icon-Right-Chevron:before {
  content: "\ec4f";
}
.icon-Right-Chevrons-Circle:before {
  content: "\ec50";
}
.icon-Right-Chevrons-Square:before {
  content: "\ec51";
}
.icon-Right-Chevrons:before {
  content: "\ec52";
}
.icon-Right-Circle:before {
  content: "\ec53";
}
.icon-Right-Drection-Arrow:before {
  content: "\ec54";
}
.icon-Right-Square:before {
  content: "\ec55";
}
.icon-Right:before {
  content: "\ec56";
}
.icon-Ring:before {
  content: "\ec57";
}
.icon-Road-Direction-Sign:before {
  content: "\ec58";
}
.icon-Road:before {
  content: "\ec59";
}
.icon-Rock-Climbing:before {
  content: "\ec5a";
}
.icon-Rock-On:before {
  content: "\ec5b";
}
.icon-Rocking-Horse:before {
  content: "\ec5c";
}
.icon-Rolling-Pin:before {
  content: "\ec5d";
}
.icon-Rotate-Camera-2:before {
  content: "\ec5e";
}
.icon-Rotate-Camera:before {
  content: "\ec5f";
}
.icon-Rotate-Clockwise:before {
  content: "\ec60";
}
.icon-Rotate-Counter-Clockwise:before {
  content: "\ec61";
}
.icon-Rotate-Device:before {
  content: "\ec62";
}
.icon-Rotate-Switch:before {
  content: "\ec63";
}
.icon-Route:before {
  content: "\ec64";
}
.icon-Router:before {
  content: "\ec65";
}
.icon-Rows:before {
  content: "\ec66";
}
.icon-RSS:before {
  content: "\ec67";
}
.icon-Rubber-Ducky:before {
  content: "\ec68";
}
.icon-Rubber-Stamp:before {
  content: "\ec69";
}
.icon-Ruler:before {
  content: "\ec6a";
}
.icon-Running-Person:before {
  content: "\ec6b";
}
.icon-Sad-Face:before {
  content: "\ec6c";
}
.icon-Safari-Compass:before {
  content: "\ec6d";
}
.icon-Safe:before {
  content: "\ec6e";
}
.icon-Sailboat:before {
  content: "\ec6f";
}
.icon-Salad:before {
  content: "\ec70";
}
.icon-Salt:before {
  content: "\ec71";
}
.icon-Sandals:before {
  content: "\ec72";
}
.icon-Save:before {
  content: "\ec73";
}
.icon-Scale:before {
  content: "\ec74";
}
.icon-School-Bus:before {
  content: "\ec75";
}
.icon-School:before {
  content: "\ec76";
}
.icon-Scissors:before {
  content: "\ec77";
}
.icon-Scooter:before {
  content: "\ec78";
}
.icon-Scuba-Diving:before {
  content: "\ec79";
}
.icon-SD-Card:before {
  content: "\ec7a";
}
.icon-Search-Internet-Web:before {
  content: "\ec7b";
}
.icon-Search-Map:before {
  content: "\ec7c";
}
.icon-Search-Users:before {
  content: "\ec7d";
}
.icon-Search-Webpage:before {
  content: "\ec7e";
}
.icon-Search:before {
  content: "\ec7f";
}
.icon-Secure:before {
  content: "\ec80";
}
.icon-Security-Camera:before {
  content: "\ec81";
}
.icon-Segway:before {
  content: "\ec82";
}
.icon-Selection:before {
  content: "\ec83";
}
.icon-Selfie:before {
  content: "\ec84";
}
.icon-Send-Inbox:before {
  content: "\ec85";
}
.icon-Send-Mail-2:before {
  content: "\ec86";
}
.icon-Send-Mail:before {
  content: "\ec87";
}
.icon-Send-Money:before {
  content: "\ec88";
}
.icon-Send:before {
  content: "\ec89";
}
.icon-Seperate:before {
  content: "\ec8a";
}
.icon-Server:before {
  content: "\ec8b";
}
.icon-Servers:before {
  content: "\ec8c";
}
.icon-Settings-2:before {
  content: "\ec8d";
}
.icon-Settings:before {
  content: "\ec8e";
}
.icon-Shadows:before {
  content: "\ec8f";
}
.icon-Shaka:before {
  content: "\ec90";
}
.icon-Share-2:before {
  content: "\ec91";
}
.icon-Share-3:before {
  content: "\ec92";
}
.icon-Share-Document:before {
  content: "\ec93";
}
.icon-Share-Folder:before {
  content: "\ec94";
}
.icon-Share-Webpage:before {
  content: "\ec95";
}
.icon-Share:before {
  content: "\ec96";
}
.icon-Sharpen:before {
  content: "\ec97";
}
.icon-Shield:before {
  content: "\ec98";
}
.icon-Shift-Down:before {
  content: "\ec99";
}
.icon-Shift:before {
  content: "\ec9a";
}
.icon-Shock-Symbol:before {
  content: "\ec9b";
}
.icon-Shoe:before {
  content: "\ec9c";
}
.icon-Shop:before {
  content: "\ec9d";
}
.icon-Shopping-Bag-2:before {
  content: "\ec9e";
}
.icon-Shopping-Bag:before {
  content: "\ec9f";
}
.icon-Shopping-Basket-2:before {
  content: "\eca0";
}
.icon-Shopping-Basket:before {
  content: "\eca1";
}
.icon-Shopping-Cart-2:before {
  content: "\eca2";
}
.icon-Shopping-Cart:before {
  content: "\eca3";
}
.icon-Shovel:before {
  content: "\eca4";
}
.icon-Showcase-Gallery:before {
  content: "\eca5";
}
.icon-Shower-Tub:before {
  content: "\eca6";
}
.icon-Shuffle:before {
  content: "\eca7";
}
.icon-Shutter:before {
  content: "\eca8";
}
.icon-Sign-In:before {
  content: "\eca9";
}
.icon-Silverware:before {
  content: "\ecaa";
}
.icon-Sink:before {
  content: "\ecab";
}
.icon-Skateboard:before {
  content: "\ecac";
}
.icon-Skeleton-Key:before {
  content: "\ecad";
}
.icon-Skiing:before {
  content: "\ecae";
}
.icon-Skirt:before {
  content: "\ecaf";
}
.icon-Skull-Crossbones:before {
  content: "\ecb0";
}
.icon-Skull:before {
  content: "\ecb1";
}
.icon-Sliders:before {
  content: "\ecb2";
}
.icon-SLR-Camera:before {
  content: "\ecb3";
}
.icon-Smiley-Face:before {
  content: "\ecb4";
}
.icon-Smoke-Pipe:before {
  content: "\ecb5";
}
.icon-Snorkeling:before {
  content: "\ecb6";
}
.icon-Snowboarding:before {
  content: "\ecb7";
}
.icon-Snowflake:before {
  content: "\ecb8";
}
.icon-Soccer-Field:before {
  content: "\ecb9";
}
.icon-Soccer:before {
  content: "\ecba";
}
.icon-Sofa-Chair:before {
  content: "\ecbb";
}
.icon-Sofa:before {
  content: "\ecbc";
}
.icon-Solar-Power:before {
  content: "\ecbd";
}
.icon-Sort-A-Z:before {
  content: "\ecbe";
}
.icon-Sound-Bars:before {
  content: "\ecbf";
}
.icon-Space-Ship:before {
  content: "\ecc0";
}
.icon-Space-Shuttle:before {
  content: "\ecc1";
}
.icon-Spade:before {
  content: "\ecc2";
}
.icon-Spatula:before {
  content: "\ecc3";
}
.icon-Speaker:before {
  content: "\ecc4";
}
.icon-Speedometer:before {
  content: "\ecc5";
}
.icon-Spiral:before {
  content: "\ecc6";
}
.icon-Spoon:before {
  content: "\ecc7";
}
.icon-Sprout-Growing:before {
  content: "\ecc8";
}
.icon-Square-Select:before {
  content: "\ecc9";
}
.icon-Square:before {
  content: "\ecca";
}
.icon-SSD-Drive:before {
  content: "\eccb";
}
.icon-Stack-Layers:before {
  content: "\eccc";
}
.icon-Stacked-Circles:before {
  content: "\eccd";
}
.icon-Stamp:before {
  content: "\ecce";
}
.icon-Stand-Mixer:before {
  content: "\eccf";
}
.icon-Star-Award:before {
  content: "\ecd0";
}
.icon-Star-Bookmark:before {
  content: "\ecd1";
}
.icon-Star-Circle:before {
  content: "\ecd2";
}
.icon-Star-Document:before {
  content: "\ecd3";
}
.icon-Star-Folder:before {
  content: "\ecd4";
}
.icon-Star-Location:before {
  content: "\ecd5";
}
.icon-Star-of-David:before {
  content: "\ecd6";
}
.icon-Star-Webpage:before {
  content: "\ecd7";
}
.icon-Star:before {
  content: "\ecd8";
}
.icon-Statue-of-Liberty:before {
  content: "\ecd9";
}
.icon-Steak:before {
  content: "\ecda";
}
.icon-Steam-Locomotive:before {
  content: "\ecdb";
}
.icon-Steering-Wheel:before {
  content: "\ecdc";
}
.icon-Stethoscope:before {
  content: "\ecdd";
}
.icon-Stop-Hand:before {
  content: "\ecde";
}
.icon-Stop-Sign:before {
  content: "\ecdf";
}
.icon-Stop:before {
  content: "\ece0";
}
.icon-Stopwatch:before {
  content: "\ece1";
}
.icon-Store:before {
  content: "\ece2";
}
.icon-Straight-Face:before {
  content: "\ece3";
}
.icon-Strawberry:before {
  content: "\ece4";
}
.icon-Stretcher:before {
  content: "\ece5";
}
.icon-Strikethrough:before {
  content: "\ece6";
}
.icon-Submarine:before {
  content: "\ece7";
}
.icon-Subway-Monorail:before {
  content: "\ece8";
}
.icon-Suitcase-2:before {
  content: "\ece9";
}
.icon-Suitcase:before {
  content: "\ecea";
}
.icon-Sum:before {
  content: "\eceb";
}
.icon-Sun:before {
  content: "\ecec";
}
.icon-Sunglasses:before {
  content: "\eced";
}
.icon-Sunset:before {
  content: "\ecee";
}
.icon-Suprised-Face:before {
  content: "\ecef";
}
.icon-Surfboard:before {
  content: "\ecf0";
}
.icon-Surgeon:before {
  content: "\ecf1";
}
.icon-SVG-File:before {
  content: "\ecf2";
}
.icon-Swap-Documents:before {
  content: "\ecf3";
}
.icon-Swap-Objects:before {
  content: "\ecf4";
}
.icon-Swatch-Picker:before {
  content: "\ecf5";
}
.icon-Swimming-Goggles:before {
  content: "\ecf6";
}
.icon-Swimming:before {
  content: "\ecf7";
}
.icon-Swipe-Down:before {
  content: "\ecf8";
}
.icon-Swipe-Left:before {
  content: "\ecf9";
}
.icon-Swipe-Right:before {
  content: "\ecfa";
}
.icon-Swipe-Up:before {
  content: "\ecfb";
}
.icon-Sword:before {
  content: "\ecfc";
}
.icon-Sydney-Opera-House:before {
  content: "\ecfd";
}
.icon-Syringe:before {
  content: "\ecfe";
}
.icon-T-Shirt:before {
  content: "\ecff";
}
.icon-Table:before {
  content: "\ed00";
}
.icon-Tablet-Stylus:before {
  content: "\ed01";
}
.icon-Tablet:before {
  content: "\ed02";
}
.icon-Taco:before {
  content: "\ed03";
}
.icon-Tag:before {
  content: "\ed04";
}
.icon-Taj-Mahal:before {
  content: "\ed05";
}
.icon-Take-Photo:before {
  content: "\ed06";
}
.icon-Tape-Measure:before {
  content: "\ed07";
}
.icon-Target-Arrow:before {
  content: "\ed08";
}
.icon-Target:before {
  content: "\ed09";
}
.icon-Taxi:before {
  content: "\ed0a";
}
.icon-Teddy-Bear:before {
  content: "\ed0b";
}
.icon-TeePee-Tent:before {
  content: "\ed0c";
}
.icon-Telescope:before {
  content: "\ed0d";
}
.icon-Temple:before {
  content: "\ed0e";
}
.icon-Tennis-Racquet:before {
  content: "\ed0f";
}
.icon-Tennis:before {
  content: "\ed10";
}
.icon-Terminal:before {
  content: "\ed11";
}
.icon-Test-Tube:before {
  content: "\ed12";
}
.icon-Text-Chat:before {
  content: "\ed13";
}
.icon-Text-Message:before {
  content: "\ed14";
}
.icon-Thanksgiving-Turkey:before {
  content: "\ed15";
}
.icon-Thumbnail-Gallery:before {
  content: "\ed16";
}
.icon-Thumbprint:before {
  content: "\ed17";
}
.icon-Thumbs-Down:before {
  content: "\ed18";
}
.icon-Thumbs-Up:before {
  content: "\ed19";
}
.icon-Ticket:before {
  content: "\ed1a";
}
.icon-TIFF-File:before {
  content: "\ed1b";
}
.icon-Timer:before {
  content: "\ed1c";
}
.icon-To-Do-List:before {
  content: "\ed1d";
}
.icon-To-go-Coffee:before {
  content: "\ed1e";
}
.icon-Toaster:before {
  content: "\ed1f";
}
.icon-Toggle:before {
  content: "\ed20";
}
.icon-Toilet-Paper:before {
  content: "\ed21";
}
.icon-Toilet:before {
  content: "\ed22";
}
.icon-Tomato:before {
  content: "\ed23";
}
.icon-Tools-Maintenance:before {
  content: "\ed24";
}
.icon-Tooth:before {
  content: "\ed25";
}
.icon-Toothbrush:before {
  content: "\ed26";
}
.icon-Touch-Screen:before {
  content: "\ed27";
}
.icon-Tow-Truck:before {
  content: "\ed28";
}
.icon-Towel-Rack:before {
  content: "\ed29";
}
.icon-Trademark:before {
  content: "\ed2a";
}
.icon-Traffic-Light:before {
  content: "\ed2b";
}
.icon-Train_1:before {
  content: "\ed2c";
}
.icon-Train:before {
  content: "\ed2d";
}
.icon-Transgender:before {
  content: "\ed2e";
}
.icon-Transition:before {
  content: "\ed2f";
}
.icon-Trash:before {
  content: "\ed30";
}
.icon-Treasure-Chest:before {
  content: "\ed31";
}
.icon-Tree:before {
  content: "\ed32";
}
.icon-Triangle-Eye:before {
  content: "\ed33";
}
.icon-Triangle-Ruler:before {
  content: "\ed34";
}
.icon-Trim-Clip:before {
  content: "\ed35";
}
.icon-Trophy:before {
  content: "\ed36";
}
.icon-TSA-Security-Scanner:before {
  content: "\ed37";
}
.icon-Turn-Sign:before {
  content: "\ed38";
}
.icon-Turtle:before {
  content: "\ed39";
}
.icon-TV:before {
  content: "\ed3a";
}
.icon-TXT-File:before {
  content: "\ed3b";
}
.icon-Type-Size:before {
  content: "\ed3c";
}
.icon-Type:before {
  content: "\ed3d";
}
.icon-UFO:before {
  content: "\ed3e";
}
.icon-Umbrella:before {
  content: "\ed3f";
}
.icon-Underline:before {
  content: "\ed40";
}
.icon-Undo-2:before {
  content: "\ed41";
}
.icon-Undo-3:before {
  content: "\ed42";
}
.icon-Undo:before {
  content: "\ed43";
}
.icon-Unlock:before {
  content: "\ed44";
}
.icon-Up-Arrow-Document:before {
  content: "\ed45";
}
.icon-Up-Arrow-Folder:before {
  content: "\ed46";
}
.icon-Up-Arrow-Webpage:before {
  content: "\ed47";
}
.icon-Up-Arrow:before {
  content: "\ed48";
}
.icon-Up-Carrot-Circle:before {
  content: "\ed49";
}
.icon-Up-Carrot-Square:before {
  content: "\ed4a";
}
.icon-Up-Carrot:before {
  content: "\ed4b";
}
.icon-Up-Chevron-Circle:before {
  content: "\ed4c";
}
.icon-Up-Chevron-Square:before {
  content: "\ed4d";
}
.icon-Up-Chevron:before {
  content: "\ed4e";
}
.icon-Up-Chevrons-Circle:before {
  content: "\ed4f";
}
.icon-Up-Chevrons-Square:before {
  content: "\ed50";
}
.icon-Up-Chevrons:before {
  content: "\ed51";
}
.icon-Up-Circle:before {
  content: "\ed52";
}
.icon-Up-Square:before {
  content: "\ed53";
}
.icon-Up:before {
  content: "\ed54";
}
.icon-Upload-Cloud:before {
  content: "\ed55";
}
.icon-Upload:before {
  content: "\ed56";
}
.icon-Uppercase:before {
  content: "\ed57";
}
.icon-Upward-Graph:before {
  content: "\ed58";
}
.icon-US-Dollar:before {
  content: "\ed59";
}
.icon-USB-2:before {
  content: "\ed5a";
}
.icon-USB:before {
  content: "\ed5b";
}
.icon-User-Circle:before {
  content: "\ed5c";
}
.icon-User-Folder:before {
  content: "\ed5d";
}
.icon-User-Location:before {
  content: "\ed5e";
}
.icon-User-Profile:before {
  content: "\ed5f";
}
.icon-User-Settings:before {
  content: "\ed60";
}
.icon-User-Square:before {
  content: "\ed61";
}
.icon-User:before {
  content: "\ed62";
}
.icon-Users:before {
  content: "\ed63";
}
.icon-Vacumn:before {
  content: "\ed64";
}
.icon-Vector-Design:before {
  content: "\ed65";
}
.icon-Vehicle:before {
  content: "\ed66";
}
.icon-Verified-Checkmark:before {
  content: "\ed67";
}
.icon-Vertical-Arrows:before {
  content: "\ed68";
}
.icon-Video-Camera-2:before {
  content: "\ed69";
}
.icon-Video-Camera:before {
  content: "\ed6a";
}
.icon-Video-Clip:before {
  content: "\ed6b";
}
.icon-Video-File:before {
  content: "\ed6c";
}
.icon-Video-Game-Controller:before {
  content: "\ed6d";
}
.icon-Video-Pause:before {
  content: "\ed6e";
}
.icon-Video-Play:before {
  content: "\ed6f";
}
.icon-Video-Reel:before {
  content: "\ed70";
}
.icon-Vision-Eye:before {
  content: "\ed71";
}
.icon-Volleyball:before {
  content: "\ed72";
}
.icon-Volume-Low:before {
  content: "\ed73";
}
.icon-Volume-Off:before {
  content: "\ed74";
}
.icon-Volume:before {
  content: "\ed75";
}
.icon-Waiter-Serving-Food:before {
  content: "\ed76";
}
.icon-Walking-Person:before {
  content: "\ed77";
}
.icon-Wallet-Cash:before {
  content: "\ed78";
}
.icon-Wallet:before {
  content: "\ed79";
}
.icon-Warning:before {
  content: "\ed7a";
}
.icon-Washing-Machine:before {
  content: "\ed7b";
}
.icon-Watch-TV:before {
  content: "\ed7c";
}
.icon-Watch:before {
  content: "\ed7d";
}
.icon-Water-Bottle:before {
  content: "\ed7e";
}
.icon-Water-Drop:before {
  content: "\ed7f";
}
.icon-Water-Kettle:before {
  content: "\ed80";
}
.icon-Watering:before {
  content: "\ed81";
}
.icon-Watermelon:before {
  content: "\ed82";
}
.icon-Web-Code:before {
  content: "\ed83";
}
.icon-Web-Design-2:before {
  content: "\ed84";
}
.icon-Web-Design:before {
  content: "\ed85";
}
.icon-Web-Development:before {
  content: "\ed86";
}
.icon-Webcam:before {
  content: "\ed87";
}
.icon-Webpage-Click:before {
  content: "\ed88";
}
.icon-Webpage:before {
  content: "\ed89";
}
.icon-Website-Settings:before {
  content: "\ed8a";
}
.icon-Website:before {
  content: "\ed8b";
}
.icon-Weight-Scale:before {
  content: "\ed8c";
}
.icon-Weightlifting:before {
  content: "\ed8d";
}
.icon-Wheelchair:before {
  content: "\ed8e";
}
.icon-Whisk:before {
  content: "\ed8f";
}
.icon-Wiireless:before {
  content: "\ed90";
}
.icon-Wind-Power:before {
  content: "\ed91";
}
.icon-Wind:before {
  content: "\ed92";
}
.icon-Window:before {
  content: "\ed93";
}
.icon-Wine-Glass:before {
  content: "\ed94";
}
.icon-Wink-Face:before {
  content: "\ed95";
}
.icon-Winners-Podium:before {
  content: "\ed96";
}
.icon-Wireless-Signal-2:before {
  content: "\ed97";
}
.icon-Wireless-Signal:before {
  content: "\ed98";
}
.icon-Woman:before {
  content: "\ed99";
}
.icon-Wood:before {
  content: "\ed9a";
}
.icon-Work-Briefcase:before {
  content: "\ed9b";
}
.icon-Workout-Supplement:before {
  content: "\ed9c";
}
.icon-Wrench:before {
  content: "\ed9d";
}
.icon-Write-Message:before {
  content: "\ed9e";
}
.icon-Writing-Chat_1:before {
  content: "\ed9f";
}
.icon-Writing-Chat-Bubbles:before {
  content: "\eda0";
}
.icon-Writing-Chat:before {
  content: "\eda1";
}
.icon-Writing-Message:before {
  content: "\eda2";
}
.icon-Writing-Pen:before {
  content: "\eda3";
}
.icon-X-Circle:before {
  content: "\eda4";
}
.icon-X-Clipboard:before {
  content: "\eda5";
}
.icon-X-Folder:before {
  content: "\eda6";
}
.icon-X-Ray:before {
  content: "\eda7";
}
.icon-X:before {
  content: "\eda8";
}
.icon-XML-File:before {
  content: "\eda9";
}
.icon-Yen:before {
  content: "\edaa";
}
.icon-Yin-Yang:before {
  content: "\edab";
}
.icon-Yoga:before {
  content: "\edac";
}
.icon-ZIP-File:before {
  content: "\edad";
}
.icon-Zoom-In:before {
  content: "\edae";
}
.icon-Zoom-Out:before {
  content: "\edaf";
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.428571429;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0053e2;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #003796;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  padding: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 20px;
}
.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  color: #777;
  font-weight: 400;
  line-height: 1;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 48px;
}
.h2,
h2 {
  font-size: 36px;
}
.h3,
h3 {
  font-size: 32px;
}
.h4,
h4 {
  font-size: 30px;
}
.h5,
h5 {
  font-size: 24px;
}
.h6,
h6 {
  font-size: 20px;
}
p {
  font-size: 18px;
  margin: 0 0 10px;
}
.lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.initialism,
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #006cce;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #00519b;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  background-color: #006cce;
  color: #fff;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #00519b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  border-bottom: 1px solid #eee;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}
ol,
ul {
  margin-bottom: 10px;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dd,
dt {
  line-height: 1.428571429;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 1px dotted #777;
  cursor: help;
}
.initialism {
  font-size: 90%;
}
blockquote {
  border-left: 5px solid #eee;
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 20px;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  color: #777;
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
  border-left: 0;
  border-right: 5px solid #eee;
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —";
}
address {
  font-style: normal;
  line-height: 1.428571429;
  margin-bottom: 20px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 980px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after,
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 980px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    margin-left: 0;
    position: relative;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.btn-default.focus,
.btn-default:focus {
  background-color: #e6e6e6;
  border-color: #8c8c8c;
  color: #333;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  background-color: #d4d4d4;
  border-color: #8c8c8c;
  color: #333;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  background-color: #333;
  color: #fff;
}
.btn-primary {
  background-color: #006cce;
  border-color: #005fb5;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  background-color: #00519b;
  border-color: #001c35;
  color: #fff;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
  background-color: #00519b;
  border-color: #003f77;
  color: #fff;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  background-color: #003f77;
  border-color: #001c35;
  color: #fff;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #006cce;
  border-color: #005fb5;
}
.btn-primary .badge {
  background-color: #fff;
  color: #006cce;
}
.btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus {
  background-color: #449d44;
  border-color: #255625;
  color: #fff;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
  background-color: #449d44;
  border-color: #398439;
  color: #fff;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  background-color: #398439;
  border-color: #255625;
  color: #fff;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  background-color: #fff;
  color: #5cb85c;
}
.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus {
  background-color: #31b0d5;
  border-color: #1b6d85;
  color: #fff;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
  background-color: #31b0d5;
  border-color: #269abc;
  color: #fff;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  background-color: #269abc;
  border-color: #1b6d85;
  color: #fff;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  background-color: #fff;
  color: #5bc0de;
}
.btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #fff;
}
.btn-warning.focus,
.btn-warning:focus {
  background-color: #ec971f;
  border-color: #985f0d;
  color: #fff;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
  background-color: #ec971f;
  border-color: #d58512;
  color: #fff;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  background-color: #d58512;
  border-color: #985f0d;
  color: #fff;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  background-color: #fff;
  color: #f0ad4e;
}
.btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
  background-color: #c9302c;
  border-color: #761c19;
  color: #fff;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
  background-color: #c9302c;
  border-color: #ac2925;
  color: #fff;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  background-color: #ac2925;
  border-color: #761c19;
  color: #fff;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  background-color: #fff;
  color: #d9534f;
}
.btn-link {
  border-radius: 0;
  color: #006cce;
  font-weight: 400;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  background-color: transparent;
  color: #004482;
  text-decoration: underline;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-lg {
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.3333333;
  padding: 10px 16px;
}
.btn-sm {
  padding: 5px 10px;
}
.btn-sm,
.btn-xs {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.dropdown-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
.dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.428571429;
  padding: 3px 20px;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #006cce;
  color: #fff;
  outline: 0;
  text-decoration: none;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-decoration: none;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  color: #777;
  display: block;
  font-size: 12px;
  line-height: 1.428571429;
  padding: 3px 20px;
  white-space: nowrap;
}
.dropdown-backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  border-top: 0;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: 100%;
  margin-bottom: 2px;
  top: auto;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav:after,
.nav:before {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li,
.nav > li > a {
  display: block;
  position: relative;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  background-color: transparent;
  color: #777;
  cursor: not-allowed;
  text-decoration: none;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #006cce;
}
.nav .nav-divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 1.428571429;
  margin-right: 2px;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd #ddd transparent;
  color: #555;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #006cce;
  color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-left: 0;
  margin-top: 2px;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  left: auto;
  top: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  border-radius: 4px;
  margin-right: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.navbar {
  border: 1px solid transparent;
  margin-bottom: 20px;
  min-height: 50px;
  position: relative;
}
.navbar:after,
.navbar:before {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:after,
.navbar-header:before {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  border-width: 0 0 1px;
  top: 0;
}
.navbar-fixed-bottom {
  border-width: 1px 0 0;
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  height: 50px;
  line-height: 20px;
  padding: 15px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 8px;
  padding: 9px 10px;
  position: relative;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.navbar-form {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
    0 1px 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
    0 1px 0 hsla(0, 0%, 100%, 0.1);
  margin: 8px -15px;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    margin-left: 0;
    position: relative;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
  }
}
.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 0;
}
.navbar-btn {
  margin-bottom: 8px;
  margin-top: 8px;
}
.navbar-btn.btn-sm {
  margin-bottom: 10px;
  margin-top: 10px;
}
.navbar-btn.btn-xs {
  margin-bottom: 14px;
  margin-top: 14px;
}
.navbar-text {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  background-color: transparent;
  color: #5e5e5e;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  background-color: transparent;
  color: #ccc;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #e7e7e7;
    color: #555;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    background-color: transparent;
    color: #ccc;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #090909;
  color: #fff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  background-color: transparent;
  color: #444;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #090909;
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    background-color: transparent;
    color: #444;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #fff;
  border: 1px solid transparent;
  color: #007cd6;
  float: left;
  line-height: 1.428571429;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: transparent;
  border-color: transparent;
  color: #007cd6;
  z-index: 2;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: transparent;
  border-color: transparent;
  color: #007cd6;
  cursor: default;
  z-index: 3;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background-color: transparent;
  border-color: transparent;
  color: #777;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 18px;
  line-height: 1.3333333;
  padding: 10px 16px;
}
.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 {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}
.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;
}
.close {
  color: #000;
  filter: alpha(opacity=20);
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
}
.close:focus,
.close:hover {
  color: #000;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
button.close {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  margin: 10px;
  position: relative;
  width: auto;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  position: relative;
}
.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}
.modal-header:after,
.modal-header:before {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  line-height: 1.428571429;
  margin: 0;
}
.modal-body {
  padding: 15px;
  position: relative;
}
.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  text-align: right;
}
.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    width: 600px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 980px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
@media (min-width: 576px) {
  .modal-dialog-centered .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.rte-styles p {
  line-height: 1.5;
  margin: 0px;
}
.rte-styles ul li.apply-styles {
  list-style-type: disc;
}
.rte-styles ol li.apply-styles {
  list-style-type: decimal;
}
.rte-styles ol li.apply-styles.true-blue-text::marker,
.rte-styles ul li.apply-styles.true-blue-text::marker {
  color: #0053e2;
}
.rte-styles ol li.apply-styles.bentonville-blue-text::marker,
.rte-styles ul li.apply-styles.bentonville-blue-text::marker {
  color: #001e60;
}
.rte-styles ol li.apply-styles.walmart-green-text::marker,
.rte-styles ul li.apply-styles.walmart-green-text::marker {
  color: #6abf4b;
}
.rte-styles ol li.apply-styles.walmart-orange-text::marker,
.rte-styles ul li.apply-styles.walmart-orange-text::marker {
  color: #f48a16;
}
.rte-styles ol li.apply-styles.walmart-red-text::marker,
.rte-styles ul li.apply-styles.walmart-red-text::marker {
  color: #ed2100;
}
.rte-styles ol li.apply-styles.white-text::marker,
.rte-styles ul li.apply-styles.white-text::marker {
  color: #fff;
}
.rte-styles ol li.apply-styles.sky-blue-text::marker,
.rte-styles ul li.apply-styles.sky-blue-text::marker {
  color: #a9ddf7;
}
.rte-styles ol li.apply-styles.body-one::marker,
.rte-styles ul li.apply-styles.body-one::marker {
  font-size: 18px;
}
.rte-styles ol li.apply-styles.body-two::marker,
.rte-styles ul li.apply-styles.body-two::marker {
  font-size: 14px;
}
.rte-styles ol li.apply-styles.body-three::marker,
.rte-styles ul li.apply-styles.body-three::marker {
  font-size: 22px;
}
.rte-styles ol li.apply-styles.body-four::marker,
.rte-styles ul li.apply-styles.body-four::marker {
  font-size: 26px;
}
.rte-styles ol li.apply-styles.subhead-one::marker,
.rte-styles ul li.apply-styles.subhead-one::marker {
  font-size: 14px;
}
.rte-styles ol li.apply-styles.subhead-two::marker,
.rte-styles ul li.apply-styles.subhead-two::marker {
  font-size: 12px;
}
.rte-styles ol li.apply-styles.subhead-one::marker,
.rte-styles ul li.apply-styles.subhead-one::marker {
  text-transform: uppercase;
}
.rte-styles ol li.apply-styles.subhead-two::marker,
.rte-styles ul li.apply-styles.subhead-two::marker {
  text-transform: uppercase;
}
.rte-styles span.true-blue-text,
.rte-styles span.true-blue-text a {
  color: #0053e2;
}
.rte-styles span.bentonville-blue-text,
.rte-styles span.bentonville-blue-text a {
  color: #001e60;
}
.rte-styles span.walmart-green-text {
  color: #6abf4b;
}
.rte-styles span.walmart-orange-text {
  color: #f48a16;
}
.rte-styles span.walmart-red-text {
  color: #ed2100;
}
.rte-styles span.sky-blue-text,
.rte-styles span.sky-blue-text a {
  color: #a9ddf7;
}
.rte-styles span.white-text,
.rte-styles span.white-text a {
  color: #fff;
}
.rte-styles span.adp-richtext-heading-1 {
  font-size: 48px;
}
.rte-styles span.adp-richtext-heading-2 {
  font-size: 36px;
}
.rte-styles span.adp-richtext-heading-3 {
  font-size: 32px;
}
.rte-styles span.adp-richtext-heading-4 {
  font-size: 30px;
}
.rte-styles span.adp-richtext-heading-5 {
  font-size: 24px;
}
.rte-styles span.adp-richtext-heading-6 {
  font-size: 20px;
}
.rte-styles ol,
.rte-styles ul {
  font-size: 18px;
}
.rte-styles ol li:before,
.rte-styles ul li:before {
  font-size: 18px;
  text-align: right;
}
.rte-styles ol {
  counter-reset: ol;
  font-size: 18px;
}
.rte-styles ol > li {
  list-style-type: decimal;
}
.rte-styles ol > li:before {
  font-size: 18px;
  left: -45px;
  min-width: 35px;
}
.rte-styles ol > li > ol li {
  list-style-type: lower-alpha;
}
.rte-styles ol > li > ol li > ol li {
  list-style-type: lower-roman;
}
.rte-styles ol > li > ol li > ol li > ol li {
  list-style-type: decimal;
}
.rte-styles ul {
  font-size: 18px;
}
.rte-styles ul > li:before {
  font-size: 18px;
  left: -35px;
  margin-right: -25px;
  width: 25px;
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .content-container {
    width: 1170px;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  font-family: "EverydaySans", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  padding: 0 !important;
}
.row {
  margin-left: -2vw;
  margin-right: -2vw;
}
@media (min-width: 980px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.content-container {
  margin: 64px auto 0;
  max-width: 1500px;
  padding: 0 2vw;
  position: relative;
}
@media (min-width: 980px) {
  .content-container {
    margin-top: 60px;
    padding: 0 4vw;
  }
}
@media (min-width: 1500px) {
  .content-container {
    padding: 0 60px;
  }
}
.content-container.notopmargin {
  margin-top: 0px !important;
}
html.content-container-height100-max-md,
html.content-container-height100-max-md .content-container,
html.content-container-height100-max-md body {
  height: 100%;
}
html.content-container-height100-max-md body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
html.content-container-height100-max-md .content-container {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 980px) {
  html.content-container-height100-max-md,
  html.content-container-height100-max-md .content-container,
  html.content-container-height100-max-md body {
    height: auto;
  }
  html.content-container-height100-max-md body {
    display: block;
  }
  html.content-container-height100-max-md .content-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.separator {
  border-left: 1px solid #ccc;
  display: inline-block;
  width: 1px;
}
.hamburger-wrapper {
  border: 1px solid transparent;
  border-radius: 50%;
  height: 40px;
  padding: 12px 8px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 40px;
}
.hamburger-wrapper.open {
  border-color: #006cce;
}
.hamburger-wrapper.open .hamburger span:first-child {
  left: 50%;
  top: 50%;
  width: 0;
}
.hamburger-wrapper.open .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-wrapper.open .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-wrapper.open .hamburger span:nth-child(4) {
  bottom: 50%;
  left: 50%;
  width: 0;
}
.hamburger-wrapper .hamburger {
  height: 16px;
  position: relative;
  width: 24px;
}
.hamburger-wrapper .hamburger,
.hamburger-wrapper .hamburger span {
  display: block;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger-wrapper .hamburger span {
  background: #006cce;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger-wrapper .hamburger span:nth-child(2),
.hamburger-wrapper .hamburger span:nth-child(3) {
  top: calc(50% - 1px);
}
.hamburger-wrapper .hamburger span:nth-child(4) {
  bottom: 0;
}
.button-close,
.overlay-button {
  border-radius: 50%;
  height: 40px;
  opacity: 1;
  width: 40px;
}
.button-close {
  background: #fff
    url("/assets/images/x-blue.svg")
    50%/20px auto no-repeat;
  border: 1px solid #017acd;
}
.darken-header-footer .button-close {
  background: transparent
    url("/assets/images/x-white.svg")
    50%/20px auto no-repeat;
  border: 1px solid #001e60;
}
.content-container,
.footer-background {
  font-family: EverydaySans;
  font-size: 16px;
}
.content-container h1,
.footer-background h1 {
  font-size: 48px;
}
.content-container h2,
.footer-background h2 {
  font-size: 36px;
}
.content-container h3,
.footer-background h3 {
  font-size: 32px;
}
.content-container h4,
.footer-background h4 {
  font-size: 30px;
}
.content-container h5,
.footer-background h5 {
  font-size: 24px;
}
.content-container h6,
.footer-background h6 {
  font-size: 20px;
}
.content-container a,
.footer-background a {
  text-decoration: none;
}
.content-container a:hover,
.footer-background a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.pagination a {
  text-transform: uppercase;
}
.pagination a.page-link-text {
  letter-spacing: 3px;
}
.pagination a:hover {
  text-decoration: underline;
}
.pagination .active a {
  cursor: default;
  font-weight: 600;
  pointer-events: none;
  text-decoration: none;
}
.pagination .disabled {
  display: inline;
}
.pagination .disabled a,
.pagination .disabled a:focus,
.pagination .disabled a:hover {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.pagination .page-next,
.pagination .page-prev {
  height: 34px;
}
.pagination .pagination-number {
  display: none;
}
@media (min-width: 980px) {
  .pagination .pagination-number {
    display: inline;
  }
}
.checkbox-link:after,
.checkbox-link:before,
.radio-link:after,
.radio-link:before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox-link,
.radio-link {
  padding-left: 40px;
  position: relative;
}
.active.checkbox-link:before,
.active.radio-link:before {
  border-color: #007cd6;
}
.checkbox-link:before,
.radio-link:before {
  border: 2px solid #757575;
  height: 20px;
  width: 20px;
}
.checkbox-link:after,
.radio-link:after {
  border: none;
  height: 12px;
  margin: 0 4px;
  width: 12px;
}
.radio-link.active:after {
  background: #007cd6;
}
.radio-link:after,
.radio-link:before {
  border-radius: 100%;
}
.checkbox-link.active:after {
  background-image: url("/assets/images/checkmark-blue.svg");
}
.checkbox-link:before {
  border-radius: 3px;
}
.checkbox-link:after {
  background: transparent none 50%/100% auto no-repeat;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.bold {
  font-weight: 700;
}
.main:after {
  clear: both;
  content: "";
  display: block;
}
.bg-transparent {
  background-color: transparent;
}
.bg-orange {
  background-color: #ce4c11;
}
.bg-light-orange {
  background-color: #fba72b;
}
.bg-light-green {
  background-color: #3f8756;
}
.bg-blue {
  background-color: #004c91;
}
.bg-gray {
  background-color: #757575;
}
.walmart-ozark-noir {
  background-color: #001e60;
}
.bg-coral {
  background-color: #ff3c3c;
}
.bg-sams-light-orange {
  background-color: #fba72b;
}
.bg-sams-dark-gray {
  background-color: #333;
}
.bg-sams-primary-dark-blue {
  background-color: #00358e;
}
.bg-sams-primary-main-blue {
  background-color: #0067a0;
}
.bg-sams-primary-light-blue {
  background-color: #a4dbe8;
}
.bg-sams-secondary-light-blue {
  background-color: #00afd7;
}
.bg-sams-secondary-dark-gray {
  background-color: #7c878e;
}
.bg-sams-secondary-light-gray {
  background-color: #d0d3d4;
}
.bg-sams-supp-dark-purple {
  background-color: #514689;
}
.bg-sams-supp-light-purple {
  background-color: #9063cd;
}
.bg-sams-supp-green {
  background-color: #006f44;
}
.bg-sams-supp-teal {
  background-color: #47d7ac;
}
.bg-sams-supp-red {
  background-color: #fa4616;
}
.bg-sams-supp-orange {
  background-color: #ff8f1c;
}
.bg-sams-supp-pink {
  background-color: #de1b73;
}
.bg-sams-supp-yellow {
  background-color: #ffb500;
}
.bg-avp-green {
  background-color: #76c043;
}
.bg-avp-orange {
  background-color: #f47521;
}
.bg-avp-red {
  background-color: #ee362a;
}
.bg-avp-blue {
  background-color: #0053e2;
}
.bg-avp-deep-blue {
  background-color: #001e60;
}
.bg-avp-light-blue {
  background-color: #78b9e7;
}
.bg-avp-pink {
  background-color: #dd1385;
}
.bg-avp-yellow {
  background-color: #fff200;
}
.highlight-gray {
  background-color: #d8d8d8;
}
.bg-white {
  background-color: #fff;
}
.bg-default-blue,
.bg-walmart-blue {
  background-color: #0053e2;
}
.bg-yellow {
  background-color: #fff200;
}
.walmart-yellow-tone {
  background-color: #f8e6a5;
}
.gt-blue-ink {
  background-color: #041f41;
}
.gt-global-green {
  background-color: #06f27b;
}
.gt-granite-grey {
  background-color: #605e63;
}
.gt-grey {
  background-color: #b9bbc5;
}
.wmi-purple {
  background-color: #432188;
}
.wmi-pink {
  background-color: #eb148d;
}
.wmi-dark-blue {
  background-color: #081f2c;
}
.wmi-medium-blue {
  background-color: #0070ce;
}
.wmi-light-blue {
  background-color: #78b9e7;
}
.wmi-yellow {
  background-color: #ffc220;
}
.wmi-green {
  background-color: #76c043;
}
.wmi-red {
  background-color: #ee3b2a;
}
.wmi-orange {
  background-color: #f47521;
}
.wmi-lavanda-suave {
  background-color: #9058c9;
}
.wmi-lila-tenue {
  background-color: #be9ddf;
}
.wmi-amarillo-spark {
  background-color: #ffc220;
}
.wmi-morado-cashi {
  background-color: #6212b2;
}
.walmart-white {
  background-color: #fff;
}
.walmart-true-blue {
  background-color: #0053e2;
}
.walmart-spark-yellow {
  background-color: #ffc220;
}
.walmart-sky-blue {
  background-color: #a9ddf7;
}
.walmart-everyday-blue {
  background-color: #4dbdf5;
}
.walmart-sky-blue-light {
  background-color: #e9f1fe;
}
.walmart-bentonville-blue {
  background-color: #001e60;
}
.wmc-purple {
  background-color: #993ef4;
}
.wmc-trueBlue {
  background-color: #0053e2;
}
.wmc-teal {
  background-color: #00d0cd;
}
.walmart-charcoal {
  background-color: #333;
}
.bg-light-blue {
  background-color: #78b9e7;
}
.walmart-blue-tone-1 {
  background-color: #4dbdf5;
}
.walmart-blue-tone-2 {
  background-color: #a9ddf7;
}
.walmart-off-white {
  background-color: #fafafa;
}
.bg-green {
  background-color: #5fb446;
}
.bg-red {
  background-color: #de1c24;
}
.bg-pink {
  background-color: #eb148d;
}
.walmart-pink {
  background-color: #dd1385;
}
.walmart-deep-blue {
  background-color: #041f41;
}
.walmart-background-blue {
  background-color: #e1edf9;
}
.bg-orange {
  background-color: #fa6400;
}
.bg-teal {
  background-color: #3ec5e6;
}
.bg-deep-blue {
  background-color: #001e60;
}
.bg-sams-blue {
  background-color: #22449b;
}
.bg-sams-light-blue {
  background-color: #2983ea;
}
.bg-sams-medium-blue {
  background-color: #1788da;
}
.bg-sams-green {
  background-color: #10a04b;
}
.bg-sams-orange {
  background-color: #f37020;
}
.bg-sams-red {
  background-color: #ec0439;
}
.bg-sams-yellow {
  background-color: #fba72b;
}
.bg-sams-gray {
  background-color: #333;
}
.bg-dark-blue {
  background-color: #064f8e;
}
.bg-dark-yellow {
  background-color: #f79428;
}
.bg-dark-light-blue {
  background-color: #1888c8;
}
.bg-dark-green {
  background-color: #54a546;
}
.bg-dark-red {
  background-color: #cb2022;
}
.bg-dark-pink {
  background-color: #b51e6d;
}
.bg-dark-orange {
  background-color: #e54e26;
}
.bg-page-gray {
  background-color: #f2f2f2;
}
.bg-jet-purple {
  background-color: #4f0099;
}
.bg-moosejaw-red {
  background-color: #a93439;
}
.bg-modcloth-gray-blue {
  background-color: #48515f;
}
.bg-hayneedle-gray-blue {
  background-color: #45545f;
}
.bg-shoes-blue {
  background-color: #203566;
}
.bg-bonobos-brown {
  background-color: #2f1214;
}
.bg-allswell-black,
.bg-barenecessities-black,
.bg-parcel-black {
  background-color: #000;
}
.bg-vudu-blue {
  background-color: #0072ce;
}
.bg-eloquil-brown {
  background-color: #231f20;
}
.bg-black {
  background-color: #000;
}
.bg-background-blue {
  background-color: #e1edf9;
}
.bg-labs {
  background-color: #302951;
}
.icon-walmart-yellow-tone {
  color: #f8e6a5;
}
.icon-gt-blue-ink {
  color: #041f41;
}
.icon-gt-global-green {
  color: #06f27b;
}
.icon-gt-granite-grey {
  color: #605e63;
}
.icon-gt-grey {
  color: #b9bbc5;
}
.icon-walmart-spark-yellow {
  color: #ffc220;
}
.icon-walmart-charcoal {
  color: #333;
}
.icon-walmart-blue-tone-1 {
  color: #4dbdf5;
}
.icon-walmart-blue-tone-2 {
  color: #a9ddf7;
}
.icon-walmart-off-white {
  color: #fafafa;
}
.icon-wmi-purple {
  color: #432188;
}
.icon-wmi-pink {
  color: #eb148d;
}
.icon-wmi-dark-blue {
  color: #081f2c;
}
.icon-wmi-medium-blue {
  color: #0070ce;
}
.icon-wmi-light-blue {
  color: #78b9e7;
}
.icon-wmi-yellow {
  color: #ffc220;
}
.icon-wmi-green {
  color: #76c043;
}
.icon-wmi-red {
  color: #ee3b2a;
}
.icon-wmi-orange {
  color: #f47521;
}
.bg-icon-transparent {
  color: transparent;
}
.bg-icon-orange {
  color: #ce4c11;
}
.bg-icon-light-orange {
  color: #fba72b;
}
.bg-icon-light-green {
  color: #3f8756;
}
.bg-icon-blue {
  color: #004c91;
}
.bg-icon-gray {
  color: #757575;
}
.bg-icon-coral {
  color: #ff3c3c;
}
.bg-icon-sams-light-orange {
  color: #fba72b;
}
.bg-icon-sams-dark-gray {
  color: #333;
}
.bg-icon-avp-green {
  color: #76c043;
}
.bg-icon-avp-orange {
  color: #f47521;
}
.bg-icon-avp-red {
  color: #ee362a;
}
.bg-icon-avp-blue {
  color: #0053e2;
}
.bg-icon-avp-deep-blue {
  color: #001e60;
}
.bg-icon-avp-light-blue {
  color: #78b9e7;
}
.bg-icon-avp-pink {
  color: #dd1385;
}
.bg-icon-avp-yellow {
  color: #fff200;
}
.highlight-gray {
  color: #d8d8d8;
}
.bg-icon-white {
  color: #fff;
}
.bg-icon-default-blue,
.bg-icon-walmart-blue {
  color: #0053e2;
}
.bg-icon-yellow {
  color: #fff200;
}
.bg-icon-light-blue {
  color: #78b9e7;
}
.bg-icon-green {
  color: #5fb446;
}
.bg-icon-red {
  color: #de1c24;
}
.bg-icon-pink {
  color: #eb148d;
}
.walmart-icon-pink {
  color: #dd1385;
}
.walmart-icon-deep-blue {
  color: #041f41;
}
.walmart-icon-background-blue {
  color: #e1edf9;
}
.bg-icon-orange {
  color: #fa6400;
}
.bg-icon-teal {
  color: #3ec5e6;
}
.bg-icon-deep-blue {
  color: #001e60;
}
.bg-icon-sams-blue {
  color: #22449b;
}
.bg-icon-sams-light-blue {
  color: #2983ea;
}
.bg-icon-sams-medium-blue {
  color: #1788da;
}
.bg-icon-sams-green {
  color: #10a04b;
}
.bg-icon-sams-orange {
  color: #f37020;
}
.bg-icon-sams-red {
  color: #ec0439;
}
.bg-icon-sams-yellow {
  color: #fba72b;
}
.bg-icon-sams-gray {
  color: #333;
}
.bg-icon-sams-primary-dark-blue {
  color: #00358e;
}
.bg-icon-sams-primary-main-blue {
  color: #0067a0;
}
.bg-icon-sams-primary-light-blue {
  color: #a4dbe8;
}
.bg-icon-sams-secondary-light-blue {
  color: #00afd7;
}
.bg-icon-sams-secondary-dark-gray {
  color: #7c878e;
}
.bg-icon-sams-secondary-light-gray {
  color: #d0d3d4;
}
.bg-icon-sams-supp-dark-purple {
  color: #514689;
}
.bg-icon-sams-supp-light-purple {
  color: #9063cd;
}
.bg-icon-sams-supp-green {
  color: #006f44;
}
.bg-icon-sams-supp-teal {
  color: #47d7ac;
}
.bg-icon-sams-supp-red {
  color: #fa4616;
}
.bg-icon-sams-supp-orange {
  color: #ff8f1c;
}
.bg-icon-sams-supp-pink {
  color: #de1b73;
}
.bg-icon-sams-supp-yellow {
  color: #ffb500;
}
.bg-icon-dark-blue {
  color: #064f8e;
}
.bg-icon-dark-yellow {
  color: #f79428;
}
.bg-icon-dark-light-blue {
  color: #1888c8;
}
.bg-icon-dark-green {
  color: #54a546;
}
.bg-icon-dark-red {
  color: #cb2022;
}
.bg-icon-dark-pink {
  color: #b51e6d;
}
.bg-icon-dark-orange {
  color: #e54e26;
}
.bg-icon-page-gray {
  color: #f2f2f2;
}
.bg-icon-jet-purple {
  color: #4f0099;
}
.bg-icon-moosejaw-red {
  color: #a93439;
}
.bg-icon-modcloth-gray-blue {
  color: #48515f;
}
.bg-icon-hayneedle-gray-blue {
  color: #45545f;
}
.bg-icon-shoes-blue {
  color: #203566;
}
.bg-icon-bonobos-brown {
  color: #2f1214;
}
.bg-icon-allswell-black,
.bg-icon-barenecessities-black,
.bg-icon-parcel-black {
  color: #000;
}
.bg-icon-vudu-blue {
  color: #0072ce;
}
.bg-icon-eloquil-brown {
  color: #231f20;
}
.bg-icon-black {
  color: #000;
}
.bg-icon-background-blue {
  color: #e1edf9;
}
.bg-icon-labs {
  color: #302951;
}
.style2-fix .bg-icon-allswell-black,
.style2-fix .bg-icon-avp-blue,
.style2-fix .bg-icon-avp-deep-blue,
.style2-fix .bg-icon-avp-green,
.style2-fix .bg-icon-avp-light-blue,
.style2-fix .bg-icon-avp-orange,
.style2-fix .bg-icon-avp-pink,
.style2-fix .bg-icon-avp-red,
.style2-fix .bg-icon-avp-yellow,
.style2-fix .bg-icon-background-blue,
.style2-fix .bg-icon-barenecessities-black,
.style2-fix .bg-icon-black,
.style2-fix .bg-icon-blue,
.style2-fix .bg-icon-bonobos-brown,
.style2-fix .bg-icon-coral,
.style2-fix .bg-icon-dark-blue,
.style2-fix .bg-icon-dark-green,
.style2-fix .bg-icon-dark-light-blue,
.style2-fix .bg-icon-dark-orange,
.style2-fix .bg-icon-dark-pink,
.style2-fix .bg-icon-dark-red,
.style2-fix .bg-icon-dark-yellow,
.style2-fix .bg-icon-deep-blue,
.style2-fix .bg-icon-default-blue,
.style2-fix .bg-icon-eloquil-brown,
.style2-fix .bg-icon-gray,
.style2-fix .bg-icon-green,
.style2-fix .bg-icon-hayneedle-gray-blue,
.style2-fix .bg-icon-jet-purple,
.style2-fix .bg-icon-labs,
.style2-fix .bg-icon-light-blue,
.style2-fix .bg-icon-light-green,
.style2-fix .bg-icon-light-orange,
.style2-fix .bg-icon-modcloth-gray-blue,
.style2-fix .bg-icon-moosejaw-red,
.style2-fix .bg-icon-orange,
.style2-fix .bg-icon-page-gray,
.style2-fix .bg-icon-parcel-black,
.style2-fix .bg-icon-pink,
.style2-fix .bg-icon-red,
.style2-fix .bg-icon-sams-blue,
.style2-fix .bg-icon-sams-dark-gray,
.style2-fix .bg-icon-sams-gray,
.style2-fix .bg-icon-sams-green,
.style2-fix .bg-icon-sams-light-blue,
.style2-fix .bg-icon-sams-light-orange,
.style2-fix .bg-icon-sams-medium-blue,
.style2-fix .bg-icon-sams-orange,
.style2-fix .bg-icon-sams-primary-dark-blue,
.style2-fix .bg-icon-sams-primary-light-blue,
.style2-fix .bg-icon-sams-primary-main-blue,
.style2-fix .bg-icon-sams-red,
.style2-fix .bg-icon-sams-secondary-dark-gray,
.style2-fix .bg-icon-sams-secondary-light-blue,
.style2-fix .bg-icon-sams-secondary-light-gray,
.style2-fix .bg-icon-sams-supp-dark-purple,
.style2-fix .bg-icon-sams-supp-green,
.style2-fix .bg-icon-sams-supp-light-purple,
.style2-fix .bg-icon-sams-supp-orange,
.style2-fix .bg-icon-sams-supp-pink,
.style2-fix .bg-icon-sams-supp-red,
.style2-fix .bg-icon-sams-supp-teal,
.style2-fix .bg-icon-sams-supp-yellow,
.style2-fix .bg-icon-sams-yellow,
.style2-fix .bg-icon-shoes-blue,
.style2-fix .bg-icon-teal,
.style2-fix .bg-icon-transparent,
.style2-fix .bg-icon-vudu-blue,
.style2-fix .bg-icon-walmart-blue,
.style2-fix .bg-icon-white,
.style2-fix .bg-icon-yellow,
.style2-fix .highlight-gray,
.style2-fix .icon-gt-blue-ink,
.style2-fix .icon-gt-global-green,
.style2-fix .icon-gt-granite-grey,
.style2-fix .icon-gt-grey,
.style2-fix .icon-walmart-blue-tone-1,
.style2-fix .icon-walmart-blue-tone-2,
.style2-fix .icon-walmart-charcoal,
.style2-fix .icon-walmart-off-white,
.style2-fix .icon-walmart-ozark-noir,
.style2-fix .icon-walmart-spark-yellow,
.style2-fix .icon-walmart-yellow-tone,
.style2-fix .icon-wmi-dark-blue,
.style2-fix .icon-wmi-green,
.style2-fix .icon-wmi-light-blue,
.style2-fix .icon-wmi-medium-blue,
.style2-fix .icon-wmi-orange,
.style2-fix .icon-wmi-pink,
.style2-fix .icon-wmi-purple,
.style2-fix .icon-wmi-red,
.style2-fix .icon-wmi-yellow,
.style2-fix .walmart-icon-background-blue,
.style2-fix .walmart-icon-deep-blue,
.style2-fix .walmart-icon-pink {
  color: #fff;
}
@media print {
  .hide-on-print {
    display: none !important;
  }
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30,
.margin-bottom-40 {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .margin-bottom-40 {
    margin-bottom: 40px !important;
  }
}
.margin-bottom-50 {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .margin-bottom-50 {
    margin-bottom: 50px !important;
  }
}
.adp-richtext li.adp-richtext-heading-1 {
  font-size: 48px;
  padding-left: 23px;
}
.adp-richtext li.adp-richtext-heading-1:before {
  font-size: 48px;
  margin-top: -2px;
}
.adp-richtext li.adp-richtext-heading-2 {
  font-size: 36px;
  padding-left: 25px;
}
.adp-richtext li.adp-richtext-heading-2:before {
  font-size: 36px;
  margin-top: -2px;
}
.adp-richtext li.adp-richtext-heading-3 {
  font-size: 32px;
  padding-left: 20px;
}
.adp-richtext li.adp-richtext-heading-3:before {
  font-size: 32px;
  margin-top: -2px;
}
.adp-richtext li.adp-richtext-heading-4 {
  font-size: 30px;
  padding-left: 17px;
}
.adp-richtext li.adp-richtext-heading-4:before {
  font-size: 30px;
  margin-top: -2px;
}
.adp-richtext li.adp-richtext-heading-5 {
  font-size: 24px;
  padding-left: 15px;
}
.adp-richtext li.adp-richtext-heading-5:before {
  font-size: 24px;
  margin-top: -2px;
}
.adp-richtext li.adp-richtext-heading-6 {
  font-size: 20px;
  padding-left: 15px;
}
.adp-richtext li.adp-richtext-heading-6:before {
  font-size: 20px;
  margin-top: -2px;
}
.adp-richtext li.body-one {
  font-size: 18px;
}
.adp-richtext li.body-two {
  font-size: 14px;
}
.adp-richtext li.body-two:before {
  margin-top: -4px;
}
.adp-richtext li.subhead-one {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.adp-richtext li.subhead-one:before {
  margin-top: -4px;
}
.adp-richtext li.subhead-two {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.adp-richtext li.subhead-two:before {
  margin-top: -6px;
}
.adp-richtext span.blue-text {
  color: #004c91;
}
.adp-richtext span.yellow-text {
  color: #ffc220;
}
.adp-richtext span.orange-text {
  color: #ce4c11;
}
.adp-richtext span.red-text {
  color: #ae1e11;
}
.adp-richtext span.adp-richtext-heading-1 {
  font-size: 48px;
}
.adp-richtext span.adp-richtext-heading-2 {
  font-size: 36px;
}
.adp-richtext span.adp-richtext-heading-3 {
  font-size: 32px;
}
.adp-richtext span.adp-richtext-heading-4 {
  font-size: 30px;
}
.adp-richtext span.adp-richtext-heading-5 {
  font-size: 24px;
}
.adp-richtext span.adp-richtext-heading-6 {
  font-size: 20px;
}
.adp-richtext ol {
  counter-reset: ol;
  list-style: none;
}
.adp-richtext ol > li:before {
  content: counters(ol, ".") ". ";
  counter-increment: ol;
}
.adp-richtext ul > li {
  list-style-type: none;
  padding-left: 15px;
  position: relative;
}
.adp-richtext ul li:before {
  content: "•";
  font-size: 18px;
  left: -4px;
  margin-top: -4px;
  position: relative;
}
.adp-richtext ol span.adp-richtext-heading-1,
.adp-richtext ol span.adp-richtext-heading-2,
.adp-richtext ol span.adp-richtext-heading-3,
.adp-richtext ol span.adp-richtext-heading-4,
.adp-richtext ol span.adp-richtext-heading-5 {
  font-size: inherit;
}
span.body-one {
  font-size: 18px;
}
span.body-two {
  font-size: 14px;
}
span.subhead-one {
  font-size: 14px;
}
span.subhead-one,
span.subhead-two {
  font-weight: 700;
  text-transform: uppercase;
}
span.subhead-two {
  font-size: 12px;
}
.cq-Editable-dom .adp-richtext ul li {
  list-style-type: disc;
}
.cq-Editable-dom .adp-richtext ul li.true-blue-text::marker {
  color: #0053e2;
}
.cq-Editable-dom .adp-richtext ul .adp-richtext-heading-1:before {
  font-size: 48px;
  margin-top: -2px;
}
.cq-Editable-dom .adp-richtext ul .adp-richtext-heading-2:before {
  font-size: 36px;
  margin-top: -2px;
}
.cq-Editable-dom .adp-richtext ul .adp-richtext-heading-3:before {
  font-size: 32px;
  margin-top: -2px;
}
.cq-Editable-dom .adp-richtext ul .adp-richtext-heading-4:before {
  font-size: 30px;
  margin-top: -2px;
}
.cq-Editable-dom .adp-richtext ul .adp-richtext-heading-5:before {
  font-size: 24px;
  margin-top: -2px;
}
.cq-Editable-dom .adp-richtext ul .adp-richtext-heading-6:before {
  font-size: 20px;
  margin-top: -2px;
}
.cq-Editable-dom .adp-richtext ul .body-two:before,
.cq-Editable-dom .adp-richtext ul .subhead-one:before {
  font-size: 18px;
  margin-top: -4px;
}
.cq-Editable-dom .adp-richtext ul .subhead-two:before {
  font-size: 18px;
  margin-top: -6px;
}
.cq-Editable-dom .adp-richtext p {
  line-height: 1.5;
  margin: 0px;
}
.cq-Editable-dom .adp-richtext p,
.cq-Editable-dom .adp-richtext span.body-one {
  font-size: 18px;
}
.cq-Editable-dom .adp-richtext h1,
.cq-Editable-dom .adp-richtext span.adp-richtext-heading-1 {
  font-size: 48px;
  font-weight: 400;
}
.cq-Editable-dom .adp-richtext h2,
.cq-Editable-dom .adp-richtext span.adp-richtext-heading-2 {
  font-size: 36px;
  font-weight: 400;
}
.cq-Editable-dom .adp-richtext h3,
.cq-Editable-dom .adp-richtext span.adp-richtext-heading-3 {
  font-size: 32px;
  font-weight: 400;
}
.cq-Editable-dom .adp-richtext h4,
.cq-Editable-dom .adp-richtext span.adp-richtext-heading-4 {
  font-size: 30px;
  font-weight: 400;
}
.cq-Editable-dom .adp-richtext h5,
.cq-Editable-dom .adp-richtext span.adp-richtext-heading-5 {
  font-size: 24px;
  font-weight: 400;
}
.cq-Editable-dom .adp-richtext h6,
.cq-Editable-dom .adp-richtext span.adp-richtext-heading-6 {
  font-size: 20px;
  font-weight: 400;
}
.cq-Editable-dom .adp-richtext span.body-one {
  font-size: 18px;
}
.cq-Editable-dom .adp-richtext span.body-two {
  font-size: 14px;
}
.cq-Editable-dom .adp-richtext span.subhead-one {
  font-size: 14px;
  text-transform: uppercase;
}
.cq-Editable-dom .adp-richtext span.subhead-two {
  font-size: 12px;
  text-transform: uppercase;
}
.cq-Editable-dom .adp-richtext h1,
.cq-Editable-dom .adp-richtext h2,
.cq-Editable-dom .adp-richtext h3,
.cq-Editable-dom .adp-richtext h4,
.cq-Editable-dom .adp-richtext h5,
.cq-Editable-dom .adp-richtext h6,
.cq-Editable-dom .adp-richtext span {
  line-height: 1;
}
.cq-Editable-dom .adp-richtext span.true-blue-text {
  color: #0053e2;
}
.cq-Editable-dom .adp-richtext span.bentonville-blue-text {
  color: #001e60;
}
.cq-Editable-dom .adp-richtext span.walmart-green-text {
  color: #6abf4b;
}
.cq-Editable-dom .adp-richtext span.walmart-orange-text {
  color: #f48a16;
}
.cq-Editable-dom .adp-richtext span.walmart-red-text {
  color: #ed2100;
}
.cq-Editable-dom .adp-richtext span.sky-blue-text {
  color: #a9ddf7;
}
.cq-Editable-dom .adp-richtext span.white-text {
  color: #fff;
}
.cq-Editable-dom .adp-richtext.is-edited ul {
  text-indent: -17px;
}
.cq-Editable-dom .adp-richtext ul {
  font-size: 18px;
  list-style: disc;
}
.cq-Editable-dom .adp-richtext ul li > ul {
  list-style-type: circle;
}
.cq-Editable-dom .adp-richtext ul li > ul li > ul {
  list-style-type: square;
}
.cq-Editable-dom .adp-richtext ol {
  counter-reset: ol;
  font-size: 18px;
  list-style: none;
}
.cq-Editable-dom .adp-richtext ol > li:before {
  content: counters(ol, ".") ". ";
  counter-increment: ol;
}
.cq-Editable-dom .adp-richtext ol span.adp-richtext-heading-1,
.cq-Editable-dom .adp-richtext ol span.adp-richtext-heading-2,
.cq-Editable-dom .adp-richtext ol span.adp-richtext-heading-3,
.cq-Editable-dom .adp-richtext ol span.adp-richtext-heading-4,
.cq-Editable-dom .adp-richtext ol span.adp-richtext-heading-5 {
  font-size: inherit;
}
.cq-Editable-dom .adp-richtext ul > li {
  font-size: 18px;
  position: relative;
}
.cq-Editable-dom .adp-richtext ul li:before {
  content: "•";
  font-size: 18px;
  margin-right: 10px;
  margin-top: -4px;
}
.cq-Editable-dom .adp-richtext li > ul > li:before {
  content: "";
}
@-webkit-keyframes rotate-forever-minsafe {
  00% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100.00% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever-minsafe {
  00% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100.00% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.deprecated-container {
  position: relative;
}
.columns-component.col-five
  .deprecated-container
  .deprecated
  .deprecated-notice-tag,
.columns-component.col-four
  .deprecated-container
  .deprecated
  .deprecated-notice-tag,
.columns-component.col-six
  .deprecated-container
  .deprecated
  .deprecated-notice-tag,
.columns-component.col-three
  .deprecated-container
  .deprecated
  .deprecated-notice-tag,
.columns-new-component.col-new-five
  .deprecated-container
  .deprecated
  .deprecated-notice-tag,
.columns-new-component.col-new-four
  .deprecated-container
  .deprecated
  .deprecated-notice-tag,
.columns-new-component.col-new-six
  .deprecated-container
  .deprecated
  .deprecated-notice-tag,
.columns-new-component.col-new-three
  .deprecated-container
  .deprecated
  .deprecated-notice-tag {
  border: 9px solid transparent;
  border-bottom: 12px solid #0053e2;
  float: right;
  height: 15px;
  margin-right: -16px;
  margin-top: 21px;
  width: 17px;
}
.columns-component.col-five
  .deprecated-container
  .deprecated
  .deprecation-notice,
.columns-component.col-four
  .deprecated-container
  .deprecated
  .deprecation-notice,
.columns-component.col-six
  .deprecated-container
  .deprecated
  .deprecation-notice,
.columns-component.col-three
  .deprecated-container
  .deprecated
  .deprecation-notice,
.columns-new-component.col-new-five
  .deprecated-container
  .deprecated
  .deprecation-notice,
.columns-new-component.col-new-four
  .deprecated-container
  .deprecated
  .deprecation-notice,
.columns-new-component.col-new-six
  .deprecated-container
  .deprecated
  .deprecation-notice,
.columns-new-component.col-new-three
  .deprecated-container
  .deprecated
  .deprecation-notice {
  margin-top: 0px;
}
.deprecated {
  height: 125px;
  position: absolute;
  width: 100%;
  z-index: 15;
}
.deprecation-notice {
  background-color: #0053e2;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  float: right;
  font-size: 14px;
  height: 99px;
  margin-top: 5px;
  padding: 8px 16px;
  width: 387px;
}
.deprecated-notice-tag {
  border-bottom: 9px solid transparent;
  border-left: 12px solid #0053e2;
  border-top: 9px solid transparent;
  float: right;
  height: 15px;
  margin-top: 13px;
  width: 17px;
}
.deprecated-icon {
  float: right;
  height: 24px;
  width: 30px;
}
.deprecated-icon:before {
  color: #ffc220;
  content: "\ed7a";
  float: right;
  font-family: iOS-Edge-Glyph;
  font-size: 21px;
  margin-right: 5px;
  text-align: right;
  width: 100%;
}
.screen-reader-only,
.sr-only,
[class*="screen-reader-only"] {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  width: auto;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff
    url("/assets/images/ajax-loader.gif")
    50% no-repeat;
}
.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
}
.slick-dots li,
.slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  display: block;
  font-size: 0px;
  line-height: 0px;
  outline: none;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  color: #000;
  content: "•";
  font-family: slick;
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
table.dataTable {
  border-collapse: separate;
  border-spacing: 0;
  clear: both;
  margin: 0 auto;
  width: 100%;
}
table.dataTable tfoot th,
table.dataTable thead th {
  font-weight: 700;
}
table.dataTable thead th:after {
  font-family: FontAwesome;
  font-size: 1em;
  left: 10px;
  opacity: 0.7;
  position: relative;
  top: 5px;
}
table.dataTable thead td,
table.dataTable thead th {
  border-bottom: 1px solid #111;
  padding: 10px 18px;
}
table.dataTable thead td:active,
table.dataTable thead th:active {
  outline: none;
}
table.dataTable tfoot td,
table.dataTable tfoot th {
  border-top: 1px solid #111;
  padding: 10px 18px 6px;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  background-position: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  font-family: FontAwesome;
  position: relative;
  top: 0;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  font-family: FontAwesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  font-family: FontAwesome;
  top: 0;
}
table.dataTable thead .sorting_asc_disabled:after {
  content: "\f0de";
  font-family: FontAwesome;
  opacity: 0.7;
}
table.dataTable thead .sorting_desc_disabled {
  content: "\f0dd";
  font-family: FontAwesome;
  opacity: 0.7;
  top: 0;
}
table.dataTable tbody tr {
  background-color: #fff;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody td,
table.dataTable tbody th {
  padding: 8px 10px;
}
table.dataTable.display tbody td,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
  border-top: 1px solid #ddd;
}
table.dataTable.display tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.row-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody th {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.cell-border tbody tr th:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.odd.selected,
table.dataTable.stripe tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.display tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3,
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3,
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #f5f5f5;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable td.sorting_1 {
  background-color: rgba(225, 237, 249, 0.7);
}
table.dataTable tr.even td.sorting_1 {
  background-color: rgba(225, 237, 249, 0.5);
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable_wrapper.no-footer {
  color: #999;
}
table.dataTable_wrapper.no-footer select {
  background: transparent;
}
table.dataTable.nowrap td,
table.dataTable.nowrap th {
  white-space: nowrap;
}
table.dataTable.compact thead td,
table.dataTable.compact thead th {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tbody td,
table.dataTable.compact tbody th,
table.dataTable.compact tfoot td,
table.dataTable.compact tfoot th {
  padding: 4px;
}
table.dataTable td.dt-left,
table.dataTable th.dt-left {
  text-align: left;
}
table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
  text-align: center;
}
table.dataTable td.dt-right,
table.dataTable th.dt-right {
  text-align: right;
}
table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
  text-align: justify;
}
table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap {
  white-space: nowrap;
}
table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable thead th.dt-head-left {
  text-align: left;
}
table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
  text-align: center;
}
table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
  text-align: right;
}
table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
  text-align: justify;
}
table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
  text-align: left;
}
table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
  text-align: center;
}
table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
  text-align: right;
}
table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dataTables_wrapper {
  clear: both;
  position: relative;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  padding-top: 0.25em;
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333 !important;
  cursor: pointer;
  *cursor: hand;
  display: inline-block;
  margin-left: 2px;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border-bottom: 3px solid #001e60;
  color: #333;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666 !important;
  cursor: default;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #111;
  color: #333;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: #2b2b2b;
  -webkit-box-shadow: inset 0 0 3px #111;
  box-shadow: inset 0 0 3px #111;
  outline: none;
}
.dataTables_wrapper.no-footer select {
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0%, 100%, 0)),
    color-stop(25%, hsla(0, 0%, 100%, 0.9)),
    color-stop(75%, hsla(0, 0%, 100%, 0.9)),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0%,
    hsla(0, 0%, 100%, 0.9) 25%,
    hsla(0, 0%, 100%, 0.9) 75%,
    hsla(0, 0%, 100%, 0)
  );
  font-size: 1.2em;
  height: 40px;
  left: 50%;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
  color: #999;
}
.dataTables_wrapper .dataTables_filter {
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
}
.dataTables_wrapper .dataTables_filter label {
  color: #999;
}
.dataTables_wrapper .dataTables_filter label input {
  border: none;
  padding: 5px;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th {
  vertical-align: middle;
}
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th
  > div.dataTables_sizing {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table,
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
  border-bottom: none;
}
.dataTables_wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}