@charset "UTF-8";
/* New CX Components Colors Begin */
/* New CX Components Colors End */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
.social_share_box {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-top: 0 !important;
  z-index: 1;
}

.social_share_box ~ .social_share_box {
  position: relative;
  top: auto;
  right: auto;
  float: right;
}

.social_share_box.login-style {
  position: static;
}

.social_share_box.quiz {
  float: none;
  margin-top: 30px !important;
}

.social_share_box.quiz .share {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

@media (max-width: 799px) {
  .social_share_box.quiz .share {
    padding: 0 10px;
  }
}
.social_share_box.quiz .item {
  width: 32.85%;
  height: 35px;
  border-radius: 3px;
  padding: 8px;
}

@media (max-width: 799px) {
  .social_share_box.quiz .item {
    border-radius: 0;
    width: 33.3%;
    height: 52px;
    padding: 15px;
  }
}
.social_share_box_wrapper .fb_login,
.social_share_box_wrapper .facebook {
  background-color: #3b5998;
}

.social_share_box_wrapper .fb_login:hover,
.social_share_box_wrapper .facebook:hover {
  background-color: #344e86;
}

.social_share_box_wrapper .twitter_login,
.social_share_box_wrapper .twitter {
  background-color: #00acee;
}

.social_share_box_wrapper .twitter_login:hover,
.social_share_box_wrapper .twitter:hover {
  background-color: #009ad4;
}

.social_share_box_wrapper .pinterest_login,
.social_share_box_wrapper .pinterest {
  background-color: #c92228;
}

.social_share_box_wrapper .pinterest_login:hover,
.social_share_box_wrapper .pinterest:hover {
  background-color: #b31e24;
}

.social_share_box_wrapper .linkedin_login,
.social_share_box_wrapper .linkedin {
  background-color: #0e76ab;
}

.social_share_box_wrapper .linkedin_login:hover,
.social_share_box_wrapper .linkedin:hover {
  background-color: #0c6693;
}

.social_share_box_wrapper .reddit_login,
.social_share_box_wrapper .reddit {
  background-color: #5f6165;
}

.social_share_box_wrapper .reddit_login:hover,
.social_share_box_wrapper .reddit:hover {
  background-color: #535458;
}

.social_share_box_wrapper .stumbleupon_login,
.social_share_box_wrapper .stumbleupon {
  background-color: #f74425;
}

.social_share_box_wrapper .stumbleupon_login:hover,
.social_share_box_wrapper .stumbleupon:hover {
  background-color: #f62f0c;
}

.social_share_box_wrapper .tumblr_login,
.social_share_box_wrapper .tumblr {
  background-color: #34526f;
}

.social_share_box_wrapper .tumblr_login:hover,
.social_share_box_wrapper .tumblr:hover {
  background-color: #2c455e;
}

.social_share_box_wrapper .item {
  position: relative;
  cursor: pointer;
  height: 30px;
  float: left;
  text-align: center;
  width: 30px;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}

.social_share_box_wrapper .item:before {
  content: "\f09a";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #fff;
}

.social_share_box_wrapper .item + .item {
  margin-left: 5px;
}

.social_share_box_wrapper .item.facebook:before {
  content: "\f09a";
}

.social_share_box_wrapper .item.googleplus {
  background-color: #dd4b39;
}

.social_share_box_wrapper .item.googleplus:before {
  content: "\f0d5";
}

.social_share_box_wrapper .item.googleplus:hover {
  background-color: #d73925;
}

.social_share_box_wrapper .item.twitter:before {
  content: "\f099";
}

.social_share_box_wrapper .item.pinterest:before {
  content: "\f0d2";
}

.social_share_box_wrapper .item.linkedin:before {
  content: "\f0e1";
}

.social_share_box_wrapper .item.reddit:before {
  content: "\f1a1";
}

.social_share_box_wrapper .item.tumblr:before {
  content: "\f173";
}

.social_share_box_wrapper .social_button {
  position: relative;
  height: 45px;
  padding: 0 48px 0 12px;
  text-align: left;
  line-height: 45px;
  border-color: transparent;
  border-style: hidden;
  border-width: 0px;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 799px) {
  .social_share_box_wrapper .social_button {
    display: block;
    width: 100%;
  }
}
.social_share_box_wrapper .social_button:hover, .social_share_box_wrapper .social_button:active {
  border-color: transparent;
  border-style: hidden;
  border-width: 0px;
}

.social_share_box_wrapper .social_button:active {
  -webkit-box-shadow: 0px 1px 2px 0px rbga(#373a3e, 0.7) inset;
  -moz-box-shadow: 0px 1px 2px 0px rbga(#373a3e, 0.7) inset;
  box-shadow: 0px 1px 2px 0px rbga(#373a3e, 0.7) inset;
}

.social_share_box_wrapper .social_button .fa {
  position: absolute;
  right: 15px;
  top: 7px;
  line-height: 32px;
  font-size: 20px;
}

@media (max-width: 799px) {
  .social_share_box_wrapper .social_button + .social_button {
    margin-top: 7px;
  }
}
@media (max-width: 799px) {
  .index_article .social_share_box {
    position: static;
  }
  .index_article .social_share_box .shares {
    width: 100%;
    background: #00acee;
  }
  .index_article .social_share_box .item {
    width: 33.33%;
    height: 52px;
    padding: 15px;
  }
  .index_article .social_share_box .item + .item {
    margin-left: 0;
  }
  .index_article .social_share_box .item:before {
    font-size: 24px;
  }
}
.stat_box {
  float: left;
  direction: ltr;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin-top: 5px;
  margin-left: 16px;
  margin-right: 12px;
  min-width: 15px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
  text-align: center;
  white-space: nowrap;
  color: #1d83da;
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #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,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

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

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gauge-max:before {
  content: "\f626";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-message:before {
  content: "\f27a";
}

.fa-message-pen:before {
  content: "\f4a4";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/static/webfonts/fa-light-300.eot");
  src: url("/static/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/fa-light-300.woff2") format("woff2"), url("/static/webfonts/fa-light-300.woff") format("woff"), url("/static/webfonts/fa-light-300.ttf") format("truetype"), url("/static/webfonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/static/webfonts/fa-regular-400.eot");
  src: url("/static/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/fa-regular-400.woff2") format("woff2"), url("/static/webfonts/fa-regular-400.woff") format("woff"), url("/static/webfonts/fa-regular-400.ttf") format("truetype"), url("/static/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/static/webfonts/fa-solid-900.eot");
  src: url("/static/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/fa-solid-900.woff2") format("woff2"), url("/static/webfonts/fa-solid-900.woff") format("woff"), url("/static/webfonts/fa-solid-900.ttf") format("truetype"), url("/static/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("/static/webfonts/fa-brands-400.eot");
  src: url("/static/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/fa-brands-400.woff2") format("woff2"), url("/static/webfonts/fa-brands-400.woff") format("woff"), url("/static/webfonts/fa-brands-400.ttf") format("truetype"), url("/static/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.cell.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #585757;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #515a5d;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #535A5F;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #515A5D;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover, .button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-group::before, .button-group::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #535A5F;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu.expanded li {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu.simple {
  -ms-flex-align: center;
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.large-expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu.align-center li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

.dropdown.menu a {
  padding: 0.7rem 1rem;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -ms-transform: none;
  transform: none;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput=mouse] .orbit-previous, [data-whatinput=mouse] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button span {
  color: #000000;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 8%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

table thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

table tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}
.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/* New CX Components Colors Begin */
/* New CX Components Colors End */
/* New CX Components Colors Begin */
/* New CX Components Colors End */
body {
  color: #58595b;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
}
body .fr {
  float: right;
}
body .fl {
  float: left;
}
body a {
  color: #58595b;
}
body ul {
  list-style: none outside none;
  margin-left: 0;
}
body hr {
  max-width: none;
}
body p {
  font-size: 1.2rem;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Montserrat", sans-serif;
  color: #444;
}
body .separator {
  clear: both;
  height: 20px;
  font-size: 1px;
  border: 0;
  background: 0 0;
  margin: 0;
  padding: 0;
}
body .separator-big {
  clear: both;
  height: 40px;
  font-size: 1px;
  border: 0;
  background: 0 0;
  margin: 0;
  padding: 0;
}
body .separator-medium {
  clear: both;
  height: 10px;
  font-size: 1px;
  border: 0;
  background: 0 0;
  margin: 0;
  padding: 0;
}
body .separator-small {
  clear: both;
  height: 5px;
  font-size: 1px;
  border: 0;
  background: 0 0;
  margin: 0;
  padding: 0;
}
body .button {
  font-size: 1.2rem;
}
body .button.large {
  font-size: 1.4rem;
}
body .button.small {
  font-size: 0.95rem;
}
body .orange {
  color: orange;
}
body .blue {
  color: #4D90E7;
  text-decoration: underline;
}
body .label.round {
  padding: 6px 10px 5px;
  margin-left: 10px;
}
body .label.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
body .stars {
  background: url("/static/images/icons/stars/star-sprite.png") no-repeat;
  height: 16px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 80px;
  border: 0;
}
body .stars.zero {
  background-position: 0 0;
}
body .stars.half {
  background-position: 0 -16px;
}
body .stars.one {
  background-position: 0 -32px;
}
body .stars.onehalf {
  background-position: 0 -48px;
}
body .stars.two {
  background-position: 0 -64px;
}
body .stars.twohalf {
  background-position: 0 -80px;
}
body .stars.three {
  background-position: 0 -96px;
}
body .stars.threehalf {
  background-position: 0 -112px;
}
body .stars.four {
  background-position: 0 -128px;
}
body .stars.fourhalf {
  background-position: 0 -144px;
}
body .stars.five {
  background-position: 0 -160px;
}
body .admindispute {
  color: #1d83da;
}
body .has-tip, body .has-tip:hover {
  border-bottom: none;
}
body .has-tip {
  cursor: auto;
  font-weight: 400;
  color: inherit;
}
body .modified {
  font-weight: bold;
  color: #0D6BBF;
}
body code, body pre {
  font-family: Monaco, courier, monospace;
  line-height: 1.4;
}
body pre {
  background: #0b1022;
  overflow: scroll;
  padding: 0 10px 12px;
  margin: 0 0 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body pre, body table.halfwidth thead tr.header a, body table.halfwidth thead tr.header a:hover .blue {
  color: #fff;
}
body tt {
  font-family: Monaco, courier, monospace;
  line-height: 1;
  background: #0B1022;
  margin: 0;
  padding: 0 3px;
  color: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: normal;
}
body tt .comment {
  color: #727272;
}
body pre .comment {
  color: #727272;
}
body tt .constant, body pre .constant {
  color: #D8FA3C;
}
body tt .storage, body pre .storage {
  color: #FBDE2D;
}
body tt .string {
  color: #61CE3C;
}
body pre .comment.docstring {
  color: #61CE3C;
}
body pre .string {
  color: #61CE3C;
}
body pre .string.regexp {
  color: #fff;
}
body pre .support.tag.script, body pre .support.tag.style {
  color: #fff;
}
body tt .keyword {
  color: #FBDE2D;
}
body pre .keyword, body pre .selector {
  color: #FBDE2D;
}
body tt .inherited-class, body pre .inherited-class {
  font-style: italic;
}
body tt .entity, body pre .entity {
  color: #FF6400;
}
body [data-language=c] .function.call, body tt .support, body pre .support {
  color: #8DA6CE;
}
body tt .variable.class, body tt.variable.global, body tt .variable.instance {
  color: #FF6400;
}
body pre .variable.class, body pre .variable.global, body pre .variable.instance {
  color: #FF6400;
}
body div.alert-box.alert, body div.callout.alert {
  background-color: #e0512b;
}
body div.alert-box, body div.alert-box.alert, body div.alert-box.success, body div.callout.alert {
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
}
body div.callout.success {
  color: #000;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
}
body div.alert-box, body div.callout.alert {
  font-weight: 400;
  border-radius: 0;
}
body fieldset.rrAdminOnly {
  background-color: #fee;
}
body fieldset {
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
  margin: 18px 0;
}
body .iconCategories {
  background: url("/static/images/icons/icons_category.png") no-repeat;
  height: 12px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 12px;
  border: 0;
}
body .icons.books-and-magazines {
  margin-top: 3px;
  background-position: 0 0;
}
body .icons.computer-hardware-and-software {
  margin-top: 3px;
  background-position: -12px 0;
}
body .icons.music-instruments-cds {
  margin-top: 3px;
  background-position: -24px 0;
}
body .icons.DVD-and-VHS-Videos {
  margin-top: 3px;
  background-position: -36px 0;
}
body .icons.consumer-electronics {
  margin-top: 3px;
  background-position: -48px 0;
}
body .icons.toys-games-hobbies {
  margin-top: 3px;
  background-position: -60px 0;
}
body .icons.sports-and-outdoors {
  margin-top: 3px;
  background-position: -72px 0;
}
body .icons.apparel-and-jewelry {
  margin-top: 3px;
  background-position: -84px 0;
}
body .icons.automotive {
  margin-top: 3px;
  background-position: -96px 0;
}
body .icons.pets {
  margin-top: 3px;
  background-position: -108px 0;
}
body .icons.food-and-gourmet, body .icons.gifts-and-flowers, body .icons.office-furniture-machines-supplies, body .icons.cellular-and-accessories, body .icons.aviation-and-marine, body .icons.micellaneous, body .icons.home-and-garden, body .icons.health-fitness-beauty, body .icons.services, body .icons.tools-and-machinery {
  margin-top: 3px;
  background-position: 0 0;
}
body .icons {
  background: url("/static/images/icons/icons.png") no-repeat;
  height: 12px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 12px;
  border: 0;
}
body .icons.topRev {
  margin-top: 3px;
  background-position: 1px 0;
}
body .icons.totalReviews {
  margin-top: 3px;
  background-position: -12px 0;
}
body .icons.helpfulReviews {
  margin-top: 3px;
  background-position: -24px 0;
}
body .icons.speech {
  margin-top: 3px;
  background-position: -36px 0;
}
body .icons.forumPosts {
  margin-top: 3px;
  background-position: -48px 0;
}
body .icons.homePage {
  margin-top: 3px;
  background-position: -60px 0;
}
body .icons.memberSince {
  margin-top: 3px;
  background-position: -72px 0;
}
body .icons.lastVisit {
  background-position: -83px 0;
}
body .icons.ratings {
  background-position: -95px 0;
}
body .icons.flag {
  margin-top: 3px;
  background-position: -106px 0;
}
body .icons.date {
  margin-top: 3px;
  background-position: -119px 0;
}
body .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
body .swipe-wrap {
  overflow: hidden;
  position: relative;
}
body .swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
body .ui-datepicker th {
  font-size: 12px;
}
body .offscreen {
  position: fixed;
  right: 101%;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body .reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 40;
  display: none;
  top: 0;
  left: 0;
}
body table tbody {
  border: none;
  background: none;
}
body table td {
  color: #333;
}
body table td .success {
  display: block;
  width: 100%;
  height: 23px;
  background: url("/static/images/tickscrosses.png") no-repeat center -313px;
  overflow: hidden;
  text-indent: -9000px;
}
body table td .success.true {
  background-position: center -13px;
}
body table td .success.false {
  background-position: center -113px;
}
body table td .success.info {
  background-position: center -213px;
}
body table td .info:hover, body table td a.info:hover {
  background-position: center -263px;
}
body table td .success.true:hover {
  background-position: center -63px;
}
body table td .success.false:hover {
  background-position: center -163px;
}
body table.halfwidth {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e0e5e9;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #8e959c;
}
body table.halfwidth .nohover.hover {
  background: 0 0;
}
body table.halfwidth td {
  border-bottom: 1px dotted #e0e5e9;
  padding: 10px;
  text-align: center;
}
body table.halfwidth td.element-style {
  text-align: left;
  width: 12.5%;
}
body table.halfwidth td.element-header.hover, body table.halfwidth td.element-header:hover {
  background-color: #fff;
}
body table.halfwidth tr.hover td.element-header {
  background-color: #fff;
}
body table.halfwidth .hover, body table.halfwidth tr:hover {
  background: #effafd;
  color: #2f353e;
}
body table.halfwidth .hover td .success.true, body table.halfwidth tr:hover td .success.true {
  background-position: center -63px;
}
body table.halfwidth .hover td .success.false, body table.halfwidth tr:hover td .success.false {
  background-position: center -163px;
}
body table.halfwidth thead {
  background: #242b33;
  color: #fff;
  border-bottom: 2px solid #fff;
}
body table.halfwidth thead td {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
}
body table.halfwidth thead tr.header a {
  color: #fff;
}
body table.halfwidth thead tr.header a:hover {
  color: #72d0eb;
}
body table.halfwidth thead tr.header a:hover .blue {
  color: #fff;
}
body table.halfwidth thead tr.header td.element-header {
  text-align: center;
  color: #fff;
  width: 12.5%;
  border: 0;
  background: inherit;
  padding: 15px;
  font-size: 1.2rem;
}
body table.halfwidth thead tr:hover {
  background: 0 0;
  color: #fff;
}
body table.halfwidth thead .blue, body table.halfwidth thead a {
  color: #72d0eb;
}
body table.halfwidth td.element-header {
  text-align: left;
  background: url("/images/resources/teeth.gif") bottom repeat-x;
  width: 100%;
  border: 0;
  padding: 10px 10px 18px;
  font-weight: 700;
  color: #2f353e;
}
body table.halfwidth .label {
  display: inline;
  background: #ffeeab;
  font-size: 0.9em;
  padding: 2px 3px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  behavior: url("http://campaignmonitor.com/assets/style/PIE.htc");
  color: #937f38;
  margin: 0 0 0 2px;
}
body table.video thead td.header td.element-header, body table.video tr td.element-style {
  width: 16%;
}
body table.video td {
  width: 12%;
}
body table.images td {
  width: 25%;
}
body table.images td.element-style {
  width: 25%;
}
body table.images thead td.header td.element-header, body table.images tr td.element-style {
  width: 25%;
}
body table.forms {
  color: #8e959c;
}
body table.forms thead tr.header td.client {
  text-align: center;
  font-size: 1.2em;
  color: #2f353e;
}
body table.halfwidth.wide {
  width: 80%;
}
body #stickyNav {
  display: none;
  position: fixed;
  top: 0;
  margin-top: 0;
}
@media screen and (max-width: 1250px) {
  body table.halfwidth.wide {
    width: 98%;
    margin: 0 1% 90px;
  }
  body table.halfwidth.wide .label {
    display: none;
  }
}
body .warning {
  margin-bottom: 0.5em;
  background: darkkhaki;
  width: 23em;
  padding: 1em;
  font-size: 1.4rem;
  color: white;
  border-radius: 7px;
}
body .threetabprogress {
  margin-top: 10px;
  float: left;
  min-width: 10px;
  color: #000000;
  text-align: center;
  font-size: 0.7em;
  border: 0.5px solid #ccc;
  line-height: 11px;
  padding: 0;
}

/*===========================================
=            Config and settings            =
===========================================*/
.react-tooltip.react-tooltip__show {
  z-index: 1000;
}

.DateRangePickerInput__arrow svg {
  width: 14px;
  height: 14px;
}

.DateRangePickerInput__clear-dates {
  margin-right: 0;
  margin-left: 0;
}

.CalendarDay, .CalendarDay__button {
  font-weight: bold;
}

.DateInput {
  font-size: 1.2rem;
  width: 110px;
  font-weight: 600;
}

.DateRangePicker__picker {
  z-index: 2;
}

.DateInput__display-text::after {
  z-index: 3;
}

.CalendarInfo button {
  position: relative;
  height: 100%;
  text-align: center;
  background: none;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  box-sizing: border-box;
  cursor: pointer;
}
.CalendarInfo button:active {
  outline: 0;
}
.CalendarInfo button.selected, .CalendarInfo button:hover {
  color: #FFFFFF;
  background: #00a699;
}
.CalendarInfo .DateRangePresets .panel {
  padding: 0 22px 11px 12px;
}

.dateRangeFilter .DateRangePickerInput {
  min-width: 280px;
  border: 2px solid #C8C8C8;
}
.dateRangeFilter .DateRangePickerInput .DateInput {
  min-width: 110px;
  width: calc(50% - 22px);
  padding: 6px;
}
.dateRangeFilter .DateRangePickerInput input::placeholder {
  color: #757575;
}
.dateRangeFilter .DateRangePickerInput input.DateInput_input {
  font-weight: 400;
  font-size: 1.175rem;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  margin: 0;
}
.dateRangeFilter .DateRangePickerInput input.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 7px 7px 5px;
}
.dateRangeFilter .DateRangePickerInput input.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dateRangeFilter .DateRangePickerInput input.DateInput_input__focused ::placeholder {
  color: #007a87;
}
.dateRangeFilter .DateRangePickerInput input.DateInput_input__focused {
  outline: 0;
  background: #99ede6;
  border-color: #99ede6;
  border-radius: 3px;
  color: #007a87;
}
.dateRangeFilter .DateRangePickerInput input.DateInput_input__focused::placeholder {
  color: #007a87;
}
.dateRangeFilter .DateRangePickerInput .DateRangePickerInput_arrow {
  margin-left: 10px;
  margin-right: 10px;
}
.dateRangeFilter.center .DateRangePicker {
  text-align: center;
}

.ReactModalPortal .development_mode .mainAlert-column .banner {
  padding: 20px;
}
.ReactModalPortal .survey-alert .break {
  height: 0;
  flex-basis: 100%;
}
.ReactModalPortal .survey-alert .survey-alert-header {
  display: flex;
  align-items: center;
  padding: 30px;
}
.ReactModalPortal .survey-alert .survey-alert-item {
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #e6e6e6;
  border-radius: 20px;
  font-weight: bold;
}
.ReactModalPortal .survey-alert .survey-alert-item p {
  font-size: 12px;
}
.ReactModalPortal .survey-alert .survey-alert-item .title {
  font-size: 1.5em;
}
.ReactModalPortal .survey-alert .survey-alert-item .data-item .fa-crown {
  background: linear-gradient(to right, #ba57ff, #6740e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.ReactModalPortal .survey-alert .survey-alert-item .data-item .data-card--gradient {
  justify-content: center;
  color: white;
}
.ReactModalPortal .survey-alert .survey-alert-item .data-item .data-card--gradient .fa-crown {
  background: transparent;
  -webkit-text-fill-color: currentColor;
  -moz-text-fill-color: currentColor;
}
.ReactModalPortal .survey-alert .survey-alert-item .data-item .data-card--gradienta {
  color: white;
}
.ReactModalPortal .survey-alert .survey-alert-item .data-item {
  font-size: 1.5em;
}
.ReactModalPortal .survey-alert .survey-alert-item .data-item a {
  color: #58595b;
}
.ReactModalPortal .survey-alert .survey-alert-item .data-item .data-text {
  color: #e8336e;
  font-weight: bold;
  font-size: 0.7em;
}
.ReactModalPortal .survey-alert .survey-alert-item.survey-alert-warning {
  background-color: #d10027;
  color: white;
}
.ReactModalPortal .survey-alert .survey-alert-item.survey-alert-warning .data-text {
  color: white;
}
.ReactModalPortal .survey-alert .survey-alert-item.survey-alert-notice {
  background-color: #ffac07;
}
.ReactModalPortal .survey-alert .survey-alert-item.survey-alert-active {
  background-color: #7aca15;
}
.ReactModalPortal .closeButton {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #ba57ff;
}
.ReactModalPortal .closeButton:hover {
  color: #6740E8;
}
.ReactModalPortal .store-welcome-form .upload-file input {
  width: auto;
}
.ReactModalPortal .store-welcome-form .validation-error {
  color: red;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ReactModalPortal .store-welcome-form .form-button {
  margin-top: 25px;
}
.ReactModalPortal .store-welcome-form .form-button:hover {
  color: white;
}
.ReactModalPortal .store-welcome-form .upload-file {
  padding-top: 10px;
}
.ReactModalPortal .store-welcome-form .upload-file .form-input {
  margin: auto;
  width: auto;
}
.ReactModalPortal .store-welcome-form .align-items-center {
  align-items: center;
}
.ReactModalPortal .rr-purple {
  color: #6157f3;
}
.ReactModalPortal .mobile-info {
  background: #f3f3f3;
}
.ReactModalPortal .openbox {
  background-color: #fff;
  color: #6740E8;
  border: 1px solid #6740E8;
  font-size: 20px;
  box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.ReactModalPortal .openbox:hover {
  background-color: #6740E8;
  color: #FFF;
  border: 1px solid #6740E8;
}
.ReactModalPortal .openbox.button {
  padding: 0.85em 4em;
}
.ReactModalPortal .callout.banner {
  background-color: #6740E8;
  color: #fff;
}
.ReactModalPortal .callout.banner h4, .ReactModalPortal .callout.banner h6, .ReactModalPortal .callout.banner a {
  color: #fff;
}
.ReactModalPortal .callout.banner a {
  text-decoration: underline;
}
.ReactModalPortal .callout.banner p {
  font-size: 1em;
}
.ReactModalPortal #rating-info-modal.cx-component-library {
  padding: 15px;
}
.ReactModalPortal #rating-info-modal.cx-component-library .text--subtext {
  font-size: 1rem;
  line-height: 1.385rem;
  font-weight: 400;
}
.ReactModalPortal #rating-info-modal.cx-component-library .slick-desc {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  font-size: 1rem;
}
.ReactModalPortal .inputContainer label span {
  color: #6740E8;
}
@media screen and (min-width: 40em) {
  .ReactModalPortal .social .survey .columns {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }
}
.ReactModalPortal .social .survey .columns a, .ReactModalPortal .social .survey .columns .SocialMediaShareButton {
  width: 32px;
}
.ReactModalPortal #optionalQuestionsContainer .fade-transition-enter {
  opacity: 0.01;
}
.ReactModalPortal #optionalQuestionsContainer .fade-transition-enter.fade-transition-enter-active {
  opacity: 1;
  transition: opacity 250ms ease-in;
}
.ReactModalPortal #optionalQuestionsContainer .fade-transition-leave {
  opacity: 1;
  position: absolute;
}
.ReactModalPortal #optionalQuestionsContainer .fade-transition-leave.fade-transition-leave-active {
  position: absolute;
  opacity: 0;
}
.ReactModalPortal #optionalQuestionsContainer .fancyStars .ratingMessageSpan {
  text-align: center;
}
.ReactModalPortal .modules_library-site-button:hover {
  color: white;
}
.ReactModalPortal .settings__header .settings__header-text {
  padding: 0.68rem 0.85rem;
  border-bottom: 1px solid rgba(34, 43, 60, 0.5);
}
.ReactModalPortal .features-modal .settings__header .settings__header-text {
  border-bottom: none;
}
.ReactModalPortal .features-modal .settings__header {
  padding-left: 0;
}
.ReactModalPortal .features-modal .text {
  padding-top: 10px;
}
.ReactModalPortal .features-modal .button {
  border-radius: 10px;
}

.rfModal {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 85%;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  outline: none;
  padding: 20px;
}
.rfModal .ReactTable .rt-table .rt-tbody {
  font-size: 18px;
  text-align: center;
}
.rfModal h1, .rfModal h2, .rfModal h3, .rfModal h4 {
  font-family: "Montserrat", sans-serif;
  color: #444;
  font-weight: bold;
}
.rfModal h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
}
.rfModal p {
  font-size: 14px;
  font-weight: 400;
  color: #58595b;
}
.rfModal .rr-pink {
  color: #eb018b;
}
.rfModal .surveyGoals .checklist {
  align-items: center;
}
.rfModal .surveyGoals .checklist:before {
  content: "\f0c8";
}
.rfModal .surveyGoals:hover .checklist:before {
  color: green;
  content: "\f14a";
}
.rfModal .yesNoDialog {
  margin: 15px;
}
.rfModal .yesNoDialog .button {
  float: right;
  margin-left: 25px;
}
.rfModal a {
  color: #6740E8;
}
.rfModal a:hover {
  color: #4b31a8;
}
.rfModal .rr_review_benefits h3, .rfModal .rr_review_benefits h4, .rfModal .rr_review_benefits p {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.rfModal .rr_review_benefits h3 img {
  height: 37px;
  margin-top: -10px;
}
.rfModal .rr_review_benefits h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}
.rfModal .rr_review_benefits h4 {
  font-size: 1.05rem;
}

.rfModalDialog p {
  color: #333;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 30px;
}
.rfModalDialog .button-modal {
  position: absolute;
  bottom: 5rem;
}
.rfModalDialog .button-modal .button-ok {
  position: fixed;
  right: 2rem;
}
.rfModalDialog .button-modal .button-cancel {
  position: fixed;
  right: 6rem;
}

.reveal-modal {
  background: #FFFFFF;
  visibility: hidden;
  display: none;
  top: 100px;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  position: absolute;
  z-index: 41;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal.large {
  width: 60%;
  margin-left: -30%;
}
.reveal-modal .close-reveal-modal {
  font-size: 2.2rem;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  cursor: pointer;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  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 {
  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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* adding this css because react-slick does not do centering in a smart way at all */
.slick-slide.slick-center img {
  margin-left: auto;
  margin-right: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  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: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  text-align: center;
  color: #6157f3;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #6157f3;
  opacity: 0.75;
}

.reactTagList {
  margin-bottom: 20px;
}
.reactTagList ul {
  margin: 0;
  overflow: auto;
}
.reactTagList ul li {
  float: left;
  margin-right: 10px;
  position: relative;
}
.reactTagList ul li.upsellCustom {
  background: linear-gradient(to right, #ba57ff, #6740e8);
  color: white;
}
.reactTagList.selectable ul {
  margin: 20px 0 20px;
  list-style: none;
}
.reactTagList.selectable .add-border {
  padding: 1em;
  border: 3px solid purple;
  border-radius: 5px;
  margin-right: 2em;
}
.reactTagList.selectable li {
  background: #F2F2F2;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 4px;
  margin-top: 4px;
  line-height: 20px;
  padding: 10px 15px;
  border: 1px solid black;
}
.reactTagList.selectable li .tag-icon {
  color: #503b61;
  font-size: 1.1rem;
  line-height: 0.65rem;
}
.reactTagList.selectable li .tag-label-icon {
  padding-left: 2rem;
}
.reactTagList.selectable li i {
  font-size: 8px;
  position: absolute;
  top: calc(50% - 3.5px);
}
.reactTagList.selectable li span {
  font-size: 16px;
  font-weight: normal;
}
.reactTagList.selectable li:hover, .reactTagList.selectable li.selected {
  background: #707F86;
}
.reactTagList.selectable li:hover i, .reactTagList.selectable li:hover span, .reactTagList.selectable li.selected i, .reactTagList.selectable li.selected span {
  color: #FFFFFF;
}
.reactTagList.selectable li:hover.red, .reactTagList.selectable li.selected.red {
  background: #FC320A;
}
.reactTagList.selectable li:hover.green, .reactTagList.selectable li.selected.green {
  background: #64C818;
}
.reactTagList.selectable li.disabled {
  cursor: inherit;
  background: #fff;
  color: #454545;
  cursor: not-allowed;
}
.reactTagList.selectable li.disabled:hover, .reactTagList.selectable li.disabled.selected {
  background: #fff;
}
.reactTagList.selectable li.disabled:hover i, .reactTagList.selectable li.disabled:hover span, .reactTagList.selectable li.disabled.selected i, .reactTagList.selectable li.disabled.selected span {
  color: #454545;
}
.reactTagList.selectable li.intelligence {
  padding-right: 1.5em;
}
.reactTagList.selectable li.intelligence i {
  display: inline;
  top: calc(50% - 20px);
}
.reactTagList.selectable li.newAddMore {
  background: none;
  color: #6740E8;
}
.reactTagList.selectable li.newAddMore span {
  font-weight: 500;
}
.reactTagList.selectable li.newAddMore:hover {
  text-decoration: underline;
}
.reactTagList.selectable li.newAddMore:hover span {
  color: #6740E8;
}
.reactTagList.selectable li.upsellCustom {
  background: linear-gradient(to right, #ba57ff, #6740e8);
}
.reactTagList.selectable li.upsellCustom i, .reactTagList.selectable li.upsellCustom span {
  color: white;
}
.reactTagList.removable li {
  background: #707f86;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 4px;
  margin-top: 4px;
  line-height: 20px;
  padding: 6px;
}
.reactTagList.removable li span, .reactTagList.removable li i {
  margin-right: 7px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.reactTagList.removable li i {
  cursor: pointer;
}
.reactTagList.removable li i:hover {
  color: #66e2da;
}
.reactTagList li.newTag {
  cursor: pointer;
  font-weight: bold;
}
.reactTagList li.newTag span {
  margin-left: 7px;
}
.reactTagList li.newTag i {
  font-size: 12px;
}
.reactTagList li.newTag:hover i, .reactTagList li.newTag:hover.selected, .reactTagList li.newTag:hover span {
  color: #66e2da;
}

.preloader {
  height: 218px;
  margin: 0 auto;
  width: 120px;
  text-align: center;
}
.preloader .spacer {
  height: 100px;
  width: 100%;
  margin: 0 auto;
}
.preloader .dot_circle {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
}
.preloader .dot {
  width: 18px;
  height: 18px;
  background-color: #982369;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin-right: 10px;
}
.preloader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.storePicker {
  font-weight: 600;
}
.storePicker .selectHeading {
  font-weight: 600;
  line-height: 1.5;
  color: #58595b;
}
.storePicker .grid-x {
  display: flex;
  align-items: center;
}
.storePicker .store_name {
  color: purple;
}
.storePicker .add-store-button {
  color: purple;
  cursor: pointer;
}

.top-bar, .top-bar ul {
  background-color: #FFFFFF !important;
}

.top-bar .top-bar-left {
  flex: 0 1 auto;
}
.top-bar .top-bar-right {
  flex: 0 1 auto;
  margin-left: auto;
}

li {
  list-style: none;
}

.off-canvas-wrapper .title-bar {
  width: 100%;
  margin-top: 0;
  position: fixed;
  left: 0;
  z-index: 50;
  background: linear-gradient(to right, #ba57ff, #6740e8);
  padding-bottom: 13px;
}
.off-canvas-wrapper .title-bar .menu-icon-wrapper {
  padding: 5px;
  width: 40px;
  margin-left: auto;
}
.off-canvas-wrapper .title-bar .menu-icon-wrapper .menu-icon::after {
  color: white;
  box-shadow: 0 7px 0 white, 0 14px 0 white;
  background: white;
}
.off-canvas-wrapper .title-bar .close-button {
  color: white;
}
.off-canvas-wrapper .off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.off-canvas-wrapper .off-canvas.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -ms-transform: translateY(-360px);
  transform: translateY(-360px);
}
.off-canvas-wrapper .off-canvas.is-open {
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.off-canvas-wrapper .off-canvas.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}
.off-canvas-wrapper .off-canvas.position-top.is-open {
  z-index: 15;
  width: 100%;
  height: auto;
}
.off-canvas-wrapper .off-canvas .is-accordion-submenu-parent > a:after {
  border-color: #0c0c0c transparent transparent;
}
.off-canvas-wrapper .off-canvas.foundation_site_nav_mobile {
  box-shadow: 0 0.05rem 0.1rem #B7C0CC, 0 0.05rem 0.7rem #B7C0CC;
}
.off-canvas-wrapper .off-canvas.foundation_site_nav_mobile > div > ul > ul {
  margin: 10px;
}
.off-canvas-wrapper .off-canvas.foundation_site_nav_mobile > div > ul > li {
  margin: 10px;
}
.off-canvas-wrapper .off-canvas.foundation_site_nav_mobile .menu.vertical {
  background: #fff;
}
.off-canvas-wrapper .off-canvas.foundation_site_nav_mobile {
  padding-left: 10px;
  padding-right: 10px;
}
.off-canvas-wrapper .off-canvas.foundation_site_nav_mobile .social {
  display: inline-block;
}
.off-canvas-wrapper .off-canvas {
  background-color: #FFFFFF;
}
.off-canvas-wrapper .off-canvas ul li ul li a {
  font-size: 14px;
  line-height: 20px;
}
.off-canvas-wrapper .off-canvas ul li h4 {
  color: #0c0c0c;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
}
.off-canvas-wrapper #menu_avatar_dropdown > a {
  padding-right: 0;
}
.off-canvas-wrapper #menu_avatar_dropdown > a::after {
  content: none;
}
@media screen and (max-width: 1023px) {
  .off-canvas-wrapper #foundation_site_header .menu.vertical {
    background: #fff;
  }
  .off-canvas-wrapper #foundation_site_header li a {
    color: white;
  }
  .off-canvas-wrapper #foundation_site_header li ul a {
    color: white;
  }
  .off-canvas-wrapper #foundation_site_header.solutions-menu li a {
    font-weight: bold;
    color: #627085;
  }
  .off-canvas-wrapper #foundation_site_header.solutions-menu li ul a {
    font-weight: bold;
    color: #627085;
  }
}
.off-canvas-wrapper .top-bar-left #topBarLogo {
  margin-bottom: 0;
}
.off-canvas-wrapper #foundation_site_header #demoButton {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.55s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 2px solid #f1eff1;
  border-radius: 3em;
  font-size: 0.9rem;
  background-color: #b32962;
  color: #fefefe;
}
@media screen and (min-width: 1024px) {
  .off-canvas-wrapper #foundation_site_header .separator_top {
    border-top: 1px solid;
    border-color: lightgrey transparent transparent;
  }
}
.off-canvas-wrapper #foundation_site_header #demoButton:hover {
  background-color: #79143e;
}
.off-canvas-wrapper #foundation_site_header li > i {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.off-canvas-wrapper #foundation_site_header li > i > a {
  padding-left: 15px;
}
.off-canvas-wrapper #foundation_site_header a {
  font-size: 14px;
  color: #627085;
  font-family: "Lato", sans-serif;
}
.off-canvas-wrapper #foundation_site_header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #627085 transparent transparent !important;
}
.off-canvas-wrapper .foundation_site_nav {
  font-family: "Lato", sans-serif;
  padding-top: 6px;
  padding-right: 0.7rem;
}
.off-canvas-wrapper .foundation_site_nav li a {
  color: #40454f;
  font-weight: normal;
}
.off-canvas-wrapper .foundation_site_nav li#careDropdown a:after {
  display: none;
}
.off-canvas-wrapper .foundation_site_nav li.user-buttons a:hover {
  background: none;
  color: #627085;
  text-decoration: underline;
}
.off-canvas-wrapper .foundation_site_nav li > a {
  font-size: 14px;
  font-weight: normal;
}
.off-canvas-wrapper .foundation_site_nav li.is-dropdown-submenu-parent > a::after {
  border-color: #627085 transparent transparent !important;
}
.off-canvas-wrapper .foundation_site_nav li.is-dropdown-submenu-parent > ul.is-dropdown-submenu {
  opacity: 0;
}
.off-canvas-wrapper .foundation_site_nav li.is-dropdown-submenu-parent > ul.is-dropdown-submenu.js-dropdown-active {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.1s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.off-canvas-wrapper .foundation_site_nav li.is-dropdown-submenu-parent > ul.is-dropdown-submenu {
  top: 85%;
  left: 0;
}
.off-canvas-wrapper .foundation_site_nav li.is-dropdown-submenu-parent > ul.is-dropdown-submenu li a {
  font-weight: 400;
}
.off-canvas-wrapper .foundation_site_nav li.is-dropdown-submenu-parent > ul.is-dropdown-submenu li a h4 {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #627085;
}
.off-canvas-wrapper .foundation_site_nav li.is-dropdown-submenu-parent > ul.is-dropdown-submenu li a p {
  font-size: 16px;
}
.off-canvas-wrapper .foundation_site_nav li.is-dropdown-submenu-parent > ul.is-dropdown-submenu li a:hover h4 {
  color: #FFFFFF;
}
.off-canvas-wrapper .foundation_site_nav li.is-dropdown-submenu-parent > ul.is-dropdown-submenu li.separator_top {
  border-top: 1px solid #627085;
}
.off-canvas-wrapper .foundation_site_nav li.is-dropdown-submenu-parent > ul.is-dropdown-submenu li.dd_menu_button a {
  color: #FFFFFF;
  background-color: #982369;
}
.off-canvas-wrapper .foundation_site_nav li.is-dropdown-submenu-parent > ul.is-dropdown-submenu li.dd_menu_button a:hover {
  text-shadow: 0 0 1px #FFFFFF;
}
.off-canvas-wrapper .foundation_site_nav li.accountNotActive a {
  color: #FFFFFF;
  background-color: #FF9800;
}
.off-canvas-wrapper .foundation_site_nav li.accountNotActive a:hover {
  text-shadow: 0 0 1px #FFFFFF;
}
.off-canvas-wrapper .site-button-wrapper {
  border-bottom: none !important;
  padding: 0 5px;
}
.off-canvas-wrapper .site-button-wrapper .book-a-demo {
  color: #b000d3;
  border: 4px solid #3d243c;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  padding: 20px;
}
.off-canvas-wrapper .site-button-wrapper .for-companies-button {
  color: #fff;
  background-color: #120a2c;
  border-radius: 0;
  padding: 20px;
  transition-property: all;
  transition: background-color 0.2s;
}
.off-canvas-wrapper .site-button-wrapper .for-companies-button:hover {
  color: #0f1f3d;
  background-color: rgba(255, 255, 255, 0.98);
}
.off-canvas-wrapper .site-button-wrapper .site-button {
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#a321dd), to(#c600ea));
  background-image: linear-gradient(to right, #a321dd, #c600ea, #c600ea, #a321dd);
  background-size: 300% 100%;
  display: inline-block;
  color: #fff;
  padding: 15px 24px;
  border-radius: 1000px;
  font-size: 0.85rem;
  letter-spacing: 0.25px;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 234, 182, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 234, 182, 0.08);
  text-transform: uppercase;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.off-canvas-wrapper .site-button-wrapper .site-button:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper #footer {
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 1023px) {
  .footer-wrapper #footer {
    min-height: 758px;
  }
}
.footer-wrapper #footer a {
  font-size: 14px;
  line-height: 1px;
  color: #6157f3;
  font-weight: 300;
  padding: 1em 0;
}
.footer-wrapper #footer .social-btns #facebook {
  color: #3b5998;
}
.footer-wrapper #footer .social-btns #facebook:hover {
  color: #183b55;
}
.footer-wrapper #footer .social-btns #twitter {
  color: #1dcaff;
}
.footer-wrapper #footer .social-btns #twitter:hover {
  color: #0084b4;
}
.footer-wrapper #footer .social-btns #linkedin {
  color: #4875B4;
}
.footer-wrapper #footer .social-btns #linkedin:hover {
  color: #455a96;
}
.footer-wrapper #footer.bottom-triangles {
  padding: 10px 0 0;
  background: url("/static/images/bot-triangle.png"), url("/static/images/top-triangle.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, bottom;
  background-size: 100% 411px, 100% 411px;
}
.footer-wrapper #footer.centered {
  text-align: center;
}
.footer-wrapper #footer .uppercase {
  text-transform: uppercase;
  font-weight: 300;
}
.footer-wrapper #footer h1, .footer-wrapper #footer h2, .footer-wrapper #footer h3, .footer-wrapper #footer h4, .footer-wrapper #footer h5, .footer-wrapper #footer h6 {
  font-family: "Montserrat", sans-serif;
}
.footer-wrapper #footer .btm-part {
  padding-top: 42px;
  text-align: center;
  border-top: solid 1px rgba(142, 104, 104, 0.45);
}
.footer-wrapper #footer p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #535A5F;
  line-height: 30px;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.footer-wrapper #footer div.policy-div a {
  padding: 0 8px;
  color: #982369;
}
.footer-wrapper #footer .menu {
  margin-top: 10px;
}

