.dropbtn{
    text-decoration: none;
    cursor: pointer;
    color: black;
}
/* .drpsep{
    border-top:1px solid rgb(238, 238, 238)
}  */
.sly-frame { width: 100%; height: 260px; padding: 0; border:solid 1px #222; }
.sly-frame .slidee { margin: 0; padding: 0; height: 100%; list-style: none; }
.sly-frame .slidee li { float: left; margin: 0 5px 0 0; padding: 0; width: 220px; height: 100%; text-align: center; }

.scrollbar { width: 100%; height: 10px; }
.scrollbar .handle {
	/* width: 100px; overriden if dynamicHandle: 1 */
	/* height: 100%; */
    background: #222;
    height:10px;
}
.scrollbar .mousearea{
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 10px;
}
/* .example .forward, .example .backward {
    float: left;
    width: 100px;
    height: 200px;
    font-size: 60px;
}
.example button, .example button {
    background: transparent;
    border: 0;
    color: #fff;
    opacity: .5;
} */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(249, 249, 251);
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
@media only screen and (max-width:960px){
    .dropdown-content {
        margin-left:-50px; 
    }
}
.add-to-cart-row{
    display: none;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}

.product-description p {
    margin-bottom: 1em;
}

.product-description ol li, .product-description ul li {
    position: relative;
    margin-bottom: 1em;
}
#FreeResources {
    display:none;
}

@media only screen and (max-width: 768px) {
    #RelatedResources .carousel-cell {
        min-height: 340px;
    }
}

@media only screen and (min-width: 768px) {
    #RelatedResources img {
        min-height: 210px;
    }
}

@media only screen and (min-width: 992px) {
    #RelatedResources img {
        min-height: 205px;
    }
}

@media only screen and (min-width: 1200px) {
    #RelatedResources img {
        min-height: 255px;
    }
}
.mobile-banner-fix {
    font-weight: bolder;
}
@media only screen and (max-width: 770px) {
    .mobile-banner-fix {
        display: block;
        padding-top: 5px;
    }
}
