/* Herospace */
/* line 3900, ../sass/theme/_theme-main.scss */
#herospace {
  padding: 25px 0 35px;
  clear: both;
/*  background: #c1c93f; */
}

/* line 3902, ../sass/theme/_theme-main.scss */
.herospace-inner {
  margin-left: -10px;
  padding-top: 33.71%;
  height: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

/* line 3905, ../sass/theme/_theme-main.scss */
#herospace ul {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  width: 100%;
  max-height: 390px;
  max-width: 1150px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  background: white;
/*  background: rgba(0, 0, 0, 0.7); */
  border: solid 10px #fff;
  border-width: 12px 10px 10px;
}

/* line 3910, ../sass/theme/_theme-main.scss */
.herospace-inner:before,
.herospace-inner:after {
  content: '';
  z-index: 0;
  position: absolute;
  left: 7px;
  bottom: 0;
  width: 100%;
  max-width: 350px;
  /* avoid rotation causing ugly appearance at large container widths */
  max-height: 200px;
  height: 100%;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  -webkit-transform: skew(-6deg) rotate(-2deg);
  -moz-transform: skew(-6deg) rotate(-2deg);
  -ms-transform: skew(-6deg) rotate(-2deg);
  -o-transform: skew(-6deg) rotate(-2deg);
  transform: skew(-6deg) rotate(-2deg);
}

/* line 3923, ../sass/theme/_theme-main.scss */
.herospace-inner:after {
  left: auto;
  right: 7px;
  -webkit-transform: skew(6deg) rotate(2deg);
  -moz-transform: skew(6deg) rotate(2deg);
  -ms-transform: skew(6deg) rotate(2deg);
  -o-transform: skew(6deg) rotate(2deg);
  transform: skew(6deg) rotate(2deg);
}

/* line 3926, ../sass/theme/_theme-main.scss */
#herospace li {
  margin: 0;
  padding: 0;
  height: 50%;
  width: 19.75%;
  max-width: 100%;
  position: absolute;
  z-index: 30;
  overflow: hidden;
  list-style-type: none;
  opacity: 1;
  cursor: pointer;
  border: solid 3px #fff;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

/* line 3930, ../sass/theme/_theme-main.scss */
#herospace img {
 /* margin-left: -25%; */
  height: auto;
  /* max-height:100%; safari bug */
  width: auto;
  max-width: 151%;
}

/* line 3931, ../sass/theme/_theme-main.scss */
#herospace h2 {
  margin: 0 30px 0 0;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.25em;
  color: #222;
}

/* line 3933, ../sass/theme/_theme-main.scss */
#herospace p {
  margin-right: 25px;
  position: absolute;
  left: -9999px;
  font-weight: 500;
  line-height: 1.25em;
}

/* line 3935, ../sass/theme/_theme-main.scss */
#herospace .description {
  padding: 6px 12px;
  min-height: 40px;
  max-width: 186px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  text-align: right;
  cursor: pointer;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  transition: .25s ease-in;
  -webkit-transition: .25s east-in;
}

/* line 3939, ../sass/theme/_theme-main.scss */
#herospace .more-link {
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  background: url(/assets/img/icn-template.png) no-repeat -63px -13px #99CCFF
}

/* line 3942, ../sass/theme/_theme-main.scss */
#herospace li.active {
  height: 100%;
  width: 60%;
  top: -3px;
  z-index: 35;
  cursor: default;
}

/* line 3944, ../sass/theme/_theme-main.scss */
#herospace .active img {
  margin: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
}

/* line 3946, ../sass/theme/_theme-main.scss */
#herospace li:hover .description {
  opacity: 1;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.95);
  transition: .25s ease-out;
  -webkit-transition: .25s east-out;
}

/* line 3950, ../sass/theme/_theme-main.scss */
#herospace li.active .description {
  max-width: 400px;
  left: auto;
  right: 9px;
  bottom: 7px;
  text-align: left;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.65s ease-out;
  -moz-transition: opacity 0.65s ease-out;
  -o-transition: opacity 0.65s ease-out;
  transition: opacity 0.65s ease-out;
}

/* line 3954, ../sass/theme/_theme-main.scss */
#herospace li.active:hover .description {
  cursor: pointer;
}

