.catBannerWrap {
    background: #45505c;
    background: -moz-linear-gradient(left, #45505c 0, #3d4752 65%, #252b30 100%);
    background: -webkit-linear-gradient(left, #45505c 0, #3d4752 65%, #252b30 100%);
    background: linear-gradient(to right, #45505c 0, #3d4752 65%, #252b30 100%);
    width: 100%;
    position: relative;
    padding: 50px 0
}

.bannerInnerWrap {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    text-align: left
}

.catCopyBlock {
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: top;
    text-align: left;
    position: relative
}

.catCopyWrap p {
    color: #fff !important;
    text-align: left
}

.catImgBlock {
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.catImgBlock img {
    max-width: 400px;
    display: inline-block;
    margin: 0 auto
}

.catBannerWrap h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px
}

.productCopyImgWrap {
    width: 100%;
    padding: 20px 0
}

.productCopyImg {
    display: inline-block;
    width: 100%;
    text-align: center
}

.productCopyImg img {
    width: 75%;
    max-width: 400px;
    margin: 0 auto
}

@media only screen and (min-width:1224px) {
    .catCopyBlock {
        width: 49%;
        float: left
    }
    .catImgBlock {
        width: 49%;
        float: right
    }
    .productCopyImgWrap {
        width: 100%;
        white-space: nowrap
    }
    .productCopyImg {
        display: inline-block;
        width: 50%;
        white-space: normal
    }
    .productCopyImg img {
        width: 100%;
        margin: 0 auto
    }
}

.dtOuterWrap {
    max-width: 1440px;
    width: 100%;
    padding-bottom: 70px
}

.dtInnerWrap {
    margin: 0 0;
    overflow-x: auto
}

.tableHead {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #bcc6cc
}

.tableHead h2 {
    color: #fff;
    font-weight: 600;
    font-size: 22px
}

a.dtProdTitle {
    text-decoration: none;
    font-weight: 700
}

.dtProdType {
    text-transform: uppercase;
    font-size: 11px;
    white-space: nowrap
}

.dtProdNameWrap {
    display: table-cell;
    padding-right: 5px
}

.catCopyAddLink {
    padding-top: 30px;
    color: #c4ccd6;
    font-weight: 400;
    cursor: pointer
}

.catCopyAddCopy {
    padding-top: 20px;
    display: none
}

.catCopyAddCopy h3 {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 5px;
    text-transform: none;
    color:#fff;
}

.catCopyAdd ul {
    list-style-type: disc;
    list-style-position: inside;
    
}

.catCopyAdd ul li{
    color:#fff;
}



.catCopyAdd ul li ul {
    list-style-type: circle;
    margin: .5em 0 .3em 1.2em
}

.resourceListType {
    font-size: 17px;
    text-transform: capitalize
}

.resourceLinkIcon {
    margin-right: 5px
}

.resourceListLink,
.resourceListLink a {
    color: #2baed9;
    font-size: 17px
}

.dtWrap {
    width: 100%;
    overflow-x: hidden
}

.catListWrap {
    width: 100%;
    position: relative;
    text-align: center
}

.catList {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    padding-bottom: 25px
}

.catList h2 {
    font-size: 18px;
    color: #fff
}

.catList ul {
    list-style-type: disc;
    margin-left: 15px;
    padding-right: 20px
}

.catList li {
    color: #fff
}

.catList ul.icons {
    list-style-type: none!important;
    margin-left: none!important
}

.catList ul i {
    font-size: 24px
}

.filterBarOuterWrap {
    width: 100%;
    background: #c4ccd6;
    display: table
}

.selectWrap {
    display: block;
    width: 100%;
    background: #386092;
    text-align: center;
    padding: 10px 0 10px 0
}

.checkBoxField {
    display: block;
    width: 100%;
    text-align: center;
    background: #c4ccd6;
    padding: 10px 0 10px 0;
    font-size: 14px
}

.checkbox {
    display: inline-block;
    padding-right: 10px
}

@media only screen and (min-width:1224px) {
    .filterBarOuterWrap {
        width: 100%;
        background: #c4ccd6;
        display: table
    }
    .selectWrap {
        /*
        display: table-cell;
        width: 35%;
        text-align: right;
        padding: 10px 20px 10px 0
        */
    }
    .checkBoxField {
        /*
        display: table-cell;
        width: 65%;
        text-align: left;
        background: #c4ccd6;
        padding: 10px 0 10px 20px;
        font-size: 14px
        */
    }
    .checkbox {
        display: inline-block;
        padding-right: 10px
    }
}

.radioBannerWrap {
    background: #627486;
    background: -moz-linear-gradient(left, #627486 0, #8c98a4 100%);
    background: -webkit-linear-gradient(left, #627486 0, #8c98a4 100%);
    background: linear-gradient(to right, #627486 0, #8c98a4 100%);
    width: 100%;
    position: relative;
    padding: 50px 0
}

.radioBannerWrap a{
    color:#fff !important;
}