.footer {
  line-height: 155%;
}
.footer .wrappertrist {
  color: #40454f;
  text-align: center;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}
.footer .wrappertrist.footer-wrapper {
  border-bottom: 1px solid #40454f;
  flex-direction: column;
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 0;
}
.footer .footer-up {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #40454f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  grid-auto-columns: 1fr;
  padding-bottom: 45px;
  display: grid;
}
@media screen and (max-width: 1023px) {
  .footer .footer-up {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 60px;
  }
}
.footer .footer-up .footer-links-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
@media screen and (max-width: 1023px) {
  .footer .footer-up .footer-links-container {
    grid-area: span 1/span 3/span 1/span 3;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }
}
.footer .footer-up .footer-links-container .footer-links-row {
  grid-column-gap: 0;
  grid-row-gap: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.footer .footer-up .footer-links-container .footer-links-row .footer-link {
  color: #40454f;
  text-align: left;
  background-color: rgba(255, 0, 229, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  transition: opacity 0.2s;
  display: block;
}
.footer .footer-down {
  color: #40454f;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 16px;
  display: flex;
}

a.modules_library-site-button, button.modules_library-site-button {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
  border: 1px solid transparent;
  border-radius: 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0.85em 1em;
  text-align: center;
}
a.modules_library-site-button i, button.modules_library-site-button i {
  padding: 8px;
}
a.modules_library-site-button svg, button.modules_library-site-button svg {
  margin-right: 0.5em;
}
a.modules_library-site-button, button.modules_library-site-button {
  vertical-align: middle;
}
a.modules_library-site-button.large, button.modules_library-site-button.large {
  font-size: 1.3em;
  padding: 1em 1.8em;
}
a.modules_library-site-button:hover, button.modules_library-site-button:hover {
  background: linear-gradient(to right, #6740e8, #8e60fc);
}
a.modules_library-site-button:active, a.modules_library-site-button.selected, button.modules_library-site-button:active, button.modules_library-site-button.selected {
  box-shadow: none;
}
a.modules_library-site-button[disabled], button.modules_library-site-button[disabled] {
  opacity: 0.5;
}
a.modules_library-site-button[disabled]:hover, button.modules_library-site-button[disabled]:hover {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  cursor: not-allowed;
}
a.modules_library-site-button.secondary, button.modules_library-site-button.secondary {
  background: linear-gradient(to right, #333, rgba(98, 112, 133, 0.5));
}
a.modules_library-site-button.secondary:hover, button.modules_library-site-button.secondary:hover {
  background: linear-gradient(to right, rgba(98, 112, 133, 0.5), #333);
}

.purple-gradient {
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#a321dd), to(#c600ea));
  background-image: linear-gradient(to right, #a321dd, #c600ea, #c600ea, #a321dd);
  background-size: 300% 100%;
  display: inline-block;
  color: #fff !important;
  padding: 15px 24px;
  border-radius: 1000px;
  font-size: 0.85rem;
  letter-spacing: 0.25px;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 234, 182, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 234, 182, 0.08);
  text-transform: uppercase;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.purple-gradient:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

* {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html h1, html h2, html h3, html h4, html h5, html h6 {
  font-family: Jost, sans-serif;
  line-height: 1.5em;
}

body {
  font-family: Jost, sans-serif;
}

body p {
  line-height: 1.5em;
}
body p.subheader {
  line-height: 1.5em;
}

body h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body p, .p {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
}

.header {
  font-size: 2rem;
}

.boldest {
  font-weight: 900;
}

@media print, screen and (min-width: 1301px) {
  .header {
    font-size: 3rem;
  }
  .header-subtext {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 1023px) {
  .header {
    font-size: 2.5rem;
  }
  .header-subtext {
    font-size: 1.7rem;
    font-weight: 400;
  }
}
@media print, screen and (max-width: 599px) {
  .header {
    font-size: 2rem;
  }
  .header-subtext {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 40em) {
  body h1, .h1 {
    font-size: 2rem;
  }
  body h2, .h2 {
    font-size: 1.5rem;
  }
  body h3, .h3 {
    font-size: 1.35rem;
  }
  body h4, .h4 {
    font-size: 1.25rem;
  }
  body h5, .h5 {
    font-size: 1.125rem;
  }
  body h6, .h6 {
    font-size: 1.0625rem;
  }
  body p, .p {
    font-size: 1.0625rem;
  }
}
.ratings-distribution .ratings-bar {
  align-items: center;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  width: 400px;
}
.ratings-distribution .progress {
  margin-bottom: 0;
  height: 1em;
}
.ratings-distribution .progress, .ratings-distribution .progress-meter {
  border-radius: 3px;
}
.ratings-distribution .percent {
  text-align: right;
}
.ratings-distribution .progress-meter-not-zero .progress-meter {
  min-width: 3%;
}
.ratings-distribution .progress-meter {
  background: #6157f3;
}

.site-cell {
  background: #fff;
  padding: 1em;
  align-items: center;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 63.9375em) {
  .site-cell {
    width: 100%;
  }
}
.site-cell.site-cell-nav h4 {
  font-size: 1.2em;
  line-height: 1.2;
}
@media screen and (max-width: 63.9375em) {
  .site-cell.site-cell-nav h4 {
    line-height: 1;
  }
}
.site-cell.site-cell-nav .subheader {
  font-size: 1em;
  margin-bottom: 0;
}
.site-cell.site-cell-nav i, .site-cell.site-cell-nav img {
  color: #6157f3;
}
.site-cell.site-cell-sales {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  border-radius: 5px;
}
.site-cell.site-cell-sales p, .site-cell.site-cell-sales h1, .site-cell.site-cell-sales h2, .site-cell.site-cell-sales h3, .site-cell.site-cell-sales h4, .site-cell.site-cell-sales h5, .site-cell.site-cell-sales h6 {
  color: white;
}
.site-cell.site-cell-sales .rr-pink:hover {
  color: #eb018b;
}
.site-cell.site-cell-sales a.modules_library-site-button, .site-cell.site-cell-sales button.modules_library-site-button {
  border: 2px solid #ffffff;
  text-transform: uppercase;
  font-weight: bolder;
}
.site-cell.clickable {
  cursor: pointer;
}
.site-cell.clickable .category-link {
  text-decoration: underline;
  text-transform: capitalize;
}
.site-cell.clickable .category-link:hover {
  color: #6157f3;
}
.site-cell.clickable:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}

.modules_library-site-paginate {
  float: right;
}
.modules_library-site-paginate .paginate-counts {
  float: right;
  font-size: 0.8em;
  padding: 5px 12px;
}
.modules_library-site-paginate .paginate-pages {
  float: right;
}
.modules_library-site-paginate .paginate-pages li {
  text-align: center;
  font-size: 0.8em;
  min-width: 20px;
  padding: 4px 8px;
  line-height: 1.5em;
  display: inline-block;
}
.modules_library-site-paginate .paginate-pages li.ellipsis {
  overflow: hidden;
}
.modules_library-site-paginate .paginate-pages li.pageButton {
  border: 1px solid rgba(233, 236, 242, 0.35);
  border-radius: 2px;
  margin-right: 2px;
  position: relative;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #333;
}
.modules_library-site-paginate .paginate-pages li.pageButton.pageButtonSelected, .modules_library-site-paginate .paginate-pages li.pageButton:hover {
  background-color: rgba(233, 236, 242, 0.35);
}
.modules_library-site-paginate .paginate-pages li.pageButton.pageButtonSelected {
  cursor: default;
}
.modules_library-site-paginate .paginate-pages li.pageButton a {
  position: relative;
  color: #333;
}
.modules_library-site-paginate .paginate-pages li.pageButton a:hover {
  color: #333;
}

.alert {
  padding: 1.2em;
  margin-bottom: 0.5em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  background: rgba(255, 200, 0, 0.9215686275);
}

.pagination a:hover {
  position: relative;
  background: none;
  color: #6157f3;
}

.pagination a, .pagination strong {
  display: inline-block;
  margin: 0.1875rem 0.625rem;
  padding: 0.1rem 0.4rem;
  border-radius: 0;
}

.pagination li {
  display: inline-block;
}

.pagination strong {
  color: #6157f3;
  border-bottom: solid purple 1px;
}

.site-scrollable {
  position: relative;
  overflow: hidden;
}
.site-scrollable .button-link {
  position: absolute;
  top: 0;
  border-radius: 1px;
}
.site-scrollable .button-link.left-button-link {
  left: -4px;
}
.site-scrollable .button-link.right-button-link {
  right: -4px;
}
.site-scrollable .button-wrapper {
  align-items: center;
  background: rgba(98, 112, 133, 0.5);
  display: flex;
  justify-content: center;
  height: 100px;
  width: 40px;
}
/*===========================================
=            Config and settings            =
===========================================*/
.dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown .dropdown_toggle {
  background: #FFFFFF;
  border: 2px solid #C8C8C8;
  padding: 7px 20px 7px 10px;
  color: #222B3C;
  transition: border-color 0.2s;
}
.dropdown .dropdown_toggle span {
  line-height: 1.5rem;
  font-size: 1rem;
}
.dropdown .dropdown_toggle .fa, .dropdown .dropdown_toggle .fal, .dropdown .dropdown_toggle .far, .dropdown .dropdown_toggle .fas {
  margin-top: 2px;
  position: absolute;
  font-size: 16px;
  right: 8px;
  top: 8px;
}
.dropdown .dropdown_toggle:focus {
  border-color: rgba(98, 112, 133, 0.5);
}
.dropdown .dropdown-container {
  overflow-y: scroll;
  background: #FFFFFF;
  border: 2px solid #C8C8C8;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  min-width: 102%;
  z-index: 20;
  transition: background-color 0.2s;
}
.dropdown .dropdown-container.scrollable {
  height: 400px;
  overflow-y: scroll;
}
.dropdown .dropdown-container .scrollbox {
  margin: 0;
  padding: 0;
  width: 95%;
}
.dropdown .dropdown-container .scrollbox .menu-option {
  padding: 10px 14px 14px 10px;
  line-height: 1.5;
  font-size: 1rem;
  color: #222B3C;
}
.dropdown .dropdown-container .scrollbox .menu-option:hover {
  background-color: rgba(233, 236, 242, 0.35);
}
.dropdown .dropdown-container .scrollbox .menu-option:last-child {
  margin-bottom: 0;
}
.dropdown.dark .dropdown_toggle {
  border-color: #627085;
  background-color: #627085;
  color: #FFFFFF;
  border-radius: 3px;
}
.dropdown.dark .dropdown_toggle:focus {
  border-color: #B7C0CC;
}
.dropdown.dark .dropdown_toggle:hover {
  border-color: #B7C0CC;
}
.dropdown.dark .dropdown-container {
  border-radius: 3px;
  border-color: #B7C0CC;
}
.dropdown.dark .dropdown-container .menu-option {
  background-color: #627085;
  color: #FFFFFF;
}
.dropdown.dark .dropdown-container .menu-option:hover {
  background-color: #3A475B;
}

.dropDownLabelContainer {
  background: #fff;
  border: 1px solid #e9ecf2;
  padding: 7px 10px;
  min-width: 50px;
  text-align: center;
  color: #222b3c;
  transition: border-color 0.2s;
}
.dropDownLabelContainer.noBorder {
  border: none;
}

.collapsibleList i:hover {
  color: #666;
}

.flexCard .dropdown_toggle {
  display: flex;
}
.flexCard .dropdown-container {
  display: flex;
}

.fade-enter {
  opacity: 0.01;
  transition: opacity 500ms ease-in;
}

.fade-enter.fade-enter-active {
  opacity: 1;
}

.fade-leave {
  opacity: 1;
}

.fade-leave.fade-leave-active {
  opacity: 0.01;
  transition: opacity 500ms ease-in;
}

.review-module .review {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #4e4a4a;
  line-height: 1.6;
  margin-bottom: 1rem;
  background: #fafafa;
  padding: 1.5rem;
  border-bottom: 1px solid #F7F7F7;
  box-shadow: 0 3px 8px 0 rgba(189, 196, 201, 0.39);
  border-radius: 12px;
}
.review-module .review .review-title {
  font-size: 1.1em;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #6157f3;
}
.review-module .review .detailed-ratings-text {
  color: #6157f3;
  font-size: 1em;
}
.review-module .review .review-body {
  font-size: 1em;
  font-family: "Jost", sans-serif;
}
.review-module .review .review-body span {
  font-weight: 400;
}
.review-module .review .user-column {
  font-size: 12px;
}
.review-module .review .verified {
  font-size: 1em;
}
.review-module .review .review-title, .review-module .review .review-body {
  white-space: normal;
  word-break: break-word;
  overflow: visible;
}
.review-module .review.featured {
  background: #ffffff;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.01);
}
.review-module .review .user-content {
  align-items: center;
}
.review-module .review .siteVerified a {
  color: black;
}
.review-module .review .siteVerified {
  background: #7bca14;
  padding: 0.4em;
  border-radius: 2em;
  margin-top: 1em;
  width: fit-content;
}
.review-module .review .siteVerified strong {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 15px;
  font-size: 0.8em;
}
.review-module .review .siteVerified img {
  max-width: 20px;
  margin-right: 5px;
  margin-left: 5px;
}
.review-module .review .siteInvited a {
  color: black;
}
.review-module .review .siteInvited {
  background: #D5D5D5;
}
.review-module .review .collectionType a {
  color: black;
}
.review-module .review .collectionType {
  background: #D5D5D5;
  padding: 0.4em;
  border-radius: 2em;
  margin-top: 1em;
  width: fit-content;
}
.review-module .review .collectionType strong {
  display: inline-block;
  font-size: 0.8em;
}
@media screen and (max-width: 1023px) {
  .review-module .review .tabs-link {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    font-size: 0.75rem;
    line-height: 1;
  }
  .review-module .review .tabs-link a {
    color: #6157f3;
  }
  .review-module .review .tabs-link {
    padding: 1rem;
  }
}
.review-module .review .user-avatar {
  margin-right: 10px;
}
.review-module .commentAdmin {
  background-color: #E2E2E2;
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(to right, #8E60FC, #6740E8);
}
.review-module .commentAdmin p, .review-module .commentAdmin h5, .review-module .commentAdmin div {
  color: white;
}
.review-module .commentAdmin .thumbnail {
  border-radius: 100px;
}

/* New CX Components Colors Begin */
/* New CX Components Colors End */
.fullHeight {
  height: 100%;
}

.relative {
  position: relative;
}

.siteContent {
  position: relative;
  bottom: 0;
  padding-left: 0;
}
.siteContent.leftPanelContainer {
  width: calc(100% - 320px);
  left: 320px;
  min-width: 1000px;
}
.siteContent .clip-circle {
  -webkit-clip-path: circle(20px at center);
  clip-path: circle(20px at center);
  float: left;
  height: 100%;
  width: 100%;
}
.siteContent .leftPanel {
  width: calc(100% - 480px);
}
.siteContent .rightPanel {
  width: 475px;
}
.siteContent .headerTitle {
  font-weight: 400;
  font-size: 22px;
  padding: 12px 0 10px 20px;
  border-bottom: solid 1px #e7e7e2;
}
.siteContent .socialPullSubtitle {
  font-family: Jost, "ProximaNova-Regular", Helvetica, Arial, sans-serif;
  font-size: 1.19rem;
  font-weight: 400;
  line-height: 1.785rem;
  color: #627085;
}
.siteContent .socialPullText {
  font-size: 13px;
  font-family: Jost, "ProximaNova-Regular", Helvetica, Arial, sans-serif;
  color: #58595b;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.618;
}
.siteContent .socialPullLink {
  color: rgb(234, 14, 234);
  font-weight: 700;
  padding: 0;
}
.siteContent .socialPullLink:hover {
  text-decoration: underline;
  color: rgb(234, 14, 234);
}
.siteContent .warningMessage {
  background: darkkhaki;
  width: fit-content;
  padding: 1em;
  color: white;
  border-radius: 7px;
  font-weight: 500;
  margin-left: 1em;
}
.siteContent .cx-content-container {
  margin: 0 20px;
}
.siteContent .contentContainer {
  margin: 0 20px;
}
.siteContent .contentContainer > h2, .siteContent .contentContainer h3, .siteContent .contentContainer h4 {
  padding-top: 20px;
}
.siteContent .contentContainer .cardWithShadows {
  background-color: #fff;
  box-shadow: 0 1px 1px;
}
.siteContent .contentContainer .cardWithShadows h2 {
  margin-bottom: 40px;
}
.siteContent .contentContainer .cardWithShadows h3 a {
  font-weight: normal;
  font-size: 12px;
}
.siteContent .contentContainer .cardWithShadows input.button {
  margin-right: 20px;
}
.siteContent .contentContainer .card h2, .siteContent .contentContainer .card h3, .siteContent .contentContainer .card h4 {
  font-weight: 400;
}
.siteContent p.subHeader {
  color: rgba(98, 112, 133, 0.5);
  font-weight: 700;
}
.siteContent h2, .siteContent h3, .siteContent h4 {
  margin-bottom: 10px;
  font-weight: 700;
}
.siteContent h2.subheader, .siteContent h3.subheader, .siteContent h4.subheader {
  font-weight: 300;
}
.siteContent h2 a, .siteContent h3 a, .siteContent h4 a {
  color: #007BCA;
}
.siteContent h2 small, .siteContent h3 small, .siteContent h4 small {
  font-size: 60%;
  color: #6f6f6f;
}
.siteContent p a {
  color: #007BCA;
}
.siteContent .contentContainer .card {
  background-color: white;
  padding: 40px;
  margin-bottom: 40px;
  overflow: auto;
}
.siteContent .contentContainer .card.noPadding {
  padding: 0;
}
.siteContent .contentContainer .card .row {
  margin: 0;
}
.siteContent .contentContainer .card .panel {
  background: #f2f2f2;
  border: solid 1px #e6e6e6;
  margin: 0 0 22px;
  padding: 20px;
}
.siteContent .contentContainer .card table {
  width: 100%;
  border: 1px solid #e0e5e9;
}
.siteContent .contentContainer .card a {
  color: #6740E8;
}
.siteContent .contentContainer .card a.button {
  color: #FFFFFF;
}
.siteContent .contentContainer .card .quote {
  color: #222B3C;
}
.siteContent .contentContainer .card label {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #444;
}
.siteContent .miniCardContainer {
  overflow: auto;
  width: 100%;
}
.siteContent .miniCardContainer .miniCard:first-child,
.siteContent .miniCardContainer .miniCard:first-child ~ .miniCard {
  width: 100%;
  margin-left: 0;
}
.siteContent .miniCardContainer .miniCard:first-child:nth-last-child(2),
.siteContent .miniCardContainer .miniCard:first-child:nth-last-child(2) ~ .miniCard {
  width: -webkit-calc((100% / 2) - 20px);
  width: -moz-calc((100% / 2) - 20px);
  width: calc(100% / 2 - 20px);
  margin-left: 40px;
}
.siteContent .miniCardContainer .miniCard:first-child:nth-last-child(3),
.siteContent .miniCardContainer .miniCard:first-child:nth-last-child(3) ~ .miniCard {
  width: -webkit-calc((100% / 3) - 20px);
  width: -moz-calc((100% / 3) - 20px);
  width: calc(100% / 3 - 20px);
  margin-left: 30px;
}
.siteContent .miniCardContainer .miniCard:first-child:nth-last-child(4),
.siteContent .miniCardContainer .miniCard:first-child:nth-last-child(4) ~ .miniCard {
  width: -webkit-calc((100% / 4) - 20px);
  width: -moz-calc((100% / 4) - 20px);
  width: calc(100% / 4 - 20px);
  margin-left: 26.6666666667px;
}
.siteContent .miniCardContainer .miniCard:first-child:nth-last-child(5),
.siteContent .miniCardContainer .miniCard:first-child:nth-last-child(5) ~ .miniCard {
  width: -webkit-calc((100% / 5) - 20px);
  width: -moz-calc((100% / 5) - 20px);
  width: calc(100% / 5 - 20px);
  margin-left: 25px;
}
.siteContent .miniCardContainer .miniCard {
  height: 100%;
  float: left;
  padding: 10px 10px 0;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0 1px 1px;
}
.siteContent .miniCardContainer .miniCard:first-child {
  margin-left: 0 !important;
}
.siteContent .miniCardContainer .miniCard.no-shadow {
  box-shadow: none;
}
.siteContent .row {
  width: 100%;
  max-width: 100%;
}

/* New CX Components Colors Begin */
/* New CX Components Colors End */
.underline {
  text-decoration: underline;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.no-rating {
  color: green;
}

.social a, .social .SocialMediaShareButton {
  cursor: pointer;
}
.social .SocialMediaShareButton:hover {
  opacity: 0.75;
}
.social .SocialMediaShareButton {
  padding: 5px;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.social {
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.social .copy-icon {
  background-color: rgb(127, 127, 127);
  color: #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.social .copy-icon:hover {
  opacity: 0.75;
}
.social #facebook {
  color: #3b5998;
}
.social #facebook:hover {
  color: #183b55;
}
.social #twitter {
  color: #1dcaff;
}
.social #twitter:hover {
  color: #0084b4;
}
.social #googleplus {
  color: #d34836;
}
.social #googleplus:hover {
  color: #ba4030;
}
.social .stat-value {
  text-align: center;
}

.slick-slide .card-user-profile {
  padding: 0 20px 20px 0;
}

.fa.fa-star.good, .fa.fa-star.neutral, .fa.fa-star.bad, .fa.fa-star-half-o.good, .fa.fa-star-half-o.neutral, .fa.fa-star-half-o.bad, .fa-star-half.good, .fa-star-half.neutral, .fa-star-half.bad, .fa-star-half-alt.good, .fa-star-half-alt.neutral, .fa-star-half-alt.bad {
  color: #6157f3;
}
.fa.fa-star, .fa.fa-star-half-o, .fa-star-half, .fa-star-half-alt {
  color: lightgrey;
}

.index-username {
  padding-left: 5px;
}

.review .blur {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 0.75;
}
.review .blur.benchmarks .blur-button {
  margin-top: -56px;
  position: absolute;
}
.review .blur.comments .blur-button {
  margin-top: -58px;
  position: absolute;
}
.review .blur-button {
  font-size: 0.8em;
  color: #6157f3;
  padding: 0.8em;
  cursor: pointer;
  z-index: 9000;
}
@media screen and (max-width: 1140px) and (min-width: 1024px) {
  .review .store-link {
    font-size: 0.8em;
  }
}
.review .blur-title {
  display: inline-block;
  padding-right: 10px;
  font-size: 1.1em;
}
.review .blur-grid {
  align-items: center;
}

.seller-info .claim {
  color: #A75DA3;
  font-weight: bold;
  text-decoration: underline;
}

.small-font {
  font-size: 0.75em;
}

.centered {
  text-align: center;
}

.social_share_box_wrapper .item {
  padding: 4px;
}

.social_share {
  padding: 0.1em;
}

img.thumbnail {
  margin: 5px;
  line-height: 20px;
  border: none;
  box-shadow: none;
}

.card-user-profile {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.mobile-card-wrapper {
  width: 50%;
}
@media only screen and (max-width: 1023px) and (min-width: 800px) {
  .mobile-card-wrapper {
    width: 30%;
  }
}
.mobile-card-wrapper .card-user-profile {
  padding-left: 20px;
}

.card-category-title {
  font-weight: 300;
  font-size: 18px;
  color: black;
}

.card-user-profile > :last-child {
  margin-bottom: 0;
}

.card-user-profile:hover .card-user-profile-img, .slick-active .card-user-profile-img {
  opacity: 1;
}

.card-user-profile-content {
  position: relative;
}

.card-user-profile-img {
  max-width: 100%;
  margin: 10px;
  opacity: 0.85;
  transition: all 0.25s ease;
  border: 3px solid #E2E2E2;
  border-radius: 10px;
}

.card-user-profile-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 120px;
  left: 1rem;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-user-profile-avatar svg {
  color: #6157f3;
}

.card-user-profile-avatar-icon {
  border-radius: 50%;
  background-color: #FFFFFF;
  overflow: hidden;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-user-profile-avatar-icon .modules_library-site-icon {
  color: #6157f3;
}

.card-user-profile-avatar:hover {
  background-color: #FFFFFF;
  box-shadow: 0 0 7px rgba(10, 10, 10, 0.4);
  transition: background-color 0.5s ease;
}
.card-user-profile-avatar:hover .card-user-profile-avatar-icon .modules_library-site-icon {
  color: #6157f3;
}

.card-user-profile-name {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.2rem;
  color: #07080a;
  padding-bottom: 40px;
}

.card-user-profile-button {
  margin-bottom: 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.card-user-profile-button + .card-user-profile-button {
  margin-left: 1rem;
}

.card-user-profile-info {
  font-size: 0.875rem;
  letter-spacing: 1px;
  opacity: 0.8;
}

.card-user-profile-content::before {
  position: absolute;
  content: "";
  top: -3.4375rem;
  left: -1.875rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.4375rem 0 0 31.25rem;
  z-index: 0;
  border-color: transparent transparent transparent #fefefe;
}

.card-category-profile-content {
  position: relative;
}

.card-category-profile-content::before {
  position: absolute;
  content: "";
  top: -5.4375rem;
  left: -0.875rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.4375rem 0 0 31.25rem;
  z-index: 0;
  border-color: transparent transparent transparent #fefefe;
}

.review img.thumbnail.small {
  max-width: 100px;
  max-height: 100px;
}
.review img.thumbnail.smallest {
  max-width: 90px;
  max-height: 90px;
}
.review .user-name {
  word-wrap: break-word;
}
.review .user-avatar img {
  border-radius: 50%;
}
.review .preloader + img.thumbnail {
  display: none;
}
.review .preloader {
  display: inline-block;
  margin: 0;
  height: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.review .preloader .spacer {
  height: 0;
}
.review .accordion-title {
  padding: 1.25rem 1rem;
  border: 0;
  font-size: 0.75rem;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 1024px) {
  .review .accordion-title {
    width: 50%;
  }
}
.review .accordion-content {
  padding: 1rem;
  border: none;
}
.review .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.review.site-review .siteStars {
  justify-content: center;
}
.review.store-review p {
  margin-bottom: 0;
}

.fade-transition-enter {
  opacity: 0.01;
}

.fade-transition-enter.fade-transition-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}

.fade-transition-exit {
  opacity: 1;
  position: absolute;
}

.fade-transition-exit.fade-transition-exit-active {
  position: absolute;
  opacity: 0.01;
}

.slide-transition-enter {
  opacity: 0.01;
  transition: opacity 200ms ease-in;
}

.slide-transition-enter.slide-transition-enter-active {
  max-height: 400px;
  transition: all 0.5s ease-in;
  opacity: 1;
}

.slide-transition-exit {
  max-height: 400px;
  opacity: 1;
}

.slide-transition-exit.slide-transition-exit-active {
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}

i {
  font-style: normal;
}

.siteStars {
  display: flex;
  align-items: center;
}

.copyToClipBoard {
  padding: 5px 10px 10px 5px;
}
.copyToClipBoard input {
  width: 80%;
}
@media only screen and (max-width: 600px) {
  .copyToClipBoard input {
    width: 75%;
  }
}
.copyToClipBoard input {
  box-shadow: 0 0 0 0.7px rgba(0, 0, 0, 0.04);
}
.copyToClipBoard button {
  cursor: pointer;
}

input[readonly] {
  background: white;
  cursor: text;
}

.clip-circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#merchant-ads ul li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 150px;
}

.tabs-content > .content-wrapper {
  display: none;
  opacity: 0;
}
.tabs-content > .content.active .content-wrapper {
  -webkit-animation: fadein 3s;
  -moz-animation: fadein 3s;
  -o-animation: fadein 3s;
  animation: fadein 3s;
  opacity: 1;
}
.tabs-content {
  border: none;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.review-content .reactTagList.selectable li .tag-label-icon {
  padding-left: 10px;
}
.review-content .star-filter-ratings {
  display: inline-block;
}
.review-content .star-filter-ratings .fancyStars {
  display: inline-block;
  padding-left: 5px;
}
.review-content .dropdown {
  width: 83px;
}

.hero-review-list {
  overflow-x: hidden;
  flex-flow: nowrap;
}
.hero-review-list .hero-review {
  background: linear-gradient(to right, #ba57ff, #6740e8);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  align-items: center;
  padding: 20px;
  margin: 20px;
  color: #fff;
  transition: 0.5s ease-out;
}
.hero-review-list .hero-review:hover {
  box-shadow: none;
  transition: 0.5s ease-out;
}
.hero-review-list .hero-review .fancyStars .fa.fa-star.unselected {
  color: rgb(0, 0, 0) !important;
}
.hero-review-list .hero-review .fancyStars {
  text-align: left;
}
.hero-review-list .hero-review .hero-review-title {
  font-style: italic;
}
.hero-review-list .hero-review a {
  color: #fff;
}
.hero-review-list .hero-review {
  border-radius: 10px;
}
.hero-review-list .hero-review.empty {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  opacity: 0.2;
}
.hero-review-list .hero-review .hero-review-avatar {
  border-radius: 30px;
  width: 80%;
}
.hero-review-list.shift-right .first {
  margin-left: 100px;
}
.hero-review-list.shift-right .last {
  margin-right: -100px;
}
.hero-review-list.shift-left .first {
  margin-left: -100px;
}
.hero-review-list.shift-left .last {
  margin-right: 100px;
}

.stars {
  vertical-align: middle;
}

.verified {
  color: #476B29;
}
.verified a {
  color: #476B29;
}
.verified a:hover {
  text-decoration: underline;
}

.right-bar .site-cell-gradient h3, .right-bar .site-cell-gradient h4, .right-bar .site-cell-gradient h5, .right-bar .site-cell-gradient h6, .right-bar .site-cell-gradient a, .right-bar .site-cell-gradient p {
  color: white;
}
.right-bar .site-cell-gradient {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  border-radius: 5px;
  color: white;
}
.right-bar .right-bar-info h4 {
  font-size: 1em;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
.right-bar .right-bar-info h5, .right-bar .right-bar-info h6 {
  font-size: 90%;
}
.right-bar .right-bar-info .modules_library-site-button {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .right-bar .social {
    justify-content: center;
  }
}
.right-bar .right-bar-admin .right-bar-admin-item {
  padding: 20px;
  border-top: 1px solid lightgrey;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  display: flex;
}
.right-bar .right-bar-admin .right-bar-admin-item:hover {
  color: #6157f3;
}
.right-bar .morph-user {
  padding: 5px 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}

#user-profile-manage {
  background: #ECECEC;
  padding: 20px 0;
}

.rr-gradient {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  color: white;
}
.rr-gradient.button {
  color: white;
  border: none;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.61);
}
.rr-gradient.button:hover {
  background: linear-gradient(to right, #6740e8, #8e60fc);
}
.rr-gradient.button:active {
  box-shadow: none;
}

.rr-purple {
  color: #6157f3;
}
.rr-purple.store-link:hover {
  color: rebeccapurple;
}
.rr-purple.store-link:active {
  color: rebeccapurple;
}
.rr-purple.store-title {
  font-size: 1.2em;
}
.rr-purple.button {
  background: #6157f3;
  color: white;
}
.rr-purple.button:hover {
  color: white;
  background: rebeccapurple;
}

.rr-pink {
  color: #eb018b;
}
.rr-pink.store-link:hover {
  color: #91014B;
}
.rr-pink.store-link:active {
  color: #91014B;
}
.rr-pink.store-title {
  font-size: 1.2em;
}
.rr-pink.button {
  background: #eb018b;
  color: white;
}
.rr-pink.button:hover {
  color: white;
  background: #91014B;
}

.participating-list-table .participating-list-row .participating-list-img {
  padding-right: 5px;
}

.rr-purple-background {
  background: #6157f3;
}

.store-link {
  font-weight: 700;
}

.rr-header {
  color: #8c42ff;
  font-weight: 700;
  text-shadow: 0 1px 0 #5500a1;
}

.callout.banner {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  color: #fff;
  border: none;
}
.callout.banner h4, .callout.banner h6, .callout.banner a {
  color: #fff;
}
.callout.banner a {
  text-decoration: underline;
}
.callout.banner p {
  font-size: 1em;
}

.ratingLabel {
  font-weight: bold;
  font-size: 13px;
}

.centered {
  text-align: center;
}

#userImg {
  padding-top: 0.5rem;
}

section.discover_content .grid-container {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  section.discover_content #home-content {
    margin-top: 66px;
  }
}
@media only screen and (max-width: 1023px) {
  section.discover_content #home-content .index-category-blurb {
    padding: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .date {
    color: #666;
    font-size: 80%;
    font-weight: 300;
  }
}
@media screen and (max-width: 63.9375em) {
  .centered-mobile {
    text-align: center;
  }
}
@media screen and (min-width: 63.9376em) {
  .centered-large {
    text-align: center;
  }
}
@media only screen and (max-width: 63.9375em) and (min-width: 40em) {
  .centered-medium {
    text-align: center;
  }
  .siteStars {
    justify-content: center;
  }
}
@media only screen and (max-width: 39.9375em) {
  #store-label .siteStars {
    justify-content: center;
  }
  .siteStars.write-a-review {
    justify-content: center;
  }
}
.bestStores {
  padding: 15px;
}
.bestStores .store {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.tabs-title > a, .accordion-title {
  font-size: 1em;
  color: #9e139e;
  font-family: "Raleway", serif;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: none;
  color: #639;
  border-bottom: 3px #639 solid;
}

.accordion-title:focus {
  background: none;
  color: #639;
}

.participant-link {
  color: lightgrey;
}
.participant-link:hover {
  text-decoration: underline;
}

.top-header {
  font-size: 1.4em;
}
.top-header.top-header-fill {
  color: white;
}

.tabs {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

.red {
  color: red;
}

.fancyStars span, .starRating {
  margin: 2px;
}

.modules_library-site-store-card .fancyStars span, .modules_library-site-store-card .starRating {
  margin: 0;
}

.discover_content .review {
  white-space: pre-line;
}
.discover_content .featured-review .review-body {
  display: flex;
}

.accordion-title:hover {
  background: none;
  color: #639;
}

.accordion-title:hover {
  background: none;
  color: #639;
}

.tooltip.top::before {
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

#StartReviewStars {
  display: inline-block;
}

hr {
  border-bottom: 1px solid rgb(246, 247, 249);
}

.navigateLink:hover {
  text-decoration: underline;
}

#contactContainer {
  background-image: url(/static/images/merchantSolutions/signup_banner_07.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 59.999rem) {
  #contactContainer .contact-us-text {
    font-size: 200%;
  }
}
@media screen and (min-width: 60rem) {
  #contactContainer {
    min-height: 800px;
  }
  #contactContainer .align-self-middle {
    margin-top: 400px;
  }
}
#contactContainer .contact-header {
  color: white;
}
#contactContainer label {
  color: white;
}
#contactContainer .recaptcha-container {
  text-align: center;
}

.line-spacer {
  padding-left: 10px;
}

.hero-search-filter {
  /* padding: 7rem; */
}
@media screen and (max-width: 1023px) {
  .hero-search-filter {
    padding: 2rem;
    background-size: contain;
    min-height: 1008px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 908px) {
  .hero-search-filter {
    min-height: 500px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 762px) {
  .hero-search-filter {
    min-height: 450px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 600px) {
  .hero-search-filter {
    min-height: 350px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 464px) {
  .hero-search-filter {
    min-height: 250px;
  }
}
.hero-search-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: fadein 3s;
  -moz-animation: fadein 3s;
  -o-animation: fadein 3s;
  animation: fadein 3s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-search-filter {
  /* Firefox */
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-search-filter {
  /* Safari and Chrome */
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-search-filter .hero-search-filter-content {
  padding-left: 35em;
  padding-right: 35em;
}
@media (max-width: 1715px) and (min-width: 1301px) {
  .hero-search-filter .hero-search-filter-content {
    padding-left: 25em;
    padding-right: 25em;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .hero-search-filter .hero-search-filter-content {
    padding-left: 15em;
    padding-right: 15em;
  }
}
.hero-search-filter .hero-search-filter-content .blurb {
  font-family: Raleway, sans-serif;
  margin-top: 120px;
}
@media (min-width: 1024px) and (max-width: 1390px) {
  .hero-search-filter .hero-search-filter-content .blurb {
    margin-top: 10px;
  }
}
.hero-search-filter .hero-search-filter-content .discover-text {
  font-size: 2.4em;
  padding-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .hero-search-filter .hero-search-filter-content {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-search-filter .hero-search-filter-content .blurb {
    display: none;
  }
}
@media screen and (max-width: 1023px) and (min-width: 400px) {
  .hero-search-filter .hero-search-filter-content .powered-text {
    width: 75%;
  }
}
@media screen and (max-width: 1023px) {
  .hero-search-filter .hero-search-filter-content .discover-text {
    background-color: purple;
    color: white;
    padding: 5px;
  }
}
.hero-search-filter .hero-search-filter-content h3 {
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

.hero-search-filter-menu:hover a {
  opacity: 0.5;
}

.hero-search-filter-menu a {
  color: #763d8e;
  font-weight: lighter;
}
.hero-search-filter-menu a:hover {
  opacity: 1;
}
.hero-search-filter-menu li {
  display: inline-block;
}

#contactFooter a {
  color: #444;
}
#contactFooter a:hover {
  color: #982369;
}

.rr-icon-wrapper {
  border-radius: 50%;
  background: linear-gradient(to right, #8e60fc, #6740e8);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.61);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
.rr-icon-wrapper .rr-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  width: 65px;
  height: 65px;
}

.review-button {
  transition: background-color 0.5s ease;
  background: #f6f7f9;
  padding: 8px;
}
@media only screen and (max-width: 40em) {
  .review-button {
    font-size: 0.9em;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 28.75em) {
  .review-button {
    font-size: 0.8em;
    padding: 7px;
  }
}
.review-button {
  border: 1px solid #e4eaf3;
  color: #000;
  border-radius: 20px;
  margin-right: 5px;
}
.review-button.admin {
  background: #6157f3;
  color: white;
}
.review-button.admin:hover, .review-button.admin:focus {
  background: rebeccapurple;
  color: white;
}
.review-button.large {
  padding: 16px;
}
.review-button.filter {
  border-radius: 4px;
}
.review-button:hover, .review-button:focus {
  cursor: pointer;
  transition: background-color 0.5s ease;
  background: #CCC;
  color: #000;
}
.review-button[disabled] {
  color: #ababab;
}
.review-button[disabled]:hover {
  color: grey;
  cursor: not-allowed;
}

.merchant-buttons a {
  background: #86898e;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
  margin: 5px 5px 5px 0;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  list-style-type: none;
}
.merchant-buttons a:hover {
  background: #545f66;
}

/*preload hover images */
.review-title {
  background: url("/static/images/review_buttons/helpful_review_icon-hover.png") no-repeat -9999px -9999px;
}

.review-body {
  background: url("/static/images/review_buttons/cool_review_icon-hover.png") no-repeat -9999px -9999px;
}

.review-buttons .grid-x {
  align-items: center;
}
.review-buttons .review-button-icons .review-button-helpful-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-image: url("/static/images/review_buttons/helpful_review_icon.png");
  transition: background 0.5s ease;
}
.review-buttons .review-button-icons .review-button-helpful-icon:hover, .review-buttons .review-button-icons .review-button-helpful-icon:focus, .review-buttons .review-button-icons .review-button-helpful-icon:active, .review-buttons .review-button-icons .review-button-helpful-icon:visited, .review-buttons .review-button-icons .review-button-helpful-icon.clicked {
  background-image: url("/static/images/review_buttons/helpful_review_icon-hover.png");
}
.review-buttons .review-button-icons .review-button-cool-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-image: url("/static/images/review_buttons/cool_review_icon.png");
  transition: background 0.5s ease;
}
.review-buttons .review-button-icons .review-button-cool-icon:hover, .review-buttons .review-button-icons .review-button-cool-icon:focus, .review-buttons .review-button-icons .review-button-cool-icon:active, .review-buttons .review-button-icons .review-button-cool-icon:visited, .review-buttons .review-button-icons .review-button-cool-icon.clicked {
  background-image: url("/static/images/review_buttons/cool_review_icon-hover.png");
}
.review-buttons .review-button-icons .review-button-cool-icon a:hover {
  color: inherit;
}
.review-buttons .review-button-icons .helpful-amount {
  padding-right: 5px;
}
.review-buttons .review-button-right {
  text-align: right;
}
.review-buttons {
  padding-bottom: 20px;
}

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

.compare-stores {
  align-items: center;
  justify-content: center;
}
.compare-stores .compare-header {
  padding: 0.5em;
}
.compare-stores .compare-row {
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.5em;
  font-family: "Jost", sans-serif;
  font-weight: bold;
}
.compare-stores .compare-row .header {
  font-family: "Raleway", sans-serif;
}
.compare-stores .compare-row .seller-name {
  font-weight: 400;
  word-break: break-word;
}
.compare-stores .compare-row .rr-icon {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.compare-stores .compare-row:hover .rr-icon {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  color: white;
}
@media screen and (min-width: 1200px) {
  .compare-stores .compare-row .rr-icon-wrapper {
    margin: 0 14px;
  }
}
@media screen and (min-width: 1128px) and (max-width: 1199px) {
  .compare-stores .compare-row .rr-icon-wrapper {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1127px) {
  .compare-stores .compare-row .rr-icon-wrapper {
    margin: 0 4px;
  }
}
@media screen and (max-width: 1023px) {
  .compare-stores .compare-row .rr-icon-wrapper {
    margin: 0 10px;
    width: 60px;
    height: 60px;
  }
  .compare-stores .compare-row .rr-icon-wrapper .rr-icon {
    width: 50px;
    height: 50px;
  }
}
.compare-stores .compare-row p {
  font-weight: 600;
  font-size: 0.9em;
}
.compare-stores .compare-row img {
  width: 100%;
}
.compare-stores .compare-row .grid-x {
  display: flex;
  align-items: center;
}

.modules_library-site-category-children {
  position: relative;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  overflow-x: scroll;
}
.modules_library-site-category-children .previewChild {
  font-size: 0.7em;
  text-transform: uppercase;
  width: 230px;
  margin-right: 12px;
  border-radius: 2px;
  position: relative;
  text-align: center;
}
.modules_library-site-category-children .previewChild:hover div.previewChildName {
  background-color: #F3F3F3;
}
.modules_library-site-category-children .previewChild div.previewChildName {
  font-weight: bold;
  padding: 20px;
  border: 2px solid #949494;
  border-radius: 4px;
}
.modules_library-site-category-children .previewChild div.previewChildLink {
  font-weight: bold;
  padding: 0 0 6px;
  font-size: 0.6em;
}
.modules_library-site-category-children .previewChild div.previewChildImage {
  position: relative;
}
.modules_library-site-category-children .previewChild div.previewChildImage img {
  position: relative;
  width: 230px;
  height: 316px;
}

.modules_library-site-category-page {
  padding: 0 24px;
}
.modules_library-site-category-page p,
.modules_library-site-category-page .bullets {
  font-size: 0.8em;
  font-style: normal;
}
.modules_library-site-category-page.grid-container {
  max-width: 100%;
}
.modules_library-site-category-page section {
  padding-bottom: 30px;
}
.modules_library-site-category-page section .scrollable {
  margin-top: 12px;
}
.modules_library-site-category-page .moreLink {
  padding-top: 34px;
}
.modules_library-site-category-page .view-search-unified-empty {
  margin-top: 12px;
}
.modules_library-site-category-page .bullets ul {
  list-style: inside;
  padding: 12px 24px;
}
.modules_library-site-category-page .bullets ul li {
  list-style: inside;
}
@media (max-width: 500px) {
  .modules_library-site-category-page {
    padding: 0 12px;
  }
  .modules_library-site-category-page .topHeading {
    font-size: 1em;
  }
}

.modules_library-site-category-popular {
  padding-bottom: 30px;
}
.modules_library-site-category-popular .card-user-profile-name {
  font-size: 1rem;
}
.modules_library-site-category-popular .heading {
  padding-bottom: 20px;
}
.modules_library-site-category-popular .large-2 {
  padding: 0 12px;
}

.modules_library-site-category-stores {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
}
.modules_library-site-category-stores .modules_library-site-store-card {
  width: 280px;
  max-width: 280px;
  min-width: 280px;
  flex: 1;
  margin-right: 40px;
  border-radius: 2px;
}
.modules_library-site-category-stores .modules_library-site-store-card .screenshot {
  width: 280px;
  height: 200px;
  text-align: center;
  line-height: 200px;
}
.modules_library-site-category-stores .modules_library-site-store-card .screenshot img {
  max-width: 280px;
  max-height: 200px;
  vertical-align: middle;
}
.modules_library-site-category-stores .modules_library-site-store-card .compareButton {
  top: 160px;
}
.modules_library-site-category-stores .modules_library-site-store-card .name {
  padding-top: 12px;
}
.modules_library-site-category-stores .modules_library-site-store-card .categories {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.modules_library-site-category-stores .modules_library-site-store-card .subscribed {
  display: block;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
.modules_library-site-category-stores .modules_library-site-store-card .fancyStarsLink {
  display: inline;
}
.modules_library-site-category-stores .modules_library-site-store-card .fancyStarsLink .fancyStars {
  display: inline;
  text-align: left;
}
.modules_library-site-category-stores .modules_library-site-store-card .reviewCount {
  display: inline;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 12px;
}

.modules_library-site-review-speechBubble .bubble {
  background: #F3F3F3;
  border-radius: 4px;
  position: relative;
}
.modules_library-site-review-speechBubble .bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 32%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #F3F3F3;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}
.modules_library-site-review-speechBubble .bubble .blurOut {
  padding: 20px;
  position: relative;
}
.modules_library-site-review-speechBubble .bubble .blurOut:after {
  background: linear-gradient(90deg, rgba(243, 243, 243, 0), rgb(243, 243, 243));
  bottom: 2px;
  content: "";
  height: 42px;
  left: 0;
  position: absolute;
  width: calc(100% - 2px);
}
.modules_library-site-review-speechBubble .bubble .icon {
  float: left;
  padding-right: 8px;
}
.modules_library-site-review-speechBubble.featured .bubble {
  background: #E5C5DE;
}
.modules_library-site-review-speechBubble.featured .bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 32%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #E5C5DE;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}
.modules_library-site-review-speechBubble.featured .bubble .blurOut:after {
  background: linear-gradient(90deg, rgba(229, 197, 222, 0), #E5C5DE);
  bottom: 2px;
  content: "";
  height: 42px;
  left: 0;
  position: absolute;
  width: calc(100% - 2px);
}

.modules_library-site-search-bar-algo {
  border: 1px solid #FF8635;
  border-radius: 3px;
  padding: 20px;
  position: relative;
}
.modules_library-site-search-bar-algo h1 {
  font-size: 1.2em;
  padding-top: 30px;
}
.modules_library-site-search-bar-algo h2 {
  font-size: 1em;
}
.modules_library-site-search-bar-algo label {
  line-height: 1;
  margin-bottom: 1rem;
}
.modules_library-site-search-bar-algo label input {
  margin: 0.5rem 0 0;
}
.modules_library-site-search-bar-algo label span {
  font-size: 0.6em;
}
.modules_library-site-search-bar-algo p {
  font-size: 0.8em;
}
.modules_library-site-search-bar-algo span.isAdmin {
  color: #FF8635;
  font-size: 3em;
  font-weight: bold;
  line-height: 0.6;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.modules_library-site-search-bar-filter {
  background-color: #F3F3F3;
  display: flex;
  font-size: 0.85em;
  padding: 14px;
  position: relative;
  z-index: 1;
}
.modules_library-site-search-bar-filter .modules_library-site-icon {
  margin-left: 8px;
}
@media (max-width: 1023px) {
  .modules_library-site-search-bar-filter {
    display: none;
  }
}

.modules_library-site-search-bar .modules_library-site-search-bar-input {
  z-index: 1000;
  right: 320px;
  position: absolute;
  top: 29px;
  width: calc(70vw - 1025px);
  min-width: 300px;
}
@media (min-width: 1024px) and (max-width: 1390px) {
  .modules_library-site-search-bar .modules_library-site-search-bar-input {
    display: none;
  }
}
@media (max-width: 1023px) {
  .modules_library-site-search-bar .modules_library-site-search-bar-input {
    position: fixed;
    left: 50px;
    min-width: 200px;
    top: 8px;
    width: calc(97vw - 100px);
  }
}
.modules_library-site-search-bar.on-home .modules_library-site-search-bar-input .textInput {
  border-radius: 100px;
}
@media (min-width: 1023px) {
  .modules_library-site-search-bar.on-home .modules_library-site-search-bar-input {
    left: 27%;
    top: 336px;
    width: 50%;
  }
  .modules_library-site-search-bar.on-home .modules_library-site-search-bar-input .fa-search {
    top: 24px;
  }
  .modules_library-site-search-bar.on-home .modules_library-site-search-bar-input .textInput {
    height: 4em;
  }
  .modules_library-site-search-bar.on-home .modules_library-site-search-bar-suggest {
    position: absolute;
    left: 27%;
    top: 399px;
    width: 50%;
  }
  .modules_library-site-search-bar.on-home .modules_library-site-search-bar-filter {
    display: none;
  }
}
@media (min-width: 1715px) {
  .modules_library-site-search-bar.on-home .modules_library-site-search-bar-input {
    top: 336px;
  }
  .modules_library-site-search-bar.on-home .modules_library-site-search-bar-suggest {
    top: 399px;
  }
}

.modules_library-site-search-bar-input {
  position: relative;
}
.modules_library-site-search-bar-input input::placeholder {
  opacity: 0.85;
  color: black;
}
.modules_library-site-search-bar-input .textInput {
  border-radius: 4px;
  margin: 0;
  padding: 24px 24px 24px 40px;
  width: 100%;
}
.modules_library-site-search-bar-input .fa-search {
  left: 12px;
  position: absolute;
  top: 0.5em;
}
.modules_library-site-search-bar-input .fa-filter {
  position: absolute;
  right: 12px;
  top: 13px;
  color: #929292;
}
.modules_library-site-search-bar-input .fa-filter.open, .modules_library-site-search-bar-input .fa-filter:hover {
  color: #3A475B;
}
@media (min-width: 501px) {
  .modules_library-site-search-bar-input .fa-filter {
    display: none;
  }
}
@media (max-width: 1024px) {
  .modules_library-site-search-bar-input .textInput {
    padding: 14px 24px 14px 40px;
  }
  .modules_library-site-search-bar-input .fa-search {
    top: 13px;
  }
  .modules_library-site-search-bar-input .fa-w-16 {
    font-size: 0.8em;
  }
}

.modules_library-site-search-bar-select,
.modules_library-site-search-bar-selected {
  color: #07080a;
  margin-right: 12px;
  position: relative;
}
.modules_library-site-search-bar-select .select-selected,
.modules_library-site-search-bar-selected .select-selected {
  background-color: #FAFAFA;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
}
.modules_library-site-search-bar-select .select-selected .fa-caret-square-o-down,
.modules_library-site-search-bar-select .select-selected .fa-caret-square-o-up,
.modules_library-site-search-bar-selected .select-selected .fa-caret-square-o-down,
.modules_library-site-search-bar-selected .select-selected .fa-caret-square-o-up {
  color: rgba(98, 112, 133, 0.5);
  font-size: 0.8em;
  padding-left: 6px;
}
.modules_library-site-search-bar-select .select-selected .sellerStarsImage,
.modules_library-site-search-bar-selected .select-selected .sellerStarsImage {
  display: inline;
}
.modules_library-site-search-bar-select .select-options,
.modules_library-site-search-bar-selected .select-options {
  background-color: white;
  border: 1px solid #F3F3F3;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  left: -1px;
  max-height: 50vh;
  min-width: 300px;
  overflow-y: scroll;
  position: absolute;
  top: 46px;
}
.modules_library-site-search-bar-select .select-options li a,
.modules_library-site-search-bar-selected .select-options li a {
  color: #333;
  display: block;
  padding: 4px 12px;
}
.modules_library-site-search-bar-select .select-options li a:hover,
.modules_library-site-search-bar-selected .select-options li a:hover {
  background-color: #FAFAFA;
  cursor: pointer;
}
.modules_library-site-search-bar-select .select-options li.selected a,
.modules_library-site-search-bar-selected .select-options li.selected a {
  background-color: #FAFAFA;
}
.modules_library-site-search-bar-select .select-options li ul,
.modules_library-site-search-bar-selected .select-options li ul {
  font-size: 0.8em;
  font-style: oblique;
}
.modules_library-site-search-bar-select.sort-select .fa-arrow-right,
.modules_library-site-search-bar-selected.sort-select .fa-arrow-right {
  color: rgba(98, 112, 133, 0.5);
  font-size: 0.6em;
  position: relative;
  top: -0.1em;
}

@media (max-width: 500px) {
  .modules_library-site-search-bar-select {
    margin: auto;
    position: relative;
  }
  .modules_library-site-search-bar-select .select-selected {
    padding: 4px 12px;
  }
  .modules_library-site-search-bar-select .select-options {
    left: auto;
    max-height: 80vh;
    min-width: 100%;
    position: relative;
    top: auto;
    width: 100%;
  }
}
.modules_library-site-search-bar-selected .select-selected {
  background-color: #B7C0CC;
  color: #3A475B;
}
.modules_library-site-search-bar-selected .select-selected .sellerStarsImage {
  display: inline;
}

@media (max-width: 1024px) {
  .modules_library-site-search-bar-selected {
    display: none;
  }
}
.modules_library-site-search-bar-suggest {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 2px;
  color: #07080a;
  display: flex;
  right: 252px;
  max-height: 50vh;
  overflow-y: scroll;
  padding: 10px 0;
  position: absolute;
  top: 100px;
  width: calc(78vw - 1025px);
  min-width: 300px;
  z-index: 100000;
}
@media (min-width: 1024px) and (max-width: 1390px) {
  .modules_library-site-search-bar-suggest {
    display: none;
  }
}
.modules_library-site-search-bar-suggest a {
  display: block;
  padding: 4px 12px;
}
.modules_library-site-search-bar-suggest a:hover {
  background-color: #FAFAFA;
  cursor: pointer;
}
.modules_library-site-search-bar-suggest li ul {
  font-size: 0.8em;
  font-style: oblique;
}
.modules_library-site-search-bar-suggest .selectHeading {
  font-size: 0.6em;
  font-weight: bold;
  padding: 4px 12px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .modules_library-site-search-bar-suggest {
    left: 50px;
    top: 42px;
    width: calc(100vw - 100px);
  }
}

.modules_library-site-search-page-empty,
.modules_library-site-search-page-errors {
  align-items: center;
  background-color: #FAFAFA;
  border: 1px solid #F3F3F3;
  border-radius: 2px;
  display: flex;
  font-size: 0.8em;
  font-style: oblique;
  height: 300px;
  margin-top: 18px;
  text-align: center;
}
.modules_library-site-search-page-empty div,
.modules_library-site-search-page-errors div {
  flex: 1;
}
.modules_library-site-search-page-empty .call-to-action,
.modules_library-site-search-page-errors .call-to-action {
  font-style: normal;
  font-weight: 400;
}

.modules_library-site-search-page-featured .modules_library-site-store-card {
  padding-bottom: 40px;
}
.modules_library-site-search-page-featured .modules_library-site-store-card div {
  padding-bottom: 12px;
}
.modules_library-site-search-page-featured .modules_library-site-store-card .screenshot img {
  width: 100%;
}
.modules_library-site-search-page-featured .modules_library-site-store-card .compareButton {
  float: right;
  margin-right: 95px;
  margin-top: -3vw;
  position: relative;
  right: auto;
  top: auto;
}
.modules_library-site-search-page-featured .modules_library-site-store-card .name {
  padding-top: 12px;
  word-wrap: break-word;
}
.modules_library-site-search-page-featured .modules_library-site-store-card .categories {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.modules_library-site-search-page-featured .modules_library-site-store-card .subscribed {
  display: inline-block;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
.modules_library-site-search-page-featured .modules_library-site-store-card .fancyStarsLink {
  display: inline;
}
.modules_library-site-search-page-featured .modules_library-site-store-card .fancyStarsLink:before {
  content: "\a\a";
  white-space: pre;
}
.modules_library-site-search-page-featured .modules_library-site-store-card .fancyStarsLink .fancyStars {
  display: inline;
  text-align: left;
}
.modules_library-site-search-page-featured .modules_library-site-store-card .reviewCount {
  display: inline;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 12px;
}

.modules_library-site-search-page {
  padding: 0 30px;
}
@media (max-width: 500px) {
  .modules_library-site-search-page {
    padding: 0 12px;
  }
}
.modules_library-site-search-page .content {
  display: flex;
}
.modules_library-site-search-page .content .LeftContent {
  padding-right: 60px;
  width: 75vw;
}
.modules_library-site-search-page .content .RightContent {
  width: 25vw;
}
@media (max-width: 1199px) {
  .modules_library-site-search-page .content {
    display: block;
  }
  .modules_library-site-search-page .content .LeftContent {
    width: auto;
    padding-right: 0;
  }
  .modules_library-site-search-page .content .RightContent {
    width: auto;
  }
  .modules_library-site-search-page .content .RightContent .modules_library-site-search-page-featured {
    display: flex;
  }
  .modules_library-site-search-page .content .RightContent .modules_library-site-search-page-featured .modules_library-site-store-card {
    padding-bottom: 40px;
    max-width: 300px;
    padding-right: 30px;
  }
}

.modules_library-site-store-alternatives .modules_library-site-store-card,
.modules_library-site-search-page-stores .modules_library-site-store-card {
  align-items: center;
  border-bottom: 1px solid #F3F3F3;
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.modules_library-site-store-alternatives .modules_library-site-store-card .screenshot,
.modules_library-site-search-page-stores .modules_library-site-store-card .screenshot {
  order: 1;
}
.modules_library-site-store-alternatives .modules_library-site-store-card .name,
.modules_library-site-search-page-stores .modules_library-site-store-card .name {
  color: #6157f3;
  font-size: 1.5em;
  font-weight: bold;
  order: 2;
  word-wrap: break-word;
}
.modules_library-site-store-alternatives .modules_library-site-store-card .name a,
.modules_library-site-search-page-stores .modules_library-site-store-card .name a {
  color: #6157f3;
}
.modules_library-site-store-alternatives .modules_library-site-store-card .subscribed,
.modules_library-site-search-page-stores .modules_library-site-store-card .subscribed {
  order: 3;
}
.modules_library-site-store-alternatives .modules_library-site-store-card .subscribed img,
.modules_library-site-search-page-stores .modules_library-site-store-card .subscribed img {
  width: 16px;
}
.modules_library-site-store-alternatives .modules_library-site-store-card .categories,
.modules_library-site-search-page-stores .modules_library-site-store-card .categories {
  order: 4;
}
.modules_library-site-store-alternatives .modules_library-site-store-card .fancyStarsLink,
.modules_library-site-search-page-stores .modules_library-site-store-card .fancyStarsLink {
  order: 5;
}
.modules_library-site-store-alternatives .modules_library-site-store-card .reviewCount,
.modules_library-site-search-page-stores .modules_library-site-store-card .reviewCount {
  order: 6;
}
.modules_library-site-store-alternatives .modules_library-site-store-card .compareButton,
.modules_library-site-search-page-stores .modules_library-site-store-card .compareButton {
  position: relative;
  top: auto;
  right: auto;
  order: 7;
  width: 50px;
}
@media (max-width: 749px) {
  .modules_library-site-store-alternatives .modules_library-site-store-card .screenshot,
  .modules_library-site-search-page-stores .modules_library-site-store-card .screenshot {
    text-align: center;
  }
  .modules_library-site-store-alternatives .modules_library-site-store-card .screenshot img,
  .modules_library-site-search-page-stores .modules_library-site-store-card .screenshot img {
    width: 75%;
  }
  .modules_library-site-store-alternatives .modules_library-site-store-card .screenshot,
  .modules_library-site-search-page-stores .modules_library-site-store-card .screenshot {
    padding-bottom: 12px;
    width: 75%;
  }
  .modules_library-site-store-alternatives .modules_library-site-store-card .screenshot img,
  .modules_library-site-search-page-stores .modules_library-site-store-card .screenshot img {
    width: 100%;
  }
  .modules_library-site-store-alternatives .modules_library-site-store-card .name,
  .modules_library-site-store-alternatives .modules_library-site-store-card .subscribed,
  .modules_library-site-store-alternatives .modules_library-site-store-card .categories,
  .modules_library-site-store-alternatives .modules_library-site-store-card .fancyStarsLink,
  .modules_library-site-store-alternatives .modules_library-site-store-card .reviewCount,
  .modules_library-site-search-page-stores .modules_library-site-store-card .name,
  .modules_library-site-search-page-stores .modules_library-site-store-card .subscribed,
  .modules_library-site-search-page-stores .modules_library-site-store-card .categories,
  .modules_library-site-search-page-stores .modules_library-site-store-card .fancyStarsLink,
  .modules_library-site-search-page-stores .modules_library-site-store-card .reviewCount {
    margin-bottom: 0;
    padding-bottom: 8px;
  }
}
@media (min-width: 750px) {
  .modules_library-site-store-alternatives .modules_library-site-store-card,
  .modules_library-site-search-page-stores .modules_library-site-store-card {
    flex-direction: row;
    margin-bottom: 6px;
    padding: 20px;
  }
  .modules_library-site-store-alternatives .modules_library-site-store-card .screenshot,
  .modules_library-site-search-page-stores .modules_library-site-store-card .screenshot {
    width: calc(15% - 10px);
  }
  .modules_library-site-store-alternatives .modules_library-site-store-card .screenshot img,
  .modules_library-site-search-page-stores .modules_library-site-store-card .screenshot img {
    width: 100%;
  }
  .modules_library-site-store-alternatives .modules_library-site-store-card .name,
  .modules_library-site-search-page-stores .modules_library-site-store-card .name {
    padding: 12px;
    width: calc(25% - 8px);
  }
  .modules_library-site-store-alternatives .modules_library-site-store-card .subscribed,
  .modules_library-site-search-page-stores .modules_library-site-store-card .subscribed {
    width: calc(15% - 10px);
  }
  .modules_library-site-store-alternatives .modules_library-site-store-card .categories,
  .modules_library-site-store-alternatives .modules_library-site-store-card .fancyStarsLink,
  .modules_library-site-store-alternatives .modules_library-site-store-card .reviewCount,
  .modules_library-site-search-page-stores .modules_library-site-store-card .categories,
  .modules_library-site-search-page-stores .modules_library-site-store-card .fancyStarsLink,
  .modules_library-site-search-page-stores .modules_library-site-store-card .reviewCount {
    width: calc(15% - 8px);
  }
}

.modules_library-site-store-alternatives {
  padding: 20px 4vw;
  max-width: 1200px;
  margin: auto;
}
.modules_library-site-store-alternatives .description {
  font-size: 0.8em;
}
.modules_library-site-store-alternatives .description span {
  font-style: oblique;
}
.modules_library-site-store-alternatives .mainStore {
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.modules_library-site-store-alternatives .alternativeStore {
  border-bottom: 1px solid #ccc;
}
.modules_library-site-store-alternatives .alternativeStore:last {
  border: none;
}
.modules_library-site-store-alternatives .reviews .review {
  padding: 20px;
  font-size: 0.7em;
}
.modules_library-site-store-alternatives .reviews .review .modules_library-site-user-user {
  padding-top: 16px;
}
.modules_library-site-store-alternatives .reviews .review .modules_library-site-user-user .username {
  padding-top: 8px;
  font-size: 0.5em;
}
.modules_library-site-store-alternatives .reviews .review .bubble:after {
  left: 80px;
}
.modules_library-site-store-alternatives .reviews .review .blurOut:after {
  display: none;
}
.modules_library-site-store-alternatives .modules_library-site-store-card {
  border-bottom: none;
}

* {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html h1, html h2, html h3, html h4, html h5, html h6 {
  font-family: Jost, sans-serif;
  line-height: 1.5em;
}

body {
  font-family: Jost, sans-serif;
}

body p {
  line-height: 1.5em;
}
body p.subheader {
  line-height: 1.5em;
}

body h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body p, .p {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
}

.header {
  font-size: 2rem;
}

.boldest {
  font-weight: 900;
}

@media print, screen and (min-width: 1301px) {
  .header {
    font-size: 3rem;
  }
  .header-subtext {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 1023px) {
  .header {
    font-size: 2.5rem;
  }
  .header-subtext {
    font-size: 1.7rem;
    font-weight: 400;
  }
}
@media print, screen and (max-width: 599px) {
  .header {
    font-size: 2rem;
  }
  .header-subtext {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 40em) {
  body h1, .h1 {
    font-size: 2rem;
  }
  body h2, .h2 {
    font-size: 1.5rem;
  }
  body h3, .h3 {
    font-size: 1.35rem;
  }
  body h4, .h4 {
    font-size: 1.25rem;
  }
  body h5, .h5 {
    font-size: 1.125rem;
  }
  body h6, .h6 {
    font-size: 1.0625rem;
  }
  body p, .p {
    font-size: 1.0625rem;
  }
}
/* New CX Components Colors Begin */
/* New CX Components Colors End */
.mobileNav .active-item {
  color: black;
  font-size: large;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}
.mobileNav {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  background-color: #ebebeb;
}
.mobileNav .active-item:after {
  border-color: #6157f3 transparent transparent;
}

.ratings-distribution .ratings-bar {
  align-items: center;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  width: 400px;
}
.ratings-distribution .progress {
  margin-bottom: 0;
  height: 1em;
}
.ratings-distribution .progress, .ratings-distribution .progress-meter {
  border-radius: 3px;
}
.ratings-distribution .percent {
  text-align: right;
}
.ratings-distribution .progress-meter-not-zero .progress-meter {
  min-width: 3%;
}
.ratings-distribution .progress-meter {
  background: #6157f3;
}

.comparisonController .review-reactions-grid {
  align-items: center;
}
.comparisonController .helpful-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  transition: background 0.5s ease;
  background-image: url("/static/images/review_buttons/helpful_review_icon-hover.png");
}
.comparisonController .cool-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  transition: background 0.5s ease;
  background-image: url("/static/images/review_buttons/cool_review_icon-hover.png");
}
.comparisonController .purple {
  color: purple;
}
.comparisonController .button {
  background-color: purple;
  margin-left: 1em;
}
.comparisonController .button:hover {
  background-color: #BA55D3;
}
.comparisonController .main-bg {
  background-image: linear-gradient(white, #f0f0f0);
}
.comparisonController .transparent-bg {
  background: transparent;
}
.comparisonController .gray {
  background-color: #F0F0F0 !important;
}
.comparisonController .grid-padding-x {
  padding-top: 0.7em;
}
.comparisonController .category-rank {
  font-weight: 400;
}
.comparisonController .compare-header {
  padding-top: 5rem;
  paddint-bottom: 4rem;
}
.comparisonController .field-header {
  background-color: gainsboro;
}
.comparisonController .overall-row {
  display: flex;
  align-items: center;
  margin: inherit;
}
.comparisonController .meter-text-grid {
  width: 100%;
}
.comparisonController .category-row {
  display: flex;
  align-items: baseline;
}
.comparisonController .progress p {
  position: absolute;
  display: block;
  width: 100%;
  margin-left: 1.5em;
}
.comparisonController .grid-y {
  height: 400px;
}
.comparisonController .title-container {
  display: inline-block;
}
.comparisonController .subheader {
  display: flex;
}
.comparisonController .subheader div {
  flex-grow: 1;
  width: 0;
}
.comparisonController .title {
  display: inline;
  font-size: 2em;
  font-weight: 700;
}
.comparisonController .seller-bar-name {
  position: relative;
  left: 0;
}
.comparisonController .loser .progress-meter {
  background-color: #808080;
}
.comparisonController .winner .progress-meter {
  background-color: indigo;
}
.comparisonController .progress-meter-text {
  font-size: 1em;
}
.comparisonController .customer-scores .progress, .comparisonController .overall-row .progress {
  position: relative;
  float: left;
  width: 80%;
  height: 2.8em;
}
.comparisonController .rating-value {
  margin-left: 0.5em;
  text-align: center;
  color: #6157f3;
  font-weight: 800;
  display: inline-block;
  vertical-align: middle;
  height: 2.8em;
}
.comparisonController .add-store-button {
  display: inline;
  padding-left: 10px;
  white-space: nowrap;
  color: purple;
  cursor: pointer;
}
.comparisonController .rating-text {
  text-align: center;
  color: indigo;
  font-weight: 800;
  width: 100%;
  display: inline-block;
}
.comparisonController .review-title {
  font-size: 1.2em;
  font-weight: 800;
}
.comparisonController .meter-cell {
  position: relative;
}
.comparisonController .seller-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comparisonController .category-rank-text h5 {
  font-size: 0.95em;
}
.comparisonController .site-store-store {
  padding: 10px;
}
.comparisonController .store-icon {
  width: 30em;
}
.comparisonController .reaction-text {
  font-weight: 700;
}

.topNav {
  font-family: "Jost", sans-serif;
  padding: 0 0 15px;
  border-bottom: 0.25em solid #f0f0f0;
}
.topNav a {
  opacity: 0.6;
  color: black !important;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  font-size: 1.2em;
}
.topNav a:hover {
  opacity: 100;
  color: #954096 !important;
  opacity: 1;
}
.topNav li {
  display: inline-block;
  padding-right: 2em;
}
.topNav .selected {
  opacity: 1;
  color: #954096 !important;
  border-bottom: 3px solid #954096;
}

.modules_library-site-comparison_suggested {
  position: absolute;
  padding: 20px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  overflow-y: scroll;
  z-index: 100000;
  background: #fff;
  width: 60vh;
}
@media screen and (max-width: 600px) {
  .modules_library-site-comparison_suggested {
    width: 40vh;
  }
}

.modules_library-site-store-card {
  font-size: 0.8em;
  position: relative;
}
.modules_library-site-store-card .screenshot img {
  background-color: #F3F3F3;
  max-width: 350px;
  border-radius: 15px;
}
.modules_library-site-store-card .compareButton {
  position: absolute;
  right: 10px;
  top: 180px;
}
.modules_library-site-store-card .compareButton a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  text-align: center;
  width: 50px;
}
.modules_library-site-store-card .compareButton a svg {
  margin: 0;
}
.modules_library-site-store-card .name {
  font-size: 1.5em;
  color: #07080a;
}
.modules_library-site-store-card .name a {
  color: #07080a;
}
.modules_library-site-store-card .categories li {
  display: inline;
  font-size: 0.8em;
  list-style: none;
  padding-right: 12px;
}
.modules_library-site-store-card .subscribed img {
  width: 16px;
}
.modules_library-site-store-card .modules_library-site-review-speechBubble {
  padding-top: 18px;
}
.modules_library-site-store-card .modules_library-site-review-speechBubble .modules_library-site-review-review {
  height: 60px;
  overflow: hidden;
}
.modules_library-site-store-card .modules_library-site-review-speechBubble .modules_library-site-review-review .title {
  font-weight: 700;
}
.modules_library-site-store-card .modules_library-site-review-speechBubble .modules_library-site-user-user {
  align-items: center;
  display: flex;
  padding-top: 12px;
}
.modules_library-site-store-card .modules_library-site-review-speechBubble .modules_library-site-user-user .username {
  margin-left: 12px;
}
.modules_library-site-store-card .description {
  font-size: 1.2em;
  color: black;
  max-height: 80px;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 18px;
}

.site-store-store .store-link {
  font-weight: 500;
}
.site-store-store .store-thumb {
  position: relative;
  padding-top: 10px;
}
.site-store-store .store-thumb .closeButton {
  position: absolute;
  cursor: pointer;
  color: white;
  background-color: #6157f3;
  border-radius: 50%;
  top: 0.75em;
  right: 0.8em;
}
.site-store-store .store-label .siteStars {
  min-height: 60px;
}
.site-store-store .store-label .fancyStars span {
  margin: 0;
}
.site-store-store .rating-count {
  font-size: 1.5em;
}
.site-store-store .rr-purple {
  color: #6157f3;
}
.site-store-store .rr-purple.store-link:hover {
  color: rebeccapurple;
}
.site-store-store .rr-purple.store-title {
  font-size: 1.2em;
}
.site-store-store .rr-purple.button {
  background: #6157f3;
  color: white;
}
.site-store-store .rr-purple.button:hover {
  color: white;
  background: rebeccapurple;
}

.underline {
  text-decoration: underline;
}

.apps-site-containers-store .comparison-button {
  border-radius: 20px;
  background-color: white;
  background: white;
  border: 2px solid #7048ED;
  color: #7B4FF1;
}
.apps-site-containers-store .comparison-button:hover {
  color: #7048ED;
  background: white;
}

.flyout {
  color: #222B3C;
  line-height: 1.618;
}
.flyout--animate {
  -webkit-animation: popover_body 400ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation: popover_body 400ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.flyout--inverse {
  color: #FFFFFF;
}
.flyout__container {
  border-radius: 3px;
  background: #FFFFFF;
  padding: 1rem;
  z-index: 2147483645;
  box-shadow: 0 0.085rem 0.255rem rgba(183, 192, 204, 0.5), 0 0.085rem 0.17rem rgba(183, 192, 204, 0.5);
  -webkit-box-shadow: 0 0.085rem 0.255rem rgba(183, 192, 204, 0.5), 0 0.085rem 0.17rem rgba(183, 192, 204, 0.5);
  -moz-box-shadow: 0 0.085rem 0.255rem rgba(183, 192, 204, 0.5), 0 0.085rem 0.17rem rgba(183, 192, 204, 0.5);
  box-shadow: 0 0.085rem 0.255rem rgba(183, 192, 204, 0.5), 0 0.085rem 0.17rem rgba(183, 192, 204, 0.5);
}
.flyout__container--inverse {
  background: #222B3C;
  padding: 0.5rem 1rem;
}
.flyout__container--flat {
  border-radius: 0;
}
.flyout__container--no-padding {
  padding: 0;
}
.flyout__caret:before {
  width: 1rem;
  height: 1rem;
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  box-shadow: -0.17rem 0.17rem 0.17rem -0.085rem #B7C0CC;
}
.flyout--attachment-top.flyout--axis-vertical .flyout__caret:before {
  bottom: 0.085rem;
  margin-bottom: -0.5rem;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.flyout--attachment-top.flyout--axis-horizontal .flyout__caret:before {
  top: 0.85rem;
}
.flyout--attachment-bottom.flyout--axis-vertical .flyout__caret:before {
  top: 0.085rem;
  margin-top: -0.5rem;
  box-shadow: -0.085rem 0.085rem 0.085rem -0.085rem #B7C0CC;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.flyout--attachment-bottom.flyout--axis-horizontal .flyout__caret:before {
  bottom: 0.85rem;
}
.flyout--attachment-right.flyout--axis-vertical .flyout__caret:before {
  right: 0.85rem;
}
.flyout--attachment-right.flyout--axis-horizontal .flyout__caret:before {
  left: 0;
  margin-left: -0.35rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flyout--attachment-left.flyout--axis-vertical .flyout__caret:before {
  left: 0.85rem;
}
.flyout--attachment-left.flyout--axis-horizontal .flyout__caret:before {
  right: 0;
  margin-right: -0.35rem;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.flyout--attachment-center .flyout__caret:before {
  left: 50%;
  margin-left: -0.5rem;
}
.flyout--attachment-middle .flyout__caret:before {
  top: 50%;
  margin-top: -0.5rem;
}
.flyout__caret--inverse:before {
  background: #222B3C;
  box-shadow: none;
}

.rel {
  position: relative;
}

.fixed {
  position: fixed;
}

.rate-info-icon {
  position: absolute;
  top: 15%;
  right: 5%;
}

.store-index .storePicker {
  font-weight: 600;
}
.store-index .storePicker .selectHeading {
  font-weight: 600;
  line-height: 1.5;
  color: #58595b;
}
.store-index .storePicker .grid-x {
  display: flex;
  align-items: center;
}
.store-index .storePicker .store_name {
  color: purple;
}
.store-index .storePicker .add-store-button {
  color: purple;
  cursor: pointer;
}
.store-index .store-index-form {
  align-items: center;
}
.store-index .store-index-form .fa-filter {
  display: none;
}
.store-index .views-search-unified-category-children .icon {
  max-width: 100px;
}
.store-index #StartReviewStars {
  padding-right: 20px;
}
.store-index .UnifiedSearchInput {
  position: relative;
}
.store-index .UnifiedSearchInput .textInput {
  padding: 24px 24px 24px 40px;
  width: 100%;
  margin: 0;
}
.store-index .UnifiedSearchInput .fa-search {
  position: absolute;
  top: 17px;
  left: 10px;
}
.store-index .UnifiedSearchSuggestSelect {
  width: 100%;
  color: #07080a;
  z-index: 100000;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #cacaca;
  padding: 10px 15px;
  max-height: 50vh;
  overflow-y: scroll;
  position: absolute;
}
.store-index .UnifiedSearchSuggestSelect a {
  display: block;
  padding: 4px 12px;
}
.store-index .UnifiedSearchSuggestSelect a:hover {
  cursor: pointer;
  background-color: #FAFAFA;
}

#store_view {
  /* New CX Components Colors Begin */
  /* New CX Components Colors End */
}
#store_view .mobileNav .active-item {
  color: black;
  font-size: large;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}
#store_view .mobileNav {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  background-color: #ebebeb;
}
#store_view .mobileNav .active-item:after {
  border-color: #6157f3 transparent transparent;
}
#store_view .banner {
  padding: 0.5rem 2rem;
  background-color: #1CBDFF;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
}
#store_view .banner--clickable {
  cursor: pointer;
  opacity: 0.92;
}
#store_view .banner--clickable:hover {
  opacity: 1;
}
#store_view .banner--center {
  justify-content: center;
}
#store_view .banner--info {
  background-color: #92CF26;
}
#store_view .banner--info .banner__close {
  color: inherit;
}
#store_view .banner--warning {
  background-color: #fdd800;
}
#store_view .banner--warning .banner__close {
  color: inherit;
}
#store_view .banner--error {
  background-color: #F43D58;
}
#store_view .banner__text {
  align-self: center;
}
#store_view .banner__close {
  padding-left: 1rem;
  padding-right: 1rem;
  align-self: center;
  color: #FFFFFF;
}
#store_view .banner__icon {
  margin-right: 1rem;
}
#store_view .txt--Salt {
  color: white;
}
#store_view #store-tabs {
  display: block;
  white-space: nowrap;
}
#store_view #store-tabs .tabs-title {
  display: inline-block;
  float: none;
}
#store_view .pricecheck {
  height: 175px;
}
#store_view #demo:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  top: 0;
  left: 250px;
}
#store_view .sales {
  background-color: #f6f6f6;
}
#store_view dd a {
  font-size: 13px;
  color: #333;
}
#store_view .tabs-content {
  border: none;
  background: none;
}
#store_view section.discover_content:before {
  -ms-transform: skewY(0);
  transform: skewY(0);
  box-shadow: none;
  width: 0;
}
#store_view section.discover_content {
  background: #F3F3F3;
}
#store_view .highlights-grid .highlights-cell {
  width: 20%;
}
#store_view .alert-callout {
  background-color: red;
  color: white;
  padding: 20px;
  border-radius: 10px;
}
#store_view #store-page-rating {
  align-items: center;
}
#store_view #store-page-rating .no-highlights {
  padding: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  background-image: linear-gradient(to right, #C186DC, #C600EA, #C600EA, #A321DD);
  color: white;
  border-color: white;
  border-style: dashed;
}
#store_view #store-page-rating .distText {
  font-size: 14px;
}
#store_view #store-page-rating .reactSeparator {
  display: inline-block;
}
#store_view #store-page-rating .reactSeparator .dropdown {
  width: 100%;
}
#store_view #store-page-rating .reactSeparator .dropdown .dropdown_toggle {
  border: none;
  color: #6157f3;
}
#store_view #store-page-rating .reactSeparator .dropdown .dropdown_toggle span {
  font-size: 0.9rem;
  padding-right: 5px;
}
#store_view #store-page-rating .reactSeparator .dropdown .dropdown-container .scrollbox .menu-option {
  min-width: 7.2rem;
}
#store_view .siteReviewFilters .dropdown {
  width: 100%;
}
#store_view .siteReviewFilters #StartReviewStars {
  padding-top: 5px;
}
#store_view .siteReviewFilters {
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.05);
  background: #fafafa;
  border-radius: 0.4em;
  padding: 1.5em;
}
#store_view .siteReviewFilters:before {
  content: "";
  position: relative;
  top: -13px;
}
@media screen and (min-width: 1024px) {
  #store_view .siteReviewFilters:before {
    left: 37%;
  }
}
@media screen and (max-width: 1023px) {
  #store_view .siteReviewFilters:before {
    left: 64%;
  }
}
@media screen and (max-width: 800px) {
  #store_view .siteReviewFilters:before {
    left: 75%;
  }
}
#store_view .siteReviewFilters:before {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fafafa;
  border-top: 0;
  margin-left: -20px;
  margin-top: -20px;
}
@media screen and (min-width: 1024px) {
  #store_view .tabs {
    float: right;
  }
  #store_view .tabs-title > a, #store_view .tabs-link > a {
    display: block;
    line-height: 1;
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
    color: #6157f3;
  }
}
#store_view .drilldown .is-drilldown-submenu-parent > a::after {
  display: none;
}
@media screen and (max-width: 1023px) {
  #store_view .tabs-title > a, #store_view .tabs-link > a {
    font-size: 0.9rem;
    padding: 1rem 1.25rem;
    display: block;
    line-height: 1;
    color: #6157f3;
  }
}
@media screen and (max-width: 1023px) and (max-width: 334px) {
  #store_view .tabs-title > a, #store_view .tabs-link > a {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  #store_view .tabs {
    border-bottom: none;
  }
}
#store_view .breadcrumbs a.rr-purple {
  color: #6157f3;
}
#store_view .tableRatingsSideBar {
  padding: 2rem;
}
#store_view .openbox {
  background-color: #fff;
  color: #6157f3;
  border: 1px solid #6157f3;
  font-size: 20px;
  box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#store_view .openbox:hover {
  background-color: #6157f3;
  color: #FFF;
  border: 1px solid #6157f3;
}
#store_view .openbox.button {
  padding: 0.85em 4em;
}
#store_view .DateRangePicker {
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.05);
}
#store_view .DateRangePicker .DateRangePickerInput {
  border: none;
}
#store_view .DateRangePicker .DateRangePickerInput .DateInput {
  width: 135px;
}
#store_view .tabs-title > a, #store_view .tabs-link > a {
  font-family: "Jost", sans-serif;
}
#store_view .reactTagList.selectable ul li i {
  font-size: 1em;
  position: relative;
}
#store_view .reactTagList.selectable ul {
  margin-bottom: 0;
}
#store_view .reactTagList {
  margin-bottom: 20px;
  margin-top: 20px;
}
#store_view .DateRangePickerInput__arrow {
  display: none;
}
#store_view .review-filter-tag {
  font-size: 16px;
  color: #6157f3;
  font-weight: 700;
  border-radius: 3px;
}
#store_view .review-filter-tag .fa-star {
  color: #6157f3;
}
#store_view .review-filter-tag .fa-times {
  color: #0a0a0a;
  margin-left: 5px;
}
#store_view .review-filter-tag:hover {
  color: #FFFFFF;
}
#store_view .review-filter-tag:hover .fa-star {
  color: #FFFFFF;
}
#store_view .review-filter-tag:hover .fa-times {
  color: #FFFFFF;
}
#store_view .filter-transition-enter {
  opacity: 0.01;
}
#store_view .filter-transition-enter.filter-transition-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
#store_view .filter-transition-leave {
  opacity: 1;
}
#store_view .filter-transition-leave.filter-transition-leave-active {
  opacity: 0.01;
  transition: opacity 500ms ease-in;
}
#store_view .filter-info {
  color: #F3B24E;
  font-size: 1.2em;
}
#store_view .review-transition-enter {
  opacity: 0.01;
}
#store_view .review-transition-enter.review-transition-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
#store_view .review-transition-leave {
  opacity: 1;
}
#store_view .review-transition-leave.review-transition-leave-active {
  opacity: 0.01;
  transition: opacity 500ms ease-in;
}
@media screen and (min-width: 1024px) {
  #store_view .tabs-content {
    padding-bottom: 10px;
    min-height: 340px;
  }
}
#store_view .seller-store-hero .store-stars .fa-star, #store_view .seller-store-hero .store-stars .fa-star-half-alt {
  font-size: 2.2em;
}
#store_view .seller-store-hero {
  -webkit-animation: fadein 3s;
  -moz-animation: fadein 3s;
  -o-animation: fadein 3s;
  animation: fadein 3s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#store_view .seller-store-hero {
  /* Firefox */
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#store_view .seller-store-hero {
  /* Safari and Chrome */
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#store_view #store-thumb {
  padding-top: 10px;
}
#store_view .seller-reps .user {
  display: block;
}
@media screen and (max-width: 1023px) {
  #store_view .seller-reps .store-link {
    font-size: 0.7em;
  }
}
#store_view .seller-reps {
  text-align: center;
}
#store_view .compare-wrapper .compare-button {
  width: 100%;
}
#store_view .rating-count {
  font-size: 2.5em;
}
#store_view .progress-meter {
  background: #6157f3;
}
#store_view .write-a-review-text {
  padding-right: 20px;
}
#store_view .store-label .fancyStars span {
  margin: 0;
}

