body {
  height: 75em;
  margin: 0;
  font-family: 'Raleway', sans-serif !important;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 20px !important;
  background: #1d1d1f !important;
}
.intro { 
  width: 910px;
  margin: 1em auto;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.intro span {
  font-size: 16px;
  color: #dc9d2c;
}
#hexGrid {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;  
  list-style-type: none;
  height: 860px;  
}

.hex {
  position: relative;
  visibility:hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hex::after{
  content:'';
  display:block;
  padding-bottom: 86.602%;  /* =  100 / tan(60) * 1.5 */
}
.hexIn{
  position: absolute;
  width:96%;
  padding-bottom: 110.851%; /* =  width / sin(60) */
  margin:0 2%;
  overflow: hidden;
  visibility: hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
      -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
          transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}
.hexIn * {
  position: absolute;
  visibility: visible;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
    display:block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
        -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
            transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}

/*** HEX CONTENT **********************************************************************/
.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0,0,0,0deg);
      -ms-transform: rotate3d(0,0,0,0deg);
          transform: rotate3d(0,0,0,0deg);
}

.logo {
  height: 75% !important;
  top: 10%;
}

.hex h1, .hex p {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color: rgba(220, 157, 44, 0.8);
  font-weight: 300;
  -webkit-transition:  -webkit-transform .2s ease-out, opacity .3s ease-out;
          transition:          transform .2s ease-out, opacity .3s ease-out;
}
.hex h1 {
  bottom: 40.5%;
  padding-top:53%;
  font-size: 1.5em;
  color: #000; 
  font-weight: bold;
  z-index: 1;
  -webkit-transform:translate3d(0,-100%,0);
      -ms-transform:translate3d(0,-100%,0);
          transform:translate3d(0,-100%,0);
}
.hex h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 10%;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.hex p {
  top: 50%;
  padding-bottom:50%;
  -webkit-transform:translate3d(0,100%,0);
      -ms-transform:translate3d(0,100%,0);
          transform:translate3d(0,100%,0);
}

#accordion { display: none; }

/*** HOVER EFFECT  **********************************************************************/
.hexLink:hover h1, .hexLink:focus h1,
.hexLink:hover p, .hexLink:focus p{
  -webkit-transform:translate3d(0,0,0);
      -ms-transform:translate3d(0,0,0);
          transform:translate3d(0,0,0);
}

/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
  #hexGrid{
    padding: 0;
  }
  .hex {
    width: 21%; /* = 100 / 5 */
  }
  .hex:nth-child(9n+6){ /* first hexagon of even rows */
    
  }
  .hex h3 { 
    font-size: 16px;
  }
}

@media (max-width: 1200px) and (min-width:901px) { /* <- 4-3  hexagons per row */
  .intro { width: 100%; }
  #hexGrid{
    padding:0
  }
  .hex {
    width: 21%; /* = 100 / 4 */
  }
  .hex:nth-child(7n+5){ /* first hexagon of even rows */
    margin-left:0;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
  #hexGrid{
    padding:0
  }
  .intro { width: 100%; }
  .hex {
    width: 21%;
  }
  .hex:nth-child(5n+4){ /* first hexagon of even rows */
    margin-left:0;  /* = width of .hex / 2  to indent even rows */
  }

}

@media (max-width: 600px) { /* <- 2-1  hexagons per row */
  body {
    height: 48em;
  }
  .intro {
    width: 100%;
    font-size: 17px;
    padding: 0 1%;
  }
  #hexGrid{
    padding-bottom: 0;
    display: none;
  }
  .hex {
    width: 21%; /* = 100 / 3 */
  }
  .hex:nth-child(3n+3){ /* first hexagon of even rows */
    margin-left:0;  /* = width of .hex / 2  to indent even rows */
  }
  #accordion {
    display: block;
    padding: 0 1em;
  }
  .logo_slider {
    top: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 400px) {
    #hexGrid {
        font-size: 13px;
    }
    
}

.hex1 { 
  position: relative;
  left: 26em;  
}
.hex1-text {
  left: 0;
  width: 27.5%;
}
.hex1-text .content {
  height: 166px;
}

.hex2 { 
  position: relative;
  left: 16em;
}
.hex2-text {
  top: -5em;
  width: 16.5%;
  left: 3px;
}
.hex2-text .content {
  height: 164px;
}

.hex3 { 
  position: relative;
  left: 26em;
  top: 1em;
}
.hex3-text {
  left: 0;
  width: 27.5%;
  top: -0.5em;
}
.hex3-text .content {
  height: 165px
}

.hex4 { 
  position: relative;
  top: -51em;
  left: 46em;
}
.hex4-text {
  top: -58.4em;
  right: -66em;
  width: 29%
}
.hex4-text .content {
  height: 178px;
}

.hex5 { 
  position: relative;
  top: -50.9em;
  left: 56em;
}
.hex5-text {
  top: -64.4em;
  left: 76em;
  width: 18%;
}
.hex5-text .content {
  height: 170px;
}


.hex6 { 
  position: relative;
  top: -50em;
  left: 46em;
}

.hex6-text {
  top: -60.8em;
  right: -66em;
  width: 28%;
}
.hex6-text .content {
  height: 167px;
}

.hex7 { 
  position: relative;
  top: -84.4em;
  left: 36em;
}

.hex1-text .hexIn,
.hex2-text .hexIn,
.hex3-text .hexIn,
.hex4-text .hexIn,
.hex5-text .hexIn,
.hex6-text .hexIn
 {
  transform: initial;
}

.logo_slider {
  position: relative;
  top: -55em;
  width: 430px;
  margin: 0 auto;
}

.logo_slider h2 {
  text-align: center;
}

.logo_slider li{
    text-align: center;
    color: #000;
}

.content {
  border: 1px solid #1d1d1f;
  padding: 1em;
  background: #dc9d2c;
}
.title {
  position: relative;
}

.points, .points li {
  position: relative;
}

.logo_slider p {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.panel-default>.panel-heading {
  background-color: #dc9d2c !important;
  color: #000 !important;
}

.panel-default {
  border-color: #dc9d2c !important;
}

.panel-title {
  font-weight: bold;
  text-align: center;
  font-size: 18px !important;
  line-height: 25px;
}

.logo_mob {
  text-align: center;
  background: #fff;
  padding: 0.5em 0;
}

.logo_mob img {
  width: 20%;
}