.content-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}

.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: 25px;
  margin-top: 50px;
}

.honeycombs .inner_span {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #EE0013;
  color: #fff
}

.honeycombs .honeycombs-inner-wrapper {
  display: inline-block;
  width: 700px;
  margin:0px;
  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;
	text-transform: uppercase;
	padding: 0px !important; 
	font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: -20px;
}

.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:hover .inner_span {
  background-color: #700000;
}

.comb.disabled .inner_span {
  background-color: #CDCCCC;
}

.comb.row1 .inner_span {
  background-color: #06393F;
}

.comb.row1:hover .inner_span {
  background-color: #020f10;
}

.comb.row2 .inner_span {
  background-color: #035C68;
}

.comb.row2:hover .inner_span {
  background-color: #023036
}

.comb.row3 .inner_span {
/*	
  background-color: #0093A4;
*/  
  background: rgba(0, 0, 0, 0.2);
}

.comb.row3:hover .inner_span {
/*	
  background-color: #006571;
  opacity:1;
*/

  background: rgba(0, 0, 0, 0.5);  
  
}

.comb.row4 .inner_span {
  background-color: #008c9e
}

.comb.row5 .inner_span {
  background-color: #6fcbdb
}

.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;
}

.icon-hexagon-close {
	position:absolute;
	right: 15px;
	top: 70px;
	cursor:pointer;
	display:none;
	z-index: 1;
	opacity:0.5;
}

.icon-hexagon-pulse2 {
	position:absolute;
	left: 15px;
	top: 70px;
	cursor:pointer;
	display:none;
	z-index: 1;
	opacity:0.5;	
}


/*

.icon-hexagon-pulse2:hover,
.icon-hexagon-close:hover {
	opacity:1;
}

.inner_span:hover .icon-hexagon-pulse2,
.inner_span:hover .icon-hexagon-close {
	display:block;
}

*/

a.comb-container {
	overflow:hidden;
}