@media screen and (min-width: 700px) {
  .store-welcome {
    background: url("/static/images/signup/signup_page_bg.jpg") no-repeat center;
  }
}

.category-mapper .item {
  padding: 5px;
}
.category-mapper .item a {
  color: #6157f3;
}
.category-mapper .item a:hover {
  color: #6157f3;
}

.modules_library-site-store-store-add #storeAddGrid {
  max-width: 34em;
}
.modules_library-site-store-store-add #storeAddGrid #storeAddForm .inputContainer {
  padding-bottom: 10px;
}
.modules_library-site-store-store-add #storeAddGrid #storeAddForm .inputContainer input {
  height: 3em;
}
.modules_library-site-store-store-add {
  display: flex;
  align-items: center;
}

._view_store_glossary menu {
  padding: 0;
}
._view_store_glossary menu h2 {
  padding-top: 20px;
}
._view_store_glossary .store-glossary {
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  ._view_store_glossary .store-glossary {
    padding: 0 44px;
  }
}
._view_store_glossary .store-glossary li {
  padding: 6px 0;
}
@media (max-width: 639px) {
  ._view_store_glossary .store-glossary li {
    padding: 15px 0;
  }
}
._view_store_glossary .stores {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
  ._view_store_glossary .stores {
    height: 900px;
  }
  ._view_store_glossary .stores li {
    width: 33vw;
  }
}
._view_store_glossary .backtotop {
  font-size: 0.8em;
}
._view_store_glossary .hashnav {
  list-style: none;
}
._view_store_glossary .hashnav li {
  display: inline;
}