/* line 3955, ../sass/theme/_theme-main.scss */
#herospace li.active h2 {
  font-weight: 300;
  font-size: 2em;
  color: #078;
}

/* line 3956, ../sass/theme/_theme-main.scss */
#herospace li.active p {
  position: static;
}

/* line 3957, ../sass/theme/_theme-main.scss */
#herospace li.active .more-link {
  background-position: -112px -14px;
  background-color: #27345E;;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

/* line 3959, ../sass/theme/_theme-main.scss */
#herospace li.active .more-link:hover {
  background-color: #0CF;
}

/* line 3961, ../sass/theme/_theme-main.scss */
#herospace span.next, #herospace span.prev {
  display: none;
}

/* Animations: Puzzle Sorter */
/* line 3965, ../sass/theme/_theme-main.scss */
.animating .active .description, .animating .active:hover .description {
  opacity: 0;
  transition: opacity 0s ease-out;
  -webkit-transition: opacity 0s east-out;
}

/* Left Active */
/* line 3969, ../sass/theme/_theme-main.scss */
.viewport-large .active-left .hs1, .active-left .hs2 {
  left: 60%;
  top: -3px;
  z-index: 34;
}

/* line 3970, ../sass/theme/_theme-main.scss */
.viewport-large .active-left .hs3 {
  margin-top: -3px;
  left: 60%;
  top: 50%;
  z-index: 33;
}

/* line 3971, ../sass/theme/_theme-main.scss */
.viewport-large .active-left .hs4 {
  left: 80%;
  top: -3px;
  z-index: 32;
}

/* line 3972, ../sass/theme/_theme-main.scss */
.viewport-large .active-left .hs5 {
  margin-top: -3px;
  left: 80%;
  top: 50%;
  z-index: 31;
}

/* line 3973, ../sass/theme/_theme-main.scss */
.viewport-large #herospace .active-left li.active {
  left: 0;
}

/* Center Active */
/* line 3976, ../sass/theme/_theme-main.scss */
.viewport-large .active-center .hs1 {
  left: 0;
  top: -3px;
}

/* line 3977, ../sass/theme/_theme-main.scss */
.viewport-large .active-center .hs2 {
  margin-top: -3px;
  left: 0;
  top: 50%;
}

/* line 3978, ../sass/theme/_theme-main.scss */
.viewport-large .active-center .hs4 {
  left: 80%;
  top: -3px;
}

/* line 3979, ../sass/theme/_theme-main.scss */
.viewport-large .active-center .hs5 {
  margin-top: -3px;
  left: 80%;
  top: 50%;
}

/* line 3980, ../sass/theme/_theme-main.scss */
.viewport-large #herospace .active-center li.active {
  left: 20%;
}

/* Right Active */
/* line 3983, ../sass/theme/_theme-main.scss */
.viewport-large .active-right .hs1 {
  left: 0;
  top: -3px;
  z-index: 38;
}

/* line 3984, ../sass/theme/_theme-main.scss */
.viewport-large .active-right .hs2 {
  margin-top: -3px;
  left: 0;
  top: 50%;
  z-index: 38;
}

/* line 3985, ../sass/theme/_theme-main.scss */
.viewport-large .active-right .hs3 {
  left: 20%;
  top: -3px;
  z-index: 36;
}

/* line 3986, ../sass/theme/_theme-main.scss */
.viewport-large .active-right .hs4, .active-right .hs5 {
  margin-top: -3px;
  left: 20%;
  top: 50%;
  z-index: 37;
}

/* line 3987, ../sass/theme/_theme-main.scss */
.viewport-large #herospace .active-right li.active {
  left: 40%;
}

