@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i');
html {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.studios-content-main {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: #252525;
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .studios-content-main {
    font-size: 15px;
  }
}
#player-page {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: #252525;
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #player-page {
    font-size: 15px;
  }
}
.studios-content-main:not(.scene) {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.studios-content-main h1,
.studios-content-main h2,
.studios-content-main h3,
.studios-content-main h4,
.studios-content-main h5,
.studios-content-main h6,
.studios-content-main p,
.studios-content-main ul li,
.studios-content-main ol li {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0 0 1rem 0;
}
.studios-content-main ul li,
.studios-content-main ol li {
  margin: 0 0 0.5rem 0;
}
.studios-content-main h1,
.studios-content-main h2,
.studios-content-main h3,
.studios-content-main h4,
.studios-content-main h5,
.studios-content-main h6,
.studios-content-main p,
.studios-content-main ul,
.studios-content-main ol {
  margin: 0 0 1rem 0;
}
.studios-content-main h1,
.studios-content-main h2,
.studios-content-main h3,
.studios-content-main h4,
.studios-content-main h5,
.studios-content-main h6,
.studios-content-main .h1,
.studios-content-main .h2,
.studios-content-main .h3,
.studios-content-main .h4,
.studios-content-main .h5,
.studios-content-main .h6 {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}
.studios-content-main h1,
.studios-content-main .h1,
.studios-content-main .type-title-xl {
  font-size: 2.4em;
}
.studios-content-main h2,
.studios-content-main .h2,
.studios-content-main .type-title-lg {
  font-size: 2em;
}
.studios-content-main h3,
.studios-content-main .h3,
.studios-content-main .type-title-md {
  font-size: 1.6em;
}
.studios-content-main h4,
.studios-content-main .h4,
.studios-content-main .type-title-sm {
  font-size: 1.4em;
}
.studios-content-main h5,
.studios-content-main .h5,
.studios-content-main .type-title-xs {
  font-size: 1.2em;
}
.studios-content-main h6,
.studios-content-main .h6,
.studios-content-main .type-title-xxs {
  font-size: 1em;
}
@media screen and (max-width: 600px) {
  .studios-content-main h1,
  .studios-content-main .h1,
  .studios-content-main .type-title-xl {
    font-size: 2em;
  }
  .studios-content-main h2,
  .studios-content-main .h2,
  .studios-content-main .type-title-lg {
    font-size: 1.8em;
  }
}
.studios-content-main .display-1 {
  font-size: 6.0em;
  font-weight: 400;
}
.studios-content-main .display-2 {
  font-size: 5.5em;
  font-weight: 400;
}
.studios-content-main .display-3 {
  font-size: 4.5em;
  font-weight: 400;
}
.studios-content-main .display-4 {
  font-size: 3.5em;
  font-weight: 400;
}
.studios-content-main .text-muted,
.studios-content-main .blockquote-footer {
  color: #757575;
}
.studios-content-main .blockquote-footer:before {
  content: "– ";
}
.studios-content-main ol,
.studios-content-main ul {
  list-style-position: initial;
  padding-left: 1.5em;
}
.studios-content-main ul {
  list-style-type: disc;
}
.studios-content-main ul ul,
.studios-content-main .list-inline-unstyled ul {
  list-style-type: circle;
}
.studios-content-main .list-unstyled,
.studios-content-main .list-inline {
  list-style-type: none;
  padding-left: 0px;
}
.studios-content-main .list-inline-item {
  display: inline-block;
}
.studios-content-main .list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.studios-content-main blockquote,
.studios-content-main .lead {
  font-size: 1.2em;
  font-weight: 300;
}
.studios-content-main mark,
.studios-content-main .mark {
  background: #ffe3ab;
  padding: 0.2em .2em;
}
.studios-content-main ::-moz-selection {
  background-color: #fcbfbd;
  /* Gecko Browsers */
}
.studios-content-main ::selection {
  background-color: #fcbfbd;
  /* Gecko Browsers */
}
.studios-content-main ::-moz-selection {
  background-color: #fcbfbd;
  /* Gecko Browsers */
}
.studios-content-main .ol--fancy {
  counter-reset: ol-0fancy;
  list-style-type: none;
}
.studios-content-main .ol--fancy li,
.studios-content-main .ul--checked li {
  counter-increment: ol--fancy;
  margin-bottom: 1rem;
}
.studios-content-main .ol--fancy li:before,
.studios-content-main .ul--checked li:before {
  content: counter(ol--fancy);
  width: 1em;
  line-height: 1;
  border: 2px solid;
  position: relative;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1em 0 -1em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.studios-content-main .ul--checked {
  list-style-type: none;
}
.studios-content-main .ul--checked li:before {
  content: "\2713";
}
/* BUTTONS COLORS
-----------------------------------------------------------*/
.studios-content-main .button {
  background-color: #FC4540;
  color: #ffffff;
}
.studios-content-main .button:hover {
  background-color: #fb140e;
}
.studios-content-main .button:active {
  background-color: #FC4540;
}
.studios-content-main .button.button--disabled,
.studios-content-main .button.button--disabled:hover,
.studios-content-main .button.button--disabled:active {
  background-color: #FC4540;
}
.studios-content-main .button.button--secondary {
  background-color: #C5C5C5;
}
.studios-content-main .button.button--secondary:hover {
  background-color: #acacac;
}
.studios-content-main .button.button--secondary:active {
  background-color: #C5C5C5;
}
.studios-content-main .button.button--secondary.button--disabled,
.studios-content-main .button.button--secondary.button--disabled:hover,
.studios-content-main .button.button--secondary.button--disabled:active {
  background-color: #C5C5C5;
}
.studios-content-main .button > * {
  margin-bottom: 0;
  font-size: inherit;
}
.studios-content-main .button {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  font-weight: 400;
  min-width: 90px;
  cursor: pointer;
  font-size: 18px;
  padding: 1em;
  border: none;
  margin: 3px;
}
.studios-content-main .button:active {
  opacity: 0.95;
}
.studios-content-main .button.button--disabled,
.studios-content-main .button.button--disabled:active,
.studios-content-main .button.button--disabled:hover {
  cursor: not-allowed;
  opacity: 0.4;
}
.studios-content-main .button.button--secondary:active {
  opacity: 0.95;
}
.studios-content-main .button.button--secondary.button--disabled,
.studios-content-main .button.button--secondary.button--disabled:active,
.studios-content-main .button.button--secondary.button--disabled:hover {
  cursor: not-allowed;
  opacity: 0.4;
}
.studios-content-main .button.button--outline {
  background-color: transparent;
  line-height: calc(3em - 2px);
  padding: 0 calc(1em - 1px);
  border: 2px solid;
  color: inherit;
  opacity: 0.85;
}
.studios-content-main .button.button--outline:hover {
  opacity: 1;
  background-color: transparent;
}
.studios-content-main .button.button--outline:active {
  opacity: 0.6;
  background-color: transparent;
}
.studios-content-main .button.button--outline.button--disabled,
.studios-content-main .button.button--outline.button--disabled:active,
.studios-content-main .button.button--outline.button--disabled:hover {
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.4;
}
.studios-content-main .ui-bb.statistic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.studios-content-main .ui-bb.statistic.horizontal .value {
  min-width: auto;
}
.studios-content-main .ui-bb.statistic.horizontal .label {
  min-width: auto;
  margin-left: 0.75em;
}
.studios-content-main .ui-bb.statistic .value {
  font-size: 4rem;
  font-weight: 700;
  font-weight: bold;
  line-height: 1em;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  min-width: 100%;
}
.studios-content-main .ui-bb.statistic .value i.fa-bb {
  font-size: 75%;
}
.studios-content-main .ui-bb.statistic .label {
  font-size: 1rem;
  font-weight: 700;
  color: inherit;
  opacity: 0.5;
  text-transform: uppercase;
  text-align: center;
  min-width: 100%;
}
.studios-content-main .ui-bb.statistic.mini .value {
  font-size: 1.5rem!important;
}
.studios-content-main .ui-bb.statistic.tiny .value {
  font-size: 2rem!important;
}
.studios-content-main .ui-bb.statistic.small .value {
  font-size: 3rem!important;
}
.studios-content-main .ui-bb.statistic.large .value {
  font-size: 5rem!important;
}
.studios-content-main .ui-bb.statistic.huge .value {
  font-size: 6rem!important;
}
.image-ratio {
  position: relative;
  max-height: 100%;
}
.image-ratio:before {
  content: "";
  display: block;
}
.image-ratio.square:before {
  padding: 50%;
}
.image-ratio.portrait:before {
  padding: 66%;
}
.image-ratio.landscape:before {
  padding: 33%;
}
.image-ratio.short:before {
  padding: 58%;
}
.image-ratio.squat:before {
  padding: 42%;
}
.image-caption {
  position: absolute;
  top: 100%;
  font-size: 13px;
  right: 7px;
  color: #868e96;
  text-align: right;
  max-width: calc(86%);
}
.image-caption:empty + div {
  margin-bottom: 0;
}
.image-caption + div {
  margin-bottom: 2em;
}
.image-caption.text-truncate + div {
  margin-bottom: 1.2em;
}
.image-caption.text-truncate:empty + div {
  margin-bottom: 0;
}
/* COLORS
------------------------------------------------------------------------- */
html {
  background-color: #FFFFFF;
}
.section {
  background-color: #FFFFFF;
  color: #000000;
}
.section > .content > .contentBG,
.section > .content > .contentInner > .contentInnerBG {
  background-color: #FFFFFF;
}
.mod_color-alt {
  background-color: #000000;
  color: #FFFFFF;
}
.mod_color-alt > .content > .contentBG,
.mod_color-alt > .content > .contentInner > .contentInnerBG {
  background-color: #000000;
}
.mod_color-alt-2 {
  background-color: #F7F7F7;
  color: #000000;
}
.mod_color-alt-2 > .content > .contentBG,
.mod_color-alt-2 > .content > .contentInner > .contentInnerBG {
  background-color: #F7F7F7;
}
.mod_color-splash {
  background-color: #FC4540;
  color: #FFFFFF;
}
.mod_color-splash > .content > .contentBG,
.mod_color-splash > .content > .contentInner > .contentInnerBG {
  background-color: #FC4540;
}
.mod_color-splash-2 {
  background-color: #3C98C7;
  color: #FFFFFF;
}
.mod_color-splash-2 > .content > .contentBG,
.mod_color-splash-2 > .content > .contentInner > .contentInnerBG {
  background-color: #3C98C7;
}
.mod_background-gradient > .mainBG:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), color-stop(45%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#00ffffff', GradientType=1);
}
.mod_background-gradient.mod_layout-righty > .mainBG:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(55%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.6)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.6));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#99ffffff', GradientType=1);
}
.mod_background-gradient.mod_color-alt > .mainBG:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(45%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=1);
}
.mod_background-gradient.mod_color-alt.mod_layout-righty > .mainBG:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0.6));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=1);
}
.col,
[class^="col-"] {
  background-position: 15px center;
  background-size: calc(100% - 30px) auto;
  background-repeat: no-repeat;
}
.col > .contentCopy,
[class^="col-"] > .contentCopy {
  padding: 15px;
}
.contentCopy {
  position: relative;
}
/* COLORS
------------------------------------------------------------------------- */
html {
  background-color: #FFFFFF;
}
.section {
  background-color: #FFFFFF;
  color: #000000;
}
.section > .content > .contentBG,
.section > .content > .contentInner > .contentInnerBG {
  background-color: #FFFFFF;
}
.mod_color-alt {
  background-color: #000000;
  color: #FFFFFF;
}
.mod_color-alt > .content > .contentBG,
.mod_color-alt > .content > .contentInner > .contentInnerBG {
  background-color: #000000;
}
.mod_color-alt-2 {
  background-color: #F7F7F7;
  color: #000000;
}
.mod_color-alt-2 > .content > .contentBG,
.mod_color-alt-2 > .content > .contentInner > .contentInnerBG {
  background-color: #F7F7F7;
}
.mod_color-splash {
  background-color: #FC4540;
  color: #FFFFFF;
}
.mod_color-splash > .content > .contentBG,
.mod_color-splash > .content > .contentInner > .contentInnerBG {
  background-color: #FC4540;
}
.mod_color-splash-2 {
  background-color: #3C98C7;
  color: #FFFFFF;
}
.mod_color-splash-2 > .content > .contentBG,
.mod_color-splash-2 > .content > .contentInner > .contentInnerBG {
  background-color: #3C98C7;
}
.mod_background-gradient > .mainBG:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), color-stop(45%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#00ffffff', GradientType=1);
}
.mod_background-gradient.mod_layout-righty > .mainBG:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(55%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.6)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.6));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#99ffffff', GradientType=1);
}
.mod_background-gradient.mod_color-alt > .mainBG:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(45%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=1);
}
.mod_background-gradient.mod_color-alt.mod_layout-righty > .mainBG:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0.6));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=1);
}
/* HTML
------------------------------------------------------------------------- */
html {
  background-color: #FFFFFF;
}
/* SCENE
------------------------------------------------------------------------- */
.scene {
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
  right: 0;
  left: 0;
  top: 0;
}
@media screen and (orientation:portrait) {
  .scene {
    background: transparent;
    padding-bottom: 0;
    max-height: 215vw;
    height: 100%;
  }
}
/* MAIN
------------------------------------------------------------------------- */
.main {
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_article-addBorder {
  border: 1em #fff solid;
}
/* MAIN BG
------------------------------------------------------------------------- */
.mainBG {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 71% 50% !important;
}
.mod_layout-righty > .mainBG {
  background-position: 29% 50% !important;
}
.mod_layout-simple > .mainBG {
  background-position: 50% 50% !important;
}
.mod_background-landscape-off > .mainBG {
  display: none;
}
.mod_background-transparent > .mainBG {
  opacity: 0.35;
}
@media screen and (orientation:portrait) {
  .mod_hero-auto > .mainBG {
    padding-bottom: 100% !important;
    width: 177.78% !important;
    height: 0 !important;
    bottom: auto !important;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
  }
  .mod_layout-righty.mod_hero-auto > .mainBG {
    right: auto !important;
    left: 0 !important;
  }
  .mod_hero-auto > .mainBG {
    opacity: 1;
  }
  .mod_hero-auto.main {
    min-height: 100%;
  }
  .mod_background-landscape-off > .mainBG {
    display: block;
  }
  .mod_background-portrait-off > .mainBG {
    display: none;
  }
}
/* MOD BACKGROUND GRADIENT
------------------------------------------------------------------------- */
.mod_background-gradient > .mainBG:after {
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
}
@media screen and (orientation:portrait) {
  .mod_background-gradient .mainBG {
    opacity: 0.35;
  }
  .mod_background-gradient .mainBG:after {
    display: none;
  }
}
/* CONTENT
------------------------------------------------------------------------- */
.content {
  height: auto;
  overflow: auto;
  overflow-y: hidden;
  min-height: 720px;
  min-height: 100vh;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 55%;
}
.mod_layout-righty .content {
  margin-left: 55%;
  margin-right: auto;
}
.mod_hero-landscape-off > .content,
.mod_layout-banner > .content,
.mod_layout-simple > .content,
.mod_layout-bigBanner > .content {
  margin-right: 0;
  margin-left: 0;
}
.mod_content-wide > .content > .contentInner {
  max-width: 100% !important;
  padding: 1em 0;
}
.mod_layout-banner > .content,
.mod_layout-bigBanner > .content {
  min-height: 480px;
  min-height: 20vh;
}
.mod_article-squish.mod_layout-simple,
.mod_article-squish > .content {
  min-height: 0;
}
@media screen and (orientation: portrait) {
  .mod_article-portrait-squish.mod_layout-simple,
  .mod_article-portrait-squish > .content {
    min-height: 0 !important;
  }
}
@media screen and (orientation: portrait) {
  .mod_article-squish.mod_layout-simple,
  .mod_article-squish > .content {
    min-height: 0 !important;
  }
}
.mod_article-16x9 > .content {
  min-height: 44.1vw;
}
.mod_article-title > .content {
  margin-bottom: -2em;
}
.mod_content-boxed > .content {
  padding: 0px 1em;
}
@media screen and (orientation:portrait) {
  .section > .content {
    min-height: 480px;
    min-height: 45vh;
    margin-left: auto;
    margin-right: auto;
  }
  .mod_hero-portrait-banner > .content {
    min-height: calc(100vh - 45vw);
  }
  .mod_layout-simple > .content {
    min-height: 100vh;
  }
  .mod_article-squish.mod_layout-simple > .content {
    min-height: none;
  }
  .mod_layout-banner > .content,
  .mod_layout-bigBanner > .content {
    min-height: 55vh;
  }
  .content,
  .main.mod_background-gradient > .content,
  .mod_content-transparent > .content {
    height: auto;
    width: 100%;
  }
}
/* CONTENT : BEFORE
-----------------------------------------------------------*/
.content:before {
  content: ' ';
  /* This is the Inline Spacer for content centering */
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.4em;
  min-height: inherit;
  height: 0;
}
.ie8 .content:before,
.ie9 .content:before {
  padding-bottom: 60%;
  height: 0;
}
/* CONTENT BG
-----------------------------------------------------------*/
.contentBG,
.contentInnerBG {
  background-color: #FFFFFF;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.contentInnerBG {
  display: none;
  z-index: -1;
}
.mod_content-boxed > .content > .contentBG {
  display: none;
}
.mod_content-boxed > .content > .contentInner {
  display: inline-block;
  border-radius: 3px;
}
.mod_content-boxed > .content > .contentInner > .contentInnerBG {
  display: block;
  border-radius: 3px;
}
.mod_content-bg-off > .content > .contentInner > .contentInnerBG,
.mod_content-bg-off > .content > .contentBG {
  display: none;
}
.mod_content-transparent > .content > .contentBG,
.mod_content-transparent > .content > .contentInner > .contentInnerBG {
  opacity: 0.65;
}
/* CONTENT INNER
-----------------------------------------------------------*/
.contentInner {
  z-index: 0;
  width: 100%;
  max-width: 1080px;
  text-align: left;
  position: relative;
  padding: 1em 1.5em;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
@media screen and (orientation:landscape) {
  .contentInner {
    max-width: 30em;
  }
  .mod_layout-simple > .content > .contentInner,
  .mod_layout-banner > .content > .contentInner,
  .mod_layout-bigBanner > .content > .contentInner,
  .mod_hero-landscape-off > .content > .contentInner {
    max-width: 53em;
  }
}
.mod_text-center > .content > .contentInner {
  text-align: center;
}
.mod_layout-banner > .content > .contentInner,
.mod_layout-bigBanner > .content > .contentInner {
  vertical-align: top;
}
@media screen and (orientation:portrait) {
  .contentInner {
    top: 0;
    bottom: auto;
    max-width: none;
    -webkit-transform: none;
    transform: none;
    max-width: 768px;
    vertical-align: top;
  }
  .mod_hero-portrait-off > .content > .contentInner,
  .mod_layout-simple > .content > .contentInner {
    vertical-align: middle;
  }
  .mod_content-portrait-top > .content > .contentInner {
    vertical-align: top;
  }
  .mod_content-portrait-bottom > .content > .contentInner {
    vertical-align: bottom;
  }
}
.mod_content-top > .content > .contentInner {
  vertical-align: top;
}
.mod_content-bottom > .content > .contentInner {
  vertical-align: bottom;
}
/* HERO
-----------------------------------------------------------*/
.hero {
  top: 0;
  right: 0;
  left: auto;
  width: 55%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_layout-righty > .hero {
  right: auto;
  left: 0;
}
.mod_layout-banner > .hero,
.mod_layout-bigBanner > .hero {
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 35%;
}
.mod_hero-contained > .hero {
  min-height: 44.1vw;
}
.mod_hero-contained > .heroInner {
  height: 100%;
  padding-bottom: 0;
}
.mod_layout-bigBanner > .hero {
  padding-bottom: 56.25%;
}
.mod_hero-landscape-hide > .hero,
.mod_hero-landscape-off > .hero,
.mod_layout-simple > .hero {
  display: none;
}
@media screen and (orientation:landscape) {
  .mod_hero_limit-height > .heroInner {
    max-height: 70vw;
  }
}
@media screen and (orientation:portrait) {
  .hero {
    margin: 0;
    height: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=@opacity-ie)";
    filter: alpha(opacity=100);
    opacity: 1;
    min-height: 0;
    min-width: 100%;
    padding: 0 0 100%;
    position: relative;
  }
  .mod_hero-zoomable > .hero {
    -webkit-transition: 0.75s all cubic-bezier(0.68, -0.35, 0.265, 1.35);
    transition: 0.75s all cubic-bezier(0.68, -0.35, 0.265, 1.35);
  }
  .mod_hero-circle > .hero,
  .mod_hero-portrait-banner > .hero,
  .mod_hero-portrait-circle > .hero,
  .mod_hero-portrait-small > .hero,
  .mod_hero-zoomable > .hero,
  .mod_layout-banner > .hero {
    padding: 0 0 45%;
  }
  .mod_layout-bigBanner > .hero {
    padding: 0 0 56.25%;
  }
  .main > .hero-zoomed {
    padding: 0 0 100%;
  }
  .mod_hero-landscape-off > .hero {
    display: block;
  }
  .mod_hero-portrait-off > .hero {
    display: none;
  }
}
/* HERO EXPANDER
-----------------------------------------------------------*/
.heroExpander {
  top: 100%;
  left: 100%;
  color: #fff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  width: 1.8em;
  height: 1.8em;
  margin: -1.8em;
  display: none;
  cursor: pointer;
  background: #000;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.75s all cubic-bezier(0.68, -0.35, 0.265, 1.35), 0.35s opacity ease-out;
  transition: 0.75s all cubic-bezier(0.68, -0.35, 0.265, 1.35), 0.35s opacity ease-out;
}
.heroExpander:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.heroExpander .icon {
  top: 0;
  left: 0;
  width: 60%;
  height: 60%;
  margin: 20%;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.75s all cubic-bezier(0.68, -0.35, 0.265, 1.35);
  transition: 0.75s all cubic-bezier(0.68, -0.35, 0.265, 1.35);
}
@media screen and (orientation:portrait) {
  .mod_hero-zoomable > .heroExpander {
    display: block;
  }
}
.mod_hero-circle > .heroExpander,
.mod_hero-portrait-circle > .heroExpander,
.mod_hero-portrait-small > .heroExpander {
  border-radius: 100%;
  left: 80%;
  top: 95%;
}
.hero-zoomed .heroExpander {
  top: 100%;
  left: 100%;
  margin: -1.8em;
  border-radius: 0;
}
.heroExpander .decrease {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.microSection-hero-zoomed .heroExpander .decrease,
.hero-zoomed .heroExpander .decrease {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.microSection-hero-zoomed .heroExpander .increase,
.hero-zoomed .heroExpander .increase {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
}
/* HERO INNER
-----------------------------------------------------------*/
.heroInner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: 50% 50%;
  -ms-background-size: cover;
  background-size: cover;
}
.mod_hero-zoomable > .hero > .heroInner {
  -webkit-transition: 0.65s all cubic-bezier(0.68, -0.35, 0.265, 1);
  transition: 0.65s all cubic-bezier(0.68, -0.35, 0.265, 1);
}
.mod_hero-contained > .hero > .heroInner {
  height: 0;
  width: 76%;
  padding-bottom: 76%;
  border-radius: 4.0px;
}
.mod_hero-circle > .hero > .heroInner {
  height: 0;
  width: 76%;
  padding-bottom: 76%;
  border-radius: 100%;
}
.mod_hero-force-contain > .hero > .heroInner {
  background-size: contain !important;
}
.mod_hero-force-cover > .hero > .heroInner {
  background-size: cover !important;
}
@media screen and (orientation:portrait) {
  .mod_hero-contained > .hero > .heroInner {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
  .mod_hero-circle > .hero > .heroInner,
  .mod_hero-portrait-circle > .hero > .heroInner,
  .mod_hero-portrait-small > .hero > .heroInner {
    height: 0;
    width: 40%;
    border-radius: 100%;
    padding-bottom: 40%;
  }
  .mod_hero-portrait-small > .hero > .heroInner {
    border-radius: 4px;
  }
  .main .hero-zoomed .heroInner {
    width: 100%;
    border-radius: 0;
    padding-bottom: 100%;
  }
}
/* IE8 & IE 9 1.0.1 BUG FIXES
------------------------------------------------------------------------- */
.ie8 .ie-display-none,
.ie9 .ie-display-none {
  display: none;
}
.ie8 .contentInner,
.ie9 .contentInner {
  max-width: 29em;
}
.ie8 .mod_layout-banner > .contentInner,
.ie9 .mod_layout-banner > .contentInner,
.ie8 .mod_layout-simple > .contentInner,
.ie9 .mod_layout-simple > .contentInner,
.ie8 .mod_layout-bigBanner > .contentInner,
.ie9 .mod_layout-bigBanner > .contentInner {
  max-width: 955px;
}
.ie8 .u-background-size-contain div img,
.ie9 .u-background-size-contain div img,
.ie8 .u-background-size-cover div img,
.ie9 .u-background-size-cover div img {
  display: none;
}
.ie8 .u-background-size-cover div img[src^="http:"],
.ie9 .u-background-size-cover div img[src^="http:"],
.ie8 .u-background-size-cover div img[src^="https:"],
.ie9 .u-background-size-cover div img[src^="https:"],
.ie8 .u-background-size-contain div img[src^="http:"],
.ie9 .u-background-size-contain div img[src^="http:"],
.ie8 .u-background-size-contain div img[src^="https:"],
.ie9 .u-background-size-contain div img[src^="https:"] {
  display: block;
}
.ie8 .content:before,
.ie9 .content:before {
  padding-bottom: 75.25% !important;
  height: 0 !important;
}
.ie8 .mod_layout-simple > .content:before,
.ie9 .mod_layout-simple > .content:before {
  padding-bottom: 42% !important;
}
.ie8 .mod_layout-banner > .content:before,
.ie9 .mod_layout-banner > .content:before,
.ie8 .mod_layout-bigBanner > .content:before,
.ie9 .mod_layout-bigBanner > .content:before {
  padding-bottom: 0 !important;
}
.ie8 body,
.ie9 body {
  overflow: auto !important;
}
.ie8 .modalInner,
.ie9 .modalInner {
  min-height: 29em !important;
}
/* MODAL COLORS
-----------------------------------------------------------*/
.blackout {
  background: rgba(0, 0, 0, 0.6);
}
.modalInner {
  background: #FFFFFF;
}
.modalImg {
  border-right: solid 1px #dedede;
}
.modal-button {
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #FC4540;
}
.modal-button:hover {
  background-color: #fb140e;
}
.modal-button.outline {
  color: #FC4540;
  background: transparent;
  border-top: solid 1px #FC4540;
}
.modal-button.outline:hover {
  color: #fb140e;
  border-top-color: #fb140e;
}
@media screen and (orientation:portrait) {
  .modalImg {
    border-right: none;
    border-bottom: solid 1px #dedede;
  }
}
/* TIP COLORS
-----------------------------------------------------------*/
.tip {
  color: #FFFFFF;
  text-align: center;
}
.tipCircle {
  background-color: #FC4540;
}
.tipButton {
  color: #ffffff;
}
.tipImg {
  background-color: #dedede;
}
/* FANCY TOOLTIPS
-----------------------------------------------------------*/
.fancy-tooltip:hover .fancy-tooltip-bg {
  background: #fb140e;
}
.fancy-tooltip-bg,
.fancy-tooltip.show-content.visited .fancy-tooltip-bg,
.fancy-tooltip.show-content:hover .fancy-tooltip-bg {
  background: #FC4540;
}
.fancy-tooltip.visited .fancy-tooltip-bg {
  background: #BBBBBB;
}
.fancy-tooltip .fancy-tooltip-point {
  color: #ffffff;
}
.fancy-tooltip .left,
.fancy-tooltip .right {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}
.fancy-tooltip .left:hover,
.fancy-tooltip .right:hover {
  color: #ffffff;
}
.fancy-tooltip .fancy-tooltip-content {
  color: #ffffff;
}
.fancy-tooltip-backdrop {
  background: transparent url("http://cdn.staging.experticity.com/contrib/mfg/3p5demo/contrib/images/black-box-60.png") repeat;
  background: rgba(0, 0, 0, 0.6);
}
.fancy-tooltip.show-content .fancy-tooltip-inner:after {
  background: rgba(252, 69, 64, 0.75);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(252, 69, 64, 0)), to(#fc4540));
  background-image: linear-gradient(to right, rgba(252, 69, 64, 0) 0%, #fc4540 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fc4540', endColorstr='#fffc4540', GradientType=1);
}
/* ACCORDIAN COLOR
-----------------------------------------------------------*/
.accordian-label {
  font-weight: bold;
}
.accordian-label:hover {
  color: #FC4540;
}
/* CARDS COLORS
-----------------------------------------------------------*/
.card {
  color: #000000;
}
.cardFront {
  background-color: #FFFFFF;
}
.cardFront .cardTitle {
  text-align: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
}
.cardBack {
  background-color: #FFFFFF;
  font-size: 85%;
}
/* GALLERY COLORS
-----------------------------------------------------------*/
.caption,
.gallery-subtitle {
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}
.card .caption,
.gallery-tile .caption {
  text-align: center;
}
/* VIDEO
-----------------------------------------------------------*/
.videoButton {
  color: #ffffff;
  background-color: #000000;
}
.mod_background-gradient .background-video:after,
.mod_background-transparent .background-video:after {
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
/* DRAG AND DROP
-----------------------------------------------------------*/
.object.reject .card {
  background: #BBBBBB;
}
.object.reject:before {
  color: rgba(255, 255, 255, 0.6);
}
.target.over .cardFront,
.target.success.over[data-accepted-objects*=', '] .cardFront {
  outline-color: rgba(255, 255, 255, 0.6);
}
.target .cardFront {
  outline: 2px dashed rgba(0, 0, 0, 0.6);
}
.checkmark {
  stroke: #ffffff;
  -webkit-box-shadow: inset 0 0 0 #00e676;
          box-shadow: inset 0 0 0 #00e676;
}
.checkmark .checkmark__circle {
  stroke: #00e676;
}
@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0 0 0 100px #00e676;
            box-shadow: inset 0 0 0 100px #00e676;
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0 0 0 100px #00e676;
            box-shadow: inset 0 0 0 100px #00e676;
  }
}
/* ----- NEW MODS ----- */
.mod_article-squish.main {
  min-height: 0;
  /* evenly spaced because padding bottom accounts for margin on <p>'s*/
  padding: 4em 0em calc(3em);
}
.mod_article-squish.main > .content:before {
  padding-bottom: 0;
  height: 0;
  margin-right: 0;
}
.mod_article-squish.main.mod_hero-contained > .hero {
  min-height: 100%;
}
.mod_article-squish.main.mod_hero-contained > .hero > .heroInner {
  height: 75%;
  width: 75%;
  padding-bottom: 0;
}
/* -- FLICKITY --*/
.closeBtn,
.flickity-prev-next-button {
  border: 1px solid #868e96;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1em;
  font-size: 3em;
  height: 1em;
  width: 1em;
}
.closeBtn .icon {
  position: absolute;
  font-size: 0.6em;
  margin: auto;
  height: 1em;
  width: 1em;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.closeBtn .icon:before {
  vertical-align: text-bottom;
}
.video-wrapper .closeBtn {
  border: none;
}
@media screen and (orientation:portrait) {
  .mod_hero-auto > .hero > .heroInner > .fancy-tooltip-wrapper {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    bottom: auto !important;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
  }
  .mod_layout-righty .hero > .heroInner > .fancy-tooltip-wrapper {
    right: auto !important;
    left: 0 !important;
  }
}
.mod_content-overflow {
  overflow: visible;
  z-index: 10;
}
.mod_content-overflow > .content {
  overflow: visible;
}
.mod_content-dropCap .contentCopy p:first-child:first-letter {
  float: left;
  text-transform: uppercase;
  line-height: 2rem;
  padding-top: .4rem;
  padding-right: .5rem;
  font-size: 4rem;
  font-weight: bold;
  font-family: inherit;
}
/* ACCORDIAN COLOR
-----------------------------------------------------------*/
.accordion-label {
  font-weight: 600;
}
.accordion-label:hover {
  color: #FC4540;
}
/* ACCORDIONS ___________________________________________________________________________ */
.accordion-label .fa-bb,
.accordion-label .svg-inline--fa {
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-label .fa-bb {
  font-size: 110%;
  padding: 0.5rem;
}
.closed .accordion-label .fa-bb,
.closed .accordion-label .svg-inline--fa {
  -webkit-transform: none;
  transform: none;
}
.accordion {
  border-bottom: 1px solid #ddd;
}
.accordion-text {
  transition: all 1.0s ease 0s;
  -webkit-transition: all 1.0s ease 0s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  overflow: hidden;
  cursor: auto;
  height: auto;
  max-height: 300px;
  margin: 0px;
  padding: 0px;
}
.closed .accordion-text {
  max-height: 0px;
  transition: all 0.65s ease 0s;
  -webkit-transition: all 0.65s ease 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.accordion-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  padding: 5px 10px;
  -webkit-transition: all 0.65s ease 0s;
  transition: all 0.65s ease 0s;
  -webkit-transition: all 1.0s ease 0s;
}
.accordion-label:hover {
  color: #000;
  cursor: pointer;
}
.closed .accordion-label {
  color: #999;
}
.accordion-text .accordion-text-inner p {
  padding: 5px 15px 15px;
  margin: 0px;
  font-size: 0.9em;
  -webkit-transition: all 0.65s ease 0s;
  transition: all 0.65s ease 0s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}
.closed .accordion-text .accordion-text-inner p {
  opacity: 0;
  -webkit-transition: all 0.65s ease 0s;
  transition: all 0.65s ease 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
/* Bordered accordion style */
.mod_corbin-border .accordion-wrapper,
.mod_accordion-border .accordion-wrapper {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.mod_corbin-border .accordion:last-child,
.mod_accordion-border .accordion:last-child {
  border-bottom: 0px;
}
/* X: ACCORDIONS ___________________________________________________________________________ */
/* ACCORDIAN COLOR
-----------------------------------------------------------*/
.accordion-label {
  font-weight: 600;
}
.accordion-label:hover {
  color: #3C98C7;
}
.accordion-label i {
  color: #3C98C7;
}
/* ACCORDIONS ___________________________________________________________________________ */
.accordion-wrapper.type2 {
  /* X: ACCORDIONS ___________________________________________________________________________ */
}
.accordion-wrapper.type2 .accordion {
  border-bottom: 0;
}
.accordion-wrapper.type2 .accordion .accordion-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  padding: 5px 10px;
  -webkit-transition: all 0.65s ease 0s;
  transition: all 0.65s ease 0s;
  -webkit-transition: all 1.0s ease 0s;
}
.accordion-wrapper.type2 .accordion .accordion-label:hover {
  color: #000;
  cursor: pointer;
}
.accordion-wrapper.type2 .accordion .accordion-label .fa-bb,
.accordion-wrapper.type2 .accordion .accordion-label .svg-inline--fa {
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-wrapper.type2 .accordion .accordion-label .fa-bb {
  font-size: 110%;
  padding: 0.5rem;
}
.accordion-wrapper.type2 .accordion .accordion-text {
  transition: all 1.0s ease 0s;
  -webkit-transition: all 1.0s ease 0s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  overflow: hidden;
  cursor: auto;
  height: auto;
  max-height: 300px;
  margin: 0;
  padding: 0;
}
.accordion-wrapper.type2 .accordion .accordion-text .accordion-text-inner p {
  padding: 0.75rem 1rem;
  margin: 0 0 0 1.3rem;
  font-size: 0.9em;
  -webkit-transition: all 0.65s ease 0s;
  transition: all 0.65s ease 0s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  border-left: 1px solid #c6c6c6;
  opacity: 1;
}
.accordion-wrapper.type2 .accordion .accordion-label {
  color: #999;
  /*JANKY*/
}
.accordion-wrapper.type2 .accordion .accordion-label .svg-inline--fa {
  color: darkred;
}
.accordion-wrapper.type2 .accordion .accordion-label .fa-bb,
.accordion-wrapper.type2 .accordion .accordion-label .svg-inline--fa {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion-wrapper.type2 .accordion.closed .accordion-label {
  color: #999;
}
.accordion-wrapper.type2 .accordion.closed .accordion-label .svg-inline--fa {
  color: #3C98C7;
}
.accordion-wrapper.type2 .accordion.closed .accordion-label .fa-bb,
.accordion-wrapper.type2 .accordion.closed .accordion-label .svg-inline--fa {
  -webkit-transform: none;
  transform: none;
}
.accordion-wrapper.type2 .accordion.closed .accordion-text {
  max-height: 0;
  transition: all 0.65s ease 0s;
  -webkit-transition: all 0.65s ease 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.accordion-wrapper.type2 .accordion.closed .accordion-text .accordion-text-inner p {
  opacity: 0;
  -webkit-transition: all 0.65s ease 0s;
  transition: all 0.65s ease 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.bio {
  margin-bottom: 1rem;
  position: relative;
  padding: 0.25em;
  max-width: 500px;
}
.bio .bio-image {
  width: 9em;
  margin-right: 1em;
  position: relative;
}
.bio .bio-image div {
  border-radius: 50%;
}
.bio .bio-image div:before {
  padding-bottom: 100%;
  padding-bottom: calc(94%);
  content: "";
  display: block;
  height: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.bio .bio-image .bio-avatar {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .bio .bio-image .bio-avatar {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 750px) {
  .bio .bio-image .bio-avatar {
    width: 24px;
    height: 24px;
  }
}
.bio .bio-image .bio-avatar:before {
  display: none;
}
.bio .bio-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bio .bio-body h4 {
  margin: 0;
}
.bio .bio-body p {
  margin: 0;
  font-size: 0.7em;
}
@media screen and (max-width: 750px) {
  .bio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bio .bio-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 75px;
  }
}
dl.inline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: visible;
}
dl.inline-flex dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9em;
          flex: 0 0 9em;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 1em;
  text-align: right;
}
dl.inline-flex dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 10em);
          flex: 1 0 calc(100% - 10em);
  margin-left: auto;
  text-align: left;
  text-overflow: ellipsis;
}
@media (max-width: 750px) {
  dl.inline-flex dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
  }
}
.bio-details dl.inline-flex {
  margin-top: 1em;
  border-top: #868e96 1px solid;
}
.bio-details dl.inline-flex dd {
  color: #868e96;
}
.bio-smaller.bio {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bio-smaller.bio .bio-image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 75px;
}
.bio-smaller.bio .bio-avatar {
  width: 24px;
  height: 24px;
}
.brand-card {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-box-shadow: 0 1px 2px 1px rgba(117, 117, 117, 0.2);
          box-shadow: 0 1px 2px 1px rgba(117, 117, 117, 0.2);
  min-width: 145px;
  height: 176px;
  font-size: 12px;
  line-height: 15px;
  width: 258px;
  position: relative;
  margin: 6px;
}
@media (min-width: 1024px) {
  .brand-card {
    margin: 10px;
  }
}
.brand-card .card-images {
  display: block;
  margin: 0;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  height: 128px;
  overflow: hidden;
}
.brand-card .card-images .card-image {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.brand-card .card-images .avatar-image {
  border-radius: 3px 3px 0 0;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  left: 18px;
}
.brand-card .card-images .orgName {
  position: absolute;
  bottom: 0;
  height: 60px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 96px;
  color: #FFF;
  font-size: 1.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.brand-card .card-images .orgName span {
  -ms-flex-item-align: center;
      align-self: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
}
.brand-card .card-links {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 48px;
  list-style: none;
}
.brand-card .card-links li {
  margin: 0;
  list-style: none;
  float: left;
  width: 50%;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  border-left: none;
  font-size: 15px;
  line-height: 24px;
}
.brand-card .card-links li a {
  color: #3c98c7;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  border-bottom: none;
  cursor: pointer;
  background: none;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  padding: 12px;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
}
.brand-card .card-links li a:hover {
  color: #3485ae;
  text-decoration: none;
}
/* CARDS COLORS
-----------------------------------------------------------*/
.card {
  color: #000000;
}
.card .cardFront {
  background-color: #FFFFFF;
}
.card .cardFront .cardTitle {
  text-align: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
}
.card .cardBack {
  background-color: #FFFFFF;
  font-size: 85%;
}
.studios-content-main {
  /* CARDS ___________________________________________________________________________ */
  /* --BASIC IMAGE ELEMENTS -- */
  /* X --BASIC IMAGE ELEMENTS -- */
  /* -- FLIP CARDS -- */
  /* X-- FLIP CARDS -- */
  /* X: CARDS ___________________________________________________________________________ */
}
.studios-content-main .bannerImg {
  width: 100%;
  height: 0;
}
.studios-content-main .bannerImg:not([class *= "padding-bottom"]) {
  padding-bottom: 50%;
}
.studios-content-main .circleImg {
  width: 40%;
  height: 0;
  padding-bottom: 40%;
  margin: 5% 30%;
  border-radius: 100%;
}
.studios-content-main .card {
  width: 100%;
  position: relative;
  -webkit-perspective: 5000px;
  perspective: 5000px;
  text-align: left;
}
@media screen and (orientation:portrait) {
  .studios-content-main .card {
    font-size: 95%;
  }
}
.studios-content-main .card .caption {
  margin: 0;
  color: #fff;
  padding: 0.5em;
}
.studios-content-main i.fa-bb.fal.fa-redo-alt {
  display: none;
}
.studios-content-main .card-flip-preview .cardFront {
  -webkit-transform: rotateY(40deg);
  transform: rotateY(40deg);
}
.studios-content-main .card-flip-preview i.fa-bb.fal.fa-redo-alt {
  color: #000 !important;
  position: absolute;
  font-size: 2rem;
  right: 1rem;
  top: calc(48%);
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  display: block;
}
.studios-content-main .cardBase {
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 2px rgba(107, 101, 95, 0.17);
          box-shadow: 0 1px 2px 2px rgba(107, 101, 95, 0.17);
}
.studios-content-main .cardFront {
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 2px rgba(107, 101, 95, 0.17);
          box-shadow: 0 1px 2px 2px rgba(107, 101, 95, 0.17);
}
.studios-content-main .cardFront .cardTitle {
  margin: 0;
  width: 100%;
  bottom: -1px;
  position: absolute;
  padding: 0.125em 0;
}
.studios-content-main .cardFront .marker.circle {
  display: none;
}
.studios-content-main .cardBack {
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 2px rgba(107, 101, 95, 0.17);
          box-shadow: 0 1px 2px 2px rgba(107, 101, 95, 0.17);
  display: none;
}
.studios-content-main .is-flippable {
  cursor: pointer;
}
.studios-content-main .is-flippable .cardBack {
  display: block;
}
.studios-content-main .is-flippable .cardFront .marker.circle {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.studios-content-main .is-linkable {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
}
.studios-content-main .is-linkable:hover {
  top: -5px;
}
.studios-content-main .is-linkable .cardBack {
  display: none;
}
.studios-content-main .is-linkable .cardFront .background {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.studios-content-main .is-linkable .cardFront .marker.circle {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.studios-content-main .flippable .cardBack,
.studios-content-main .flippable .cardFront {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.studios-content-main .flippable .cardBack {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.studios-content-main .flippable.card-flipped .cardFront {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.studios-content-main .flippable.card-flipped .cardBack {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.studios-content-main .cardCopy {
  padding: 0.5em;
}
.studios-content-main .cardCopy p:last-of-type {
  margin-bottom: 0 !important;
}
.studios-content-main .ie8 .card-flipped .cardFront,
.studios-content-main .ie9 .card-flipped .cardFront {
  display: none !important;
}
.studios-content-main .flexible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.studios-content-main .flexible .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  margin: 0.25em;
}
.studios-content-main .flexible .card.card-current-flipped {
  z-index: 10;
}
.studios-content-main .flexible .card .cardFront {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  min-width: 200px;
}
.studios-content-main .flexible .card .cardBack {
  height: auto;
  min-height: 100%;
}
.studios-content-main .caption-below .cardFront .background {
  height: 70%;
}
.studios-content-main .caption-below .cardFront .caption {
  height: 30%;
  padding: 0.5em;
  background: #FFF;
  color: inherit;
  text-align: left;
}
.studios-content-main .caption-above .cardFront .background {
  height: 70%;
  top: 30%;
}
.studios-content-main .caption-above .cardFront .caption {
  height: 30%;
  top: 0;
  bottom: auto;
  background: #FFF;
  color: inherit;
  text-align: left;
  padding: 0.5em 2em 0.5em 0.5em;
}
.studios-content-main .card:only-of-type {
  max-width: 480px;
  max-width: 75vh;
  min-height: 480px;
}
@media screen and (orientation: portrait) {
  .studios-content-main .card:only-of-type {
    max-width: 75vw;
  }
}
/* -- DRAG AND DROP INTERACTIONS -- */
.object {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-in-out, transform 1s ease-in-out 0.1s;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform 1s ease-in-out 0.1s;
  transition: opacity .3s ease-in-out, -webkit-transform 1s ease-in-out 0.1s;
  transition: opacity .3s ease-in-out, transform 1s ease-in-out 0.1s;
  transition: opacity .3s ease-in-out, transform 1s ease-in-out 0.1s, -webkit-transform 1s ease-in-out 0.1s;
}
.object.hidden {
  visibility: hidden;
  left: 0 !important;
  top: 0 !important;
}
.object.fade {
  -webkit-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  -ms-filter: "alpha(opacity=@opacity-ie)" !important;
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}
.object.ui-draggable-dragging {
  z-index: 300;
}
.object.ui-draggable-dragging.fade {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-filter: "alpha(opacity=@opacity-ie)" !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.object.shadow {
  -webkit-transition: opacity .3s ease-in-out, transform 1s ease-in-out 0.1s;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform 1s ease-in-out 0.1s;
  transition: opacity .3s ease-in-out, -webkit-transform 1s ease-in-out 0.1s;
  transition: opacity .3s ease-in-out, transform 1s ease-in-out 0.1s;
  transition: opacity .3s ease-in-out, transform 1s ease-in-out 0.1s, -webkit-transform 1s ease-in-out 0.1s;
}
.object.shadow .cardFront {
  -webkit-box-shadow: -10px 10px 5px 5px rgba(1, 1, 1, 0.1);
          box-shadow: -10px 10px 5px 5px rgba(1, 1, 1, 0.1);
}
.object.shadowDownLeft .cardFront {
  -webkit-box-shadow: -10px -10px 5px 5px rgba(1, 1, 1, 0.1);
          box-shadow: -10px -10px 5px 5px rgba(1, 1, 1, 0.1);
}
.object.reject .cardFront {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.object.reject:before {
  font-family: 'uber-icons' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5em;
  position: absolute;
  left: 18%;
  top: 18%;
  height: 64%;
  width: 64%;
  content: "\e900";
  z-index: 2;
  text-align: center;
  vertical-align: middle;
}
@media screen and (orientation:portrait) {
  .object.reject:before {
    font-size: 3em;
  }
}
.object .cardFront {
  -webkit-transition: box-shadow 1s ease-in-out 0s, opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-box-shadow 1s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out, -webkit-box-shadow 1s ease-in-out 0s;
  transition: box-shadow 1s ease-in-out 0s, opacity 0.3s ease-in-out;
  transition: box-shadow 1s ease-in-out 0s, opacity 0.3s ease-in-out, -webkit-box-shadow 1s ease-in-out 0s;
}
.target {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 200;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.target.over,
.target.success.over[data-accepted-objects*=','] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.target.success.over {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.target .card.card-flipped ~ .checkmark {
  display: none;
}
.target .cardFront {
  outline-offset: -0.5em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (orientation:portrait) {
  .target .cardFront {
    outline-offset: -0.15em;
  }
}
.target .cardFront .cardTitle {
  z-index: -1;
}
@media screen and (orientation:landscape) {
  .target .cardFront .cardTitle {
    padding-bottom: 0.75em;
  }
}
@media screen and (orientation:portrait) {
  .target .cardFront .cardTitle {
    padding-bottom: 0.25em;
  }
}
.target .cardBack {
  font-size: 70%;
}
.target .object {
  position: absolute !important;
}
.objectContainer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.target.full-size-target.over {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}
.target[data-accepted-objects*=','] .object {
  display: none;
}
.reject {
  -webkit-animation: shake 1s linear both;
  animation: shake 1s linear both;
}
/* -- x: DRAG AND DROP INTERACTIONS -- */
.checkmark {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3.6em;
  height: 3.6em;
  display: block;
  position: absolute;
  stroke-width: 2;
  border-radius: 100%;
  stroke-miterlimit: 10;
  -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark .checkmark__circle {
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-miterlimit: 10;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark .checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@media screen and (orientation: portrait) {
  .u-portrait-absolute-top-right {
    position: absolute;
    top: 0%;
    right: 0%;
  }
}
/*-- TIP CONTAINER --*/
.tip {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  position: absolute;
  max-height: 215vw;
  width: 100%;
  height: 0%;
  z-index: 1;
  left: 0;
  top: 0;
  background: none;
}
.tip:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  margin-right: -0.4em;
  position: relative;
  content: " ";
  height: 100%;
  width: 0;
}
.tip.tip-active {
  height: 100%;
}
.tip.tip-active .tipButton {
  margin: -150% -150% 0 0;
  padding-bottom: 300%;
  width: 300%;
}
@media screen and (orientation:portrait) {
  .tip.tip-active .tipButton {
    width: 500%;
    padding-bottom: 500%;
    margin: -250% -250% 0 0;
  }
}
.tip.tip-active .tipCircle {
  border-radius: 0;
}
.tip.tip-active .open {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.tip.tip-active .close {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*-- X: TIP CONTAINER --*/
/*-- TIP BUTTON --*/
.tipCircle {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  margin: auto;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tipIcon {
  height: 0%;
  width: 1em;
  top: 0.625em;
  right: 0.625em;
  font-size: 3.8em;
  position: absolute;
  text-align: center;
  padding-bottom: 1em;
  margin: -0.5em -0.5em 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tipButton {
  height: 0%;
  width: 1em;
  top: 0.625em;
  right: 0.625em;
  font-size: 3.8em;
  position: absolute;
  text-align: center;
  padding-bottom: 1em;
  margin: -0.5em -0.5em 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tipIcons {
  height: 0%;
  width: 1em;
  top: 0.625em;
  right: 0.625em;
  font-size: 3.8em;
  position: absolute;
  text-align: center;
  padding-bottom: 1em;
  margin: -0.5em -0.5em 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tipIcons .open,
.tipIcons .close {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 50%;
  cursor: pointer;
  margin: 0 0 0 1%;
  line-height: 200%;
  position: absolute;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.tipIcons .open .svg-inline--fa,
.tipIcons .close .svg-inline--fa {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.tipIcons .close {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
}
/*-- X: TIP BUTTON --*/
/*-- TIP ANIMATION --*/
.pulsate {
  -webkit-animation: pulsate 2.5s infinite;
  animation: pulsate 2.5s infinite;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=@opacity-ie)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  50% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=@opacity-ie)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=@opacity-ie)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes pulsate {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=@opacity-ie)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  50% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=@opacity-ie)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=@opacity-ie)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
/*-- X: TIP ANIMATION --*/
/*-- TIP CONTENT --*/
.tipInner {
  width: 100%;
  overflow: auto;
  padding: 0 7.5%;
  min-height: 7em;
  max-height: 100%;
  max-width: 1080px;
  overflow: visible;
  position: relative;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.tipInner .quote-inner {
  padding: 0;
}
.tipInner .blockquote {
  font-size: 1rem;
}
.tipInner .blockquote-footer {
  color: inherit;
}
.tipImg {
  height: 0;
  width: 25%;
  margin-right: 5%;
  border-radius: 100%;
  padding-bottom: 25%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.tipContent {
  max-width: 58%;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (orientation:portrait) {
  .tipInner {
    padding: 0 4%;
    min-height: 12em;
  }
  .tipImg {
    margin: 0 30% -0.5em;
    vertical-align: middle;
  }
  .tipContent h1 {
    text-align: center;
  }
  .tipContent {
    max-width: 75%;
    padding: 1em 0 1em;
  }
}
/* TIP COLORS
-----------------------------------------------------------*/
.tip {
  color: #FFFFFF;
}
.tipCircle {
  background-color: #FC4540;
}
.tipButton {
  color: #ffffff;
}
.tipImg {
  background-color: #dedede;
}
.flexSection {
  padding: 10px;
  display: block;
  position: relative;
}
@media (min-width: 760px) {
  .flexSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flexSection-bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: transparent 50% 50% no-repeat;
  background-size: cover ;
}
.flexSection-bg--transparent {
  opacity: 0.15;
}
.flexSection-bg--focusRight {
  background-position: 25% 50% ;
}
.flexSection-bg-img {
  position: relative;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
}
.flexSection-col {
  position: relative;
  padding: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .flexSection-col.flexSection-col--smaller {
    max-width: 45%;
  }
  .flexSection-col.flexSection-col--larger {
    min-width: 55%;
  }
}
.flexSection-col-img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 4px;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.flexSection-col-text {
  margin: 0 auto;
  max-width: 26em;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 10px;
}
.u-addShadow:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.045);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.04)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.04))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.02)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.04)), linear-gradient(to right, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.02));
}
.bg--gradRight:after,
.bg--gradLeft:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0));
}
.bg--gradLeft::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0));
}
blockquote p {
  margin-bottom: 0.5rem;
}
cite {
  font-size: 70%;
}
.media {
  margin-bottom: 1rem;
  position: relative;
}
.media .media-image {
  width: 30%;
  margin-right: 2rem;
}
.media blockquote {
  margin-bottom: 0;
}
.media .media-image div:before {
  padding-bottom: 80%;
  content: "";
  display: block;
  height: 0;
}
@media screen and (max-width: 675px) {
  .media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .media .media-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 auto !important;
  }
  .media .media-image div:before {
    padding-bottom: 30%;
  }
}
/* MODAL COLORS
-----------------------------------------------------------*/
.blackout {
  background: rgba(0, 0, 0, 0.6);
}
.modalInner {
  background: #FFFFFF;
}
.modalImg {
  border-right: solid 1px #dedede;
}
.modal-button {
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #FC4540;
}
.modal-button:hover {
  background-color: #fb140e;
}
.modal-button.outline {
  color: #FC4540;
  background: transparent;
  border-top: solid 1px #FC4540;
}
.modal-button.outline:hover {
  color: #fb140e;
  border-top-color: #fb140e;
}
@media screen and (orientation:portrait) {
  .modalImg {
    border-right: none;
    border-bottom: solid 1px #dedede;
  }
}
/* BLACKOUT AND MODAL ___________________________________________________________________________ */
.modal .modal-close.modalCloseBtn {
  opacity: 0.75;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  margin: 0.25em;
  height: 2em;
  width: 2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal .modal-close.modalCloseBtn:hover {
  opacity: 1;
  cursor: pointer;
}
.modal .modal-close.modalCloseBtn i.fa-bb {
  font-size: 1.75rem;
  color: #9d9d9d;
  line-height: 1.2rem;
}
.modal .modal-close.modalCloseBtn i.fa-bb:hover {
  cursor: pointer;
}
.modalCloseBtn.modal-close {
  position: absolute;
  right: 0;
  z-index: 20;
}
.modalCloseBtn.modal-close:hover {
  cursor: pointer;
}
/* -- MODAL -- */
.blackout {
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 215vw;
}
.blackout.studios-content-main {
  position: absolute;
}
.blackout:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  margin-right: -0.4em;
  position: relative;
  content: " ";
  height: 100%;
  width: 0;
}
.modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  max-width: 900px;
  margin: 16px;
  width: 80%;
  position: relative !important;
}
.modalInner {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  min-height: 16em;
}
.modalImg {
  position: absolute;
  height: 100%;
  width: 45%;
}
.modalContent {
  padding: 1em 2em;
  margin-left: 45%;
  margin-bottom: 3em;
  position: relative;
}
.modalFooter {
  position: absolute;
  bottom: -1px;
  width: 55%;
  margin-left: 45%;
}
.modalFooter hr {
  border-top-width: 2px;
  position: relative;
  display: block;
  margin: 0 auto;
  opacity: 0.1;
  width: 94%;
}
.modalFooter .btn.btn-modal {
  width: 100%;
  background-color: transparent;
  color: #3c98c7;
  text-align: center !important;
  padding: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modalFooter .btn.btn-modal:hover {
  color: #3485ae;
}
.modal-button {
  float: left;
  width: 100%;
  cursor: pointer;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.modal-button.left {
  left: 0;
  width: 50%;
}
.modal-button.right {
  right: 0;
  width: 50%;
}
@media screen and (orientation:portrait) {
  .modalImg {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    border-right: none;
  }
  .modalContent {
    padding: 1em 2em;
    margin-left: 0;
  }
  .modal,
  .modalInner {
    min-height: 100vw;
    max-width: 720px;
    width: auto !important;
  }
  .modalFooter {
    width: 100%;
    margin-left: 0;
  }
  .contentWrap {
    vertical-align: top;
  }
}
.backgroundImg {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (orientation:portrait) and (min-width: 768px) {
  .modal,
  .modalInner {
    min-height: 768px !important;
  }
}
@media screen and (max-width: 598px) {
  .exp-modal-open {
    width: 100%;
  }
}
/* X: BLACKOUT AND MODAL ___________________________________________________________________________ */
.quote-inner {
  width: 100%;
  padding: 0;
  max-height: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.quote-inner .quote-image {
  height: 0;
  width: 25%;
  margin: 0 5% 0 0;
  border-radius: 100%;
  padding-bottom: 25%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.quote-inner .quote-image + .quote-content-inner {
  max-width: 58%;
}
.quote-inner .quote-content-inner {
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (orientation: portrait) {
  .quote-inner {
    padding: 0 4%;
    min-height: 12em;
  }
  .quote-inner .quote-image {
    margin: 0 30% -0.5em;
    vertical-align: middle;
  }
  .quote-inner .quote-image + .quote-content-inner {
    max-width: 75%;
  }
  .quote-inner .quote-content-inner {
    max-width: 75%;
    padding: 1em 0 1em;
  }
}
.quote-inner {
  width: 100%;
  padding: 0;
  max-height: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.quote-inner .quote-image {
  height: 0;
  width: 25%;
  margin: 0 5% 0 0;
  border-radius: 100%;
  padding-bottom: 25%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.quote-inner .quote-image + .quote-content-inner {
  max-width: 58%;
}
.quote-inner .quote-content-inner {
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (orientation: portrait) {
  .quote-inner {
    padding: 0 4%;
    min-height: 12em;
  }
  .quote-inner .quote-image {
    margin: 0 30% -0.5em;
    vertical-align: middle;
  }
  .quote-inner .quote-content-inner {
    max-width: 75%;
    padding: 1em 0 1em;
  }
}
.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 3px;
}
.rangeslider {
  background: #CCC;
  position: relative;
  /*
  &:after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: repeating-linear-gradient(to right,
        transparent 0%,
        transparent 24%,
        #FFF 24.5%,
        #FFF 25%,
        transparent 25%,
        transparent 26%);
  }
  */
}
.rangeslider--horizontal {
  height: 8px;
  width: 100%;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}
.rangeslider--disabled .rangeslider__handle {
  display: none;
}
.rangeslider__fill {
  background: #ef4036;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  border-radius: 50%;
}
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.12)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.product-attribute {
  max-width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.product-attribute h5 {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5em;
}
.product-attribute .product-attribute-label {
  color: #666;
  font-size: 75%;
  width: 49%;
  display: inline-block;
}
.product-attribute .product-attribute-label + .product-attribute-label {
  text-align: right;
}
.ev-recommendation {
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  opacity: 1;
  padding-bottom: 75px;
  position: relative;
  -webkit-transition: opacity 0.45s ease-in;
  transition: opacity 0.45s ease-in;
}
@media (prefers-reduced-motion) {
  .ev-recommendation {
    -webkit-transition: opacity 0s;
    transition: opacity 0s ;
  }
}
@media (min-width: 599px) {
  .ev-recommendation {
    border-radius: 37px;
  }
  .ev-recommendation[data-visible="false"] {
    opacity: 0.5;
  }
}
.ev-recommendation .ev-recommendation-body-overflow {
  display: inline !important;
}
.ev-recommendation:not(.ev-read-more) .ev-recommendation-body-overflow {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media (min-width: 599px) {
  .ev-recommendation:not(.ev-read-more) .ev-recommendation-details {
    overflow: hidden;
  }
}
.ev-recommendation.ev-read-more .js-shave-char {
  display: none;
}
.ev-recommendation-content {
  padding: 24px;
}
.ev-recommendation-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ev-recommendation-details:before,
.ev-recommendation-details:after {
  content: " ";
  display: table;
}
.ev-recommendation-details:after {
  clear: both;
}
@media (min-width: 319px) {
  .ev-recommendation-details {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.ev-recommendation-details .ev-the-recommendation {
  overflow: hidden;
}
h2.ev-recommendation-title {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px !important;
  font-size: 21px !important;
  margin-top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 599px) {
  h2.ev-recommendation-title {
    white-space: normal;
  }
}
h2.ev-recommendation-title ~ .ev-recommendation-body .ev-recommendation-body-text:first-line {
  font-weight: 400;
}
.ev-the-recommendation input[type="checkbox"],
h2.ev-recommendation-title + input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.ev-the-recommendation input[type="checkbox"]:checked + .ev-recommendation-body,
h2.ev-recommendation-title + input[type="checkbox"]:checked + .ev-recommendation-body {
  max-height: 900px;
}
.ev-the-recommendation input[type="checkbox"]:checked + .ev-recommendation-body .ev-read-more,
h2.ev-recommendation-title + input[type="checkbox"]:checked + .ev-recommendation-body .ev-read-more {
  display: none;
}
.ev-recommendation-body-toggle {
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  background: none;
  border: none;
  color: #0069D9;
  font-weight: 700;
  padding: 0;
}
.ev-recommendation-body-toggle:hover {
  color: #0051A6;
}
.ev-recommendation-image-wrapper {
  margin: 6px 18px 0px 0px;
  position: relative;
}
@media (min-width: 319px) {
  .ev-recommendation-image-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    max-height: 180px;
  }
}
.ev-recommendation-image-wrapper .ev-recommendation-image {
  width: 100%;
}
.ev-recommendation-image-wrapper .ev-recommendation-product-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 3px;
}
.ev-recommendation-image-wrapper .ev-recommendation-product-info h4 {
  font-size: 11px;
  line-height: 1.1;
  color: #9D9D9D;
  margin: 0;
}
.ev-recommendation-image-wrapper .ev-recommendation-product-info h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  color: #9D9D9D;
  margin: 0;
}
.ev-recommendation-image-wrapper .ev-recommendation-product-info h3 a {
  color: #9D9D9D;
  text-decoration: none;
}
.ev-recommendation-image-wrapper .ev-recommendation-product-info h3 a:hover {
  color: #777;
  cursor: pointer;
}
@media (min-width: 319px) {
  .ev-recommendation-image-wrapper .ev-recommendation-product-info {
    padding: 0;
  }
  .ev-recommendation-image-wrapper .ev-recommendation-product-info h4,
  .ev-recommendation-image-wrapper .ev-recommendation-product-info h3 {
    color: inherit;
  }
  .ev-recommendation-image-wrapper .ev-recommendation-product-info h3 a {
    color: #9D9D9D;
  }
}
.ev-recommendation-stats {
  background-color: #FFF;
  border-top: 1px solid #E3E3E3;
  bottom: 0;
  display: table;
  height: 75px;
  left: 0;
  position: absolute;
  width: 100%;
}
.ev-recommendation-stats .ev-recommendation-stat {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.ev-recommendation-stats .ev-recommendation-stat:not(:first-child) {
  border-left: 1px solid #E3E3E3;
}
.ev-recommendation-stat-rating {
  width: 55%;
}
.ev-recommendation-stat-votes {
  width: 45%;
}
.ev-recommendation-rating {
  border: 2px solid #3C98C7;
  border-radius: 50%;
  color: #252525;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  height: 50px;
  line-height: 46px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.ev-recommendation-vote {
  background: none;
  border: none;
  color: #4D4D4D;
  display: inline-block;
  padding: 8px;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
@media (prefers-reduced-motion) {
  .ev-recommendation-vote {
    -webkit-transition: color 0s;
    transition: color 0s;
  }
}
.ev-recommendation-vote:hover {
  cursor: pointer;
  color: #252525;
}
.ev-recommendation[data-vote="UP"] .ev-recommendation-vote-up .ev-recommendation-vote-count,
.ev-recommendation[data-vote="DOWN"] .ev-recommendation-vote-down .ev-recommendation-vote-count {
  font-weight: bold;
}
.ev-recommendation[data-vote="UP"] .ev-recommendation-vote-up > .ev-recommendation-vote-icon,
.ev-recommendation[data-vote="DOWN"] .ev-recommendation-vote-down > .ev-recommendation-vote-icon {
  color: #52B382;
}
.ev-recommendation[data-vote="UP"] .ev-recommendation-vote-up:hover > .ev-recommendation-vote-icon,
.ev-recommendation[data-vote="DOWN"] .ev-recommendation-vote-down:hover > .ev-recommendation-vote-icon {
  color: #569977;
}
.ev-expert {
  display: table;
  width: 100%;
}
.ev-expert .reviewer-stats {
  line-height: 1.1;
  color: #757575;
}
.ev-expert-details {
  display: table-cell;
  vertical-align: middle;
}
.ev-expert-avatar.ev-expert-avatar-default {
  border-radius: 50%;
  background-color: #E3E3E3;
  border: 3px solid #757575;
  color: #757575;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ev-expert-avatar.ev-expert-avatar-default .ev-expert-initials {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: -1px;
  vertical-align: middle;
}
.ev-expert-details {
  max-width: 0;
  padding-left: 12px;
}
.ev-expert-name,
.ev-expert-category,
.ev-expert-affiliation {
  display: block;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ev-expert-category {
  font-weight: 700;
}
.ev-expert-affiliation {
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #4D4D4D;
}
.ev-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.ev-sr-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.ev-recommendation h3,
.ev-recommendation h4,
.ev-recommendation p,
.ev-recommendation li {
  color: #252525;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  padding: 0;
}
.ev-recommendation .ev-expert .media {
  padding: 0 0 1rem;
  border-bottom: 1px solid #E3E3E3;
}
.ev-recommendation .ev-expert .bio .bio-image {
  width: 4em;
}
.ev-recommendation .ev-expert .bio .bio-image .bio-avatar {
  height: 24px;
  width: 24px;
  background-size: cover;
}
.ev-recommendation .ev-expert .bio .bio-body h4 {
  font-size: 1.3em;
  font-weight: 600;
}
.ev-recommendation .ev-expert .bio .bio-body h4 a {
  color: #3C98C7;
  text-decoration: none;
}
.ev-recommendation .ev-expert .bio .bio-body h4 a:hover {
  color: #3485AE;
}
.ev-recommendation .ev-expert .bio .bio-body .fa-check-circle {
  color: #52B382;
}
.ev-recommendation .was-this-helpful {
  display: block;
  font-size: 12px;
  color: #757575;
}
.ev-recommendation .date-line {
  display: block;
  font-size: 12px;
  color: #757575;
}
.ev-recommendation .fa-comment-alt,
.ev-recommendation .fa-thumbs-down {
  position: relative;
  top: 3px;
}
.ev-recommendation .ev-recommendation-vote-count {
  padding-left: 4px;
}
.ev-recommendation .ev-recommendation-body {
  font-size: 14px;
  line-height: 1.4;
  max-height: 150px;
  position: relative;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  margin: 0;
}
.ev-recommendation .ev-recommendation-body .ev-recommendation-body-text {
  display: block;
}
.ev-recommendation .ev-recommendation-body .ev-recommendation-body-text:first-line {
  font-weight: 600;
}
.ev-recommendation .ev-recommendation-body .ev-read-more {
  position: absolute;
  right: 0;
  bottom: -2px;
  background: #fff;
  color: #3C98C7;
  margin: 0;
}
.ev-recommendation .ev-recommendation-body .ev-read-more:before {
  content: '... ';
  color: #252525;
}
.ev-recommendation .ev-recommendation-body .ev-read-more:hover {
  color: #3485AE;
  cursor: pointer;
}
.ev-recommendation .ev-recommendation-rating-text {
  color: #4D4D4D;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 12px;
  text-align: left;
  vertical-align: middle;
}
.ev-recommendation-stat.ev-recommendation-stat-votes.my-vote-UP .ev-recommendation-vote.ev-recommendation-vote-up .fa-thumbs-up {
  color: #52B382;
  font-weight: 900;
}
.ev-recommendation-stat.ev-recommendation-stat-votes.my-vote-DOWN .ev-recommendation-vote.ev-recommendation-vote-down .fa-thumbs-down {
  color: #D47C21;
  font-weight: 900;
}
.scrollIndicator {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
  position: relative;
  bottom: 0;
  width: 100%;
}
.scrollText {
  font-size: 14px;
  font-style: italic;
  font-weight: 100;
  letter-spacing: .075em;
  text-transform: lowercase;
}
.slidebar,
.slidebar * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slidebar {
  top: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  /*box-shadow: 0 0 4px rgba(0,0,0,0.25);*/
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  /*MATERIAL-3*/
  z-index: 100;
}
.slidebar--Right {
  left: auto;
  right: 0;
}
.slidebar--Left {
  left: 0;
  right: auto;
}
.slidebar-inner {
  top: 0;
  width: 100%;
  min-height: 100%;
  position: relative;
  background-color: #f6f6f6;
  color: #222;
}
.slidebar-arrow {
  content: " ";
  right: 45%;
  width: 45px;
  height: 140px;
  margin-right: 0;
  margin-top: -28px;
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 101;
  overflow: hidden;
}
.slidebar-arrow .fa-bb {
  font-size: 140px;
  height: 70px;
  color: #f6f6f6;
  text-shadow: -3px 0px 10px rgba(0, 0, 0, 0.19);
}
.slidebar--Left + .slidebar-arrow {
  left: 45%;
  right: auto;
  border: 28px solid transparent;
  border-left-color: #f6f6f6;
  border-right-color: transparent;
}
.slidebar-banner {
  left: 0;
  width: 100%;
  position: relative;
  padding-bottom: 50%;
}
.slidebar-inner-inner {
  margin: auto;
  max-width: 29em;
  padding: 1.5em 2em;
}
.slidebar-toggle--active {
  background-color: rgba(127, 50, 50, 0.45);
  /*    padding: 0px 3px 3px;*/
}
.slidebar-toggle--active a {
  color: #93271d !important;
}
.slidebar-toggle--active:hover {
  /*    background-color: #fff;*/
}
@media screen and (orientation: portrait) {
  .slidebar {
    width: 97% !important;
    width: calc(98.5%) !important;
  }
  .slidebar-arrow {
    display: none;
  }
}
/* CARDS COLORS
-----------------------------------------------------------*/
.new-campaign-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto 2em;
  border: 1px solid #bbb;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.new-campaign-card .new-campaign-hero {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  position: relative;
  background: center center no-repeat;
  background-size: cover;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 auto;
}
.new-campaign-card .new-campaign-hero.u-background-size-contain {
  background-size: contain;
}
.new-campaign-card .new-campaign-hero .svg-inline--fa {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
}
.new-campaign-card .new-campaign-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 350px;
}
.new-campaign-card .new-campaign-avatar {
  height: 70px;
  margin-right: 10px;
}
.new-campaign-card .new-campaign-avatar img {
  width: 70px;
  height: 70px;
}
.new-campaign-card .new-campaign-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.new-campaign-card .new-campaign-title h5 {
  padding: 0 0.5em;
  margin: 0 !important;
  font-size: 1.5em;
  color: #333;
}
.new-campaign-card .new-campaign-description {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.new-campaign-card .new-campaign-description p {
  margin: 0 0 1em;
  padding: 0;
}
.new-campaign-card .new-campaign-action-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  border-top: 1px solid #bbb;
  padding: 0.5em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.new-campaign-card .new-campaign-action-area button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3c98c7;
  outline: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.new-campaign-card .new-campaign-action-area button:hover {
  color: #3485ae;
}
.new-campaign-card .new-campaign-action-area button:active {
  outline: none;
}
@media screen and (max-width: 420px) {
  .new-campaign-card .new-campaign-hero {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-bottom: 50%;
    background-size: contain;
  }
  .new-campaign-details {
    max-width: 420px;
  }
}
.new-campaign-card.viewed .new-campaign-hero:before {
  content: '';
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
}
.new-campaign-card.viewed .new-campaign-hero .svg-inline--fa {
  color: #56b283;
  display: block;
  z-index: 10;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 200px;
  width: 100%;
  height: auto;
  font-size: 50%;
}
.img-thumbnail img {
  max-width: 100%;
  height: auto;
}
.img-thumbnail h1,
.img-thumbnail h2,
.img-thumbnail h3,
.img-thumbnail h4,
.img-thumbnail h5,
.img-thumbnail h6 {
  margin: 0.5rem 0;
}
.trigger {
  position: relative;
  font-weight: bold;
  border-bottom: 1px dashed;
}
.tooltipster-content .fa-times {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
  color: #3C98C7;
}
.tooltipster-content .fa-times:hover {
  color: #3485AE;
}
.tooltipster-content .media {
  margin-bottom: 0;
}
.tooltipster-wrapper {
  display: none;
}
.tooltipster-content .tooltipster-wrapper {
  display: block;
}
.tooltipster-tip > .icon {
  position: absolute;
  top: .5em;
  left: .25em;
  font-size: 1.25em;
  background: #EF4036;
  border-radius: 50%;
  padding: 0.5em;
}
.tooltipster-tip-contentInner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.tooltipster-tip-contentInner > * {
  vertical-align: middle;
}
.hero-trigger {
  height: 2em;
  width: 2em;
  border: 0;
  border-radius: 50%;
  position: absolute;
  top: 10.3%;
  left: 48.4%;
  text-align: center;
  line-height: 2em;
  margin: -1em 0 0 -1em;
  z-index: 10;
}
.hero-trigger .svg-inline--fa {
  font-size: 2em;
  background: #fff;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #FC4540;
}
.hero-trigger .marker {
  background: #e72b1f;
  width: 2em;
  height: 2em;
  border: 2px solid #FFF;
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
          animation: tooltipster-fading 400ms;
}
/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
          animation: tooltipster-rotating 600ms;
}
/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
          animation: tooltipster-scaling 600ms;
}
/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #FFF;
  border: 2px solid #999;
  border-radius: 3px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
  -webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.25);
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
  -webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.25);
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: #392e40;
  padding: 1em;
}
.tooltipster-sidetip .tooltipster-content .media .media-image {
  width: 40%;
  margin-right: 1em;
}
@media screen and (min-width: 750px) {
  .tooltipster-sidetip .tooltipster-content {
    font-size: 18px;
  }
}
.tooltipster-sidetip.tooltipster-left .tooltipster-content .tooltipster-image,
.tooltipster-sidetip.tooltipster-right .tooltipster-content .tooltipster-image {
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 1em;
  position: relative;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-content .tooltipster-image,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-content .tooltipster-image {
  width: 45%;
  padding-bottom: 40%;
  margin-right: 1em;
  float: left;
  position: relative;
}
/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #FFF;
  left: 0px;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #FFF;
  left: -3px;
  top: 0px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #FFF;
  left: 3px;
  top: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #FFF;
  left: 0px;
  top: -3px;
}
/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #999;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #999;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #999;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #999;
}
/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
/* FANCY TOOLTIPS
-----------------------------------------------------------*/
.fancy-tooltip:hover .fancy-tooltip-bg {
  background: #fb140e;
}
.fancy-tooltip-bg,
.fancy-tooltip.show-content.visited .fancy-tooltip-bg,
.fancy-tooltip.show-modSection-content:hover .fancy-tooltip-bg {
  background: #FC4540;
}
.fancy-tooltip.visited .fancy-tooltip-bg {
  background: #BBBBBB;
}
.fancy-tooltip .fancy-tooltip-point {
  color: #ffffff;
}
.fancy-tooltip .left,
.fancy-tooltip .right {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}
.fancy-tooltip .left:hover,
.fancy-tooltip .right:hover {
  color: #ffffff;
}
.fancy-tooltip .fancy-tooltip-content {
  color: #ffffff;
}
.fancy-tooltip-backdrop {
  background: transparent url("http://cdn.staging.experticity.com/contrib/mfg/3p5demo/contrib/images/black-box-60.png") repeat;
  background: rgba(0, 0, 0, 0.6);
}
.fancy-tooltip.show-content .fancy-tooltip-inner:after {
  background: rgba(252, 69, 64, 0.75);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(252, 69, 64, 0)), to(#fc4540));
  background-image: linear-gradient(to right, rgba(252, 69, 64, 0) 0%, #fc4540 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fc4540', endColorstr='#fffc4540', GradientType=1);
}
/* FANCY TOOLTIPS ___________________________________________________________________________ */
.fancy-tooltip-wrapper {
  position: absolute;
}
.fancy-tooltip {
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  width: 40px;
}
.fancy-tooltip .fancy-tooltip-bg {
  border-radius: 100%;
  position: absolute;
  margin: auto;
  height: 32px;
  width: 32px;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.fancy-tooltip .fancy-tooltip-inner {
  border-radius: 6px;
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.fancy-tooltip .fancy-tooltip-point {
  text-align: center;
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  right: 0px;
  top: 0px;
}
.fancy-tooltip .fancy-tooltip-point .open {
  height: 2.3rem;
}
.fancy-tooltip .fancy-tooltip-point .close {
  display: none;
}
.fancy-tooltip.moving {
  z-index: 1;
}
.fancy-tooltip.moving .fancy-tooltip-content,
.fancy-tooltip.moving .fancy-tooltip-point,
.fancy-tooltip.moving .fancy-tooltip-img,
.fancy-tooltip.moving .right,
.fancy-tooltip.moving .left {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.fancy-tooltip.moving .fancy-tooltip-inner:after {
  display: none !important;
}
.fancy-tooltip.show-content .fancy-tooltip-img {
  display: block;
}
.fancy-tooltip.show-content .fancy-tooltip-point {
  bottom: 0;
  top: 0;
}
.fancy-tooltip.show-content .fancy-tooltip-point .open {
  display: none;
}
.fancy-tooltip.show-content .fancy-tooltip-point .close {
  display: inline-block;
}
.fancy-tooltip.show-content .left,
.fancy-tooltip.show-content .right {
  display: block;
}
.fancy-tooltip.show-content .fancy-tooltip-content {
  display: block;
}
.fancy-tooltip.show-content .fancy-tooltip-bg {
  border-radius: 6px;
  height: 100%;
  width: 100%;
  left: 0%;
  top: 0%;
}
.fancy-tooltip .left,
.fancy-tooltip .right {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10%;
  right: 91%;
  height: 1em;
  display: none;
  font-size: 28px;
  position: absolute;
  text-align: center;
  text-decoration: none;
}
.fancy-tooltip .left:hover,
.fancy-tooltip .right:hover {
  text-decoration: none;
}
.fancy-tooltip .right {
  right: auto;
  left: 91%;
}
.fancy-tooltip .fancy-tooltip-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 10% 10% 0;
  overflow: hidden;
  font-size: 90%;
  display: none;
  width: 100%;
  top: 0;
}
.fancy-tooltip,
.fancy-tooltip-bg,
.fancy-tooltip-img,
.fancy-tooltip .left,
.fancy-tooltip .right,
.fancy-tooltip-wrapper,
.fancy-tooltip-backdrop,
.fancy-tooltip .fancy-tooltip-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fancy-tooltip-img {
  display: none;
  position: relative;
  margin-bottom: -5% !important;
}
.show-content.fancy-tooltip {
  padding-bottom: 22em;
  margin: -11em;
  width: 22em;
  z-index: 1;
  height: 0;
  left: 50%;
  top: 50%;
}
@media screen and (orientation:landscape) and (max-width: 568px) {
  .show-content.fancy-tooltip {
    padding-bottom: 102vh;
    margin: -51vh 0 0 -28vw;
    width: 56vw;
  }
  .show-content.fancy-tooltip .fancy-tooltip-bg {
    border-radius: 0;
  }
}
@media screen and (orientation:portrait) and (max-width: 412px) {
  .show-content.fancy-tooltip .fancy-tooltip-bg {
    border-radius: 0;
    height: 444%;
    width: 444%;
    left: -111%;
    top: -111%;
  }
}
@media screen and (orientation:landscape) and (max-width: 950px) {
  .show-content.fancy-tooltip .fancy-tooltip-bg {
    border-radius: 0;
    height: 444%;
    width: 444%;
    left: -111%;
    top: -111%;
  }
}
@media screen and (min-aspect-ratio: 11/5) {
  .show-content.fancy-tooltip {
    margin-top: -9.25em;
  }
}
.fancy-tooltip-backdrop {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
  height: 200%;
  width: 200%;
  left: -50%;
  top: -50%;
}
.fancy-tooltip-backdrop.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 1;
}
.fancy-tooltip-wrapper {
  margin: auto;
  left: 0;
  top: 0;
  overflow: hidden;
}
.ie9 .fancy-tooltip.moving .fancy-tooltip-content,
.ie9 .fancy-tooltip.moving .fancy-tooltip-point,
.ie9 .fancy-tooltip.moving .fancy-tooltip-img,
.ie9 .fancy-tooltip.moving .right,
.ie9 .fancy-tooltip.moving .left {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.ie8 .fancy-tooltip,
.ie9 .fancy-tooltip {
  z-index: 0;
}
.fancy-tooltip .detail {
  -webkit-transition: all 0.15s 0.15s ease-in-out;
  transition: all 0.15s 0.15s ease-in-out;
  border-radius: 100%;
  padding: 0 0 100% 0;
  background: inherit;
  position: absolute;
  content: " ";
  width: 100%;
  opacity: 1;
  height: 0;
}
.point-up .detail {
  border-bottom-right-radius: 3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.point-up {
  margin-top: 2.255px;
}
.point-right .detail {
  border-bottom-right-radius: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.point-right {
  margin-left: -42.255px;
}
.point-down .detail {
  border-bottom-right-radius: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.point-down {
  margin-top: -42.255px;
}
.point-left .detail {
  border-bottom-right-radius: 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.point-left {
  margin-left: 2.255px;
}
.square .detail {
  border-radius: 0px;
}
.diamond .detail {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0px;
}
.show-content .detail {
  -webkit-transition: none;
  transition: none;
  border-radius: 100%;
  margin: auto;
  opacity: 0;
}
@-webkit-keyframes loading1 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes loading1 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate(0deg) scale(0.5);
    transform: rotate(0deg) scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(540deg) scale(1);
    transform: rotate(540deg) scale(1);
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform: rotate(540deg) scale(1);
    transform: rotate(540deg) scale(1);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1.5);
    transform: rotate(0deg) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes loading2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}
@keyframes loading2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}
/* X: FANCY TOOLTIPS ___________________________________________________________________________ */
@media screen and (orientation:portrait) {
  .mod_layout-righty .modSection-hero > .modSection-heroInner > .fancy-tooltip-wrapper {
    right: auto !important;
    left: 0 !important;
  }
}
/* STYLED SCROLLBARS ___________________________________________________________________________ */
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
.mCS_img_loaded {
  display: none !important;
}
/* -- JELLY ANIMATION -- */
.jelly {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-name: jelly;
  animation-name: jelly;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes jelly {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    -webkit-transform: matrix3d(1.08, 0, 0, 0, 0, 1.162, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08, 0, 0, 0, 0, 1.162, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.178, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.073, 0, 0, 0, 0, 1.178, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    -webkit-transform: matrix3d(0.978, 0, 0, 0, 0, 1.171, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.978, 0, 0, 0, 0, 1.171, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.916, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.916, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    -webkit-transform: matrix3d(0.829, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.829, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(0.791, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.791, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    -webkit-transform: matrix3d(0.791, 0, 0, 0, 0, 0.927, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.791, 0, 0, 0, 0, 0.927, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(0.841, 0, 0, 0, 0, 0.882, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.841, 0, 0, 0, 0, 0.882, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    -webkit-transform: matrix3d(0.886, 0, 0, 0, 0, 0.873, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.886, 0, 0, 0, 0, 0.873, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 0.882, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.993, 0, 0, 0, 0, 0.882, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.886, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.006, 0, 0, 0, 0, 0.886, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    -webkit-transform: matrix3d(1.069, 0, 0, 0, 0, 0.927, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.069, 0, 0, 0, 0, 0.927, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.07, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    -webkit-transform: matrix3d(1.065, 0, 0, 0, 0, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.065, 0, 0, 0, 0, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(1.056, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.056, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.978, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.978, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.006, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes jelly {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    -webkit-transform: matrix3d(1.08, 0, 0, 0, 0, 1.162, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08, 0, 0, 0, 0, 1.162, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.178, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.073, 0, 0, 0, 0, 1.178, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    -webkit-transform: matrix3d(0.978, 0, 0, 0, 0, 1.171, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.978, 0, 0, 0, 0, 1.171, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.916, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.916, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    -webkit-transform: matrix3d(0.829, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.829, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(0.791, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.791, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    -webkit-transform: matrix3d(0.791, 0, 0, 0, 0, 0.927, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.791, 0, 0, 0, 0, 0.927, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(0.841, 0, 0, 0, 0, 0.882, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.841, 0, 0, 0, 0, 0.882, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    -webkit-transform: matrix3d(0.886, 0, 0, 0, 0, 0.873, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.886, 0, 0, 0, 0, 0.873, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 0.882, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.993, 0, 0, 0, 0, 0.882, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.886, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.006, 0, 0, 0, 0, 0.886, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    -webkit-transform: matrix3d(1.069, 0, 0, 0, 0, 0.927, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.069, 0, 0, 0, 0, 0.927, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.07, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    -webkit-transform: matrix3d(1.065, 0, 0, 0, 0, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.065, 0, 0, 0, 0, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(1.056, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.056, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.978, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.978, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.006, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* X:-- JELLY ANIMATION -- */
/* X: FANCY TOOLTIPS ___________________________________________________________________________ */
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "";
  background: url(https://cdn.expertvoice.com/client/mfg/buildingblocks/1.3.2/assets/icons/play.svg) center center no-repeat;
  background-size: auto 90%;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "";
  background: url(https://cdn.expertvoice.com/client/mfg/buildingblocks/1.3.2/assets/icons/pause.svg) center center no-repeat;
  background-size: auto 90%;
}
.vjs-icon-captions:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "";
  background: url(https://cdn.expertvoice.com/client/mfg/buildingblocks/1.3.2/assets/icons/closed-captioning.svg) center center no-repeat;
  background-size: auto 90%;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  content: "";
  background: url(https://cdn.expertvoice.com/client/mfg/buildingblocks/1.3.2/assets/icons/closed-captioning.svg) center center no-repeat;
  background-size: auto 90%;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "";
  background: url(https://cdn.expertvoice.com/client/mfg/buildingblocks/1.3.2/assets/icons/expand-wide.svg) center center no-repeat;
  background-size: auto 90%;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "";
  background: url(https://cdn.expertvoice.com/client/mfg/buildingblocks/1.3.2/assets/icons/compress-wide.svg) center center no-repeat;
  background-size: auto 90%;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "";
  background: url(https://cdn.expertvoice.com/client/mfg/buildingblocks/1.3.2/assets/icons/volume-mute.svg) center center no-repeat;
  background-size: auto 90%;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "";
  background: url(https://cdn.expertvoice.com/client/mfg/buildingblocks/1.3.2/assets/icons/volume-down.svg) center center no-repeat;
  background-size: auto 90%;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "";
  background: url(https://cdn.expertvoice.com/client/mfg/buildingblocks/1.3.2/assets/icons/volume.svg) center center no-repeat;
  background-size: auto 90%;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "";
  background: url(https://cdn.expertvoice.com/client/mfg/buildingblocks/1.3.2/assets/icons/volume-up.svg) center center no-repeat;
  background-size: auto 90%;
}
.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "";
  background: url(https://cdn.expertvoice.com/client/mfg/buildingblocks/1.3.2/assets/icons/redo.svg) center center no-repeat;
  background-size: auto 90%;
}
.vjs-icon-circle:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
}
.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f !important;
  background-color: rgba(115, 133, 159, 0.5) !important;
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff !important;
  color: #2B333F !important;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  z-index: 10;
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.4em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.2em;
  line-height: 2.5;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
/*
  .video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em; }
    */
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.33333333em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s;
}
.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}
.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.5em;
  right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}
.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}
.video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
  display: none;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button {
  display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button {
  display: none;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: -1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}
.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}
.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}
.no-tracks ~ .vjs-control-bar .vjs-subs-caps-button.vjs-control {
  display: none;
}
/* new styles */
.video-js .vjs-control-bar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 3.9em;
}
.video-js .vjs-control {
  height: calc(100% - 14px);
}
.video-js .vjs-volume-panel .vjs-control {
  height: 100%;
}
.video-js .vjs-current-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-js .vjs-time-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  min-width: auto;
}
.video-js .vjs-progress-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  top: -5px;
  height: 14px;
  margin-bottom: -5px;
}
.video-js .vjs-time-tooltip {
  display: none !important;
}
.video-js .vjs-control-bar {
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.video-js .vjs-volume-panel {
  margin-left: auto;
}
.video-js.no-tracks .vjs-captions-button {
  display: none !important;
}
.vjs-menu-item.vjs-texttrack-settings {
  display: none !important;
}
.vjs-error-display {
  color: #fff;
  display: none;
  font-family: Helvetica, Arial, sans serif;
  font-size: 16px;
  line-height: 1.428;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 14px;
}
.vjs-errors-dialog {
  text-align: left;
  border: 1px #999 solid;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(24, 24, 24, 0.8);
  margin: 20px 24px;
}
.vjs-layout-x-large.vjs-error .vjs-error-display {
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display {
  width: 100%;
  height: 100%;
}
.vjs-layout-large.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
}
.vjs-layout-medium.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
}
.vjs-layout-small.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
}
.vjs-layout-x-small.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
}
.vjs-errors-details {
  margin-top: 15px;
}
.vjs-errors-message {
  border: 1px #999 solid;
  background-color: #2c2c2c;
  overflow: auto;
  margin-top: 15px;
  padding: 15px;
}
.vjs-errors-ok-button-container {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
}
.vjs-errors-ok-button {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 36px;
  background-color: #000;
  border: 1px #999 solid;
  border-radius: 5px;
  color: #999;
  font-size: 14px;
  cursor: pointer;
}
.vjs-errors-ok-button:hover {
  border: 1px #FFF solid;
  color: #CCC;
}
.vjs-errors-content-container {
  overflow: auto;
  position: absolute;
  padding-bottom: 15px;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 61px;
}
.vjs-errors-headline {
  font-size: 14px;
  font-weight: bold;
  padding-right: 3em;
}
.vjs-errors-dialog .vjs-control.vjs-close-button {
  width: 3em;
  height: 3em;
  top: 0;
}
.vjs-errors-flashmessage {
  float: right;
  font-size: 9px;
  font-style: italic;
}
.vjs-xs.vjs-error-display {
  font-size: 14px;
  background-color: #000;
}
.vjs-xs.vjs-error-display .vjs-errors-details,
.vjs-xs.vjs-error-display .vjs-errors-message {
  display: none;
}
.vjs-xs .vjs-errors-content-container {
  top: 0;
}
.vjs-xs .vjs-errors-headline {
  font-size: 16px;
  font-weight: bold;
}
.vjs-xs .vjs-errors-dialog {
  border: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.vjs-xs.vjs-errors-flashmessage {
  display: none;
}
@media (max-width: 600px), (max-height: 250px) {
  .vjs-error-display {
    font-size: 14px;
    background-color: #000;
  }
  .vjs-error-display .vjs-errors-details,
  .vjs-error-display .vjs-errors-message {
    display: none;
  }
  .vjs-error-display .vjs-errors-content-container {
    top: 15px;
  }
  .vjs-error-display .vjs-errors-headline {
    font-size: 16px;
    font-weight: bold;
  }
  .vjs-error-display .vjs-errors-dialog {
    border: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .vjs-errors-flashmessage {
    display: none;
  }
}
/*
  Player Skin Designer for Video.js
  http://videojs.com

  To customize the player skin edit
  the CSS below. Click "details"
  below to add comments or questions.
  This file uses some LESS.

  This designer can be linked to at:
  https://codepen.io/heff/pen/EarCt/left/?editors=010
*/
.video-js {
  /* The base font size controls the size of everything, not just text.
     All dimensions use em-based sizes so that the scale along with the font size.
     Try increasing it to 15px and see what happens. */
  font-size: 14px;
  /* The main font color changes the ICON COLORS as well as the text */
  color: #FFF;
}
/* The "Big Play Button" is the play button that shows before the video plays.
   To center it set the align values to center and middle. The typical location
   of the button is the center, but there is trend towards moving it to a corner
   where it gets out of the way of valuable content in the poster image.*/
.vjs-default-skin .vjs-big-play-button {
  /* The font size is what makes the big play button...big.
     All width/height values use ems, which are a multiple of the font size.
     If the .video-js font-size is 10px, then 3em equals 30px.*/
  font-size: 3em;
  /* We're using SCSS vars here because the values are used in multiple places.
     Now that font size is set, the following em values will be a multiple of the
     new font size. If the font-size is 3em (30px), then setting any of
     the following values to 3em would equal 30px. 3 * font-size. */
  /* 1.5em = 45px default */
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  /* 0.06666em = 2px default */
  border: 0.06666em solid #FFF;
  /* 0.3em = 9px default */
  border-radius: 0.3em;
}
@if @center-big-play-button {
  /* Align center */
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  margin-top: -0.75em;
}
@else {
  /* Align top left. 0.5em = 15px default */
  left: 0.5em;
  top: 0.5em;
}
/* The default color of control backgrounds is mostly black but with a little
   bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  background-color: #4d4d4d;
  background-color: rgba(77, 77, 77, 0.7);
}
/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: #a1a1a1;
  background-color: rgba(161, 161, 161, 0.5);
}
/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #FFF;
}
/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: #e1e1e1;
  /* Otherwise we'll rely on stacked opacities */
  background-color: rgba(161, 161, 161, 0.5);
}
/* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: #ffffff;
  /* Otherwise we'll rely on stacked opacities */
  background-color: rgba(161, 161, 161, 0.75);
}
/*******
* EV Styles
 */
.video-frame {
  max-width: auto;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  max-width: 177.77vh;
  margin: 0 auto;
}
.video-frame > .video-frame,
.video-frame > iframe,
.video-frame .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-height: 100vh;
}
.video-frame .video-js video {
  height: 100%;
  width: 100%;
  max-height: 100vh;
}
.video-frame.fill-parent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.video-frame.fill-parent .video-js {
  max-height: none;
}
.video-frame.fill-parent .video-js video {
  max-height: none;
}
.no-vjs-button .vjs-big-play-button {
  display: none !important;
}
.vjs-ended .delay-show-overlay {
  display: none !important;
}
.vjs-overlay.netflix-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  font-size: 18px;
  margin: 0;
  max-width: none;
  -webkit-transform: none;
  transform: none;
  cursor: pointer;
  -webkit-transition: ease-out 0.35s all;
  transition: ease-out 0.35s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
.vjs-overlay.netflix-title .netflix-title-group {
  max-width: 25em;
}
.vjs-overlay.netflix-title .netflix-title-group .button.outline {
  font-size: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-left: 2em;
  padding-right: 2em;
}
.vjs-overlay.netflix-title .netflix-title-group .button.outline .icon {
  font-size: 2.5em;
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.9em solid #fff;
  margin: -0.1em 0.1em 0 0;
}
.vjs-layout-medium .vjs-overlay.netflix-title,
.vjs-layout-small .vjs-overlay.netflix-title,
.vjs-layout-x-small .vjs-overlay.netflix-title {
  font-size: 13px;
}
.vjs-layout-medium.vjs-has-started .vjs-overlay.netflix-title,
.vjs-layout-small.vjs-has-started .vjs-overlay.netflix-title,
.vjs-layout-x-small.vjs-has-started .vjs-overlay.netflix-title {
  padding-bottom: 3.5em;
}
.vjs-layout-medium.video-loop.vjs-has-started .vjs-overlay.netflix-title,
.vjs-layout-small.video-loop.vjs-has-started .vjs-overlay.netflix-title,
.vjs-layout-x-small.video-loop.vjs-has-started .vjs-overlay.netflix-title {
  padding-bottom: 0;
}
.vjs-layout-small .netflix-title-group p,
.vjs-layout-x-small .netflix-title-group p {
  display: none;
}
.vjs-layout-small.vjs-has-started .vjs-overlay.netflix-title .button,
.vjs-layout-x-small.vjs-has-started .vjs-overlay.netflix-title .button {
  display: none;
}
.vjs-layout-small.video-loop.vjs-has-started .vjs-overlay.netflix-title .button,
.vjs-layout-x-small.video-loop.vjs-has-started .vjs-overlay.netflix-title .button {
  display: block;
}
.vjs-overlay.simple-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: none;
  -webkit-transform: none;
  transform: none;
  cursor: pointer;
  -webkit-transition: ease-out 0.35s all;
  transition: ease-out 0.35s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.vjs-overlay.simple-title .fa-bb {
  -webkit-transition: ease-out 0.35s all;
  transition: ease-out 0.35s all;
}
.vjs-overlay.simple-title .fa-bb:hover {
  opacity: 0.75;
}
.simple-title .fa-spin {
  opacity: 0.25;
}
.vjs-has-started .vjs-overlay.simple-title {
  height: calc(100% - 3.5em);
}
.vjs-layout-x-small .vjs-overlay.simple-title,
.vjs-layout-small .vjs-overlay.simple-title {
  font-size: 50%;
}
.video-loop-controls .vjs-big-play-button {
  display: block;
}
.video-loop.video-loop-controls.vjs-playing.vjs-has-started.vjs-user-active:hover .vjs-big-play-button {
  color: #FFF;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.video-loop .vjs-control-bar {
  display: none !important;
}
.video-js.vjs-paused .vjs-overlay.video-content-before.vjs-hidden {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.video-js.vjs-paused.vjs-has-started .vjs-overlay.video-content-before.vjs-hidden {
  display: none !important;
}
.vjs-overlay.video-content-after.vjs-overlay-no-background:not(.vjs-hidden) ~ .vjs-overlay:not(.vjs-hidden) {
  display: none;
}
.video-js.vjs-paused .vjs-overlay.video-content-after.vjs-overlay-no-background:not(.vjs-hidden) ~ .vjs-overlay.video-content-before.vjs-hidden {
  display: none !important;
}
.vjs-scrubbing .video-content-paused {
  display: none !important;
}
.bio-block .bio-block-stats {
  margin: 1.333em .333em 1.333em 2.333em;
  padding: 1.33em 1.333em 0;
  border-top: 1px solid #bbb;
}
@media screen and (max-width: 750px) {
  .bio-block .bio-block-stats {
    margin-left: .333em;
  }
}
.bio-block .bio-block-stats dl {
  margin: 0;
}
.bio-block dl {
  margin-top: 0;
  margin-bottom: 2em;
}
.bio-block dl + * {
  clear: both;
}
.bio-block dl dt,
.bio-block dl dd {
  line-height: 1.2em;
}
.bio-block dl dt {
  font-weight: 700;
  float: left;
  width: 9em;
  clear: left;
  text-align: left;
  position: relative;
}
.bio-block dl dd {
  margin-left: 9em;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .bio-block dl dt {
    float: none;
  }
  .bio-block dl dd {
    margin-left: 0;
  }
}
/* GALLERY COLORS
-----------------------------------------------------------*/
.caption,
.gallery-subtitle {
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}
.caption.white {
  background: rgba(255, 255, 255, 0.6);
  color: #000000;
  font-size: 75%;
  text-align: right;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .caption,
.gallery-tile .caption {
  text-align: center;
}
/* -- FLICKITY --*/
.closeBtn,
.flickity-prev-next-button {
  border: 1px solid #868e96;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1em;
  font-size: 3em;
  height: 1em;
  width: 1em;
}
.closeBtn .icon {
  position: absolute;
  font-size: 0.6em;
  margin: auto;
  height: 1em;
  width: 1em;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
/*! Flickity v1.2.1 - http://flickity.metafizzy.co */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}
.closeBtn .icon:before {
  vertical-align: text-bottom;
}
/* CLICKABLE GALLERY ___________________________________________________________________________ */
/*-- CLOSE BTN --*/
.closeBtn {
  background: #FFF;
  background: rgba(255, 255, 255, 0.4);
  color: #333;
  color: rgba(51, 51, 51, 0.8);
  vertical-align: middle;
  position: absolute;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
  height: 44px;
  width: 44px;
  right: 10px;
  top: 10px;
}
.closeBtn:hover,
.closeBtn:active {
  text-decoration: none;
  outline: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
  background: #FFF;
  color: #333;
}
.closeBtn .icon {
  position: relative;
  font-size: 24px;
  top: 4px;
  font-size: 28px;
  position: absolute;
  left: 18%;
  top: 18%;
  height: 64%;
  width: 64%;
}
/*--X: CLOSE BTN --*/
/*-- GALLERY CELLS/SLIDES --*/
.gallery {
  position: absolute;
  height: 100%;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}
.gallery-cell {
  max-height: 215vw;
  overflow: auto;
  height: 100%;
  width: 100%;
}
.gallery-cell.is-selected {
  position: relative;
}
@media screen and (orientation:portrait) {
  .gallery-cell .content {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (orientation:landscape) {
  .gallery-cell .content {
    padding-left: 2em;
    padding-right: 0;
  }
  .gallery-cell .mod_layout-simple .content,
  .gallery-cell .mod_layout-banner .content,
  .gallery-cell .mod_hero-landscape-off .content {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-cell .mod_layout-righty .content {
    padding-left: 0;
    padding-right: 2em;
  }
}
/*--X: GALLERY CELLS/SLIDES --*/
/*-- GALLERY TILES --*/
.gallery-tile {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.gallery-tile a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery-tile a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.caption {
  padding: 0.25em .5em 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.caption *:last-child {
  margin-bottom: 0;
}
/*--X: GALLERY TILES --*/
/*-- GALLERY ANIMATION --*/
.gallery-hidden {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.flickity-page-dots {
  bottom: auto;
  top: 8px;
}
.flickity-page-dots .dot {
  border: 2px solid #FFF;
}
.gallery.growing {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery.grow {
  max-height: 215vw;
  height: 100% !important;
  width: 100% !important;
  left: 0px !important;
  top: 0px !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*--X: GALLERY ANIMATION --*/
/* X: CLICKABLE GALLERY ___________________________________________________________________________ */
/* GALLERY ICONS ___________________________________________________________________________ */
.marker {
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  position: absolute;
}
.marker.circle {
  border-radius: 100%;
  right: 0.25em;
  top: 0.25em;
}
.marker .icon {
  text-align: center;
  position: absolute;
  line-height: 1em;
  margin: auto;
  height: 1em;
  width: 1em;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.marker .icon.uber-plus {
  font-size: 1em;
}
/* X: GALLERY ICONS ___________________________________________________________________________ */
/* FLICKITY CAROUSEL ___________________________________________________________________________ */
.gallery-subtitle {
  bottom: 0;
  width: 100%;
  position: absolute;
  min-height: 1.85em;
  margin-bottom: 0em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.10em 2em 0.175em 1em;
}
.gallery-subtitle h2 {
  margin-bottom: 0;
}
.mod_hero-contained .gallery-subtitle,
.mod_hero-contained .flickity-page-dots,
.mod_hero-contained .flickity-prev-next-button {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.main .hero-zoomed .gallery-subtitle,
.main .hero-zoomed .flickity-page-dots,
.main .hero-zoomed .flickity-prev-next-button {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.flickity-prev-next-button:disabled {
  display: none;
}
/* X: FLICKITY CAROUSEL ___________________________________________________________________________ */
/* SCENE INDICATORS ___________________________________________________________________________ */
@media screen and (orientation:landscape) {
  .scene-stacked .content {
    padding: 0 0 0 2em;
  }
  .scene-stacked .mod_hero-off .content,
  .scene-stacked .mod_hero-banner .content,
  .scene-stacked .mod_hero-landscape-off .content {
    padding: 0;
  }
  .scene-stacked .mod_hero-left .content {
    padding: 0 2em 0 0;
  }
}
.sceneNavigation {
  max-height: 215vw;
  position: fixed;
  height: 100%;
  right: 0;
}
.sceneNavigation:before {
  /*
    content: " ";
    display: inline-block;
    margin-right: -0.4em;
    vertical-align:middle;
    height: 100%;
    */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  margin-right: -0.4em;
  position: relative;
  content: " ";
  height: 100%;
  width: 0;
}
.sceneNavigationInner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 0.125em;
}
.sceneNavigationInner a {
  text-decoration: none ;
  height: 20px;
  position: relative;
  display: block;
}
.sceneNavigationInner .index {
  position: absolute;
  top: 8px;
  right: 4px;
  display: block;
  width: 6px;
  height: 6px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #000;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
.sceneNavigationInner .index-active .index {
  top: 5px;
  right: 1px;
  width: 10px;
  height: 10px;
  background: #000;
  border: 2px solid #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.sceneNavigationInner .title {
  text-align: right;
  padding-right: 0;
  color: #777;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (orientation:portrait) {
  .sceneNavigationInner {
    margin-top: 5em;
    vertical-align: top;
  }
}
.slidescroll-nav span {
  position: relative;
  display: block;
}
a,
a *,
.gallery-tile,
.gallery-tile * {
  cursor: pointer;
}
/* X: SCENE INDICATORS ___________________________________________________________________________ */
/*.gallery-new {
    transform: translate(45%, 1%) scaleX(0.275) scaleY(.49) ;
    transform-origin: top left;
    opacity: 0;
  }
  .gallery-new {
    transition: .25s ease-in-out all;
  }*/
.marker {
  color: #3C98C7;
  background: #FFFFFF;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.6);
}
.marker:hover {
  color: #3485AE;
}
/**
 * Swiper 4.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-slide > .main {
  margin: 0px;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -50px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 50% 50% 0;
  padding: 50px;
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  background-color: rgba(221, 221, 221, 0.3);
  color: #4199c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-next:hover {
  -webkit-box-shadow: 0 2px 3px 3px rgba(107, 101, 95, 0.15);
          box-shadow: 0 2px 3px 3px rgba(107, 101, 95, 0.15);
  background-color: rgba(255, 255, 255, 0.9);
}
.swiper-button-prev .svg-inline--fa,
.swiper-button-next .svg-inline--fa {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 2.5em;
  opacity: 0.5;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -27px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -27px;
  left: auto;
  border-radius: 50% 0 0 50%;
}
.swiper-button-next:focus,
.swiper-container-rtl .swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
  -webkit-box-shadow: 0 -2px -3px 3px rgba(107, 101, 95, 0.15);
          box-shadow: 0 -2px -3px 3px rgba(107, 101, 95, 0.15);
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 750px) {
  .swiper-slide > .main {
    margin: 0px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    background-size: 14px 22px;
    padding: 25px;
    width: 14px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .swiper-button-prev {
    left: -10px !important;
  }
  .swiper-button-next {
    right: -10px !important;
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #ccc;
  opacity: 0.4;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #3C98C7;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.mod_article-squish > .hero .swiper-slide .card:only-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: none;
  min-height: 0;
}
.studios-content-main .byline {
  color: #868e96;
}
.the-bolt:after {
  background: no-repeat center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABuCAYAAADGWyb7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0VDMTE3RTk5QzNFMTFFOTlDQTZEQkJFOUNFNjZEN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0VDMTE3RUE5QzNFMTFFOTlDQTZEQkJFOUNFNjZEN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RUMxMTdFNzlDM0UxMUU5OUNBNkRCQkU5Q0U2NkQ3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RUMxMTdFODlDM0UxMUU5OUNBNkRCQkU5Q0U2NkQ3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlPq7yoAAA+iSURBVHja7J0HVBXHHsY/rghSFEQiUqQouQJqjKiPoGg0xvISPPgswW4UO0/jS3xiwYIFRQUrKkbQoEaMvUZE7FgSRbGDjaqCEWmXqvJmQB9XFL13d9m7k+Q7Z8/hcu7uzszvzsy/zM5qlZaWghnRsqY/NkFqihxpKfZISbElfzfE4zQLKBRmyM83QVG+EfmmATl0X51VRA4FdGtlo5ZBJoyN02Fh9RCWVinkSCTHXdg1TkDduplgSFqSB5eUJMeVS63J4Yy42BbIyWpO/msmbCvI0tFYfg2tXeLQxiUWTZtfhLZ2wt/g1O1VV2LbISqyA34/54Znf7Ql/zUWtQx6Bllo2fos2nx2hsA8BXPzmL/BVaXUlKY48ms3HD3cBRmPOpP/1JRIG5XA0joavTyj4NErkny+8Tc4qpvXuyNsXQ9c+d2dfLKW5LhkSKbN1aGAhWUy+XSAHPvJcfivCS4luTfWr+2DmOO9yCcdyU4mshrAgqVAqzbK/y0mxy5y7CDHzr8GuKdPe+Cn0P44vK8fXr7Qkrz5NmYi0MezyhmZHBHk2PqqF/4JwSkULojYPAS7IgajqLA2EzZ3VzJ6T56uyjdzcer4JjKUhsNefuHPAa6kxBj7dnth84bhyM1yYsZRcmgGBAWTQVyFUTyTuIDD+gGFBTcxaFgYBgwNRY0aWeyCi7/VCXN9R+PxQ0+WnFuY1C83RkxNVfu+/xzg2K8Vn+WO2+AzMwQ2tsdZA6eFY1HeWDLfG8VFDkxBq0l6WCDpaU7NVPt+7EUynI5/13VuY9iYYPTtFwwtrVLpgysttUNoyERE/DQBLGqSL9D9a1WnAWDUUGIhP6j6O5+0WoHZ/stQp84DQY1dQSudn++GGT5BzELr6ak6NKptW94PjerqpQmYMCoID9PcpNnjHqZ5EGg+SLrnyiS0li7AwkAQo0LV+gIjBhKPrki17xvVPYe5iwLIELxXOj3u8qVB8B6xgFlo5laAr5/q0KhWBKkOjSr7mSsm/XsBTp8YJA1we3d6YcrEecTUd2QSWi19wC+A9Agj1c85eQy4eFb9exUXOWLO9HnYHuGlWXAH9nph5RI/vHhuwyQ0LVJ9nxlAo0bqzONA8HIexttLG4Qs98PeXV6aAXf1yiCsCiS1hiVY1YBhQPuO6p2z4UficGfwvbMlgoNm4HzMIHHBPX7kAb9p0/C8xIZZaO0IsG/V/NHfiSdTw3Zh7v/yhQ3mzZxGrukhDriCAjfMnOJDJltHZqHZ2gNTyGChpUaMm1rfy5fQBheuHIX5jpg+2QcZGW7VC4461wvn/oD7Ca7MQqO5tTkLAT19dedz4PZ14cuTmeGK6ZN+gEJhV13gtLAxdCJijvdkFhrNrc2YSxOiajZuJrB+dfWV68Gdnlg0b2JZGwsO7uRxb2wJnQCWNWp85YSoagpZCShyq7dsMScmICrSW1hwdxM6kV+EN9PQaG6tD4ckBQ0iR4u0SiE4yBtPn3YSBtzLl8ZYMGc0ivIdmIVGc2sT/6v+eTSIvDJIvHLm5TggKGA0VFjV9mFwkYe8kHTPk1loNLc2e4FqCdHKUiWILLQunPYsa3Ne4IqKXBC+fjiz0GhubfZ81ROiyqJB5J83aqbcq5cNx5MMF+7gdm8fgifpTsyC+26y6gnRylI3iCykFLlOWLd6CDdwubk9ELFpMLPQ1M2tvWlBcwsiC6mTRwcjKamH+uB+Du9PJsvaTEKjubWx47mdS4PIa5Zpvg4vX9TGptD+6oHLyOiNPb/0YxIal9yasmgQ+Y8MadTlZHQ/JD7orTq4jev7oKRYizloXHJryhIyiCyESl9qITysj2rgEh90x9FDvZiDxiW39kYjVUMQWQidPtYLD+53/zC4jet7kMLrMAeOS25NWdUVRObf63SIvdHj/eCePWuKc6fcmYPGJbemLBpEDl0j3frFnHAnRlPTqsEdj+qGF8+tmYLGJbdWWTSInJcj3ToWF1njzMluVYOLPNSFKWhcc2vKunxJvCAyH0VHdXk3uPv32uFefGdmoHHNrSmLBpFXBLJR38u/dSZDeru3wR2N7ADpPL77YXHNrSnrFw0Ekbk75DVxIrrD2+Au/ebGDDSuuTVl0SDylo1sGWHRkW5vgsvOluP+nbZMFJ5rbq2yVmowiMxV8Tfa4o8n8gpwVy+3Jv6CseQLzie3piwaRP79LBiUMeJvta4AdznWWfJF5pNbU5ZUgsice91t5wpwdMceqYtPbk1ZmzdKJ4jMRQnxLcrBFRebICWxuaQLyye3piwajzxyEEwr4SZlZSIj1pWcmJpmki0on9xaZdHoilFdtsHlZJkh/bFchtQUe8kWkm9u7V3ynQM4Ni934JntdbfttZGabCvJwvHNrVUlu0bEFVgHPH9O5rondPkhB2eYDLnJicD1a8COLeKngu7dsyXgUhtKDhrf3Joq0tYGGphzP9+KjAZtiT9sTq6xPEDk4TK7oYyMlxaSA8c3tyam5E3Ev2denoUMBQppGSZ8c2ti6+B+DYDLMSPgCkwk0whC5NZEhbYPOLRb/Pvm5hB3oCDfSBKNIERuTUxdjyNGzhLN3FuRZyRDvsJA440gRG5NTGVkALOnEcu0REO+XLYB7XG6Gm8IIXJrYqmoCJg1BcjS4KbpeXm6MmhreEGXELk1MbXYH7hzS8PuEo1V1jbUXFJKqNyaWIrYBJw4ovly6OkXyWBYR6GRmwuVWxNLF84CYSHSKIu+gYL0uDrZot9YqNyaWEpOAubPls4qZz39bNLjDMWfZUd4C5NbE8cQAGb6APm50imTnl4mHSrTRb9xi0/ZgEYD0P6kp6UmSatchrXTaY97KPqND+xjA9z6tcBvMdIrl7nlQ23UM0kRH9xO4G480PQTwMaWW4hLJgPMGgB2jYVP/VBFE+vxl03S/EE1tE7Rhr08USM3p0/GCPF0jJ4B8B/iEH/xpXBliyd+WqC/dEcCK6tEGT52uAuWVUC8mdVLy9eTCCH65M7sqdJec2lpfVdGhpkENLBIZxpeHWNhMgr0WQK/acATCTeHtk46zMwS6PK8TMgdrzEN7l99hbkOfQDkRpy069qEsJLJMsvXVcod4piFRsNm7h78r7OXGEy/7pV+fVs4l7F6DS6WSWg0HURjnXyHSfqM3GpGVje3bBWrDO4iamhnMQfOgwyR9nJ+13j0CJjrC7x4Lv36autkwanZxQpwhoYJaOPK1lMQpvWBYSN5WqQF5eGsHEZ+s07Nz0JXN6ECHFXnrmeYAjd2IqDPY5kDdR8C5tHdWdmps2u7/zOqANe2/SnU0i9hogJt2gKfd+J3jc0bgDPHWJrPS/BF11Nvg9PVjUG7jtGSr4COLjD+B37XOEPqHx7K1nzeyiUa9erFvA2O6ssuUZKvwMBvAQsea3gf3CdD5By68Qtb4Lr+8w02b4JzbhMJo3rJki28tR3wzUDu5+fklBsjBQq2oOnXTiZTWWTV4GrUuIFuXx2QbAXoEFmT48YQL14Qs38mMf9T2fNXu7sfIFPZjarBUX0zYD909YslV/jO3anzyf38tauIo32BPWj6hsUYOOStde5vgzM2PgyP3rskVXjDOsAYHq88OHwQ2B0BJuU5cBeMjA9/GFzZlwfsIK5BqWQK7zUWqMvxSdKb14Fli9iEVte0FL377Xind/DOE4yMd6JnX2n8RPkEkemDizRN87yYTXBDvCJQq9ZO1cFR9e2/FXoGml3axCeIXLZUfCrw9Amb0KxscvFVj61VNk2VJxoZ7UdvT80uuuATRA5aRHfiAbMaPnoTsfL3qw+Oqv+QcDS0u6mRgvMJIm8no3z0IXahOTS7ifYdw987GL33Arq6FzB5ephGdijgGkS+SEz+H1eBaY0cG0amhwvcwVE5Ng3FN4O2iVpwrkHkVOJcz5spvQ2x1dFn7behhfMHA6mqvIYsC0O9QmBrf1uUgpcFkb9X/zyFojycJeUtej8kc6vb+O/0kLI2FwAcDTMdh49vMGpoV3/hB3yr/pOpNLe2wA9Ivs8uNLo+dE5AMDEKj6tkcKt84Y+bBGPoiBXVWviGdjRSoP55YeuA86fZhUb3dZk6awXsGgWr7Cmp87vGgKHL0NV9T7VVYAKHIPKJaGDrRraNkWGj9qBt+2VlbVwN4Kge4HufQLT67JzghecSRL6bACyexza0jl3OkQ4RWNa26sQm1L6RtvYZzJofgMZNhHsQ2qA2MFrNHfKyyPw9cwpQVMguNLnjLWKM0P2k1F7vI+N0Q339vZi/xB8fNRDmwbER4wATNfbJoRuo+U0HMh6xC62uaRL8FvoTX5nTKlwZ5xubmm6Gf+BcGNZJ4xklUD+IvHIpcC2WXWg6umnwWzAXH9XfzPUSMl4FsGsUiuUhs1DfnFvP4xJE3k9so4O72IVmWj8JS9fMglMzXquVZLwLYmMbipU/+nKa89QNIl+9Qt+VzS40h2a3EBzmiyaOvJeYaZUK9VxZfr4HmXd8cOm8q4q/POJ/bVU9Hpn+GBg3Ash+yia0L78+h+8nB0BHR5AnS2SCFazMYFk8GV1U9PPGfqc6tMLCcguSRWh0Ohg1YQ+m+E4WClqZcS9oIamrMHlaGqwskxEeOqHKByla0yDyFyq6/aXl2zDdi2cPmj5xc6b7rYCL6zJ1/TTxhspK10X8LW8EzPNG8n2HShYVsH6L6vHIn8PJkLqGPWiW1rcxd1EwrG2C1YmIiD9UVuonZAJehbUbxqH3gG1lsbjXUieIfC4G2BDCFjBa107dtiF4/TgCbVV1QKvOHqcsY8Rd9sLi+cNRU8cJ635SLR6ZlAiMH0mMnjx2oDm73MSIMWGQO1CrsVqf3RIDXLkK8l2QkTGEuA+Dyaf3vxg+LxfwJhZkWjIbwOwdcjFy3Ca0akOXG4iy6lY8cBWib9ilb5TvVzYXVhbdhmnqJODSOekDM7cqxbDREejUeSu0tETdVVsT4F6LvlGevpycvnO8Yu/DNWRa2LlF2sCM6hZjsNcuuHvsIJb0To1MpRoE91rdX/VCd0QdtkaAn3SBfWSWjK88DqCP537o6Wv0jbhSAPdaTXHzejccPdIFp6I7IytTGu9r1dUvgVvHaHTrHoWWrSPJkCiJxZpSAqc8z7XDldgOOHHMDRfPt0XGI3HfJmlskoVPW53FP1zPoP3np0jvktwWetIE96bkSH/cGlfjnHEtrgWuX2mO1GQzwZbgUb+rvlk6Pna8hpbOcWjhHEss34ukZyVI2l1kAFxlmaCkRI7Hj+yRlmKLtLSGSEu1QHaWWdlbSwoKjFCYb4DCwvJt+fVqFaGWvoJuh0t3VoWBYTrMGzyEpXUKrBomwsLy7qstKDJZaoT/CTAANggl8K2jfrQAAAAASUVORK5CYII=');
  background-size: contain;
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
  top: 0.15em;
}
.inline-avatar {
  background: no-repeat center center;
  background-size: contain;
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
  top: 0.15em;
  border-radius: 50%;
}
.studios-content-main .byline {
  font-style: italic;
  margin-top: 2em;
  margin-bottom: 0;
}
.aside-subtitle {
  color: #bbb;
}
.aside-subtitle {
  font-size: 80%;
}
.nested-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background: #fff;
}
.nested-carousel.offscreen {
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
  visibility: hidden;
  left: -1000%;
  top: -1000%;
  opacity: 0;
}
.nested-carousel .carousel-close {
  z-index: 2000;
}
.mod_color-alt .nested-carousel {
  background: #000;
}
.close-button {
  opacity: 0.75;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  margin: 0.25em;
  height: 2.5em;
  width: 2.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 5;
  cursor: pointer;
}
.close-button i.fa-bb {
  font-size: 1.75rem;
  color: #333;
  line-height: 1.2rem;
}
.close-button:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 3px 3px rgba(107, 101, 95, 0.15);
          box-shadow: 0 2px 3px 3px rgba(107, 101, 95, 0.15);
}
.thumbnail-gallery {
  max-height: calc(100vh - 2em - 20px);
  position: relative;
}
.swiper-container.gallery-top {
  height: calc(100% - 145px);
}
.microSection-carousel .swiper-container.gallery-top {
  height: calc(100% - 110px);
}
.microSection-carousel[data-numberofslides="1"] {
  height: 0;
  padding-bottom: 40%;
  position: relative;
}
.microSection-carousel[data-numberofslides="1"] .swiper-container.gallery-top {
  height: 100%;
  width: 100%;
  position: absolute;
}
.microSection-carousel[data-numberofslides="1"] .swiper-button-prev,
.microSection-carousel[data-numberofslides="1"] .swiper-button-next,
.microSection-carousel[data-numberofslides="1"] .swiper-container.gallery-thumbs {
  display: none;
}
.swiper-container.gallery-thumbs {
  height: 90px;
  background-color: #f7f7f7;
  padding: 0;
  margin: 10px 0;
}
.swiper-container.gallery-thumbs .swiper-slide {
  background-size: cover;
  background-position: center;
  opacity: 0.7;
}
.swiper-container.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
/*
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: ~'calc(50% - 22px)';
  margin-top: 0px !important;
}
*/
.heroInner {
  text-align: center;
}
.square-box,
.widescreen-box {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.trigger-content i.fa-bb {
  padding: 0.4rem;
}
.hero-trigger i.fa-bb.fas.fa-plus-circle {
  color: red;
  font-size: 2em;
  border-radius: 100%;
  background-color: #fff;
}
.activity-launcher-container.learn-sdk-plugin {
  max-width: 375px;
  margin: 0 auto;
}
body.exp-modal-open {
  position: static !important;
}
.studios-content-main .learn-sdk-plugin .card-wrapper {
  width: 100%;
  float: none;
  padding: 0;
}
.studios-content-main .learn-sdk-plugin .card-wrapper .card {
  min-height: 0;
  width: auto;
}
@media (min-width: 375px) {
  .studios-content-main .learn-sdk-plugin .card-wrapper .card {
    max-width: 175px;
  }
}
@media (min-width: 599px) {
  .studios-content-main .learn-sdk-plugin .card-wrapper .card {
    max-width: 323px;
  }
}
@media (min-width: 1128px) {
  .studios-content-main .learn-sdk-plugin .card-wrapper .card {
    max-width: 258px;
  }
}
.studios-content-main .ugc-interaction-card .card .ugc-images .caption-area .caption {
  text-align: left;
  background: none !important;
}
.studios-content-main .learn-sdk-plugin [class^="icon-expert-"],
.learn-sdk-plugin [class*=" icon-expert-"] {
  font-family: 'Expert Icon' !important;
}
.exp-modal-content .description-area p {
  margin: 0;
}
.ugc-interaction-card .card .ugc-images .ugc-original {
  display: block;
}
.ugc-details-wrapper a:hover {
  text-decoration: none !important;
}
/*
@media screen and (max-height: 700px) and (min-width: 1024px) {
  .exp-modal-container>.exp-modal .exp-modal-close {
    top: 0 !important;
    right: 3px;
    z-index: 100;
    color: #ddd;
  }
}
*/
.floating-closer.exp-modal-close {
  top: 3px !important;
  z-index: 10;
  right: 3px !important;
  color: #9d9d9d !important;
}
.floating-closer.exp-modal-close i.exp-ux-close {
  font-size: 15px !important;
  display: block !important;
}
@media (min-width: 599px) {
  .floating-closer.exp-modal-close i.exp-ux-close {
    font-size: 15px !important;
  }
}
.ugc-modal .exp-modal {
  background-color: transparent;
}
@media screen and (max-height: 675px) {
  .ugc-modal .exp-modal-container > .exp-modal {
    top: 0;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .ugc-modal .exp-modal-container > .exp-modal {
    left: 0;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
@media screen and (max-width: 600px) and (max-height: 675px) {
  .ugc-modal .exp-modal-container > .exp-modal {
    left: 0;
    top: 0;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
.ugc-modal .exp-modal-header {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .ugc-modal.ios,
  .ugc-card .comment-cta,
  .ugc-card span.divider + span {
    display: none !important;
  }
}
.exp-modal-content .description-area p {
  margin: 0;
}
@font-face {
  font-family: 'Expert Icon';
  src: url('https://www.experticity.com/user/fonts/expert-icon/expert-icon.eot');
  src: url('https://www.experticity.com/user/fonts/expert-icon/expert-icon.eot?#iefix') format('embedded-opentype'), url('https://www.experticity.com/user/fonts/expert-icon/expert-icon.ttf') format('truetype'), url('https://www.experticity.com/user/fonts/expert-icon/expert-icon.woff') format('woff'), url('https://www.experticity.com/user/fonts/expert-icon/expert-icon.svg#expert-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-expert-"],
[class*=" icon-expert-"] {
  font-family: 'Expert Icon';
  font-size: 72px;
  font-style: normal;
  text-transform: none;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-expert-medium {
  font-size: 44px;
}
.icon-expert-small {
  font-size: 36px;
}
.icon-expert-mini {
  font-size: 24px;
}
.icon-expert-all-categories:before {
  content: "\e600";
}
.icon-expert-animals-pets:before {
  content: "\e601";
}
.icon-expert-animals-pets.icon-expert-mini:before {
  content: "\e66d";
}
.icon-expert-animals-pets.icon-expert-small:before {
  content: "\e649";
}
.icon-expert-animals-pets.icon-expert-medium:before {
  content: "\e625";
}
.icon-expert-automotive-aftermarket:before {
  content: "\e602";
}
.icon-expert-automotive-aftermarket.icon-expert-mini:before {
  content: "\e66e";
}
.icon-expert-automotive-aftermarket.icon-expert-small:before {
  content: "\e64a";
}
.icon-expert-automotive-aftermarket.icon-expert-medium:before {
  content: "\e626";
}
.icon-expert-auto-performance-and-offroad:before {
  content: "\e603";
}
.icon-expert-auto-performance-and-offroad.icon-expert-mini:before {
  content: "\e66f";
}
.icon-expert-auto-performance-and-offroad.icon-expert-small:before {
  content: "\e64b";
}
.icon-expert-auto-performance-and-offroad.icon-expert-medium:before {
  content: "\e627";
}
.icon-expert-baby:before {
  content: "\e604";
}
.icon-expert-baby.icon-expert-mini:before {
  content: "\e670";
}
.icon-expert-baby.icon-expert-small:before {
  content: "\e64c";
}
.icon-expert-baby.icon-expert-medium:before {
  content: "\e628";
}
.icon-expert-beauty:before {
  content: "\e605";
}
.icon-expert-beauty.icon-expert-mini:before {
  content: "\e671";
}
.icon-expert-beauty.icon-expert-small:before {
  content: "\e64d";
}
.icon-expert-beauty.icon-expert-medium:before {
  content: "\e629";
}
.icon-expert-bike:before {
  content: "\e606";
}
.icon-expert-bike.icon-expert-mini:before {
  content: "\e672";
}
.icon-expert-bike.icon-expert-small:before {
  content: "\e64e";
}
.icon-expert-bike.icon-expert-medium:before {
  content: "\e62a";
}
.icon-expert-camping:before {
  content: "\e607";
}
.icon-expert-camping.icon-expert-mini:before {
  content: "\e673";
}
.icon-expert-camping.icon-expert-small:before {
  content: "\e64f";
}
.icon-expert-camping.icon-expert-medium:before {
  content: "\e62b";
}
.icon-expert-climbing:before {
  content: "\e608";
}
.icon-expert-climbing.icon-expert-mini:before {
  content: "\e674";
}
.icon-expert-climbing.icon-expert-small:before {
  content: "\e650";
}
.icon-expert-climbing.icon-expert-medium:before {
  content: "\e62c";
}
.icon-expert-diving-scuba:before {
  content: "\e609";
}
.icon-expert-diving-scuba.icon-expert-mini:before {
  content: "\e675";
}
.icon-expert-diving-scuba.icon-expert-small:before {
  content: "\e651";
}
.icon-expert-diving-scuba.icon-expert-medium:before {
  content: "\e62d";
}
.icon-expert-electronics:before {
  content: "\e60a";
}
.icon-expert-electronics.icon-expert-mini:before {
  content: "\e676";
}
.icon-expert-electronics.icon-expert-small:before {
  content: "\e652";
}
.icon-expert-electronics.icon-expert-medium:before {
  content: "\e62e";
}
.icon-expert-fashion:before {
  content: "\e60b";
}
.icon-expert-fashion.icon-expert-mini:before {
  content: "\e677";
}
.icon-expert-fashion.icon-expert-small:before {
  content: "\e653";
}
.icon-expert-fashion.icon-expert-medium:before {
  content: "\e62f";
}
.icon-expert-fish:before {
  content: "\e60c";
}
.icon-expert-fish.icon-expert-mini:before {
  content: "\e678";
}
.icon-expert-fish.icon-expert-small:before {
  content: "\e654";
}
.icon-expert-fish.icon-expert-medium:before {
  content: "\e630";
}
.icon-expert-fitness-training:before {
  content: "\e60d";
}
.icon-expert-fitness-training.icon-expert-mini:before {
  content: "\e679";
}
.icon-expert-fitness-training.icon-expert-small:before {
  content: "\e655";
}
.icon-expert-fitness-training.icon-expert-medium:before {
  content: "\e631";
}
.icon-expert-footwear:before {
  content: "\e60e";
}
.icon-expert-footwear.icon-expert-mini:before {
  content: "\e67a";
}
.icon-expert-footwear.icon-expert-small:before {
  content: "\e656";
}
.icon-expert-footwear.icon-expert-medium:before {
  content: "\e632";
}
.icon-expert-golf:before {
  content: "\e60f";
}
.icon-expert-golf.icon-expert-mini:before {
  content: "\e67b";
}
.icon-expert-golf.icon-expert-small:before {
  content: "\e657";
}
.icon-expert-golf.icon-expert-medium:before {
  content: "\e633";
}
.icon-expert-health-wellness:before {
  content: "\e610";
}
.icon-expert-health-wellness.icon-expert-mini:before {
  content: "\e67c";
}
.icon-expert-health-wellness.icon-expert-small:before {
  content: "\e658";
}
.icon-expert-health-wellness.icon-expert-medium:before {
  content: "\e634";
}
.icon-expert-hike:before {
  content: "\e611";
}
.icon-expert-hike.icon-expert-mini:before {
  content: "\e67d";
}
.icon-expert-hike.icon-expert-small:before {
  content: "\e659";
}
.icon-expert-hike.icon-expert-medium:before {
  content: "\e635";
}
.icon-expert-housewares:before {
  content: "\e612";
}
.icon-expert-housewares.icon-expert-mini:before {
  content: "\e67e";
}
.icon-expert-housewares.icon-expert-small:before {
  content: "\e65a";
}
.icon-expert-housewares.icon-expert-medium:before {
  content: "\e636";
}
.icon-expert-hunt:before {
  content: "\e613";
}
.icon-expert-hunt.icon-expert-mini:before {
  content: "\e67f";
}
.icon-expert-hunt.icon-expert-small:before {
  content: "\e65b";
}
.icon-expert-hunt.icon-expert-medium:before {
  content: "\e637";
}
.icon-expert-kite-sports:before {
  content: "\e614";
}
.icon-expert-kite-sports.icon-expert-mini:before {
  content: "\e680";
}
.icon-expert-kite-sports.icon-expert-small:before {
  content: "\e65c";
}
.icon-expert-kite-sports.icon-expert-medium:before {
  content: "\e638";
}
.icon-expert-music:before {
  content: "\e906";
}
.icon-expert-music.icon-expert-small:before {
  content: "\e904";
}
.icon-expert-music.icon-expert-medium:before {
  content: "\e905";
}
.icon-expert-nordic-ski-and-snow-shoe:before {
  content: "\e615";
}
.icon-expert-nordic-ski-and-snow-shoe.icon-expert-mini:before {
  content: "\e681";
}
.icon-expert-nordic-ski-and-snow-shoe.icon-expert-small:before {
  content: "\e65d";
}
.icon-expert-nordic-ski-and-snow-shoe.icon-expert-medium:before {
  content: "\e639";
}
.icon-expert-nutrition:before {
  content: "\e616";
}
.icon-expert-nutrition.icon-expert-mini:before {
  content: "\e682";
}
.icon-expert-nutrition.icon-expert-small:before {
  content: "\e65e";
}
.icon-expert-nutrition.icon-expert-medium:before {
  content: "\e63a";
}
.icon-expert-paddlesports:before {
  content: "\e617";
}
.icon-expert-paddlesports.icon-expert-mini:before {
  content: "\e683";
}
.icon-expert-paddlesports.icon-expert-small:before {
  content: "\e65f";
}
.icon-expert-paddlesports.icon-expert-medium:before {
  content: "\e63b";
}
.icon-expert-powersports:before {
  content: "\e618";
}
.icon-expert-powersports.icon-expert-mini:before {
  content: "\e684";
}
.icon-expert-powersports.icon-expert-small:before {
  content: "\e660";
}
.icon-expert-powersports.icon-expert-medium:before {
  content: "\e63c";
}
.icon-expert-run:before {
  content: "\e619";
}
.icon-expert-run.icon-expert-mini:before {
  content: "\e685";
}
.icon-expert-run.icon-expert-small:before {
  content: "\e661";
}
.icon-expert-run.icon-expert-medium:before {
  content: "\e63d";
}
.icon-expert-safety-rescue:before {
  content: "\e61a";
}
.icon-expert-safety-rescue.icon-expert-mini:before {
  content: "\e686";
}
.icon-expert-safety-rescue.icon-expert-small:before {
  content: "\e662";
}
.icon-expert-safety-rescue.icon-expert-medium:before {
  content: "\e63e";
}
.icon-expert-skate:before {
  content: "\e61b";
}
.icon-expert-skate.icon-expert-mini:before {
  content: "\e687";
}
.icon-expert-skate.icon-expert-small:before {
  content: "\e663";
}
.icon-expert-skate.icon-expert-medium:before {
  content: "\e63f";
}
.icon-expert-ski:before {
  content: "\e61c";
}
.icon-expert-ski.icon-expert-mini:before {
  content: "\e688";
}
.icon-expert-ski.icon-expert-small:before {
  content: "\e664";
}
.icon-expert-ski.icon-expert-medium:before {
  content: "\e640";
}
.icon-expert-snowboard:before {
  content: "\e61d";
}
.icon-expert-snowboard.icon-expert-mini:before {
  content: "\e689";
}
.icon-expert-snowboard.icon-expert-small:before {
  content: "\e665";
}
.icon-expert-snowboard.icon-expert-medium:before {
  content: "\e641";
}
.icon-expert-surf:before {
  content: "\e61e";
}
.icon-expert-surf.icon-expert-mini:before {
  content: "\e68a";
}
.icon-expert-surf.icon-expert-small:before {
  content: "\e666";
}
.icon-expert-surf.icon-expert-medium:before {
  content: "\e642";
}
.icon-expert-swim:before {
  content: "\e61f";
}
.icon-expert-swim.icon-expert-mini:before {
  content: "\e68b";
}
.icon-expert-swim.icon-expert-small:before {
  content: "\e667";
}
.icon-expert-swim.icon-expert-medium:before {
  content: "\e643";
}
.icon-expert-tactical:before {
  content: "\e620";
}
.icon-expert-tactical.icon-expert-mini:before {
  content: "\e68c";
}
.icon-expert-tactical.icon-expert-small:before {
  content: "\e668";
}
.icon-expert-tactical.icon-expert-medium:before {
  content: "\e644";
}
.icon-expert-team-sports:before {
  content: "\e621";
}
.icon-expert-team-sports.icon-expert-mini:before {
  content: "\e68d";
}
.icon-expert-team-sports.icon-expert-small:before {
  content: "\e669";
}
.icon-expert-team-sports.icon-expert-medium:before {
  content: "\e645";
}
.icon-expert-tennis-racquet:before {
  content: "\e622";
}
.icon-expert-tennis-racquet.icon-expert-mini:before {
  content: "\e68e";
}
.icon-expert-tennis-racquet.icon-expert-small:before {
  content: "\e66a";
}
.icon-expert-tennis-racquet.icon-expert-medium:before {
  content: "\e646";
}
.icon-expert-travel:before {
  content: "\e623";
}
.icon-expert-travel.icon-expert-mini:before {
  content: "\e68f";
}
.icon-expert-travel.icon-expert-small:before {
  content: "\e66b";
}
.icon-expert-travel.icon-expert-medium:before {
  content: "\e647";
}
.icon-expert-triathlon:before {
  content: "\e624";
}
.icon-expert-triathlon.icon-expert-mini:before {
  content: "\e690";
}
.icon-expert-triathlon.icon-expert-small:before {
  content: "\e66c";
}
.icon-expert-triathlon.icon-expert-medium:before {
  content: "\e648";
}
.icon-expert-western:before {
  content: "\e900";
}
.icon-expert-western.icon-expert-mini:before {
  content: "\e903";
}
.icon-expert-western.icon-expert-small:before {
  content: "\e902";
}
.icon-expert-western.icon-expert-medium:before {
  content: "\e901";
}
.icon-expert-yoga:before {
  content: "\e90a";
}
.icon-expert-yoga.icon-expert-mini:before {
  content: "\e907";
}
.icon-expert-yoga.icon-expert-small:before {
  content: "\e908";
}
.icon-expert-yoga.icon-expert-medium:before {
  content: "\e909";
}
/*! Animate.css - http://daneden.me/animate - Licensed under the MIT license - http://opensource.org/licenses/MIT - Copyright (c) 2013 Daniel Eden - */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInSoft {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomInSoft {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.zoomInSoft {
  -webkit-animation-name: zoomInSoft ;
  animation-name: zoomInSoft ;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/* set up for delays */
.delay1 {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}
.delay2 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.delay3 {
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.delay4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay5 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.delay6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay7 {
  -webkit-animation-delay: .75s;
  animation-delay: 1.75s;
}
.delay8 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay9 {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.delay10 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.delay11 {
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}
.delay12 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.delay13 {
  -webkit-animation-delay: 3.25s;
  animation-delay: 3.25s;
}
.delay14 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.delay15 {
  -webkit-animation-delay: 3.75s;
  animation-delay: 3.75s;
}
.delay16 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.delay17 {
  -webkit-animation-delay: 4.25s;
  animation-delay: 4.25s;
}
.delay18 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.delay19 {
  -webkit-animation-delay: 4.75s;
  animation-delay: 4.75s;
}
.delay20 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
/* set up for duration */
.duration1 {
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
}
.duration2 {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.duration3 {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.duration4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.duration5 {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}
.duration6 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.duration7 {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
}
.duration8 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.duration9 {
  -webkit-animation-duration: 2.25s;
  animation-duration: 2.25s;
}
.duration10 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.duration11 {
  -webkit-animation-duration: 2.75s;
  animation-duration: 2.75s;
}
.duration12 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.duration13 {
  -webkit-animation-duration: 3.25s;
  animation-duration: 3.25s;
}
.duration14 {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}
.duration15 {
  -webkit-animation-duration: 3.75s;
  animation-duration: 3.75s;
}
.duration16 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.duration17 {
  -webkit-animation-duration: 4.25s;
  animation-duration: 4.25s;
}
.duration18 {
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
}
.duration19 {
  -webkit-animation-duration: 4.75s;
  animation-duration: 4.75s;
}
.duration20 {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: "alpha(opacity=@opacity-ie)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
.mCS_img_loaded {
  display: none !important;
}
/* GRID COLUMNS, PADDING AND MARGIN
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container {
  position: relative;
  padding: 0.25em;
}
.container-nopad-1 {
  margin: 0 -0.125em !important;
  padding: 0 !important;
}
.container-nopad-2 {
  margin: 0 -0.25em !important;
  padding: 0 !important;
}
.container-nopad-3 {
  margin: 0 -0.375em !important;
  padding: 0 !important;
}
.container-nopad-4 {
  margin: 0 -0.5em !important;
  padding: 0 !important;
}
.container-nopad-5 {
  margin: 0 -0.625em !important;
  padding: 0 !important;
}
.container-nopad-6 {
  margin: 0 -0.75em !important;
  padding: 0 !important;
}
.container-nopad-7 {
  margin: 0 -0.875em !important;
  padding: 0 !important;
}
.container-nopad-8 {
  margin: 0 -1em !important;
  padding: 0 !important;
}
.container-nopad-9 {
  margin: 0 -1.125em !important;
  padding: 0 !important;
}
.container-nopad-10 {
  margin: 0 -1.25em !important;
  padding: 0 !important;
}
.container-nopad-11 {
  margin: 0 -1.375em !important;
  padding: 0 !important;
}
.container-nopad-12 {
  margin: 0 -1.5em !important;
  padding: 0 !important;
}
.container-nopad-13 {
  margin: 0 -1.625em !important;
  padding: 0 !important;
}
.container-nopad-14 {
  margin: 0 -1.75em !important;
  padding: 0 !important;
}
.container-nopad-15 {
  margin: 0 -1.875em !important;
  padding: 0 !important;
}
.container-nopad-16 {
  margin: 0 -2em !important;
  padding: 0 !important;
}
.container-nopad-17 {
  margin: 0 -2.125em !important;
  padding: 0 !important;
}
.container-nopad-18 {
  margin: 0 -2.25em !important;
  padding: 0 !important;
}
.container-nopad-19 {
  margin: 0 -2.375em !important;
  padding: 0 !important;
}
.container-nopad-20 {
  margin: 0 -2.5em !important;
  padding: 0 !important;
}
.container-nopad-21 {
  margin: 0 -2.625em !important;
  padding: 0 !important;
}
.container-nopad-22 {
  margin: 0 -2.75em !important;
  padding: 0 !important;
}
.container-nopad-23 {
  margin: 0 -2.875em !important;
  padding: 0 !important;
}
.container-nopad-24 {
  margin: 0 -3em !important;
  padding: 0 !important;
}
.column {
  float: left;
  padding: 0.25em;
}
.one {
  width: 8.333333% !important;
}
.two {
  width: 16.666667% !important;
}
.three {
  width: 25% !important;
}
.four {
  width: 33.333334% !important;
}
.five {
  width: 41.666667% !important;
}
.six {
  width: 50% !important;
}
.seven {
  width: 58.333333% !important;
}
.eight {
  width: 66.666667% !important;
}
.nine {
  width: 75% !important;
}
.ten {
  width: 83.333333% !important;
}
.eleven {
  width: 91.666667% !important;
}
.twelve {
  width: 100% !important;
}
@media screen and (orientation:portrait) {
  .portrait-one {
    width: 8.333333% !important;
  }
  .portrait-two {
    width: 16.666667% !important;
  }
  .portrait-three {
    width: 25% !important;
  }
  .portrait-four {
    width: 33.333333% !important;
  }
  .portrait-five {
    width: 41.666667% !important;
  }
  .portrait-six {
    width: 50% !important;
  }
  .portrait-seven {
    width: 58.333333% !important;
  }
  .portrait-eight {
    width: 66.666667% !important;
  }
  .portrait-nine {
    width: 75% !important;
  }
  .portrait-ten {
    width: 83.333333% !important;
  }
  .portrait-eleven {
    width: 91.666667% !important;
  }
  .portrait-twelve {
    width: 100% !important;
  }
}
.offset-by-zero {
  margin-left: 0% !important;
}
.offset-by-one {
  margin-left: 8.333333% !important;
}
.offset-by-two {
  margin-left: 16.666667% !important;
}
.offset-by-three {
  margin-left: 25% !important;
}
.offset-by-four {
  margin-left: 33.333333% !important;
}
.offset-by-five {
  margin-left: 41.666667% !important;
}
.offset-by-six {
  margin-left: 50% !important;
}
.offset-by-seven {
  margin-left: 58.333333% !important;
}
.offset-by-eight {
  margin-left: 66.666667% !important;
}
.offset-by-nine {
  margin-left: 75% !important;
}
.offset-by-ten {
  margin-left: 83.333333% !important;
}
.offset-by-eleven {
  margin-left: 91.666667% !important;
}
.offset-by-twelve {
  margin-left: 100% !important;
}
@media screen and (orientation:portrait) {
  .portrait-offset-by-zero {
    margin-left: 0% !important;
  }
  .portrait-offset-by-one {
    margin-left: 8.333333% !important;
  }
  .portrait-offset-by-two {
    margin-left: 16.666667% !important;
  }
  .portrait-offset-by-three {
    margin-left: 25% !important;
  }
  .portrait-offset-by-four {
    margin-left: 33.333333% !important;
  }
  .portrait-offset-by-five {
    margin-left: 41.666667% !important;
  }
  .portrait-offset-by-six {
    margin-left: 50% !important;
  }
  .portrait-offset-by-seven {
    margin-left: 58.333333% !important;
  }
  .portrait-offset-by-eight {
    margin-left: 66.666667% !important;
  }
  .portrait-offset-by-nine {
    margin-left: 75% !important;
  }
  .portrait-offset-by-ten {
    margin-left: 83.333333% !important;
  }
  .portrait-offset-by-eleven {
    margin-left: 91.666667% !important;
  }
  .portrait-offset-by-twelve {
    margin-left: 100% !important;
  }
}
.offset-right-by-zero {
  margin-right: 0% !important;
}
.offset-right-by-one {
  margin-right: 8.333333% !important;
}
.offset-right-by-two {
  margin-right: 16.666667% !important;
}
.offset-right-by-three {
  margin-right: 25% !important;
}
.offset-right-by-four {
  margin-right: 33.333333% !important;
}
.offset-right-by-five {
  margin-right: 41.666667% !important;
}
.offset-right-by-six {
  margin-right: 50% !important;
}
.offset-right-by-seven {
  margin-right: 58.333333% !important;
}
.offset-right-by-eight {
  margin-right: 66.666667% !important;
}
.offset-right-by-nine {
  margin-right: 75% !important;
}
.offset-right-by-ten {
  margin-right: 83.333333% !important;
}
.offset-right-by-eleven {
  margin-right: 91.666667% !important;
}
.offset-right-by-twelve {
  margin-right: 100% !important;
}
@media screen and (orientation:portrait) {
  .portrait-offset-right-by-zero {
    margin-right: 0% !important;
  }
  .portrait-offset-right-by-one {
    margin-right: 8.333333% !important;
  }
  .portrait-offset-right-by-two {
    margin-right: 16.666667% !important;
  }
  .portrait-offset-right-by-three {
    margin-right: 25% !important;
  }
  .portrait-offset-right-by-four {
    margin-right: 33.333333% !important;
  }
  .portrait-offset-right-by-five {
    margin-right: 41.666667% !important;
  }
  .portrait-offset-right-by-six {
    margin-right: 50% !important;
  }
  .portrait-offset-right-by-seven {
    margin-right: 58.333333% !important;
  }
  .portrait-offset-right-by-eight {
    margin-right: 66.666667% !important;
  }
  .portrait-offset-right-by-nine {
    margin-right: 75% !important;
  }
  .portrait-offset-right-by-ten {
    margin-right: 83.333333% !important;
  }
  .portrait-offset-right-by-eleven {
    margin-right: 91.666667% !important;
  }
  .portrait-offset-right-by-twelve {
    margin-right: 100% !important;
  }
}
.padding-0 {
  padding: 0em !important;
}
.padding-1 {
  padding: 0.125em !important;
}
.padding-2 {
  padding: 0.25em !important;
}
.padding-3 {
  padding: 0.375em !important;
}
.padding-4 {
  padding: 0.5em !important;
}
.padding-5 {
  padding: 0.625em !important;
}
.padding-6 {
  padding: 0.75em !important;
}
.padding-7 {
  padding: 0.875em !important;
}
.padding-8 {
  padding: 1em !important;
}
.padding-9 {
  padding: 1.125em !important;
}
.padding-10 {
  padding: 1.25em !important;
}
.padding-11 {
  padding: 1.375em !important;
}
.padding-12 {
  padding: 1.5em !important;
}
.padding-13 {
  padding: 1.625em !important;
}
.padding-14 {
  padding: 1.75em !important;
}
.padding-15 {
  padding: 1.875em !important;
}
.padding-16 {
  padding: 2em !important;
}
.padding-17 {
  padding: 2.125em !important;
}
.padding-18 {
  padding: 2.25em !important;
}
.padding-19 {
  padding: 2.375em !important;
}
.padding-20 {
  padding: 2.5em !important;
}
.padding-21 {
  padding: 2.625em !important;
}
.padding-22 {
  padding: 2.75em !important;
}
.padding-23 {
  padding: 2.875em !important;
}
.padding-24 {
  padding: 3em !important;
}
.padding-bottom-zero {
  height: 0 !important;
  padding-bottom: 0% !important;
}
.padding-bottom-one {
  height: 0 !important;
  padding-bottom: 8.333333% !important;
}
.padding-bottom-two {
  height: 0 !important;
  padding-bottom: 16.666667% !important;
}
.padding-bottom-three {
  height: 0 !important;
  padding-bottom: 25% !important;
}
.padding-bottom-four {
  height: 0 !important;
  padding-bottom: 33.333333% !important;
}
.padding-bottom-five {
  height: 0 !important;
  padding-bottom: 41.666667% !important;
}
.padding-bottom-six {
  height: 0 !important;
  padding-bottom: 50% !important;
}
.padding-bottom-seven {
  height: 0 !important;
  padding-bottom: 58.333333% !important;
}
.padding-bottom-eight {
  height: 0 !important;
  padding-bottom: 66.666667% !important;
}
.padding-bottom-nine {
  height: 0 !important;
  padding-bottom: 75% !important;
}
.padding-bottom-ten {
  height: 0 !important;
  padding-bottom: 83.333333% !important;
}
.padding-bottom-eleven {
  height: 0 !important;
  padding-bottom: 91.666667% !important;
}
.padding-bottom-twelve {
  height: 0 !important;
  padding-bottom: 100% !important;
}
.padding-bottom-5 {
  height: 0 !important;
  padding-bottom: 5% !important;
}
.padding-bottom-10 {
  height: 0 !important;
  padding-bottom: 10% !important;
}
.padding-bottom-15 {
  height: 0 !important;
  padding-bottom: 15% !important;
}
.padding-bottom-20 {
  height: 0 !important;
  padding-bottom: 20% !important;
}
.padding-bottom-25 {
  height: 0 !important;
  padding-bottom: 25% !important;
}
.padding-bottom-30 {
  height: 0 !important;
  padding-bottom: 30% !important;
}
.padding-bottom-35 {
  height: 0 !important;
  padding-bottom: 35% !important;
}
.padding-bottom-40 {
  height: 0 !important;
  padding-bottom: 40% !important;
}
.padding-bottom-45 {
  height: 0 !important;
  padding-bottom: 45% !important;
}
.padding-bottom-50 {
  height: 0 !important;
  padding-bottom: 50% !important;
}
.padding-bottom-55 {
  height: 0 !important;
  padding-bottom: 55% !important;
}
.padding-bottom-60 {
  height: 0 !important;
  padding-bottom: 60% !important;
}
.padding-bottom-65 {
  height: 0 !important;
  padding-bottom: 65% !important;
}
.padding-bottom-70 {
  height: 0 !important;
  padding-bottom: 70% !important;
}
.padding-bottom-75 {
  height: 0 !important;
  padding-bottom: 75% !important;
}
.padding-bottom-80 {
  height: 0 !important;
  padding-bottom: 80% !important;
}
.padding-bottom-85 {
  height: 0 !important;
  padding-bottom: 85% !important;
}
.padding-bottom-90 {
  height: 0 !important;
  padding-bottom: 90% !important;
}
.padding-bottom-95 {
  height: 0 !important;
  padding-bottom: 95% !important;
}
.padding-bottom-100 {
  height: 0 !important;
  padding-bottom: 100% !important;
}
.padding-bottom-105 {
  height: 0 !important;
  padding-bottom: 105% !important;
}
.padding-bottom-110 {
  height: 0 !important;
  padding-bottom: 110% !important;
}
.padding-bottom-115 {
  height: 0 !important;
  padding-bottom: 115% !important;
}
.padding-bottom-120 {
  height: 0 !important;
  padding-bottom: 120% !important;
}
.padding-bottom-125 {
  height: 0 !important;
  padding-bottom: 125% !important;
}
.padding-bottom-130 {
  height: 0 !important;
  padding-bottom: 130% !important;
}
.padding-bottom-135 {
  height: 0 !important;
  padding-bottom: 135% !important;
}
.padding-bottom-140 {
  height: 0 !important;
  padding-bottom: 140% !important;
}
.padding-bottom-145 {
  height: 0 !important;
  padding-bottom: 145% !important;
}
.padding-bottom-150 {
  height: 0 !important;
  padding-bottom: 150% !important;
}
.padding-bottom-155 {
  height: 0 !important;
  padding-bottom: 155% !important;
}
.padding-bottom-160 {
  height: 0 !important;
  padding-bottom: 160% !important;
}
.padding-bottom-165 {
  height: 0 !important;
  padding-bottom: 165% !important;
}
.padding-bottom-170 {
  height: 0 !important;
  padding-bottom: 170% !important;
}
.padding-bottom-175 {
  height: 0 !important;
  padding-bottom: 175% !important;
}
.padding-bottom-180 {
  height: 0 !important;
  padding-bottom: 180% !important;
}
.padding-bottom-185 {
  height: 0 !important;
  padding-bottom: 185% !important;
}
.padding-bottom-190 {
  height: 0 !important;
  padding-bottom: 190% !important;
}
.padding-bottom-195 {
  height: 0 !important;
  padding-bottom: 195% !important;
}
.padding-bottom-200 {
  height: 0 !important;
  padding-bottom: 200% !important;
}
@media screen and (orientation:portrait) {
  .portrait-padding-bottom-zero {
    height: 0 !important;
    padding-bottom: 0% !important;
  }
  .portrait-padding-bottom-one {
    height: 0 !important;
    padding-bottom: 8.333333% !important;
  }
  .portrait-padding-bottom-two {
    height: 0 !important;
    padding-bottom: 16.666667% !important;
  }
  .portrait-padding-bottom-three {
    height: 0 !important;
    padding-bottom: 25% !important;
  }
  .portrait-padding-bottom-four {
    height: 0 !important;
    padding-bottom: 33.333333% !important;
  }
  .portrait-padding-bottom-five {
    height: 0 !important;
    padding-bottom: 41.666667% !important;
  }
  .portrait-padding-bottom-six {
    height: 0 !important;
    padding-bottom: 50% !important;
  }
  .portrait-padding-bottom-seven {
    height: 0 !important;
    padding-bottom: 58.333333% !important;
  }
  .portrait-padding-bottom-eight {
    height: 0 !important;
    padding-bottom: 66.666667% !important;
  }
  .portrait-padding-bottom-nine {
    height: 0 !important;
    padding-bottom: 75% !important;
  }
  .portrait-padding-bottom-ten {
    height: 0 !important;
    padding-bottom: 83.333333% !important;
  }
  .portrait-padding-bottom-eleven {
    height: 0 !important;
    padding-bottom: 91.666667% !important;
  }
  .portrait-padding-bottom-twelve {
    height: 0 !important;
    padding-bottom: 100% !important;
  }
  .portrait-padding-bottom-5 {
    height: 0 !important;
    padding-bottom: 5% !important;
  }
  .portrait-padding-bottom-10 {
    height: 0 !important;
    padding-bottom: 10% !important;
  }
  .portrait-padding-bottom-15 {
    height: 0 !important;
    padding-bottom: 15% !important;
  }
  .portrait-padding-bottom-20 {
    height: 0 !important;
    padding-bottom: 20% !important;
  }
  .portrait-padding-bottom-25 {
    height: 0 !important;
    padding-bottom: 25% !important;
  }
  .portrait-padding-bottom-30 {
    height: 0 !important;
    padding-bottom: 30% !important;
  }
  .portrait-padding-bottom-35 {
    height: 0 !important;
    padding-bottom: 35% !important;
  }
  .portrait-padding-bottom-40 {
    height: 0 !important;
    padding-bottom: 40% !important;
  }
  .portrait-padding-bottom-45 {
    height: 0 !important;
    padding-bottom: 45% !important;
  }
  .portrait-padding-bottom-50 {
    height: 0 !important;
    padding-bottom: 50% !important;
  }
  .portrait-padding-bottom-55 {
    height: 0 !important;
    padding-bottom: 55% !important;
  }
  .portrait-padding-bottom-60 {
    height: 0 !important;
    padding-bottom: 60% !important;
  }
  .portrait-padding-bottom-65 {
    height: 0 !important;
    padding-bottom: 65% !important;
  }
  .portrait-padding-bottom-70 {
    height: 0 !important;
    padding-bottom: 70% !important;
  }
  .portrait-padding-bottom-75 {
    height: 0 !important;
    padding-bottom: 75% !important;
  }
  .portrait-padding-bottom-80 {
    height: 0 !important;
    padding-bottom: 80% !important;
  }
  .portrait-padding-bottom-85 {
    height: 0 !important;
    padding-bottom: 85% !important;
  }
  .portrait-padding-bottom-90 {
    height: 0 !important;
    padding-bottom: 90% !important;
  }
  .portrait-padding-bottom-95 {
    height: 0 !important;
    padding-bottom: 95% !important;
  }
  .portrait-padding-bottom-100 {
    height: 0 !important;
    padding-bottom: 100% !important;
  }
  .portrait-padding-bottom-105 {
    height: 0 !important;
    padding-bottom: 105% !important;
  }
  .portrait-padding-bottom-110 {
    height: 0 !important;
    padding-bottom: 110% !important;
  }
  .portrait-padding-bottom-115 {
    height: 0 !important;
    padding-bottom: 115% !important;
  }
  .portrait-padding-bottom-120 {
    height: 0 !important;
    padding-bottom: 120% !important;
  }
  .portrait-padding-bottom-125 {
    height: 0 !important;
    padding-bottom: 125% !important;
  }
  .portrait-padding-bottom-130 {
    height: 0 !important;
    padding-bottom: 130% !important;
  }
  .portrait-padding-bottom-135 {
    height: 0 !important;
    padding-bottom: 135% !important;
  }
  .portrait-padding-bottom-140 {
    height: 0 !important;
    padding-bottom: 140% !important;
  }
  .portrait-padding-bottom-145 {
    height: 0 !important;
    padding-bottom: 145% !important;
  }
  .portrait-padding-bottom-150 {
    height: 0 !important;
    padding-bottom: 150% !important;
  }
  .portrait-padding-bottom-155 {
    height: 0 !important;
    padding-bottom: 155% !important;
  }
  .portrait-padding-bottom-160 {
    height: 0 !important;
    padding-bottom: 160% !important;
  }
  .portrait-padding-bottom-165 {
    height: 0 !important;
    padding-bottom: 165% !important;
  }
  .portrait-padding-bottom-170 {
    height: 0 !important;
    padding-bottom: 170% !important;
  }
  .portrait-padding-bottom-175 {
    height: 0 !important;
    padding-bottom: 175% !important;
  }
  .portrait-padding-bottom-180 {
    height: 0 !important;
    padding-bottom: 180% !important;
  }
  .portrait-padding-bottom-185 {
    height: 0 !important;
    padding-bottom: 185% !important;
  }
  .portrait-padding-bottom-190 {
    height: 0 !important;
    padding-bottom: 190% !important;
  }
  .portrait-padding-bottom-195 {
    height: 0 !important;
    padding-bottom: 195% !important;
  }
  .portrait-padding-bottom-200 {
    height: 0 !important;
    padding-bottom: 200% !important;
  }
}
.margin-0 {
  margin: 0em !important;
}
.margin-1 {
  margin: 0.125em !important;
}
.margin-2 {
  margin: 0.25em !important;
}
.margin-3 {
  margin: 0.375em !important;
}
.margin-4 {
  margin: 0.5em !important;
}
.margin-5 {
  margin: 0.625em !important;
}
.margin-6 {
  margin: 0.75em !important;
}
.margin-7 {
  margin: 0.875em !important;
}
.margin-8 {
  margin: 1em !important;
}
.margin-9 {
  margin: 1.125em !important;
}
.margin-10 {
  margin: 1.25em !important;
}
.margin-11 {
  margin: 1.375em !important;
}
.margin-12 {
  margin: 1.5em !important;
}
.margin-13 {
  margin: 1.625em !important;
}
.margin-14 {
  margin: 1.75em !important;
}
.margin-15 {
  margin: 1.875em !important;
}
.margin-16 {
  margin: 2em !important;
}
.margin-17 {
  margin: 2.125em !important;
}
.margin-18 {
  margin: 2.25em !important;
}
.margin-19 {
  margin: 2.375em !important;
}
.margin-20 {
  margin: 2.5em !important;
}
.margin-21 {
  margin: 2.625em !important;
}
.margin-22 {
  margin: 2.75em !important;
}
.margin-23 {
  margin: 2.875em !important;
}
.margin-24 {
  margin: 3em !important;
}
.height-auto {
  height: auto !important;
}
.height-0 {
  height: 0% !important;
}
.height-8 {
  height: 8.333333% !important;
}
.height-16 {
  height: 16.666667% !important;
}
.height-33 {
  height: 33.333333% !important;
}
.height-42 {
  height: 41.666667% !important;
}
.height-58 {
  height: 58.333333% !important;
}
.height-66 {
  height: 66.666667% !important;
}
.height-84 {
  height: 83.333333% !important;
}
.height-92 {
  height: 91.666667% !important;
}
.height-108 {
  height: 108.333333% !important;
}
.height-116 {
  height: 116.666667% !important;
}
.height-133 {
  height: 133.333333% !important;
}
.height-142 {
  height: 141.666667% !important;
}
.height-158 {
  height: 158.333333% !important;
}
.height-166 {
  height: 166.666667% !important;
}
.height-184 {
  height: 183.333333% !important;
}
.height-192 {
  height: 191.666667% !important;
}
.height-zero {
  height: 0% !important;
}
.height-one {
  height: 8.333333% !important;
}
.height-two {
  height: 16.666667% !important;
}
.height-three {
  height: 25% !important;
}
.height-four {
  height: 33.333333% !important;
}
.height-five {
  height: 41.666667% !important;
}
.height-six {
  height: 50% !important;
}
.height-seven {
  height: 58.333333% !important;
}
.height-eight {
  height: 66.666667% !important;
}
.height-nine {
  height: 75% !important;
}
.height-ten {
  height: 83.333333% !important;
}
.height-eleven {
  height: 91.666667% !important;
}
.height-twelve {
  height: 100% !important;
}
.height-5 {
  height: 5% !important;
}
.height-10 {
  height: 10% !important;
}
.height-15 {
  height: 15% !important;
}
.height-20 {
  height: 20% !important;
}
.height-25 {
  height: 25% !important;
}
.height-30 {
  height: 30% !important;
}
.height-35 {
  height: 35% !important;
}
.height-40 {
  height: 40% !important;
}
.height-45 {
  height: 45% !important;
}
.height-50 {
  height: 50% !important;
}
.height-55 {
  height: 55% !important;
}
.height-60 {
  height: 60% !important;
}
.height-65 {
  height: 65% !important;
}
.height-70 {
  height: 70% !important;
}
.height-75 {
  height: 75% !important;
}
.height-80 {
  height: 80% !important;
}
.height-85 {
  height: 85% !important;
}
.height-90 {
  height: 90% !important;
}
.height-95 {
  height: 95% !important;
}
.height-100 {
  height: 100% !important;
}
.height-105 {
  height: 105% !important;
}
.height-110 {
  height: 110% !important;
}
.height-115 {
  height: 115% !important;
}
.height-120 {
  height: 120% !important;
}
.height-125 {
  height: 125% !important;
}
.height-130 {
  height: 130% !important;
}
.height-135 {
  height: 135% !important;
}
.height-140 {
  height: 140% !important;
}
.height-145 {
  height: 145% !important;
}
.height-150 {
  height: 150% !important;
}
.height-155 {
  height: 155% !important;
}
.height-160 {
  height: 160% !important;
}
.height-165 {
  height: 165% !important;
}
.height-170 {
  height: 170% !important;
}
.height-175 {
  height: 175% !important;
}
.height-180 {
  height: 180% !important;
}
.height-185 {
  height: 185% !important;
}
.height-190 {
  height: 190% !important;
}
.height-195 {
  height: 195% !important;
}
.height-200 {
  height: 200% !important;
}
@media screen and (orientation:portrait) {
  .portrait-height-auto {
    height: auto !important;
  }
  .portrait-height-0 {
    height: 0% !important;
  }
  .portrait-height-8 {
    height: 8.333333% !important;
  }
  .portrait-height-16 {
    height: 16.666667% !important;
  }
  .portrait-height-33 {
    height: 33.333333% !important;
  }
  .portrait-height-42 {
    height: 41.666667% !important;
  }
  .portrait-height-58 {
    height: 58.333333% !important;
  }
  .portrait-height-66 {
    height: 66.666667% !important;
  }
  .portrait-height-84 {
    height: 83.333333% !important;
  }
  .portrait-height-92 {
    height: 91.666667% !important;
  }
  .portrait-height-108 {
    height: 108.333333% !important;
  }
  .portrait-height-116 {
    height: 116.666667% !important;
  }
  .portrait-height-133 {
    height: 133.333333% !important;
  }
  .portrait-height-142 {
    height: 141.666667% !important;
  }
  .portrait-height-158 {
    height: 158.333333% !important;
  }
  .portrait-height-166 {
    height: 166.666667% !important;
  }
  .portrait-height-184 {
    height: 183.333333% !important;
  }
  .portrait-height-192 {
    height: 191.666667% !important;
  }
  .portrait-height-zero {
    height: 0% !important;
  }
  .portrait-height-one {
    height: 8.333333% !important;
  }
  .portrait-height-two {
    height: 16.666667% !important;
  }
  .portrait-height-three {
    height: 25% !important;
  }
  .portrait-height-four {
    height: 33.333333% !important;
  }
  .portrait-height-five {
    height: 41.666667% !important;
  }
  .portrait-height-six {
    height: 50% !important;
  }
  .portrait-height-seven {
    height: 58.333333% !important;
  }
  .portrait-height-eight {
    height: 66.666667% !important;
  }
  .portrait-height-nine {
    height: 75% !important;
  }
  .portrait-height-ten {
    height: 83.333333% !important;
  }
  .portrait-height-eleven {
    height: 91.666667% !important;
  }
  .portrait-height-twelve {
    height: 100% !important;
  }
  .portrait-height-5 {
    height: 5% !important;
  }
  .portrait-height-10 {
    height: 10% !important;
  }
  .portrait-height-15 {
    height: 15% !important;
  }
  .portrait-height-20 {
    height: 20% !important;
  }
  .portrait-height-25 {
    height: 25% !important;
  }
  .portrait-height-30 {
    height: 30% !important;
  }
  .portrait-height-35 {
    height: 35% !important;
  }
  .portrait-height-40 {
    height: 40% !important;
  }
  .portrait-height-45 {
    height: 45% !important;
  }
  .portrait-height-50 {
    height: 50% !important;
  }
  .portrait-height-55 {
    height: 55% !important;
  }
  .portrait-height-60 {
    height: 60% !important;
  }
  .portrait-height-65 {
    height: 65% !important;
  }
  .portrait-height-70 {
    height: 70% !important;
  }
  .portrait-height-75 {
    height: 75% !important;
  }
  .portrait-height-80 {
    height: 80% !important;
  }
  .portrait-height-85 {
    height: 85% !important;
  }
  .portrait-height-90 {
    height: 90% !important;
  }
  .portrait-height-95 {
    height: 95% !important;
  }
  .portrait-height-100 {
    height: 100% !important;
  }
  .portrait-height-105 {
    height: 105% !important;
  }
  .portrait-height-110 {
    height: 110% !important;
  }
  .portrait-height-115 {
    height: 115% !important;
  }
  .portrait-height-120 {
    height: 120% !important;
  }
  .portrait-height-125 {
    height: 125% !important;
  }
  .portrait-height-130 {
    height: 130% !important;
  }
  .portrait-height-135 {
    height: 135% !important;
  }
  .portrait-height-140 {
    height: 140% !important;
  }
  .portrait-height-145 {
    height: 145% !important;
  }
  .portrait-height-150 {
    height: 150% !important;
  }
  .portrait-height-155 {
    height: 155% !important;
  }
  .portrait-height-160 {
    height: 160% !important;
  }
  .portrait-height-165 {
    height: 165% !important;
  }
  .portrait-height-170 {
    height: 170% !important;
  }
  .portrait-height-175 {
    height: 175% !important;
  }
  .portrait-height-180 {
    height: 180% !important;
  }
  .portrait-height-185 {
    height: 185% !important;
  }
  .portrait-height-190 {
    height: 190% !important;
  }
  .portrait-height-195 {
    height: 195% !important;
  }
  .portrait-height-200 {
    height: 200% !important;
  }
}
.width-auto {
  width: auto !important;
}
.width-0 {
  width: 0% !important;
}
.width-8 {
  width: 8.333333% !important;
}
.width-16 {
  width: 16.666667% !important;
}
.width-33 {
  width: 33.333333% !important;
}
.width-42 {
  width: 41.666667% !important;
}
.width-58 {
  width: 58.333333% !important;
}
.width-66 {
  width: 66.666667% !important;
}
.width-84 {
  width: 83.333333% !important;
}
.width-92 {
  width: 91.666667% !important;
}
.width-108 {
  width: 108.333333% !important;
}
.width-116 {
  width: 116.666667% !important;
}
.width-133 {
  width: 133.333333% !important;
}
.width-142 {
  width: 141.666667% !important;
}
.width-158 {
  width: 158.333333% !important;
}
.width-166 {
  width: 166.666667% !important;
}
.width-184 {
  width: 183.333333% !important;
}
.width-192 {
  width: 191.666667% !important;
}
.width-zero {
  width: 0% !important;
}
.width-one {
  width: 8.333333% !important;
}
.width-two {
  width: 16.666667% !important;
}
.width-three {
  width: 25% !important;
}
.width-four {
  width: 33.333333% !important;
}
.width-five {
  width: 41.666667% !important;
}
.width-six {
  width: 50% !important;
}
.width-seven {
  width: 58.333333% !important;
}
.width-eight {
  width: 66.666667% !important;
}
.width-nine {
  width: 75% !important;
}
.width-ten {
  width: 83.333333% !important;
}
.width-eleven {
  width: 91.666667% !important;
}
.width-twelve {
  width: 100% !important;
}
.width-5 {
  width: 5% !important;
}
.width-10 {
  width: 10% !important;
}
.width-15 {
  width: 15% !important;
}
.width-20 {
  width: 20% !important;
}
.width-25 {
  width: 25% !important;
}
.width-30 {
  width: 30% !important;
}
.width-35 {
  width: 35% !important;
}
.width-40 {
  width: 40% !important;
}
.width-45 {
  width: 45% !important;
}
.width-50 {
  width: 50% !important;
}
.width-55 {
  width: 55% !important;
}
.width-60 {
  width: 60% !important;
}
.width-65 {
  width: 65% !important;
}
.width-70 {
  width: 70% !important;
}
.width-75 {
  width: 75% !important;
}
.width-80 {
  width: 80% !important;
}
.width-85 {
  width: 85% !important;
}
.width-90 {
  width: 90% !important;
}
.width-95 {
  width: 95% !important;
}
.width-100 {
  width: 100% !important;
}
.width-105 {
  width: 105% !important;
}
.width-110 {
  width: 110% !important;
}
.width-115 {
  width: 115% !important;
}
.width-120 {
  width: 120% !important;
}
.width-125 {
  width: 125% !important;
}
.width-130 {
  width: 130% !important;
}
.width-135 {
  width: 135% !important;
}
.width-140 {
  width: 140% !important;
}
.width-145 {
  width: 145% !important;
}
.width-150 {
  width: 150% !important;
}
.width-155 {
  width: 155% !important;
}
.width-160 {
  width: 160% !important;
}
.width-165 {
  width: 165% !important;
}
.width-170 {
  width: 170% !important;
}
.width-175 {
  width: 175% !important;
}
.width-180 {
  width: 180% !important;
}
.width-185 {
  width: 185% !important;
}
.width-190 {
  width: 190% !important;
}
.width-195 {
  width: 195% !important;
}
.width-200 {
  width: 200% !important;
}
@media screen and (orientation:portrait) {
  .portrait-width-auto {
    width: auto !important;
  }
  .portrait-width-0 {
    width: 0% !important;
  }
  .portrait-width-8 {
    width: 8.333333% !important;
  }
  .portrait-width-16 {
    width: 16.666667% !important;
  }
  .portrait-width-33 {
    width: 33.333333% !important;
  }
  .portrait-width-42 {
    width: 41.666667% !important;
  }
  .portrait-width-58 {
    width: 58.333333% !important;
  }
  .portrait-width-66 {
    width: 66.666667% !important;
  }
  .portrait-width-84 {
    width: 83.333333% !important;
  }
  .portrait-width-92 {
    width: 91.666667% !important;
  }
  .portrait-width-108 {
    width: 108.333333% !important;
  }
  .portrait-width-116 {
    width: 116.666667% !important;
  }
  .portrait-width-133 {
    width: 133.333333% !important;
  }
  .portrait-width-142 {
    width: 141.666667% !important;
  }
  .portrait-width-158 {
    width: 158.333333% !important;
  }
  .portrait-width-166 {
    width: 166.666667% !important;
  }
  .portrait-width-184 {
    width: 183.333333% !important;
  }
  .portrait-width-192 {
    width: 191.666667% !important;
  }
  .portrait-width-zero {
    width: 0% !important;
  }
  .portrait-width-one {
    width: 8.333333% !important;
  }
  .portrait-width-two {
    width: 16.666667% !important;
  }
  .portrait-width-three {
    width: 25% !important;
  }
  .portrait-width-four {
    width: 33.333333% !important;
  }
  .portrait-width-five {
    width: 41.666667% !important;
  }
  .portrait-width-six {
    width: 50% !important;
  }
  .portrait-width-seven {
    width: 58.333333% !important;
  }
  .portrait-width-eight {
    width: 66.666667% !important;
  }
  .portrait-width-nine {
    width: 75% !important;
  }
  .portrait-width-ten {
    width: 83.333333% !important;
  }
  .portrait-width-eleven {
    width: 91.666667% !important;
  }
  .portrait-width-twelve {
    width: 100% !important;
  }
  .portrait-width-5 {
    width: 5% !important;
  }
  .portrait-width-10 {
    width: 10% !important;
  }
  .portrait-width-15 {
    width: 15% !important;
  }
  .portrait-width-20 {
    width: 20% !important;
  }
  .portrait-width-25 {
    width: 25% !important;
  }
  .portrait-width-30 {
    width: 30% !important;
  }
  .portrait-width-35 {
    width: 35% !important;
  }
  .portrait-width-40 {
    width: 40% !important;
  }
  .portrait-width-45 {
    width: 45% !important;
  }
  .portrait-width-50 {
    width: 50% !important;
  }
  .portrait-width-55 {
    width: 55% !important;
  }
  .portrait-width-60 {
    width: 60% !important;
  }
  .portrait-width-65 {
    width: 65% !important;
  }
  .portrait-width-70 {
    width: 70% !important;
  }
  .portrait-width-75 {
    width: 75% !important;
  }
  .portrait-width-80 {
    width: 80% !important;
  }
  .portrait-width-85 {
    width: 85% !important;
  }
  .portrait-width-90 {
    width: 90% !important;
  }
  .portrait-width-95 {
    width: 95% !important;
  }
  .portrait-width-100 {
    width: 100% !important;
  }
  .portrait-width-105 {
    width: 105% !important;
  }
  .portrait-width-110 {
    width: 110% !important;
  }
  .portrait-width-115 {
    width: 115% !important;
  }
  .portrait-width-120 {
    width: 120% !important;
  }
  .portrait-width-125 {
    width: 125% !important;
  }
  .portrait-width-130 {
    width: 130% !important;
  }
  .portrait-width-135 {
    width: 135% !important;
  }
  .portrait-width-140 {
    width: 140% !important;
  }
  .portrait-width-145 {
    width: 145% !important;
  }
  .portrait-width-150 {
    width: 150% !important;
  }
  .portrait-width-155 {
    width: 155% !important;
  }
  .portrait-width-160 {
    width: 160% !important;
  }
  .portrait-width-165 {
    width: 165% !important;
  }
  .portrait-width-170 {
    width: 170% !important;
  }
  .portrait-width-175 {
    width: 175% !important;
  }
  .portrait-width-180 {
    width: 180% !important;
  }
  .portrait-width-185 {
    width: 185% !important;
  }
  .portrait-width-190 {
    width: 190% !important;
  }
  .portrait-width-195 {
    width: 195% !important;
  }
  .portrait-width-200 {
    width: 200% !important;
  }
}
.u-background-position-left-top {
  background-position: 0% 0% !important;
}
.u-background-position-left-center {
  background-position: 0% 50% !important;
}
.u-background-position-left-bottom {
  background-position: 0% 100% !important;
}
.u-background-position-center-top {
  background-position: 50% 0% !important;
}
.u-background-position-center-center {
  background-position: 50% 50% !important;
}
.u-background-position-center-bottom {
  background-position: 50% 100% !important;
}
.u-background-position-right-top {
  background-position: 100% 0% !important;
}
.u-background-position-right-center {
  background-position: 100% 50% !important;
}
.u-background-position-right-bottom {
  background-position: 100% 100% !important;
}
/* UTILITY / MISC
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-background-size-cover {
  -ms-background-position: 50% 50%;
  background-position: 50% 50%;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.u-background-size-contain {
  -ms-background-position: 50% 50%;
  background-position: 50% 50%;
  -ms-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.u-background-size,
.u-background-size-cover,
.u-background-size-contain {
  behavior: url('/js/htc/backgroundsize/backgroundsize.min.htc') !important;
}
.tipCircle,
.u-border-radius,
.fancy-tooltip-bg,
.u-border-radius-100,
.flickity-page-dots .dot,
.fancy-tooltip-bg .detail,
.flickity-prev-next-button,
.sceneNavigationInner .index {
  behavior: url('/js/htc/PIE/PIE.htc') !important;
}
.u-absolute-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.u-absolute-top-left {
  position: absolute;
  top: 0%;
  left: 0%;
}
.u-absolute-top-right {
  position: absolute;
  top: 0%;
  right: 0%;
}
.u-display-none {
  display: none !important;
}
.u-absolute-bottom-left {
  position: absolute;
  bottom: 0%;
  left: 0%;
}
.u-absolute-bottom-right {
  position: absolute;
  right: 0%;
  bottom: 0%;
}
.u-text-align-center {
  text-align: center;
}
.u-text-align-left {
  text-align: left;
}
.u-text-align-right {
  text-align: right;
}
.u-width-100 {
  width: 100%;
}
.u-max-width-100 {
  max-width: 100%;
}
.u-float-right {
  float: right;
}
.u-float-left {
  float: left;
}
.u-float-none {
  float: none;
}
.u-clear-both {
  clear: both;
}
.u-vertical-align-middle {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.u-vertical-align-top {
  float: none;
  vertical-align: top;
  display: inline-block;
}
.u-vertical-align-bottom {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.u-vertical-align-ghost:before {
  content: " ";
  width: 0;
  height: 100%;
  margin-left: -0.4em;
  display: inline-block;
  vertical-align: middle;
}
hr {
  color: inherit;
  margin-top: 3em;
  border-width: 0;
  margin-bottom: 3.5em;
  border-top: 1px solid;
}
.background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-clear-fix {
  display: table;
  clear: both;
  content: ' ';
}
.vh-0 {
  height: 0vh !important;
}
.vh-5 {
  height: 5vh !important;
}
.vh-10 {
  height: 10vh !important;
}
.vh-15 {
  height: 15vh !important;
}
.vh-20 {
  height: 20vh !important;
}
.vh-25 {
  height: 25vh !important;
}
.vh-30 {
  height: 30vh !important;
}
.vh-35 {
  height: 35vh !important;
}
.vh-40 {
  height: 40vh !important;
}
.vh-45 {
  height: 45vh !important;
}
.vh-50 {
  height: 50vh !important;
}
.vh-55 {
  height: 55vh !important;
}
.vh-60 {
  height: 60vh !important;
}
.vh-65 {
  height: 65vh !important;
}
.vh-70 {
  height: 70vh !important;
}
.vh-75 {
  height: 75vh !important;
}
.vh-80 {
  height: 80vh !important;
}
.vh-85 {
  height: 85vh !important;
}
.vh-90 {
  height: 90vh !important;
}
.vh-95 {
  height: 95vh !important;
}
.vh-100 {
  height: 100vh !important;
}
.microFooter {
  padding-bottom: 0;
  background: #fff;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.microFooter-hr {
  height: 0;
  position: relative;
  display: block;
  margin: 0 30px;
  opacity: 0.1;
  width: auto;
}
@media screen and (max-width: 768px) {
  .microFooter-hr {
    margin: 0px 20px;
  }
}
.video-frame + .microFooter {
  padding-top: 2em;
}
.microFooter-cta {
  color: #3c98c7;
  background: transparent;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 4px;
  line-height: 1.1em;
  cursor: pointer;
  font-size: 110%;
  border: none;
  width: 100%;
}
.microFooter-cta:hover {
  color: #3485ae;
}
.microFooter-cta:focus {
  outline-offset: -6px;
}
.microFooter-cta,
.microFooter-cta * {
  vertical-align: sub;
}
.microHeader {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #eee;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .microHeader {
    padding: 15px 20px;
  }
}
.microHeader * {
  margin-bottom: 0;
}
.microHeader .microHeader-smallText {
  font-size: 80%;
  opacity: 0.70;
  line-height: 1.2;
  font-style: italic;
}
.microHeader .microHeader-smallText span {
  font-style: normal;
}
.microHeader * {
  margin-bottom: 0;
}
.microHeader-img {
  width: 2.5em;
  height: 2.5em;
  background-size: cover;
  background-position: 50%;
  border-radius: 4px;
  display: inline-block;
  margin-right: -0.26em;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.microHeader-text {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em;
}
.microHeader-text {
  width: 85%;
  padding-right: 0;
}
@media screen and (orientation: portrait) and (max-width: 750px) {
  .microHeader-text {
    padding-right: 0;
    font-size: 90%;
  }
}
.microSection-wrapper {
  width: auto;
  padding: 0;
  border: 1px solid #dedede;
  overflow: hidden;
}
.microSection-wrapper.is-fullscreen {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
#player-template .microSection-wrapper {
  margin: 2em auto 5em;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: calc(100% - 30px);
  border-radius: 6px;
  max-width: 1024px;
}
@media (max-height: 800px) and (min-width: 800px) {
  #player-template .microSection-wrapper {
    max-width: 768px;
  }
}
.microSection {
  background: #fff;
  overflow: hidden;
  margin: 0 auto auto;
  width: auto;
  position: relative;
}
.microSection.microSection-hero-expandable .microSection-hero {
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.microSection.microSection-hero-expandable .microSection-hero.microSection-hero-zoomed {
  padding-bottom: 100%;
}
.microSection.microSection-hero-expandable .microSection-hero .heroExpander {
  display: block;
}
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 480px;
}
.microSection-hero.flex-1 {
  background-color: transparent;
  min-height: 480px;
}
@media screen and (max-width: 500px) {
  .flex-1 {
    min-width: calc(98%);
  }
  .microSection-hero.flex-1 {
    min-height: auto;
  }
}
.microSection-hero {
  width: 100%;
  position: relative;
  padding-bottom: 40%;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
}
.microSection-hero .caption {
  background: none;
  bottom: -1.85em;
  font-size: 75%;
  color: #C5C5C5;
  text-align: right;
  font-weight: 400;
  padding: .25em 3.3em .3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.microSection-title.type-title-lg {
  font-weight: 700;
}
.microSection-title.type-title-lg h1,
.microSection-title.type-title-lg h2,
.microSection-title.type-title-lg h3,
.microSection-title.type-title-lg h4,
.microSection-title.type-title-lg h5,
.microSection-title.type-title-lg h6,
.microSection-title.type-title-lg .h1,
.microSection-title.type-title-lg .h2,
.microSection-title.type-title-lg .h3,
.microSection-title.type-title-lg .h4,
.microSection-title.type-title-lg .h5,
.microSection-title.type-title-lg .h6 {
  font-size: inherit;
}
.microSection-content {
  padding: 45px 30px;
  margin: auto;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .microSection-content {
    padding: 30px 20px;
  }
}
.microSection > .microSection-content:before {
  content: "";
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 80%;
  border-top: 1px solid #C5C5C5;
  top: 0;
  left: 10%;
}
.microSection > .microSection-hero + .microSection-content:before {
  display: none;
}
.microHeader + .microSection > .microSection-content:before {
  display: none;
}
.microSection-wrapper > .microSection:first-child > .microSection-content:first-child::before {
  display: none;
}
.video-frame + .microSection-content:before,
.video-frame + .microSection > .microSection-content:before {
  display: none;
}
.microSection .video-frame {
  margin-top: 1.5em;
}
.microSection-carousel {
  height: 30em;
  width: 100%;
}
.microSection-carousel .gallery-top[data-numberofslides="1"] {
  display: none;
}
.supertitle {
  margin: 0;
  text-transform: uppercase;
  color: #C5C5C5;
  font-size: 14px !important;
}
.microSection-columnBundle {
  margin: 0 -1em;
  text-align: center;
}
.microSection-column {
  margin: 1.5em -0.26em 1.5em 0;
  /* removes that weird space from inline stuff */
  display: inline-block;
  vertical-align: top;
  text-align: left;
  min-width: 220px;
  font-size: 85%;
  padding: 0 1em;
  width: 33%;
}
.microSection-column.microSection-column-four {
  width: calc(25%);
  min-width: 180px;
}
.microSection-column:nth-child(2n) {
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}
.microSection-column:last-child {
  border-right: 0;
}
.microSection-column p {
  margin-bottom: 0;
  color: #9D9D9D;
  font-size: 15px;
}
@media screen and (max-width: 675px) {
  .microSection-column {
    min-width: 0;
    width: 100%;
    max-width: 420px;
    margin: 1.5em auto 0;
    padding: 1.5em 1em;
  }
  .microSection-column.microSection-column-four {
    width: calc(50% - 1em);
  }
  .microSection-column:nth-child(2n) {
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-left: 0;
    border-right: 0;
  }
  .microSection-column:nth-child(2n).microSection-column-four {
    border: 0;
  }
  .microSection-column:last-child {
    border-bottom: 0;
  }
  .microSection-column .microSection-column-img {
    padding-bottom: 40%;
    border: 1px solid #ddd;
    width: 70%;
  }
}
.microSection-column h1,
.microSection-column h2,
.microSection-column h3,
.microSection-column h4,
.microSection-column h5,
.microSection-column h6 {
  text-align: center;
  margin-bottom: 1em;
}
.microSection-column-img {
  width: 100%;
  margin: 0 auto 1em;
  padding-bottom: 60%;
  background-position: 50%;
}
.microSection-column-img-circle {
  width: 60%;
  border-radius: 50%;
  margin: 0 auto 1em;
  padding-bottom: 60%;
  background-position: 50%;
}
.microSection-close.closeBtn {
  position: fixed;
  background: transparent;
  color: #fff;
  border: none;
}
.microSection-wrapper {
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 750px) {
  .microSection-wrapper {
    margin-bottom: 0;
  }
}
.item--smaller .media {
  margin: 2.5em auto 1em;
  padding: 1em;
}
.item--smaller .media:before,
.item--smaller .media:after {
  content: '';
  position: absolute;
  left: 0;
  width: 70%;
  border-top: 1px solid #C5C5C5;
  top: 0;
  left: 15%;
}
.item--smaller .media:after {
  top: auto;
  bottom: 0;
}
.item--smaller .media blockquote p {
  font-size: inherit;
  color: inherit;
}
.item--smaller .media blockquote:before {
  content: "";
  background: #C5C5C5 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARUAAAEVCAYAAADO7nHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAFCVJREFUeNrsnXe0XUUVh3ceBAIComKMSglFkKIgxUITUSB0pBoRJVIkCiqIDVBAdAUEQg9VFIkIQUFFUBCIJZSIQmBpKFKeiAgRpEpCSHjuH+c8eIaE5N7TZuZ831p75Z+8c+fu2fd39szsmRnU19dnAABl0YMLAABRAQBEBQAQFQAARAUAEBUAQFQAABAVAEBUAABRAQBEBQAAUQEARAUAEBUAAEQFABAVAEBUAAAQFQBAVAAAUQEARAUAAFEBAEQFABAVAABEBQAQFQBAVAAAEBUAQFQAAFEBAEQFAABRAQBEBQAQFQAARAUAEBUAQFQAABAVAEBUAABRAQBEBQAAUQEARAUAEBUAAEQFABAVAEBUAAAQFQBAVAAAUQEARAUAAFEBAEQFABAVAABEBQDqY2Fc8H+8ze0dbku4vd5tcbeF3F50+6/bTLen3Ka79bo9hMtaExeb5DHxJrcl3Qa7zXZ71m2G2+N5jDzgdgui0k4+6PZet83cVnd7ex4ogxbw72fn4vKo231u17nd7nY1v8Go2cNtI7dN3VbMBWRQh894MRcaxcYNbn90O60tDhzU19eX+ndcx22D/E2zgttqbku7LVrR583K31jKYqbkQfU7t6n8XoOLi11y8Vg2z0YWqXhKoD+zud/tJrdfu12BqMTBMnkGsm+ekQxpuD1y8k/dvp+/tR7jN91YXCgTOcBtDQtjTlFZ7il5hnsPohIOQ/Mg+YjbTm7D3V4XaFufyTOYS90mud3Gb73SuNjYbSu3HfP5kFCH/BoyTXO70u3y/F9EpQG2c9vQbXe3lSNsv5x/h9tJbhPdHkQHSmHvfFgjIXljpN/hCbfz3X7idjOiUj3D3A52+7J1PokWKve6jXG7FnEpFBffcPtsQt/pebdxbhNiEZfYRGUfty3ctrVs2TdF/uI23rL5l2noxAJxmNvmeXYyONHvqGHzVW7fssAn/WMRlWXyIc5Yq27VJjQudjvSEpm8qzAuDnQ7wrJ6ojZwp9sot8mISvdBs32ezq7fwh/NY3k6fxlZy6vi4pN5XKzcwu8/K89kTw4xawlZVFQ7cFQ+5Gk7V+Zv5F5c8VJcHOf2cVxhD1u2RD4JUZn/W0iFSZr5Xo64eZkn3Q51+7m1s85FcaGao/MsK16EDC1Fn5tPDQQxVA5NVDbPx8cfIlbmydQ89f9zi77zR92OcVuT7p8nz7mNdPsFovIKK1lWsrwG8TFfVDz3aWtH4ZziQvuqhtPt80XbQzQHObHJRoRQpqw9F1/I38AIyoKh4aH2jeyQ8HdUXGiS+m4EZYFRFfk1bl9rc6bSP4t/IvHQFdq0+D7LJuxSQnEx2rKaDOgcrQ69t6lMtqfhwDkdQSnEsvmbfM/EBGU8glII7W/SnNsJbctUlKKNof9LoS8XmBQyFk3IHkGXlsa6dWcsTYiK3kRHW1r7M0JAB0Ytb/EuN/dnrnvQlaXz5jrjoqeBwLkAQamExSw7/GfbSAXlMgSlMlSNfWiKmYrOtjjDbVf6uFJudNstoqGQ4kIFbdvTdZWis5U/VMdQqK5MRW+iwxCUWtD5MqquHBZJhnIMglILOrRbpw++OxVR2dmyWhSoBw0j9oqgnYqL/emu2tBB3kfGPvxRAZOOeNQ+noXo01p5wbIiuRDP3lBcaBn8WOPuqSZQ0WRlB25XLSqrWlZHAc2gzt3M7feBtYu4aJ7PW0XXhlT9ljiWvmsUHbV5uGU1LCFxKl3TOKoF2iA2UdES1k70XeNsadnu71BQpexWdEvjaNVt35iGP5ph1tWPi9B3QfCI29aW7W5uEsXFrcb8WijocjPNbV0Seqbytjy1QlDCQcvL+zXcBsXFGAQlKNQXpe9orkJUVCexG/0VHPvnP+ymUFxsQzcEh1YI3xOyqKxl2fmhEB7auTq6oc9WXJxEFwRLqbuZyxQVrTCosGYl+ihYVIC4bs2fqbg40cJbgYJXUPl+aQeJlykqul6SMvywWdKyibnla/xMxcWWuD5oVHpwiNv7QxIVvYV052sf/RM8h9SYNehzLsflUbCe29ohiYqum3yHpXOvcep8rKbP2ZThcFSUsg+rLFHZj/6ICu0KHlrD53weV0fFu6yEw+fLEBWNzzemP6JiuFVfZau42ABXR4Uutz8gBFEZYdlyJcSFtlFUObcywtiBHCOjir4MinZ6/1UKEB+amKvq0nvFxcG4OEqWsOycm8ZEZRXLKvIgTkZW9FzFxTtxb7QUmsgvIioq+d4L/0fN5nlWUSbERfxoPmzVJkRliHEqfuxIUMo+y5a4iB/pwhpF/rhb3o3vk2CVkp9HXKTB+5oQle3wexKUXULPDvU02LpuUVHavCl+T4KtrLx5FT1nI1yaBKtbl/Mq3YrK0paV5UP8qIx+qZKepbhYAZcmgQ5Ze2udorIhPk+Ksg5PIi7SYu86RWUX/J0UO5T0HOIiLUbUJSoaZ22Bv5NCZdlFS/YVF5ybkhZDrYuS/W5ERcG3GP5OCs2FFD2/VnExBFcmhfRhrTpEZRi+TvatVATiIk2G1yEqHLqTJkWL4IiLNOm4mLEbUVkRPxM8xEVr6HhjaDeisjJ+TpLlCv79mrgwSToujOyp40MgCorOqbwJFybJ4nWIyhvwc5IUrapdGhcmyeA6RIXl5DRZtODfs5ycJh1rxKC+vo6v6pnZjXpB8Mwo+MKYZVy+niodXb3TTabCYcYEThV/D21NbRAVYgFRgbID6UXcRqYyF7jyFsg6ACAMUeGNlCazyVSgKVGZjduSpKgoMCyGrkVlFm5LkqL9ysuGl03XovI4fk6SZwv+/ZO4MEk6zkC7EZWn8HOSzCj490/jQkSlW1H5N35OkqKZBnGRJjPrEJVe/JwkRUXhblyYJM/VISoP4eckeaTg3xMXZLBdi8o/8HOS3FPw74mLNHmwDlG5Hz8nycMF/564QFQKDX+exdfJ8Z8Shj/ERXo8WoeoKE2+GV8z/CEuWsGNdYiK+D6+TornrYtZfuKiFTxRl6jojTQTfyfDHVZOqYDigm0c6aBC10l1iYom5R7E58kwsaTnKC4ewZ3JcGs3f1TkPJXb8Hky3FRy1gNp8Ju6ReWH+DwJtGfnTyU+70xcmgTa83Nt3aLyRyu+DAlhpLhlVsMqLp7ArdGj3/YtdYvKNLdz8H07x83ziYuzcWv0/L3bPyx6Ri2pbvxMruCZxEX8/KEpUdEZHDfg/6i5q4JnKi5ux7VR0/XvuqioKNU9D/9Hy3QrvudnXnFxMu6Nmq5X8cq4omOK2wv0QZT82e2xip6tuODc2jjRcQddb9soS1SuoR+i5EcVPntKkXE5NMqvivxxWZeJjaMfomRSxc8/HhdHyYQQREVvpV/SF1FxVYVDH7LYeNGxooXOxilLVDTZ9zljM1ks6C6XC636fTqKi/2MuZWYuNgKbrUY1NdX6m2V57uNol+C559uy9b4eRe5jcTtwaOkYHDRh5R9Qfup9EsU3Fjz530Xl0dBKecMly0qSqcPpm+C56KaP4+4iINLQhWV8W4/oX+CRdvZ6z72sT8umLQNF03Q/jhEURFaUTjaql9ZgO44wZo5SEnx8CXjcOxQOclKOgunp6IG/sXtSOviHlaoFFXQ3trg5ysuxlq2+gTh8IzbT8t6WE+FDVVBHBO3YTEhgAxSL5sL6YqguM6K36bwMmUvKc/JSpYdO7kU/RYEa7pNDaAdK+VZy2J0SRDs4HZFDJmKUGWeiuI4Ia55fmjhzHMpLjS/8jTd0jjKUO4r84E9NTRas/67GdW2TaM30bSA2qODnD5qzLuFEBelZq89NTX8erdv03+NodLrPwXYLsXFCXRPYzzg9rOyH1r1nMpAhrkd6HY4fVkrOoVtRQv3Ph7FxVeM4rgmWNsquFKlp8YvoKA+3e0o+rJWLrWwL/hS275rlPLXzT1W0R1NPQ0E0LmWbTyEejgrgjYqLk6xEmslYL6MrerBPQ18GW2H/yrCUgs6J/b+SNqquDjAsnNeoFp0N9NNVT28zjmVOdHW+4Py8TSUjy6C2sbi2y6huDjMbTRdWAmqnl3fSix2C0lUxFC3DfK0d1H6u1S2sC6vrQwAxcWHLautWZiuLBWNEiqdv+pp+AuqbuJKt0+7PUh/l8a4yP2puNCO2QONjallon1fU6r+kKYzlYEMywNpM/q+ELoXeT0Lq9CtaFzoxbMuXVsIFZ9qCbnybRo9AX1prQB8xu17xj1CRTgnIUHpj4uRubCwu7l7rraa9n2FlKkMZMvcCdAZGiqsnvCQQds9JtDNHfNiHhf31PFhPYE6QUU5mmjUshcnsS8Yyu7OSHwOQpeT7ep2J1lLR1xTl6CEnKkMZF+3jdz2MLbKvxbHuX2tRd/3624buo0wVoheC10Yt0mdHxiDqPSzu9uJVu/VErHwu/wN3saVEu0ZOsLtjYTBq9CRIx+oM0uJTVSEalq2t+yCqmHEzEtMd9vUwtyFXBcaKu/k9km3JQiJl5E/aj9lLzZR6WcZt53zN9RyLQ8ciSxXzr4SF3vnQ6O2Zy7fsuzoztqJVVT6GZoH0S55FjOoZYGj+3u+YBSIzS0uJCw7WnbsQ9u4123buoc9qYjKQHTuqSow97F2nImrIrcPNxU4kcWFMto93RZpwffVKuB21uAdSymJSj/LW7YqoGGBVo00sbtQYt9xeh4416MZHcWFDnhWrcs6bksmmNnqx7y/23lNNiJFUZlbMG3utpfbqhb/6pEKmbRX6gJ0onBcfNztE24rWBoTvFodPbTpRrRBVAYiQTnNspWCWN9Ems3/FJpAXMzB3W7vDKEhPS0LHs1DDIm4/XciKMTFXJgRiqC0UVQ0/Fkr0rZr2/oH+f0TF3Ogu6nXDqlBbROVpSzOORVduqXLt1g6Ji7mHA5/wwJbAWzbnokYC6K00rOahX0iPnHRDFrFuiO0RrUtU1knwjaPRVCIi7lwbYiC0sZMZceI2vqkZXs3buI3Xzm7R9RWlRToQr7LQm1gm0RF+0JimozTMQZX8HuvJS5Wj6i9Ohnx2JAb2Kbhj844jaV8X6fIc7FWfXGxeCRtvcsiuHu6LaKiDWb7RNJWXbKmaxRY6SEuBqLzZXVQWfB7vdpSUbuG218jaKcOd9ZJd0zMEhcDUXGedh3fEYNT2zKnMiLw9knZP2fZHAqCQlzMmbmeFYugtElUdgm8fToS8Ux+47WzZ+DtuzCi4VmrRGX5PM0NkZlu37bsEjWoPy5WC7h9l1vgqzxtFhXN7i8daNt0edoP+H03FhevC7Rtp7sdFKtj27D6E2rB2/HW4Olc8NJKSojobqPzY3Zs6qs/q7hNtvD2duiQpeuMS+mbjIvbLbz6lHGWzaPcHLNzUx/+bBGgoOig6l8ZqzxNsluAgjLe7WyLaJWnjZnK+pbtmwlFOH9u2VF/2tNDYVuzcTE5oKH/P9xG5f8mcYh5ypnKyIC+ny76+qJbL7/pIIaeoQjKM5adkzspJQenOlGrA3dCmYhTlew+CEowcbFrIG35Zy5wk1Jz8sIJB8/bA2jHqW7HMNwJKi7eHEjmuqclemdTinMqi7k9Z9mlSoMbaoOK2rQpcDyCElxcKOCbvO/nErdvWsKXwKWYqWyf/9uUoPzHstqYSfyOg4yLpgRFhyupoG1c6o5OMVPptexyqLqZ7XajZbuMuYo0PLSE/5YGXzRaOGhFsWNqmcr5DQmKrklQjcGh/HaD5KKGBEVv7BvcNmmTs1PKVHSZ0p0NfO7Dbu9xm8Zvl7gYwCzL7uOZ2jaHp7Sk/M0GPlNHPq6HoATN8Q185gN5XExto8NTyVR0ePG/a05rP2bZHMpD/G6JiwHoKItfuN3SVqenMqdS5zZx7c3QoU/38psNnsNr/CzdIrmzZRtFW00qmcoTVs+ZKTrJ/Dij9iQWVAa/RA2fo6zkE8aqXxKZiuaEzqlBUO5zG2NZyT2CEkdcXFiDoDxvr5whi6AkIiqjrdozPHvdjnb7JWISFV+3bKNeVczMX2anISZpDX/0NlJBU1V7OU52+w5iEmVcPF5h9vpby44BRUwSzFQuqEhQevM33bUISpRcXJGgzHA7JR/uICgJZiobu/3GbUiJz1SZ/WGWXXzNyk6cKC60+rJIyc+9ym2ssbKTtKioPuQDJT1Lu5lVV3AmQRM9UyyrYi0LFbFpA+AJuDbt4c+oEgXlbrdD8jcRxM1BJQqKjkhQEdsY3Jp+pqKis4tKSG+fygNGy44PEwbRoxPUzi7hJanjCX6WC8ptuDV9UVk47+i1CjxDk69nWHbyFuX16WTbf3MbXuAZ/7Js4l/zabfg0vYMf0YXEBTNlXzWsvqCXro9KY4sICjaCKpK2OnGoVqty1QkflrGW7HDv9OErmbtJ5OZJPtS1IVsb+3w71QqcJJlK4hkJi3MVHTf7Y86FBRdHXmUZZv/qDVJE8XFpR0KioriNJd2hVFr0mpR0anjC3Ifso7su96yC8+1V+cuujdpVNW69QL8v9l5PGhS/lZjpY/hj2Wbtl5rtUfLfydadnI9b5/28MJ8XooK7ImW7Sq/BneRqfQzcR6Cook1XWl6rmWXWffSla1i4jxiV0LyaD5c1tIwk69kKq/i6XzsLBHRcrL2dVxt3EfcdhQXS+YiohUc3VM9wRK6jxhRAQDI6cEFAICoAACiAgCICgAAogIAiAoAICoAAIgKACAqAICoAACiAgCAqAAAogIAiAoAAKICAIgKACAqAACICgAgKgCAqAAAogIAgKgAAKICAIgKAACiAgCICgAgKgAAiAoAICoAgKgAAKICAICoAACiAgCICgAAogIAiAoAICoAAIgKACAqAICoAACiAgCAqAAAogIAiAoAAKICAIgKACAqAACICgAgKgCAqAAAogIAgKgAAKICAIgKAMBr8j8BBgBvOtAsLXWd/gAAAABJRU5ErkJggg==') no-repeat center center;
  background-size: 1em auto;
  position: absolute;
  top: -0.75em;
  left: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
}
.item--smaller .media-image {
  position: relative;
  max-width: 100px;
  font-size: 90% !important;
  margin-right: 2em;
  /*
    &:after{
      content: " ";
      display: block;
      position: absolute;
      height: 100%;
      right: -1.4rem;
      border-right: #ccc 1px solid
    }
    */
}
.item--smaller *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 675px) {
  .item--smaller .media .media-image {
    max-width: none !important;
    max-height: 100px;
  }
  .item--smaller .media .media-image div:before {
    padding-bottom: 80%;
  }
}
.tags {
  display: inline;
  margin: 0;
  padding: 0;
}
.tags li {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background: #999;
  margin: 0 0.2em;
}
/*
.numberMe {
  counter-increment: headings;

  .microSection-content:before {
    font-size: 1.25em;
    vertical-align: middle;
    content: counter(headings);
    display: inline-block;
    width: 1.7em;
    margin-right: .3em;
    line-height: 1.5em;
    height: 1.7em;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid;
    opacity: .5;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: .4em;
    top: 0.3em;
  }
}
*/
.def-box {
  border: 1px solid #9D9D9D;
  border-radius: 4px;
  padding: 1em;
  position: relative;
  margin: 0 auto 2em;
  max-width: 50em;
}
.def-box .def-label {
  position: absolute;
  top: -1.25em;
  left: 0.75em;
  display: block;
  color: #9D9D9D;
  text-transform: uppercase;
  font-size: 75%;
  background: #fff;
  padding: 0.5em;
}
.def-box h3 {
  margin: 00px;
}
.def-box .media .media-image {
  max-width: 10em;
}
@media screen and (max-width: 675px) {
  .def-box .media .media-image {
    max-width: 100%;
  }
}
p + .def-box {
  margin-top: 2em;
  margin-bottom: 0;
}
.microSection .bio-block {
  margin-top: -6.5em;
}
.microSection .bio-block .bio-block-stats {
  margin: 0;
}
@media screen and (max-width: 675px) {
  .microSection .bio-block {
    margin-top: -2.5em;
  }
}
.list-wrapper {
  max-width: 50em;
  margin: 0 auto;
}
.microSection .media p {
  color: #9D9D9D;
  font-size: 15px;
}
.microSection .media p:last-child {
  margin-bottom: 0;
}
.microSection .media + .media {
  border-top: 1px solid #E3E3E3;
  padding-top: 1em;
}
[data-fragment="true"] .microSection-wrapper,
.fragment .microSection-wrapper {
  margin: 0;
  max-width: 100%;
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-fragment="true"] .microSection,
.fragment .microSection {
  width: 100%;
}
[data-fragment="true"] .microFooter,
.fragment .microFooter {
  display: none;
}
#storyline-viewport {
  background-color: #F7F7F7;
}
#player-sandbox #player-template {
  overflow: initial;
}
.tipPlaceInner {
  position: absolute;
  border-radius: 50%;
  background-color: #FC4540;
  width: 30px;
  height: 30px;
}
.studios-content-main .custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.studios-content-main .custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}
.studios-content-main .custom-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 50%;
  background-color: #FC4540;
}
.toolPlaceHolder {
  position: relative;
  width: 50% !important;
}
.toolPlaceHolder div:before {
  padding-bottom: 100% !important;
}
@media screen and (max-width: 750px) {
  .toolPlaceHolder div:before {
    padding-bottom: 100% !important;
  }
}
.studios-content-main .image-counter {
  text-align: center;
  margin: 0;
  padding: 0;
}
.studios-content-main .image-counter li {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.studios-content-main .image-counter li::before {
  margin: 0 auto;
}
.reacty-preview {
  position: relative;
}
.reacty-preview .preview-guts {
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
.reacty-preview .preview-guts span {
  width: 100%;
  background: #eee;
  display: block;
  border-radius: 8px;
  margin: 0 9px 9px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.reacty-preview .preview-guts span em {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 20;
  font-size: 25em;
  line-height: 0.6;
}
.reacty-preview .preview-guts b,
.reacty-preview .preview-guts i {
  display: inline-block;
  border-radius: 8px;
  margin: 0 9px 4px 0;
  background: #eee;
  padding: 0 30px 6px 0;
  position: relative;
  overflow: hidden;
}
.reacty-preview .preview-guts b {
  padding: 0 60px 12px 0;
  margin: 0 9px 8px 0;
}
.reacty-preview .preview-guts i:nth-child(2n) {
  padding-right: 80px;
}
.reacty-preview .preview-guts i:nth-child(3n + 1) {
  padding-right: 15px;
}
.reacty-preview .preview-guts i:nth-child(8n ) {
  padding-right: 50px;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.reacty-preview .preview-guts i:after,
.reacty-preview .preview-guts b:after,
.reacty-preview .preview-guts span:after {
  content: "";
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/*# sourceMappingURL=bb-skeleton.min.css.map */