.policy .policy-grid .policy-text {
  font-size: 0.75em;
}
.policy .policy-grid .not-policy {
  opacity: 40%;
  color: grey;
}
.policy .policy-grid .not-policy img {
  filter: grayscale(100%);
}
.policy .policy-grid .has-policy h6 {
  color: black;
  font-weight: bold;
}
.policy .border {
  display: block;
  position: relative;
  border-bottom: 2px solid rgb(241, 241, 241);
  top: 27px;
  z-index: -1;
}
.policy .policy-title {
  display: inline-block;
  background: #e6e6e6;
  color: #363636;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.category-rank {
  color: #6157f3;
  align-items: center;
}
.category-rank .category-rank-icon-wrapper {
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(to right, #8e60fc, #6740e8);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
.category-rank .category-rank-icon-wrapper .category-rank-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  width: 65px;
  height: 65px;
}
.category-rank .category-rank-text .category-link {
  text-decoration: underline;
  text-transform: capitalize;
}
.category-rank .category-rank-text .category-link:hover {
  color: #6157f3;
}

.site-user-avatar img {
  display: none;
}
.site-user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}

.apps-site-containers-user {
  background: #ECECEC;
}
.apps-site-containers-user .tabs {
  background: #ECECEC;
}
.apps-site-containers-user .tabs__tabitem {
  display: inline-block;
  padding-right: 4em;
  color: #639;
}
.apps-site-containers-user .tabs__tabitem:hover {
  cursor: pointer;
  color: #6740E8;
}
.apps-site-containers-user .tabs__tabitem--selected {
  text-decoration: underline;
  color: #6740E8;
}
.apps-site-containers-user .discover_content .review.store-review {
  background: white;
  padding: 35px;
  border-radius: 5px;
}
.apps-site-containers-user .discover_content .user-wrapper {
  height: 100%;
  background: white;
}

