/* html { */
  /* font-family: 'Lato', sans-serif; */
  /* font-size: 100%; */
  /* line-height: 1.5; */
/* } */

/* body { */
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-osx-font-smoothing: grayscale; */
/* } */

.title,
.intro {
  text-align: center;
  margin-bottom: 1rem;
}

.intro {
  margin-bottom: 4rem;
}

.title:nth-of-type(2) {
  margin-top: 6rem;
}

/* Hexagon specific code*/
.honeycombs {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 48px
}

.honeycombs .inner_span {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #EE0013;
  color: #fff
}

.honeycombs .honeycombs-inner-wrapper {
  display: inline-block;
  width: 700px;
  position: relative
}

.honeycombs .hex_l,
.honeycombs .hex_r {
  overflow: hidden;
  position: absolute
}

.honeycombs .hex_l {
  -ms-transform: rotate(60deg);
  transform: rotate(60deg)
}

.honeycombs .hex_r {
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg)
}

.honeycombs .hex_inner {
  display: block;
  visibility: visible;
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  cursor: pointer
}

.comb-container .inner-text-description-long {
  display: none;
  text-align: left;
  background-color: #fcfcfc;
  color: #333;
  line-height: 1.5;
  margin: 0;
  padding: 36px 24px 24px;
  max-width: 310px;
  position: absolute;
  z-index: 9
}

@media (min-width:700px) {
  .comb-container .inner-text-description-long {
    width: 310px
  }
}

.comb-container .inner-text-description-long p {
  font-size: 1rem;
}

.comb-container .inner-text-description-long p:last-of-type {
  margin-bottom: 1rem;
}

.comb-container .inner-text-description-long.active {
  display: block;
}

.comb-container .inner-text-description-short.valign {
  display: table-cell;
  vertical-align: middle;
  padding: 14px
}

.comb {
  position: absolute;
  display: inline-block
}

.comb .inner-text-description-long,
.comb .inner-text-description-short,
.comb .inner-text-title {
  display: block;
  max-width: 78%;
  text-align: center;
  margin: 0 auto
}

.comb .inner-text-title {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 1rem
}

.comb .comb-description-long,
.comb .comb-description-short,
.comb .comb-title {
  display: none
}

.comb .inner-text-description-long,
.comb .inner-text-description-short {
  font-weight: 400;
  line-height: 1.3
}

.comb.disabled .inner_span {
  background-color: #CDCCCC
}

.comb.row1 .inner_span {
  background-color: #06393F
}

.comb.row2 .inner_span {
  background-color: #035C68
}

.comb.row3 .inner_span {
  background-color: #0093A4
}

.comb.row4 .inner_span {
  background-color: #008c9e
}

.comb.row5 .inner_span {
  background-color: #6fcbdb
}

.comb:hover .inner_span {
  background-color: #700000
}

.comb.row1:hover .inner_span {
  background-color: #020f10
}

.comb.row2:hover .inner_span {
  background-color: #E52036
}

.comb.row3:hover .inner_span {
  background-color: #006571
}

.comb .inner_span {
  display: table;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center
}

.inner-text-description-long + .comb.disabled {
  pointer-events: none
}

.close {
  position: absolute;
  top: 12px;
  top: .75rem;
  right: 12px;
  right: .75rem;
  opacity: 1;
   -webkit-appearance: none;
   padding: 0;
   cursor: pointer;
   background: 0 0;
   border: 0;
   font-size: 1.325rem;
   font-weight: 700;
   line-height: 1;
   color: #555;
   text-shadow: 0 1px 0 #fff;
}

.close:hover {
  color: #9E9E9E;
}

.link {
  color: #005E6A;
}