﻿
.honeycomb .card-hex-container {
    left: 0;
    top: 0;
    width: 220px;
}

    .honeycomb .card-hex-container:nth-of-type(2n) {
        left: 0;
        top: 102px;
    }

    .honeycomb .card-hex-container:nth-of-type(3n) {
        left: 0;
        top: 208px;
    }

    .honeycomb .card-hex-container:nth-of-type(4n) {
        left: 0;
        top: 314px;
    }

    .honeycomb .card-hex-container:nth-of-type(5n) {
        left: 0;
        top: 420px;
    }

    .honeycomb .card-hex-container:nth-of-type(6n) {
        left: 0;
        top: 526px;
    }

    .honeycomb .card-hex-container:nth-of-type(7n) {
        left: 0;
        top: 632px;
    }

.honeycomb .card-hex {
    background-color: #fff;
    color: #414042;
    height: 180px;
    left: 59px;
    position: absolute;
    top: 5px;
    width: 102px;
}

    .honeycomb .card-hex:after {
        border-right: 52px solid #fff;
        left: -52px;
    }

    .honeycomb .card-hex:before {
        border-left: 52px solid #fff;
        right: -52px;
    }

    .honeycomb .card-hex:hover {
        background-color: #e2e3e4;
    }

        .honeycomb .card-hex:hover:after {
            border-right-color: #e2e3e4;
        }

        .honeycomb .card-hex:hover:before {
            border-left-color: #e2e3e4;
        }

    .honeycomb .card-hex > div {
        min-height: 100%;
        height: 100%;
        width: 150px;
        margin-left: -25px;
    }

.honeycomb .card-hex, .honeycomb .card-hex-shadow {
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

    .honeycomb .card-hex-shadow > div, .honeycomb .card-hex > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }

    .honeycomb .card-hex-shadow:after, .honeycomb .card-hex-shadow:before, .honeycomb .card-hex:after, .honeycomb .card-hex:before {
        border-bottom: 90px solid transparent;
        border-top: 90px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        top: 0;
        width: 0;
        z-index: 1;
    }

.honeycomb .card-hex-shadow {
    background-color: #e4e5e6;
    height: 190px;
    width: 110px;
}

    .honeycomb .card-hex-shadow:after {
        left: -55px;
        border-bottom: 95px solid transparent;
        border-top: 95px solid transparent;
        border-right: 55px solid #e4e5e6;
    }

    .honeycomb .card-hex-shadow:before {
        right: -55px;
        border-bottom: 95px solid transparent;
        border-top: 95px solid transparent;
        border-left: 55px solid #e4e5e6;
    }

.honeycomb img {
    width: 100%;
}

.honeycomb .modal-video-player {
    overflow: hidden;
}

.honeycomb .intro {
    margin-bottom: 1rem;
    padding: 1rem 0;
    text-align: center;
}

.honeycomb .content {
    margin: 0 auto;
    position: relative;
    width: 220px;
}