#user_view .subheader {
  color: #1f2532;
}
#user_view section.discover_content:before {
  display: none;
}
#user_view .avatar {
  border-radius: 50px;
}
#user_view .user-info {
  align-items: center;
  padding: 30px;
}
#user_view .biography {
  white-space: pre-line;
}
#user_view .no-reviews {
  display: flex;
  height: 100%;
}

.apps-site-containers-user {
  background: #ECECEC;
}
.apps-site-containers-user .tabs {
  background: #ECECEC;
}
.apps-site-containers-user .tabs__tabitem {
  display: inline-block;
  padding-right: 4em;
  color: #639;
}
.apps-site-containers-user .tabs__tabitem:hover {
  cursor: pointer;
  color: #6740E8;
}
.apps-site-containers-user .tabs__tabitem--selected {
  text-decoration: underline;
  color: #6740E8;
}
.apps-site-containers-user .discover_content .review.store-review {
  background: white;
  padding: 35px;
  border-radius: 5px;
}
.apps-site-containers-user .discover_content .user-wrapper {
  height: 100%;
  background: white;
}

#user_view .subheader {
  color: #1f2532;
}
#user_view section.discover_content:before {
  display: none;
}
#user_view .avatar {
  border-radius: 50px;
}
#user_view .user-info {
  align-items: center;
  padding: 30px;
}
#user_view .biography {
  white-space: pre-line;
}
#user_view .no-reviews {
  display: flex;
  height: 100%;
}

