@media only screen and (max-width: 767px) {
    .hexagons{
        float: none !important;
        margin-left: 35% !important;
        margin-bottom: 20px;
    }
    .supporterInfo{
        margin-left: 24%;
    }
    .supporterDataAnswers{
        max-width: 72%;
    }
}

@media only screen and (max-width: 670px){
    .hexagons{
        margin-left: 31%;
    }
    .supporterInfo{
        margin-left: 24%;
    }
    .supporterDataAnswers{
        max-width: 72%;
    }
    .supporterPosition, .supporterLocation{
        max-width: 50% !important;
    }
}

@media only screen and (max-width: 567px){
    .hexagons, .supporterInfo{
        margin-left: 24%;
    }
    .supporterDataAnswers{
        max-width: 72%;
    }
}

.peopleSupportersSection{
    background-color: #eccd30;
    min-height: 550px;
}

.supportButton{
    text-align: center;
    padding-bottom: 75px;
    padding-top: 25px;
}

.companySupportersSection{
    background-color: #304379;
    min-height: 550px;
    color: white;
}

.supporterDataImg{
    width: 60px;
    margin-top: 28px;
    margin-right: 5px
}

.secondAnswer a{
    color: #52c5d7;
    text-decoration: none;
}

.secondAnswer a:hover{
    background-color: transparent;
}

.supporterName{
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    margin-top: 40px;
    margin-left: 5px;
}

.supporterPosition, .supporterLocation{
    max-width: 70%;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    margin-top: 70px;
    margin-left: 5px;
}

.supporterDataAnswers{
    margin-top: 15px;
    padding-right: 30px;
}

.question{
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.answer{
    max-width: 480px;
}
.hexagons {
    margin-top: 15px;
    margin-left: 55px;
    float: right;
}
.secondHexRow{
    margin: -25px 0 -20px -56px;
    width: 340px;
}
.supportersContent{
    margin-top: 25px;
    margin-bottom: 35px;
}

.supporter-header{
    text-align: center;
    padding-top: 40px;
}
img.hex:hover{
    cursor: pointer;
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.sw-btn-support{
    position: relative;
    padding: 13px 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-shadow: 0 0px 0 #3a4857;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 0 #3a4857;
    box-shadow: 0 5px 0 #3a4857;
    border-radius: 6px;
    border: 0;
    background-color: #52c5d7;
}

.sw-btn-support:hover{
    background-color: #3a4857;
    -webkit-box-shadow: 0 5px 0 #52c5d7;
    box-shadow: 0 5px 0 #52c5d7;
    text-shadow: 0 0px 0 #52c5d7;
}

/* from http://csshexagon.com/ */

.hexagon,
.supporterDataImg {
    position: relative;
    width: 100px;
    height: 57.74px;
    margin: 28.87px 5px;
    background-size: auto 103.9230px;
    background-position: center;
    border-left: solid 5px #ffffff;
    border-right: solid 5px #ffffff;
    cursor: pointer;
}

.hexTop,
.hexBottom {
    position: absolute;
    z-index: 1;
    width: 70.71px;
    height: 70.71px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 9.64px;
}

/*counter transform the bg image on the caps*/
.hexTop:after,
.hexBottom:after {
    content: "";
    position: absolute;
    width: 90.0000px;
    height: 51.96152422706633px;
    -webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-25.9808px);
    -ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-25.9808px);
    transform:          rotate(45deg) scaleY(1.7321) translateY(-25.9808px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit;
}

#personImg, #companyImg {
    display: -webkit-inline-box;
}

.firstHexRow {
    display: -webkit-inline-box;
}

.secondHexRow, .thirdHexRow {
    display:  -webkit-box;
}

.hexTop {
    top: -35.3553px;
    border-top: solid 7.0711px #ffffff;
    border-right: solid 7.0711px #ffffff;
}

.hexTop:after {
    background-position: center top;
}

.hexBottom {
    bottom: -35.3553px;
    border-bottom: solid 7.0711px #ffffff;
    border-left: solid 7.0711px #ffffff;
}

.hexBottom:after {
    background-position: center bottom;
}

.hexagon:after,
.supporterDataImg:after {
    content: "";
    position: absolute;
    top: 2.8868px;
    left: 0;
    width: 90.0000px;
    height: 51.9615px;
    z-index: 2;
    background: inherit;
}

.sw-btn-orange {
    position: relative;
    padding: 13px 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 0 #ffd300;
    box-shadow: 0 5px 0 #ffd300;
    border-radius: 6px;
    border: 0;
    background-color: #ff8b00;
    -webkit-transition: .3s background-color ease,.3s text-shadow ease,.3s box-shadow ease,.3s color ease;
    -moz-transition: .3s background-color ease,.3s text-shadow ease,.3s box-shadow ease,.3s color ease;
    -o-transition: .3s background-color ease,.3s text-shadow ease,.3s box-shadow ease,.3s color ease;
    -ms-transition: .3s background-color ease,.3s text-shadow ease,.3s box-shadow ease,.3s color ease;
    transition: .3s background-color ease,.3s text-shadow ease,.3s box-shadow ease,.3s color ease;
  }
  .sw-btn-orange:hover {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 0 #ff8b00;
    box-shadow: 0 5px 0 #ff8b00;
    background-color: #ffd300;
  }