section {
  position: relative;
}

.BeehivePage .hex-container .hex::before {
  display: inline-block;
  margin-right: -0.28em;
  vertical-align: middle;
  content: '';
}

.typography .large {
  font-size: 50px;
letter-spacing: 5px;
line-height: 76px;
}

.typography .text-gray {
  color: #7f7f7f;
}

.typography .text-white {
  color: #FFF;
}

.typography .text-pale-gold {
  color: #f6cf9f;
}

.typography .text-darker-gray {
  color: #363a39;
}

.typography .text-primary {
  color: #f0a953;
}

.typography .solo {
  margin-bottom: 0;
}

.typography .sub-title {
  font-size: 16px;
  color: #363a39;
  letter-spacing: 1px;
}

.typography .h1,
.typography .h2,
.typography h1,
.typography h2 {
  letter-spacing: 4px;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  /*font-family: brandon-grotesque, sans-serif;*/
  font-weight: 700;
}

.typography .h1,
.typography h1 {
  font-size: 54px;
  color: #b89e88;
  margin: 0 0 30px;
}

.typography .h2,
.typography h2 {
  font-size: 27px;
  color: #999;
  margin: 0 0 45px;
}

.typography .h3,
.typography h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  color: #f0a953;
  margin: 0 0 35px;
  letter-spacing: 2px;
}

.typography .h4,
.typography .h5,
.typography h4,
.typography h5 {
  font-style: normal;
  text-transform: uppercase;
  color: #b89e88;
  letter-spacing: 2px;
}

.typography .h4,
.typography h4 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 30px;
}

.typography .h5,
.typography h5,
.typography p {
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 400;
}

.typography .h5,
.typography h5 {
  font-family: 'Clearface W01', serif;
  font-size: 24px;
}

.typography p {
  font-size: 22px;
  color: #464a49;
}

.typography p:last-child {
  margin: 0;
}

.typography .lead {
  font-size: 16px;
  color: #f0a953;
  line-height: 1.5;
  font-family: Georgia, serif;
}

.hexagon-content .learn-more,
.modal-wrap .login-box .sub-title {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

.typography .large-text {
  font-size: 24px;
}

.typography .small {
  font-size: 18px;
}

.typography .ul-list {
  padding: 0;
  margin: 0;
}

.typography .ul-list li {
  padding-left: 20px;
  position: relative;
}

.typography .ul-list li::before {
  content: "\2022";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #f0a953;
  font-size: 1.5em;
}

.BeehivePage h1.title {
  color: #363a39;
  position: relative;
}

.BeehivePage h1.title .svg-beehive {
  position: absolute;
  top: -10px;
  left: 190px;
  height: 80px;
  width: 80px;
}

.BeehivePage .desc p {
  font-size: 16px;
}

.BeehivePage .desc .svg-arrow-thin {
  transform: rotate(270deg);
  height: 13px;
  width: 24px;
  margin-left: 20px;
}

.BeehivePage .hex-container {
  position: relative;
  z-index: 9;
  height: 900px;
}

.BeehivePage .hex-container .hex {
  background-size: cover;
  height: 348px;
  width: 301px;
  position: absolute;
  overflow-x: hidden;
}

.BeehivePage .hex-container .hex::before {
  height: 100%;
}

.BeehivePage .hex-container .hex .image {
  position: absolute;
  top: 0;
  left: -23px;
  overflow: hidden;
  width: 348px;
  height: 348px;
  transform: rotate(-30deg) skewX(30deg) scaleY(.866);
  z-index: 1;
}

.BeehivePage .hex-container .hex .image .hex-link {
  display: block;
  position: absolute;
  z-index: 9;
  right: 6.7%;
  bottom: 0;
  left: 6.7%;
  top: 0;
  transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
  background-size: cover;
  opacity: 0;
  transition: opacity 250ms;
}

.BeehivePage .hex-container .hex .image .hex-link[data-state=active] {
  opacity: 1;
}

.BeehivePage .hex-container .hex .content {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  position: relative;
}

.BeehivePage .hex-container .hex .content .title {
  color: #FFF;
  position: relative;
}

.BeehivePage .hex-container .hex .content .title::after {
  height: 4px;
  width: 30px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -25px;
  background-color: #FFF;
  display: block;
  content: '';
  border-radius: 25%;
}

.BeehivePage .hex-container .hex .content .learn-more {
  color: #FFF;
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100%;
}

.BeehivePage .hex-container .hex-blue {
  background-image: url("../images/ab1.svg");
  top: 40px;
  left: 0;
}

.BeehivePage .hex-container .hex-blue2 {
  /*background-image: url("../images/ab1.svg");*/
  top: 562px;
  left: 0;
}

.BeehivePage .hex-container .hex-blue3 {
  /*background-image: url("../images/ab1.svg");*/
  top: 301px;
left: 451px;
}

.BeehivePage .hex-container .hex-yellow {
  background-image: url("../images/ab2.svg");
  top: 40px;
  left: 301px;
}
.BeehivePage .hex-container .hex-yellow2 {
  /*background-image: url("../images/ab2.svg");*/
  top: 562px;
  left: 301px;
}

.BeehivePage .hex-container .hex-purple {
  background-image: url("../images/ab3.svg");
  top: 301px;
  left: 150px;
}

.BeehivePage .hex-content {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-top: -960px;
  padding: 20px 0;
}

.BeehivePage .hex-content[data-state=active] {
  z-index: 2;
  display: block;
  opacity: 1;
}

.BeehivePage .hex-content .title {
  margin-bottom: 30px;
  letter-spacing: 4px;
  color:#f0a953;
  font-size: 24px;
}

.BeehivePage .hex-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #CCC;
}