.side-nav {
  padding: 2rem;
}

.user-header {
  padding: 5rem;
}

.alert-box span {
  background: green;
}

@media print, screen and (min-width: 40em) {
  .cell.user-card {
    border-radius: 5px;
    padding: 0 30px 30px;
  }
  .cell.user-card .no-padding {
    padding: 0;
  }
  .cell.user-card {
    margin: 20px 1.08375rem;
  }
  .cell.user-card.white {
    background: white;
  }
}
#loginContainer .store-link {
  text-decoration: underline;
}
#loginContainer h1, #loginContainer h2, #loginContainer h3, #loginContainer h4, #loginContainer h5, #loginContainer h6 {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#loginContainer .gradient-background {
  background-color: #B254FF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23a44dff' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%239547ff' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%238640ff' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23753aff' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%236433FF' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23772eff' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%238c29ff' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23a125ff' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23b720ff' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23CF1BFF' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
#loginContainer .gradient-background h1, #loginContainer .gradient-background h2, #loginContainer .gradient-background h3.h4, #loginContainer .gradient-background h5, #loginContainer .gradient-background h6, #loginContainer .gradient-background p {
  color: white;
}
#loginContainer.padded-container input[type=submit] {
  background: #bf30d0;
  border-radius: 15px;
  max-width: 400px;
}
#loginContainer.padded-container .rr-purple {
  color: #d300e1;
}
#loginContainer.padded-container .padded-cell {
  padding: 6em 6em 10em 6em;
}
#loginContainer.padded-container .subheader.p {
  color: #ADADAE;
}
#loginContainer #loginGrid {
  position: relative;
  z-index: 1;
  max-width: 34em;
}
#loginContainer #loginGrid .inputContainer {
  padding-bottom: 10px;
}
#loginContainer #loginGrid .inputContainer input {
  height: 4em;
}
#loginContainer .button {
  width: 100%;
}
#loginContainer #loginForm {
  z-index: 5;
  position: relative;
  background: white;
}
#loginContainer #loginForm .inputContainer input {
  height: 4em;
}
#loginContainer .facebook-wrapper {
  padding-top: 20px;
  text-align: center;
}
#loginContainer .facebook-wrapper .facebook-login {
  font-family: "Jost", sans-serif;
  padding: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
  background: linear-gradient(#4c69ba, #3b55a0);
  border-color: #4c69ba;
  border-radius: 2px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 -1px 0 #354c8c;
}
#loginContainer .facebook-wrapper .facebook-login:hover {
  background: linear-gradient(#5b7bd5, #4864b1);
  border-bottom-color: #365899;
  border-left-color: #4961a8;
  border-right-color: #4961a8;
  border-top-color: #5874c3;
  cursor: pointer;
}
#loginContainer .facebook-wrapper .facebook-login i.fa-facebook {
  margin-right: 5px;
}
#loginContainer .facebook-wrapper .facebook-login:active {
  box-shadow: none;
}
#loginContainer .or-splitter {
  position: relative;
  text-align: center;
  margin: 1em 0; /* Adjust margin as needed */
  font-size: 0.8rem;
  vertical-align: middle;
}
#loginContainer .or-splitter::before, #loginContainer .or-splitter::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 50px); /* Adjust based on text width */
  height: 1px;
  background-color: #ccc; /* Line color */
}
#loginContainer .or-splitter::before {
  left: 0;
}
#loginContainer .or-splitter::after {
  right: 0;
}