.honeycomb .card-hex {
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

    .honeycomb .card-hex p {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 0;
        width: 100%;
    }

    .honeycomb .card-hex:after {
        border-right-color: #fff;
    }

    .honeycomb .card-hex:before {
        border-left-color: #fff;
    }

    .honeycomb .card-hex:hover {
        background-color: #ccc;
    }

        .honeycomb .card-hex:hover:after {
            border-right-color: #ccc;
        }

        .honeycomb .card-hex:hover:before {
            border-left-color: #ccc;
        }

    .honeycomb .card-hex.bg-lightSeaGreen {
        background-color: #20A99C;
    }

        .honeycomb .card-hex.bg-lightSeaGreen:after {
            border-right-color: #20A99C;
        }

        .honeycomb .card-hex.bg-lightSeaGreen:before {
            border-left-color: #20A99C;
        }

        .honeycomb .card-hex.bg-lightSeaGreen.hoverEffect:focus, .honeycomb .card-hex.bg-lightSeaGreen.hoverEffect:hover {
            background-color: #187e74;
        }

            .honeycomb .card-hex.bg-lightSeaGreen.hoverEffect:focus:after, .honeycomb .card-hex.bg-lightSeaGreen.hoverEffect:hover:after {
                border-right-color: #187e74;
            }

            .honeycomb .card-hex.bg-lightSeaGreen.hoverEffect:focus:before, .honeycomb .card-hex.bg-lightSeaGreen.hoverEffect:hover:before {
                border-left-color: #187e74;
            }

    .honeycomb .card-hex.bg-atlantis {
        background-color: #94CA53;
    }

        .honeycomb .card-hex.bg-atlantis:after {
            border-right-color: #94CA53;
        }

        .honeycomb .card-hex.bg-atlantis:before {
            border-left-color: #94CA53;
        }

        .honeycomb .card-hex.bg-atlantis.hoverEffect:focus, .honeycomb .card-hex.bg-atlantis.hoverEffect:hover {
            background-color: #7bb337;
        }

            .honeycomb .card-hex.bg-atlantis.hoverEffect:focus:after, .honeycomb .card-hex.bg-atlantis.hoverEffect:hover:after {
                border-right-color: #7bb337;
            }

            .honeycomb .card-hex.bg-atlantis.hoverEffect:focus:before, .honeycomb .card-hex.bg-atlantis.hoverEffect:hover:before {
                border-left-color: #7bb337;
            }

    .honeycomb .card-hex.bg-summerSky {
        background-color: #2AB7CF;
    }

        .honeycomb .card-hex.bg-summerSky:after {
            border-right-color: #2AB7CF;
        }

        .honeycomb .card-hex.bg-summerSky:before {
            border-left-color: #2AB7CF;
        }

        .honeycomb .card-hex.bg-summerSky.hoverEffect:focus, .honeycomb .card-hex.bg-summerSky.hoverEffect:hover {
            background-color: #2192a5;
        }

            .honeycomb .card-hex.bg-summerSky.hoverEffect:focus:after, .honeycomb .card-hex.bg-summerSky.hoverEffect:hover:after {
                border-right-color: #2192a5;
            }

            .honeycomb .card-hex.bg-summerSky.hoverEffect:focus:before, .honeycomb .card-hex.bg-summerSky.hoverEffect:hover:before {
                border-left-color: #2192a5;
            }

    .honeycomb .card-hex.bg-summerSky-dark {
        background-color: #1EADE3;
    }

        .honeycomb .card-hex.bg-summerSky-dark:after {
            border-right-color: #1EADE3;
        }

        .honeycomb .card-hex.bg-summerSky-dark:before {
            border-left-color: #1EADE3;
        }

        .honeycomb .card-hex.bg-summerSky-dark.hoverEffect:focus, .honeycomb .card-hex.bg-summerSky-dark.hoverEffect:hover {
            background-color: #178bb7;
        }

            .honeycomb .card-hex.bg-summerSky-dark.hoverEffect:focus:after, .honeycomb .card-hex.bg-summerSky-dark.hoverEffect:hover:after {
                border-right-color: #178bb7;
            }

            .honeycomb .card-hex.bg-summerSky-dark.hoverEffect:focus:before, .honeycomb .card-hex.bg-summerSky-dark.hoverEffect:hover:before {
                border-left-color: #178bb7;
            }

    .honeycomb .card-hex.bg-pictonBlue {
        background-color: #589AD0;
    }

        .honeycomb .card-hex.bg-pictonBlue:after {
            border-right-color: #589AD0;
        }

        .honeycomb .card-hex.bg-pictonBlue:before {
            border-left-color: #589AD0;
        }

        .honeycomb .card-hex.bg-pictonBlue.hoverEffect:focus, .honeycomb .card-hex.bg-pictonBlue.hoverEffect:hover {
            background-color: #3681bf;
        }

            .honeycomb .card-hex.bg-pictonBlue.hoverEffect:focus:after, .honeycomb .card-hex.bg-pictonBlue.hoverEffect:hover:after {
                border-right-color: #3681bf;
            }

            .honeycomb .card-hex.bg-pictonBlue.hoverEffect:focus:before, .honeycomb .card-hex.bg-pictonBlue.hoverEffect:hover:before {
                border-left-color: #3681bf;
            }

    .honeycomb .card-hex.bg-outrageousOrange {
        background-color: #F05427;
    }

        .honeycomb .card-hex.bg-outrageousOrange:after {
            border-right-color: #F05427;
        }

        .honeycomb .card-hex.bg-outrageousOrange:before {
            border-left-color: #F05427;
        }

        .honeycomb .card-hex.bg-outrageousOrange.hoverEffect:focus, .honeycomb .card-hex.bg-outrageousOrange.hoverEffect:hover {
            background-color: #d53b0f;
        }

            .honeycomb .card-hex.bg-outrageousOrange.hoverEffect:focus:after, .honeycomb .card-hex.bg-outrageousOrange.hoverEffect:hover:after {
                border-right-color: #d53b0f;
            }

            .honeycomb .card-hex.bg-outrageousOrange.hoverEffect:focus:before, .honeycomb .card-hex.bg-outrageousOrange.hoverEffect:hover:before {
                border-left-color: #d53b0f;
            }

    .honeycomb .card-hex.bg-carrotOrange {
        background-color: #F68721;
    }

        .honeycomb .card-hex.bg-carrotOrange:after {
            border-right-color: #F68721;
        }

        .honeycomb .card-hex.bg-carrotOrange:before {
            border-left-color: #F68721;
        }

        .honeycomb .card-hex.bg-carrotOrange.hoverEffect:focus, .honeycomb .card-hex.bg-carrotOrange.hoverEffect:hover {
            background-color: #db6e09;
        }

            .honeycomb .card-hex.bg-carrotOrange.hoverEffect:focus:after, .honeycomb .card-hex.bg-carrotOrange.hoverEffect:hover:after {
                border-right-color: #db6e09;
            }

            .honeycomb .card-hex.bg-carrotOrange.hoverEffect:focus:before, .honeycomb .card-hex.bg-carrotOrange.hoverEffect:hover:before {
                border-left-color: #db6e09;
            }

.honeycomb .card-hex-shadow {
    background-color: rgba(0,0,0,.5);
}

    .honeycomb .card-hex-shadow:after {
        border-right-color: rgba(0,0,0,.5);
    }

    .honeycomb .card-hex-shadow:before {
        border-left-color: rgba(0,0,0,.5);
    }


    
@media (min-width:480px) {
    .honeycomb .card-hex-container {
        left: 0;
        padding-left: 55px;
        padding-right: 55px;
        position: absolute;
        top: 0;
        width: 220px;
    }

        .honeycomb .card-hex-container:nth-of-type(2n) {
            left: 180px;
            top: 102px;
        }

        .honeycomb .card-hex-container:nth-of-type(3n) {
            left: 0;
            top: 208px;
        }

        .honeycomb .card-hex-container:nth-of-type(4n) {
            left: 180px;
            top: 314px;
        }

        .honeycomb .card-hex-container:nth-of-type(5n) {
            left: 0;
            top: 420px;
        }

        .honeycomb .card-hex-container:nth-of-type(6n) {
            left: 180px;
            top: 526px;
        }

        .honeycomb .card-hex-container:nth-of-type(7n) {
            left: 0;
            top: 632px;
        }

    .honeycomb .card-hex {
        position: absolute;
        top: 5px;
        width: 102px;
    }

    .honeycomb .content {
        height: 850px;
        width: 400px;
    }

    .fasttrack-banner .banner-title h4 {
        font-size: 1.1rem;
    }

    .fasttrack-banner .banner-title .lead {
        margin-bottom: 1rem;
        font-size: .9rem;
    }
}

.honeycomb .card-hex-container:nth-of-type(1n) {
        left: 0;
        top: 102px;
    }

    .honeycomb .card-hex-container:nth-of-type(2n) {
        left: 180px;
        top: 0;
    }

    .honeycomb .card-hex-container:nth-of-type(3n) {
        left: 180px;
        top: 208px;
    }

    .honeycomb .card-hex-container:nth-of-type(4n) {
        left: 360px;
        top: 102px;
    }

    .honeycomb .card-hex-container:nth-of-type(5n) {
        left: 0;
        top: 314px;
    }

    .honeycomb .card-hex-container:nth-of-type(6n) {
        left: 180px;
        top: 420px;
    }

    .honeycomb .card-hex-container:nth-of-type(7n) {
        left: 360px;
        top: 314px;
    }

    .honeycomb .content {
        height: 620px;
        width: 580px;
    }

    .honeycomb .card-hex-container:nth-of-type(5n) {
        left: 540px;
        top: 0;
    }

    .honeycomb .card-hex-container:nth-of-type(6n) {
        left: 540px;
        top: 208px;
    }

    .honeycomb .card-hex-container:nth-of-type(7n) {
        left: 720px;
        top: 102px;
    }

    .honeycomb .content {
        height: 400px;
        width: 940px;
    }

    .honeycomb .intro {
        float: left;
        text-align: left;
        width: 25%;
    }

    .honeycomb .content {
        /*float: left;*/
        width: 100%;
    }

        .honeycomb .content.float-none {
            float: none;
            max-width: 940px;
        }

        @media (max-width:479px) {
    .honeycomb .content .card-hex {
        display: block;
        margin-bottom: 1.5rem;
    }

    .honeycomb .content .card-image {
        margin-bottom: .5rem;
    }
}

        .honeycomb .card-hex p{
            font-size: 20px;
            color: #fff;
        }