@media screen and (max-width: 1280px) {
  /* line 3993, ../sass/theme/_theme-main.scss */
  .herospace-inner:before,
  .herospace-inner:after {
    bottom: -16px;
  }

  /* line 3996, ../sass/theme/_theme-main.scss */
  .herospace-inner:after {
    right: -12px;
  }
}
@media screen and (max-width: 900px) {
  /* line 4004, ../sass/theme/_theme-main.scss */
  #herospace {
    padding: 0;
  }

  /* line 4005, ../sass/theme/_theme-main.scss */
  #herospace .wrapper {
    padding: 0;
  }

  /* line 4006, ../sass/theme/_theme-main.scss */
  .herospace-inner {
    margin: 0;
    display: block;
  }

  /* line 4007, ../sass/theme/_theme-main.scss */
  #herospace ul {
    background: transparent;
    border: 0;
  }

  /* line 4008, ../sass/theme/_theme-main.scss */
  #herospace li {
    display: block;
    overflow: visible;
    left: -100%;
    z-index: 30;
    border: 0;
  }

  /* line 4010, ../sass/theme/_theme-main.scss */
  #herospace li, #herospace li.active {
    height: 100%;
    width: 60%;
    top: 0;
    left: 40%;
  }

  /* line 4011, ../sass/theme/_theme-main.scss */
  #herospace li .description, #herospace li.active .description {
    padding: 16px 4%;
    width: 60%;
    max-width: 100%;
    top: 0;
    right: 28%;
    bottom: 0;
    left: -68%;
    text-align: left;
    background: transparent;
  }

  /* line 4015, ../sass/theme/_theme-main.scss */
  #herospace h2, #herospace li.active h2 {
    font-weight: 400;
    font-size: 1.875em;
    color: #fff;
  }

  /* line 4016, ../sass/theme/_theme-main.scss */
  #herospace img {
    margin-left: 0;
  }

  /* line 4017, ../sass/theme/_theme-main.scss */
  #herospace img, #herospace .active img {
    width: 100%;
    max-width: 100%;
  }

  /* line 4018, ../sass/theme/_theme-main.scss */
  #herospace p {
    margin-bottom: 0.5em;
    position: static;
    text-indent: 0;
  }

  /* line 4020, ../sass/theme/_theme-main.scss */
  #herospace .more-link, #herospace li.active .more-link {
    height: auto;
    width: auto;
    display: inline;
    float: right;
    position: static;
    font-weight: 500;
    text-indent: 0;
    color: #fff;
    background: transparent;
  }

  /* line 4023, ../sass/theme/_theme-main.scss */
  #herospace .more-link:hover, #herospace li.active .more-link:hover {
    background-color: transparent;
  }

  /* line 4024, ../sass/theme/_theme-main.scss */
  .herospace-inner:before, .herospace-inner:after {
    display: none;
  }

  /* Animations: Carousel */
  /* line 4027, ../sass/theme/_theme-main.scss */
  #herospace li {
    -webkit-transform: translate3d(-167%, 0, 0);
    -moz-transform: translate3d(-167%, 0, 0);
    -ms-transform: translate3d(-167%, 0, 0);
    -o-transform: translate3d(-167%, 0, 0);
    transform: translate3d(-167%, 0, 0);
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }

  /* line 4029, ../sass/theme/_theme-main.scss */
  #herospace li.prev {
    z-index: 36;
    -webkit-transform: translate3d(-167%, 0, 0);
    -moz-transform: translate3d(-167%, 0, 0);
    -ms-transform: translate3d(-167%, 0, 0);
    -o-transform: translate3d(-167%, 0, 0);
    transform: translate3d(-167%, 0, 0);
    -webkit-transition: -webkit-transform 0.75s ease-in-out;
    -moz-transition: -moz-transform 0.75s ease-in-out;
    -o-transition: -o-transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out;
  }

  /* line 4032, ../sass/theme/_theme-main.scss */
  #herospace li.active {
    z-index: 36;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: -webkit-transform 0.75s ease-in-out;
    -moz-transition: -moz-transform 0.75s ease-in-out;
    -o-transition: -o-transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out;
  }

  /* line 4035, ../sass/theme/_theme-main.scss */
  #herospace li.next {
    z-index: 36;
    -webkit-transform: translate3d(166%, 0, 0);
    -moz-transform: translate3d(166%, 0, 0);
    -ms-transform: translate3d(166%, 0, 0);
    -o-transform: translate3d(166%, 0, 0);
    transform: translate3d(166%, 0, 0);
    -webkit-transition: -webkit-transform 0.75s ease-in-out;
    -moz-transition: -moz-transform 0.75s ease-in-out;
    -o-transition: -o-transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out;
  }

  /* line 4038, ../sass/theme/_theme-main.scss */
  #herospace ul.animating-next li.next {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }

  /* line 4040, ../sass/theme/_theme-main.scss */
  #herospace span.next, #herospace span.prev {
    padding: 4px 10px 4px 30px;
    display: block;
    position: absolute;
    bottom: 16px;
    z-index: 40;
    font-size: 0.9375em;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    background: #007788;
    -webkit-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
  }

  /* line 4044, ../sass/theme/_theme-main.scss */
  #herospace span.next:hover, #herospace span.prev:hover {
    background-color: #09a;
  }

  /* line 4045, ../sass/theme/_theme-main.scss */
  #herospace span.next span, #herospace span.prev span {
    position: absolute;
    top: 0;
    left: 7px;
    font-size: 1.75em;
    font-family: verdana, arial, helvetica, sans-serif;
  }

  /* line 4047, ../sass/theme/_theme-main.scss */
  #herospace span.next {
    padding: 4px 30px 4px 10px;
    right: 0;
  }

  /* line 4048, ../sass/theme/_theme-main.scss */
  #herospace span.next span {
    right: 7px;
    left: auto;
  }
}
@media screen and (max-width: 680px) {
  /* line 4055, ../sass/theme/_theme-main.scss */
  #herospace {
    background: transparent;
  }

  /* line 4056, ../sass/theme/_theme-main.scss */
  .herospace-inner {
    padding-top: 56.718%;
  }

  /* line 4057, ../sass/theme/_theme-main.scss */
  #herospace ul {
    padding: 0;
    padding-top: 56.718%;
    height: 0;
    max-height: auto;
    border: 0;
  }

  /* line 4059, ../sass/theme/_theme-main.scss */
  #herospace li {
    height: 100%;
    width: 100%;
    overflow: visible;
    left: 0;
    border: 0;
  }

  /* line 4061, ../sass/theme/_theme-main.scss */
  #herospace h2, #herospace li.active h2 {
    margin: 0 auto;
    padding: 0 40px;
    min-height: 45px;
    font-weight: 400;
    font-size: 1em;
    color: #221b11;
    line-height: 1.25em;
    text-align: center;
  }

  /* line 4063, ../sass/theme/_theme-main.scss */
  #herospace .description p {
    display: none;
  }

  /* line 4064, ../sass/theme/_theme-main.scss */
  #herospace li.active {
    width: 100%;
    left: 0 !important;
    border: 0;
  }

  /* line 4066, ../sass/theme/_theme-main.scss */
  #herospace li .description, #herospace li.active .description {
    padding: 10px 4%;
    width: auto;
    top: auto;
    right: 15%;
    bottom: 12px;
    left: 15%;
    background: white;
    background: rgba(255, 255, 255, 0.8);
  }

  /* line 4068, ../sass/theme/_theme-main.scss */
  #herospace .more-link, #herospace li.active .more-link {
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -9999px;
    background: transparent;
  }

  /* line 4072, ../sass/theme/_theme-main.scss */
  #herospace span.next, #herospace span.prev {
    padding: 0;
    margin: 5px;
    height: 46px;
    width: 46px;
    bottom: 17px;
    left: 15%;
    line-height: 46px;
    text-indent: -9999px;
    background: url(/herospace/images/icn-template.png) no-repeat -153px -3px #007788;
  }

  /* line 4075, ../sass/theme/_theme-main.scss */
  #herospace span.prev {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  /* line 4076, ../sass/theme/_theme-main.scss */
  #herospace span.next {
    right: 15%;
    left: auto;
  }

  /* line 4078, ../sass/theme/_theme-main.scss */
  .herospace-inner:before, .herospace-inner:after {
    bottom: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.55);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.55);
  }

  /* Animations: CrossFade*/
  /* line 4082, ../sass/theme/_theme-main.scss */
  #herospace li, #herospace li.active, #herospace li.prev, #herospace li.next {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }

  /* line 4086, ../sass/theme/_theme-main.scss */
  #herospace li.active {
    z-index: 37;
    opacity: 1;
  }
}