@media screen and (min-width: 700px) {
  #signupContainer {
    background: url("/static/images/signup/signup_page_bg.jpg") no-repeat center;
  }
}
#signupContainer {
  background-size: cover;
  margin: 20px;
  display: flex;
  align-items: center;
  min-height: 50em;
}
#signupContainer #signupGrid {
  position: relative;
  z-index: 1;
  max-width: 34em;
}
#signupContainer #signupGrid .inputContainer {
  padding-bottom: 10px;
}
#signupContainer #signupGrid:before, #signupContainer #signupGrid:after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 700px) {
  #signupContainer #signupGrid:before, #signupContainer #signupGrid:after {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  }
}
#signupContainer #signupGrid:before, #signupContainer #signupGrid:after {
  top: 50%;
  bottom: 0;
  left: 90px;
  right: 90px;
  border-radius: 140px/10px;
}
#signupContainer .signup-text {
  max-width: 40em;
}
#signupContainer .button {
  width: 100%;
}
#signupContainer #signupForm {
  z-index: 5;
  position: relative;
  background: white;
}
#signupContainer #signupForm .inputContainer input {
  height: 4em;
}

* {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html h1, html h2, html h3, html h4, html h5, html h6 {
  font-family: Jost, sans-serif;
  line-height: 1.5em;
}

body {
  font-family: Jost, sans-serif;
}

body p {
  line-height: 1.5em;
}
body p.subheader {
  line-height: 1.5em;
}

body h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body p, .p {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
}

.header {
  font-size: 2rem;
}

.boldest {
  font-weight: 900;
}

@media print, screen and (min-width: 1301px) {
  .header {
    font-size: 3rem;
  }
  .header-subtext {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 1023px) {
  .header {
    font-size: 2.5rem;
  }
  .header-subtext {
    font-size: 1.7rem;
    font-weight: 400;
  }
}
@media print, screen and (max-width: 599px) {
  .header {
    font-size: 2rem;
  }
  .header-subtext {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 40em) {
  body h1, .h1 {
    font-size: 2rem;
  }
  body h2, .h2 {
    font-size: 1.5rem;
  }
  body h3, .h3 {
    font-size: 1.35rem;
  }
  body h4, .h4 {
    font-size: 1.25rem;
  }
  body h5, .h5 {
    font-size: 1.125rem;
  }
  body h6, .h6 {
    font-size: 1.0625rem;
  }
  body p, .p {
    font-size: 1.0625rem;
  }
}
ul.foundation_site_nav {
  z-index: 2;
}

body, html {
  min-width: 320px;
}

@media (max-width: 1023px) {
  .fancyBackground {
    padding-top: 10px;
  }
}
html body .cx-component-library .reactSideBarMenu .Select-value-label, html body .cx-component-library .reactSideBarMenu .Select-placeholder {
  font-size: 1.3rem;
  line-height: 3.4rem;
}

.apps-site .ui .top-bar#consumer-site-nav {
  padding: 20px;
}
.apps-site .ui .compare .overlay {
  background: #FAFAFA;
  border-top: 1px solid #F3F3F3;
  bottom: 0;
  left: 0;
  padding: 1vw;
  position: fixed;
  text-align: center;
  width: 100%;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.25);
  font-family: "Jost", sans-serif;
}
.apps-site .ui .compare .overlay .stores {
  align-content: center;
  display: flex;
  justify-content: center;
}
.apps-site .ui .compare .overlay .stores .store {
  text-align: center;
  font-size: 0.5em;
  min-width: 50px;
  overflow: hidden;
  padding: 1vw;
  position: relative;
  width: 9vw;
}
.apps-site .ui .compare .overlay .stores .store svg {
  cursor: pointer;
}
.apps-site .ui .compare .overlay .stores .store .img {
  background-color: #005A9A;
  background-position: center center;
  background-size: cover;
  height: 5.5vw;
  margin-bottom: 6px;
  min-height: 35px;
  min-width: 50px;
  width: 7vw;
}
.apps-site .ui .compare .overlay .stores .store .img img {
  display: none;
}
.apps-site .ui .compare .overlay .stores .store .close {
  background: #6157f3;
  border-radius: 50%;
  color: #FFFFFF;
  height: 18px;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 18px;
  padding-top: 4px;
}
@media (max-width: 750px) {
  .apps-site .ui .compare .overlay .stores .store .close {
    font-size: 0.5em;
  }
}
.apps-site .ui .compare .overlay .stores .control {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.apps-site .ui .compare .overlay .stores .control .button {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .apps-site .ui .compare .overlay .stores .control .modules_library-site-button {
    font-size: 0.5em;
    margin-bottom: 0.5rem;
  }
}
.apps-site .ui .ListHeading {
  padding: 18px 0 38px;
}
.apps-site .ui .ListHeading .topHeading {
  padding: 0;
}
.apps-site .ui .fa-slick-arrow-prev {
  left: -25px;
  position: absolute;
  top: 50%;
}
.apps-site .ui .fa-slick-arrow-next {
  position: absolute;
  right: -25px;
  top: 50%;
}
.apps-site .ui .container {
  color: #07080a;
  padding-top: 20px;
}
.apps-site .ui .animate-fade-in {
  animation: fadein 3s;
  -moz-animation: fadein 3s;
  -o-animation: fadein 3s;
  -webkit-animation: fadein 3s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.apps-site .ui .animate-fade-in {
  /* Firefox */
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.apps-site .ui .animate-fade-in {
  /* Safari and Chrome */
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.apps-site .ui .top-bar .modules_library-site-search-bar input {
  max-width: 100%;
}
.apps-site .ui .sellerCategories {
  margin-bottom: 0;
}
.apps-site .ui .sellerCategories li {
  display: inline;
  font-size: 0.8em;
  list-style: none;
  padding-right: 12px;
}
.apps-site .ui .grid-y .sellerStats {
  background-color: #FAFAFA;
  margin-top: 0;
  padding: 8px 0;
}
.apps-site .ui .TopContent {
  padding-bottom: 20px;
}
.apps-site .ui .topHeading {
  color: #07080a;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 1.4em;
  font-weight: medium;
  margin-bottom: 0;
  padding: 18px 0 12px;
}

._view_community__common {
  /* New CX Components Colors Begin */
  /* New CX Components Colors End */
}
._view_community__common .underline {
  text-decoration: underline;
}
._view_community__common .right {
  text-align: right;
}
._view_community__common .left {
  text-align: left;
}
._view_community__common .no-rating {
  color: green;
}
._view_community__common .social a, ._view_community__common .social .SocialMediaShareButton {
  cursor: pointer;
}
._view_community__common .social .SocialMediaShareButton:hover {
  opacity: 0.75;
}
._view_community__common .social .SocialMediaShareButton {
  padding: 5px;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
._view_community__common .social {
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
._view_community__common .social .copy-icon {
  background-color: rgb(127, 127, 127);
  color: #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
._view_community__common .social .copy-icon:hover {
  opacity: 0.75;
}
._view_community__common .social #facebook {
  color: #3b5998;
}
._view_community__common .social #facebook:hover {
  color: #183b55;
}
._view_community__common .social #twitter {
  color: #1dcaff;
}
._view_community__common .social #twitter:hover {
  color: #0084b4;
}
._view_community__common .social #googleplus {
  color: #d34836;
}
._view_community__common .social #googleplus:hover {
  color: #ba4030;
}
._view_community__common .social .stat-value {
  text-align: center;
}
._view_community__common .slick-slide .card-user-profile {
  padding: 0 20px 20px 0;
}
._view_community__common .fa.fa-star.good, ._view_community__common .fa.fa-star.neutral, ._view_community__common .fa.fa-star.bad, ._view_community__common .fa.fa-star-half-o.good, ._view_community__common .fa.fa-star-half-o.neutral, ._view_community__common .fa.fa-star-half-o.bad, ._view_community__common .fa-star-half.good, ._view_community__common .fa-star-half.neutral, ._view_community__common .fa-star-half.bad, ._view_community__common .fa-star-half-alt.good, ._view_community__common .fa-star-half-alt.neutral, ._view_community__common .fa-star-half-alt.bad {
  color: #6157f3;
}
._view_community__common .fa.fa-star, ._view_community__common .fa.fa-star-half-o, ._view_community__common .fa-star-half, ._view_community__common .fa-star-half-alt {
  color: lightgrey;
}
._view_community__common .index-username {
  padding-left: 5px;
}
._view_community__common .review .blur {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 0.75;
}
._view_community__common .review .blur.benchmarks .blur-button {
  margin-top: -56px;
  position: absolute;
}
._view_community__common .review .blur.comments .blur-button {
  margin-top: -58px;
  position: absolute;
}
._view_community__common .review .blur-button {
  font-size: 0.8em;
  color: #6157f3;
  padding: 0.8em;
  cursor: pointer;
  z-index: 9000;
}
@media screen and (max-width: 1140px) and (min-width: 1024px) {
  ._view_community__common .review .store-link {
    font-size: 0.8em;
  }
}
._view_community__common .review .blur-title {
  display: inline-block;
  padding-right: 10px;
  font-size: 1.1em;
}
._view_community__common .review .blur-grid {
  align-items: center;
}
._view_community__common .seller-info .claim {
  color: #A75DA3;
  font-weight: bold;
  text-decoration: underline;
}
._view_community__common .small-font {
  font-size: 0.75em;
}
._view_community__common .centered {
  text-align: center;
}
._view_community__common .social_share_box_wrapper .item {
  padding: 4px;
}
._view_community__common .social_share {
  padding: 0.1em;
}
._view_community__common img.thumbnail {
  margin: 5px;
  line-height: 20px;
  border: none;
  box-shadow: none;
}
._view_community__common .card-user-profile {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
._view_community__common .mobile-card-wrapper {
  width: 50%;
}
@media only screen and (max-width: 1023px) and (min-width: 800px) {
  ._view_community__common .mobile-card-wrapper {
    width: 30%;
  }
}
._view_community__common .mobile-card-wrapper .card-user-profile {
  padding-left: 20px;
}
._view_community__common .card-category-title {
  font-weight: 300;
  font-size: 18px;
  color: black;
}
._view_community__common .card-user-profile > :last-child {
  margin-bottom: 0;
}
._view_community__common .card-user-profile:hover .card-user-profile-img, ._view_community__common .slick-active .card-user-profile-img {
  opacity: 1;
}
._view_community__common .card-user-profile-content {
  position: relative;
}
._view_community__common .card-user-profile-img {
  max-width: 100%;
  margin: 10px;
  opacity: 0.85;
  transition: all 0.25s ease;
  border: 3px solid #E2E2E2;
  border-radius: 10px;
}
._view_community__common .card-user-profile-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 120px;
  left: 1rem;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}
._view_community__common .card-user-profile-avatar svg {
  color: #6157f3;
}
._view_community__common .card-user-profile-avatar-icon {
  border-radius: 50%;
  background-color: #FFFFFF;
  overflow: hidden;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._view_community__common .card-user-profile-avatar-icon .modules_library-site-icon {
  color: #6157f3;
}
._view_community__common .card-user-profile-avatar:hover {
  background-color: #FFFFFF;
  box-shadow: 0 0 7px rgba(10, 10, 10, 0.4);
  transition: background-color 0.5s ease;
}
._view_community__common .card-user-profile-avatar:hover .card-user-profile-avatar-icon .modules_library-site-icon {
  color: #6157f3;
}
._view_community__common .card-user-profile-name {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.2rem;
  color: #07080a;
  padding-bottom: 40px;
}
._view_community__common .card-user-profile-button {
  margin-bottom: 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
._view_community__common .card-user-profile-button + .card-user-profile-button {
  margin-left: 1rem;
}
._view_community__common .card-user-profile-info {
  font-size: 0.875rem;
  letter-spacing: 1px;
  opacity: 0.8;
}
._view_community__common .card-user-profile-content::before {
  position: absolute;
  content: "";
  top: -3.4375rem;
  left: -1.875rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.4375rem 0 0 31.25rem;
  z-index: 0;
  border-color: transparent transparent transparent #fefefe;
}
._view_community__common .card-category-profile-content {
  position: relative;
}
._view_community__common .card-category-profile-content::before {
  position: absolute;
  content: "";
  top: -5.4375rem;
  left: -0.875rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.4375rem 0 0 31.25rem;
  z-index: 0;
  border-color: transparent transparent transparent #fefefe;
}
._view_community__common .review img.thumbnail.small {
  max-width: 100px;
  max-height: 100px;
}
._view_community__common .review img.thumbnail.smallest {
  max-width: 90px;
  max-height: 90px;
}
._view_community__common .review .user-name {
  word-wrap: break-word;
}
._view_community__common .review .user-avatar img {
  border-radius: 50%;
}
._view_community__common .review .preloader + img.thumbnail {
  display: none;
}
._view_community__common .review .preloader {
  display: inline-block;
  margin: 0;
  height: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
}
._view_community__common .review .preloader .spacer {
  height: 0;
}
._view_community__common .review .accordion-title {
  padding: 1.25rem 1rem;
  border: 0;
  font-size: 0.75rem;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 1024px) {
  ._view_community__common .review .accordion-title {
    width: 50%;
  }
}
._view_community__common .review .accordion-content {
  padding: 1rem;
  border: none;
}
._view_community__common .review .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}
._view_community__common .review.site-review .siteStars {
  justify-content: center;
}
._view_community__common .review.store-review p {
  margin-bottom: 0;
}
._view_community__common .fade-transition-enter {
  opacity: 0.01;
}
._view_community__common .fade-transition-enter.fade-transition-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
._view_community__common .fade-transition-exit {
  opacity: 1;
  position: absolute;
}
._view_community__common .fade-transition-exit.fade-transition-exit-active {
  position: absolute;
  opacity: 0.01;
}
._view_community__common .slide-transition-enter {
  opacity: 0.01;
  transition: opacity 200ms ease-in;
}
._view_community__common .slide-transition-enter.slide-transition-enter-active {
  max-height: 400px;
  transition: all 0.5s ease-in;
  opacity: 1;
}
._view_community__common .slide-transition-exit {
  max-height: 400px;
  opacity: 1;
}
._view_community__common .slide-transition-exit.slide-transition-exit-active {
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
._view_community__common i {
  font-style: normal;
}
._view_community__common .siteStars {
  display: flex;
  align-items: center;
}
._view_community__common .copyToClipBoard {
  padding: 5px 10px 10px 5px;
}
._view_community__common .copyToClipBoard input {
  width: 80%;
}
@media only screen and (max-width: 600px) {
  ._view_community__common .copyToClipBoard input {
    width: 75%;
  }
}
._view_community__common .copyToClipBoard input {
  box-shadow: 0 0 0 0.7px rgba(0, 0, 0, 0.04);
}
._view_community__common .copyToClipBoard button {
  cursor: pointer;
}
._view_community__common input[readonly] {
  background: white;
  cursor: text;
}
._view_community__common .clip-circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
._view_community__common #merchant-ads ul li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 150px;
}
._view_community__common .tabs-content > .content-wrapper {
  display: none;
  opacity: 0;
}
._view_community__common .tabs-content > .content.active .content-wrapper {
  -webkit-animation: fadein 3s;
  -moz-animation: fadein 3s;
  -o-animation: fadein 3s;
  animation: fadein 3s;
  opacity: 1;
}
._view_community__common .tabs-content {
  border: none;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._view_community__common {
  /* Firefox */
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._view_community__common {
  /* Safari and Chrome */
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._view_community__common .review-content .reactTagList.selectable li .tag-label-icon {
  padding-left: 10px;
}
._view_community__common .review-content .star-filter-ratings {
  display: inline-block;
}
._view_community__common .review-content .star-filter-ratings .fancyStars {
  display: inline-block;
  padding-left: 5px;
}
._view_community__common .review-content .dropdown {
  width: 83px;
}
._view_community__common .hero-review-list {
  overflow-x: hidden;
  flex-flow: nowrap;
}
._view_community__common .hero-review-list .hero-review {
  background: linear-gradient(to right, #ba57ff, #6740e8);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  align-items: center;
  padding: 20px;
  margin: 20px;
  color: #fff;
  transition: 0.5s ease-out;
}
._view_community__common .hero-review-list .hero-review:hover {
  box-shadow: none;
  transition: 0.5s ease-out;
}
._view_community__common .hero-review-list .hero-review .fancyStars .fa.fa-star.unselected {
  color: rgb(0, 0, 0) !important;
}
._view_community__common .hero-review-list .hero-review .fancyStars {
  text-align: left;
}
._view_community__common .hero-review-list .hero-review .hero-review-title {
  font-style: italic;
}
._view_community__common .hero-review-list .hero-review a {
  color: #fff;
}
._view_community__common .hero-review-list .hero-review {
  border-radius: 10px;
}
._view_community__common .hero-review-list .hero-review.empty {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  opacity: 0.2;
}
._view_community__common .hero-review-list .hero-review .hero-review-avatar {
  border-radius: 30px;
  width: 80%;
}
._view_community__common .hero-review-list.shift-right .first {
  margin-left: 100px;
}
._view_community__common .hero-review-list.shift-right .last {
  margin-right: -100px;
}
._view_community__common .hero-review-list.shift-left .first {
  margin-left: -100px;
}
._view_community__common .hero-review-list.shift-left .last {
  margin-right: 100px;
}
._view_community__common .stars {
  vertical-align: middle;
}
._view_community__common .verified {
  color: #476B29;
}
._view_community__common .verified a {
  color: #476B29;
}
._view_community__common .verified a:hover {
  text-decoration: underline;
}
._view_community__common .right-bar .site-cell-gradient h3, ._view_community__common .right-bar .site-cell-gradient h4, ._view_community__common .right-bar .site-cell-gradient h5, ._view_community__common .right-bar .site-cell-gradient h6, ._view_community__common .right-bar .site-cell-gradient a, ._view_community__common .right-bar .site-cell-gradient p {
  color: white;
}
._view_community__common .right-bar .site-cell-gradient {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  border-radius: 5px;
  color: white;
}
._view_community__common .right-bar .right-bar-info h4 {
  font-size: 1em;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
._view_community__common .right-bar .right-bar-info h5, ._view_community__common .right-bar .right-bar-info h6 {
  font-size: 90%;
}
._view_community__common .right-bar .right-bar-info .modules_library-site-button {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  ._view_community__common .right-bar .social {
    justify-content: center;
  }
}
._view_community__common .right-bar .right-bar-admin .right-bar-admin-item {
  padding: 20px;
  border-top: 1px solid lightgrey;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  display: flex;
}
._view_community__common .right-bar .right-bar-admin .right-bar-admin-item:hover {
  color: #6157f3;
}
._view_community__common .right-bar .morph-user {
  padding: 5px 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}
._view_community__common #user-profile-manage {
  background: #ECECEC;
  padding: 20px 0;
}
._view_community__common .rr-gradient {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  color: white;
}
._view_community__common .rr-gradient.button {
  color: white;
  border: none;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.61);
}
._view_community__common .rr-gradient.button:hover {
  background: linear-gradient(to right, #6740e8, #8e60fc);
}
._view_community__common .rr-gradient.button:active {
  box-shadow: none;
}
._view_community__common .rr-purple {
  color: #6157f3;
}
._view_community__common .rr-purple.store-link:hover {
  color: rebeccapurple;
}
._view_community__common .rr-purple.store-link:active {
  color: rebeccapurple;
}
._view_community__common .rr-purple.store-title {
  font-size: 1.2em;
}
._view_community__common .rr-purple.button {
  background: #6157f3;
  color: white;
}
._view_community__common .rr-purple.button:hover {
  color: white;
  background: rebeccapurple;
}
._view_community__common .rr-pink {
  color: #eb018b;
}
._view_community__common .rr-pink.store-link:hover {
  color: #91014B;
}
._view_community__common .rr-pink.store-link:active {
  color: #91014B;
}
._view_community__common .rr-pink.store-title {
  font-size: 1.2em;
}
._view_community__common .rr-pink.button {
  background: #eb018b;
  color: white;
}
._view_community__common .rr-pink.button:hover {
  color: white;
  background: #91014B;
}
._view_community__common .participating-list-table .participating-list-row .participating-list-img {
  padding-right: 5px;
}
._view_community__common .rr-purple-background {
  background: #6157f3;
}
._view_community__common .store-link {
  font-weight: 700;
}
._view_community__common .rr-header {
  color: #8c42ff;
  font-weight: 700;
  text-shadow: 0 1px 0 #5500a1;
}
._view_community__common .callout.banner {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  color: #fff;
  border: none;
}
._view_community__common .callout.banner h4, ._view_community__common .callout.banner h6, ._view_community__common .callout.banner a {
  color: #fff;
}
._view_community__common .callout.banner a {
  text-decoration: underline;
}
._view_community__common .callout.banner p {
  font-size: 1em;
}
._view_community__common .ratingLabel {
  font-weight: bold;
  font-size: 13px;
}
._view_community__common .centered {
  text-align: center;
}
._view_community__common #userImg {
  padding-top: 0.5rem;
}
._view_community__common section.discover_content .grid-container {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  ._view_community__common section.discover_content #home-content {
    margin-top: 66px;
  }
}
@media only screen and (max-width: 1023px) {
  ._view_community__common section.discover_content #home-content .index-category-blurb {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  ._view_community__common .date {
    color: #666;
    font-size: 80%;
    font-weight: 300;
  }
}
@media screen and (max-width: 63.9375em) {
  ._view_community__common .centered-mobile {
    text-align: center;
  }
}
@media screen and (min-width: 63.9376em) {
  ._view_community__common .centered-large {
    text-align: center;
  }
}
@media only screen and (max-width: 63.9375em) and (min-width: 40em) {
  ._view_community__common .centered-medium {
    text-align: center;
  }
  ._view_community__common .siteStars {
    justify-content: center;
  }
}
@media only screen and (max-width: 39.9375em) {
  ._view_community__common #store-label .siteStars {
    justify-content: center;
  }
  ._view_community__common .siteStars.write-a-review {
    justify-content: center;
  }
}
._view_community__common .bestStores {
  padding: 15px;
}
._view_community__common .bestStores .store {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
._view_community__common .tabs-title > a, ._view_community__common .accordion-title {
  font-size: 1em;
  color: #9e139e;
  font-family: "Raleway", serif;
}
._view_community__common .tabs-title > a:focus, ._view_community__common .tabs-title > a[aria-selected=true] {
  background: none;
  color: #639;
  border-bottom: 3px #639 solid;
}
._view_community__common .accordion-title:focus {
  background: none;
  color: #639;
}
._view_community__common .participant-link {
  color: lightgrey;
}
._view_community__common .participant-link:hover {
  text-decoration: underline;
}
._view_community__common .top-header {
  font-size: 1.4em;
}
._view_community__common .top-header.top-header-fill {
  color: white;
}
._view_community__common .tabs {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
._view_community__common .red {
  color: red;
}
._view_community__common .fancyStars span, ._view_community__common .starRating {
  margin: 2px;
}
._view_community__common .modules_library-site-store-card .fancyStars span, ._view_community__common .modules_library-site-store-card .starRating {
  margin: 0;
}
._view_community__common .discover_content .review {
  white-space: pre-line;
}
._view_community__common .discover_content .featured-review .review-body {
  display: flex;
}
._view_community__common .accordion-title:hover {
  background: none;
  color: #639;
}
._view_community__common .accordion-title:hover {
  background: none;
  color: #639;
}
._view_community__common .tooltip.top::before {
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
._view_community__common #StartReviewStars {
  display: inline-block;
}
._view_community__common hr {
  border-bottom: 1px solid rgb(246, 247, 249);
}
._view_community__common .navigateLink:hover {
  text-decoration: underline;
}
._view_community__common #contactContainer {
  background-image: url(/static/images/merchantSolutions/signup_banner_07.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 59.999rem) {
  ._view_community__common #contactContainer .contact-us-text {
    font-size: 200%;
  }
}
@media screen and (min-width: 60rem) {
  ._view_community__common #contactContainer {
    min-height: 800px;
  }
  ._view_community__common #contactContainer .align-self-middle {
    margin-top: 400px;
  }
}
._view_community__common #contactContainer .contact-header {
  color: white;
}
._view_community__common #contactContainer label {
  color: white;
}
._view_community__common #contactContainer .recaptcha-container {
  text-align: center;
}
._view_community__common .line-spacer {
  padding-left: 10px;
}
._view_community__common .hero-search-filter {
  /* padding: 7rem; */
}
@media screen and (max-width: 1023px) {
  ._view_community__common .hero-search-filter {
    padding: 2rem;
    background-size: contain;
    min-height: 1008px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 908px) {
  ._view_community__common .hero-search-filter {
    min-height: 500px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 762px) {
  ._view_community__common .hero-search-filter {
    min-height: 450px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 600px) {
  ._view_community__common .hero-search-filter {
    min-height: 350px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 464px) {
  ._view_community__common .hero-search-filter {
    min-height: 250px;
  }
}
._view_community__common .hero-search-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: fadein 3s;
  -moz-animation: fadein 3s;
  -o-animation: fadein 3s;
  animation: fadein 3s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._view_community__common .hero-search-filter {
  /* Firefox */
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._view_community__common .hero-search-filter {
  /* Safari and Chrome */
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._view_community__common .hero-search-filter .hero-search-filter-content {
  padding-left: 35em;
  padding-right: 35em;
}
@media (max-width: 1715px) and (min-width: 1301px) {
  ._view_community__common .hero-search-filter .hero-search-filter-content {
    padding-left: 25em;
    padding-right: 25em;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  ._view_community__common .hero-search-filter .hero-search-filter-content {
    padding-left: 15em;
    padding-right: 15em;
  }
}
._view_community__common .hero-search-filter .hero-search-filter-content .blurb {
  font-family: Raleway, sans-serif;
  margin-top: 120px;
}
@media (min-width: 1024px) and (max-width: 1390px) {
  ._view_community__common .hero-search-filter .hero-search-filter-content .blurb {
    margin-top: 10px;
  }
}
._view_community__common .hero-search-filter .hero-search-filter-content .discover-text {
  font-size: 2.4em;
  padding-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  ._view_community__common .hero-search-filter .hero-search-filter-content {
    padding-left: 0;
    padding-right: 0;
  }
  ._view_community__common .hero-search-filter .hero-search-filter-content .blurb {
    display: none;
  }
}
@media screen and (max-width: 1023px) and (min-width: 400px) {
  ._view_community__common .hero-search-filter .hero-search-filter-content .powered-text {
    width: 75%;
  }
}
@media screen and (max-width: 1023px) {
  ._view_community__common .hero-search-filter .hero-search-filter-content .discover-text {
    background-color: purple;
    color: white;
    padding: 5px;
  }
}
._view_community__common .hero-search-filter .hero-search-filter-content h3 {
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
._view_community__common .hero-search-filter-menu:hover a {
  opacity: 0.5;
}
._view_community__common .hero-search-filter-menu a {
  color: #763d8e;
  font-weight: lighter;
}
._view_community__common .hero-search-filter-menu a:hover {
  opacity: 1;
}
._view_community__common .hero-search-filter-menu li {
  display: inline-block;
}
._view_community__common #contactFooter a {
  color: #444;
}
._view_community__common #contactFooter a:hover {
  color: #982369;
}
._view_community__common .rr-icon-wrapper {
  border-radius: 50%;
  background: linear-gradient(to right, #8e60fc, #6740e8);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.61);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
._view_community__common .rr-icon-wrapper .rr-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  width: 65px;
  height: 65px;
}
._view_community__common .review-button {
  transition: background-color 0.5s ease;
  background: #f6f7f9;
  padding: 8px;
}
@media only screen and (max-width: 40em) {
  ._view_community__common .review-button {
    font-size: 0.9em;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 28.75em) {
  ._view_community__common .review-button {
    font-size: 0.8em;
    padding: 7px;
  }
}
._view_community__common .review-button {
  border: 1px solid #e4eaf3;
  color: #000;
  border-radius: 20px;
  margin-right: 5px;
}
._view_community__common .review-button.admin {
  background: #6157f3;
  color: white;
}
._view_community__common .review-button.admin:hover, ._view_community__common .review-button.admin:focus {
  background: rebeccapurple;
  color: white;
}
._view_community__common .review-button.large {
  padding: 16px;
}
._view_community__common .review-button.filter {
  border-radius: 4px;
}
._view_community__common .review-button:hover, ._view_community__common .review-button:focus {
  cursor: pointer;
  transition: background-color 0.5s ease;
  background: #CCC;
  color: #000;
}
._view_community__common .review-button[disabled] {
  color: #ababab;
}
._view_community__common .review-button[disabled]:hover {
  color: grey;
  cursor: not-allowed;
}
._view_community__common .merchant-buttons a {
  background: #86898e;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
  margin: 5px 5px 5px 0;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  list-style-type: none;
}
._view_community__common .merchant-buttons a:hover {
  background: #545f66;
}
._view_community__common {
  /*preload hover images */
}
._view_community__common .review-title {
  background: url("/static/images/review_buttons/helpful_review_icon-hover.png") no-repeat -9999px -9999px;
}
._view_community__common .review-body {
  background: url("/static/images/review_buttons/cool_review_icon-hover.png") no-repeat -9999px -9999px;
}
._view_community__common .review-buttons .grid-x {
  align-items: center;
}
._view_community__common .review-buttons .review-button-icons .review-button-helpful-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-image: url("/static/images/review_buttons/helpful_review_icon.png");
  transition: background 0.5s ease;
}
._view_community__common .review-buttons .review-button-icons .review-button-helpful-icon:hover, ._view_community__common .review-buttons .review-button-icons .review-button-helpful-icon:focus, ._view_community__common .review-buttons .review-button-icons .review-button-helpful-icon:active, ._view_community__common .review-buttons .review-button-icons .review-button-helpful-icon:visited, ._view_community__common .review-buttons .review-button-icons .review-button-helpful-icon.clicked {
  background-image: url("/static/images/review_buttons/helpful_review_icon-hover.png");
}
._view_community__common .review-buttons .review-button-icons .review-button-cool-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-image: url("/static/images/review_buttons/cool_review_icon.png");
  transition: background 0.5s ease;
}
._view_community__common .review-buttons .review-button-icons .review-button-cool-icon:hover, ._view_community__common .review-buttons .review-button-icons .review-button-cool-icon:focus, ._view_community__common .review-buttons .review-button-icons .review-button-cool-icon:active, ._view_community__common .review-buttons .review-button-icons .review-button-cool-icon:visited, ._view_community__common .review-buttons .review-button-icons .review-button-cool-icon.clicked {
  background-image: url("/static/images/review_buttons/cool_review_icon-hover.png");
}
._view_community__common .review-buttons .review-button-icons .review-button-cool-icon a:hover {
  color: inherit;
}
._view_community__common .review-buttons .review-button-icons .helpful-amount {
  padding-right: 5px;
}
._view_community__common .review-buttons .review-button-right {
  text-align: right;
}
._view_community__common .review-buttons {
  padding-bottom: 20px;
}
._view_community__common .align-right {
  text-align: right;
}
._view_community__common .compare-stores {
  align-items: center;
  justify-content: center;
}
._view_community__common .compare-stores .compare-header {
  padding: 0.5em;
}
._view_community__common .compare-stores .compare-row {
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.5em;
  font-family: "Jost", sans-serif;
  font-weight: bold;
}
._view_community__common .compare-stores .compare-row .header {
  font-family: "Raleway", sans-serif;
}
._view_community__common .compare-stores .compare-row .seller-name {
  font-weight: 400;
  word-break: break-word;
}
._view_community__common .compare-stores .compare-row .rr-icon {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
._view_community__common .compare-stores .compare-row:hover .rr-icon {
  background: linear-gradient(to right, #8e60fc, #6740e8);
  color: white;
}
@media screen and (min-width: 1200px) {
  ._view_community__common .compare-stores .compare-row .rr-icon-wrapper {
    margin: 0 14px;
  }
}
@media screen and (min-width: 1128px) and (max-width: 1199px) {
  ._view_community__common .compare-stores .compare-row .rr-icon-wrapper {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1127px) {
  ._view_community__common .compare-stores .compare-row .rr-icon-wrapper {
    margin: 0 4px;
  }
}
@media screen and (max-width: 1023px) {
  ._view_community__common .compare-stores .compare-row .rr-icon-wrapper {
    margin: 0 10px;
    width: 60px;
    height: 60px;
  }
  ._view_community__common .compare-stores .compare-row .rr-icon-wrapper .rr-icon {
    width: 50px;
    height: 50px;
  }
}
._view_community__common .compare-stores .compare-row p {
  font-weight: 600;
  font-size: 0.9em;
}
._view_community__common .compare-stores .compare-row img {
  width: 100%;
}
._view_community__common .compare-stores .compare-row .grid-x {
  display: flex;
  align-items: center;
}

._view_community_reviews .intro {
  font-size: 24px;
  line-height: 117%;
  font-weight: 300;
  color: #4d4d4d;
  margin-bottom: 20px;
}
._view_community_reviews .title {
  font-size: 40px;
  font-weight: normal;
}
._view_community_reviews #review_types_modal {
  width: 90%;
  margin-left: -45%;
}
/*# sourceMappingURL=maps/community.css.map */
