.mainContent {
    max-width: 1140px;
    margin: auto;
}

.brochuresTopBanner {
    width: 100%;
    margin: 25px auto 12px auto;
    text-align: center;
}

.brochuresTopBanner img {
    max-width: 100%;
}

.brochuresGrayRequestBar {
    width: 100%;
    margin: 12px auto;
    position: relative;
}

.brochuresGrayRequestBar img {
    width: 100%;
}

.requestButton {
    text-align: center;
    font-weight: 800;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
}

.requestButton:hover {
    opacity: 0.65;
    cursor: pointer;
    color: #fff;
    background-color: #aaa;
}

.goldButton {
    width: 17%;
    height: 21%;
    font-size: 15px;
    color: #d4d61c;
    border: 1.5px solid #d4d61c;
    right: 2.75%;
    bottom: 12.5%;
}

.blueButton {
    width: 11.5%;
    height: 2%;
    font-size: 16px;
    color: #58616a;
    border: 1.5px solid #0099d8;
    left: 14.5%;
    bottom: 10.75%;
}

.brochuresLinksContainer {
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.brochureHexLinkContainer {
    position: relative;
    max-width: 23%;
}

.brochureHexLinkContainer img {
    width: 100%;
}

.ddLinkBox {
    width: 13.5%;
    height: 11%;
    position: absolute;
    top: 4.75%;
    right: 3.25%;
}

.ddLinkBox:hover {
    opacity: 0.35;
    background-color: #bfbfbf;
}

.brochuresHexLinkDropDown {
    padding: 7%;
    border: 1px solid #cecece;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 6px 6px 31px -6px rgba(0,0,0,0.25);
    position: absolute;
    left: 2%;
    top: 15%;
    z-index: 102;
}

.brochuresHexLinkDropDown ul {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.brochuresHexLinkDropDown ul li {
    margin: 2% 7%;
padding-bottom: 2%;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
/*    white-space: nowrap; */
    position: relative;
    border-bottom: 1px solid #efefef;
}

.dropDownRight {
    left: -69%;
}

.brochuresShadow {
    width: 100%;
    position: relative;
    top: -12px;
}

.brochuresRequestContainer {
    width: 100%;
    margin: 12px auto 0px auto;
}

.brochuresRequestContainer img {
    width: 100%;
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .goldButton, .blueButton {
        font-size: 14px;
        font-weight: 500;
    }

    .brochuresHexLinkDropDown ul {
        font-weight: 600;
        font-size: 12px;
    }

    .brochuresHexLinkDropDown ul li a{
        /* width: 150%; */
        font-size: 12px;
    }
}

@media screen and (max-width: 778px) {
    .goldButton, .blueButton {
        font-size: 10px;
        font-weight: 500;
    }

    .brochuresHexLinkDropDown ul {
        font-weight: 600;
        font-size: 10px;
    }

    .brochuresHexLinkDropDown ul li a{
        /* width: 150%; */
        font-size: 10px;
    }


    .dropDownRight {
        left: -139%;
    }
}