.pattern-triangles,
.pattern-triangles-dark {
  background-repeat: repeat;
  background-position: center 40px;
}

.pattern-honeycomb .container {
  padding: 0 130px 0 180px;
}

.pattern-honeycomb .container .content {
  width: 100%;
}

.pattern-triangles {
  background-image: url(../images/pattern-triangles.png);
}

.pattern-triangles-dark {
  background-image: url(../images/pattern-triangles-dark.png);
  background-color: #7f7f7f;
}

.section-main {
  height: auto;
}

.section-middle .container, .section-middle .valign-middle {
  height: 100%;
  margin: auto;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .section-middle .valign-middle::before {
  /*height: 100%;
  display: inline-block;
  margin-right: -2.25em;
  vertical-align: middle;
  content: '';*/
}
}


.section-middle .valign-middle .content {
  /*display: inline-block;
  vertical-align: middle;
  width: 100%;*/
  margin: auto;
}

        /*Mobile*/
.hex-content .hex-close {
  border: none;
  background-color: transparent;
  height: 81px;
  width: 100px;
  outline: 0;
  margin-bottom: 15px;
}

.hex-close svg {
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .section-middle .container, .section-middle .row, .section-middle .valign-middle {
    height: auto;
    text-align: center;
    display: block;
}
.BeehivePage .hex-content[data-state=active] {
    z-index: 10;
    display: block;
    opacity: 1;
}
.typography .large {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 1;
}
.BeehivePage .hex-content .hex-close {
    border: none;
    background-color: transparent;
    height: 78px;
    width: 80px;
    outline: 0;
    margin-bottom: 15px;
}
.BeehivePage .hex-content{
  margin-top: -865px;
}
.BeehivePage .hex-container {
  margin-left: 75px;
}
.BeehivePage .hex-container {
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin-bottom: 50px;
    margin-left: 0;
    height: auto;
}
.BeehivePage .hex-container .hex {
    background-size: cover;
    height: 328px;
    width: 281px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}
.BeehivePage .hex-container .hex-blue, .BeehivePage .hex-container .hex-yellow, .BeehivePage .hex-container .hex-purple {
  top: 0;
  left: 0;
}
.BeehivePage .hex-content {
    margin-top: -1280px;
}
}

@media only screen and (max-width: 492px) and (min-width: 395px) {
.BeehivePage .hex-content {
    margin-top: -1322px;
}
}
@media only screen and (max-width: 392px) {
.BeehivePage .hex-content {
    margin-top: -1343px;
}
}