.gbl-page {
    font-family:Arial, sans-serif;
    margin: 0 auto;
    max-width: 1180px;
}

.gbl-page img {
    width: 100%;
    height:auto;
    vertical-align: bottom;
}

.gbl-page h1 {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    margin-top: 20px;
}

.gbl-page h2 {
	text-align: center;
    padding: 4px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
}

.bradington-young-paragraph {
    padding:10px;
    font-size:14px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
}

.bradington-young-paragraph h3 {
    font-size: 18px;
    font-weight: normal;
    font-family: Times New Roman, Times, serif;
    text-transform: uppercase;
    margin:0 0 25px 0;
}

.bradington-young-paragraph h3 span {
    font-size: 14px;
    font-style: italic;
}

.bradington-young-paragraph a {
    text-decoration: none;
    background-color: #202020;
    color: #fff;
    border: 1px solid #202020;
    padding: 5px 10px;
    margin-top: 30px;
    display: block;
}

.bradington-young-paragraph a:hover {
    background-color: #fff;
    color: #202020;
}

.table {
    display: table;
    border-spacing: 10px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.category-block-outer {
    width: 35%;
}

.category-block-inner {
    width: 30%;
    border:2px solid #ccc;
    position: relative;
}

.category-blocks div {
    position: relative;
}

.category-blocks div:first-of-type {
    margin-bottom: 10px;
}

.category-blocks div p:not(.bradington-young-paragraph) {
    background-color: rgba(0, 0, 0, 0.55);
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    line-height: 17px;
    padding: 2.1%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.spacer {
    height:20px;
    background: #d1d3d4;
    margin: 0px 0 15px 0;
}

#slides {
    margin:25px 0;
}

#slides img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 940px) {
    .table {
        display: block;
    }
    .category-block-outer {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    .category-block-inner {
        width: 100%;
        border:2px solid #ccc;
        display: block;
        margin: 10px 0;
    }

    .bradington-young-paragraph {
        position: relative;
        top:initial;
        transform: none;
    }

    .gbl-category-thumbnail {
        width: calc(50% - 20px);
        box-sizing: border-box;
        margin:0 10px 0 10px;
        float: left;
    }

}

@media screen and (max-width: 767px) {
    .gbl-category-thumbnail {

    }
}

@media screen and (max-width: 728px) {
    .gbl-collections-thumbnail {
        width:48%;
    }
}

@media screen and (max-width: 520px) {
    .gbl-collections-thumbnail {
        width:98%;
    }
}