.new-layout .detail-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
}

.new-layout .detail-blocks.btn-box {
    margin-top: 0;
}

.new-layout .detail-blocks div {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 35px 10px 0;
    height: 95px;
    width: 100px;
    text-align: center;
    background-color: rgb(230, 231, 232);
    background-image: url(http://pub-images.canvasnetwork.com/background_course-details.gif);
    background-repeat: no-repeat;
    background-position: -50px 0;
}

.new-layout .detail-blocks div.detail-duration {
    background-position: -250px 0;
}

.new-layout .detail-blocks div.detail-commitment {
    background-position: -455px 0;
}

.new-layout .detail-blocks div.detail-requirement {
    background-position: -50px -105px;
}

.new-layout .detail-blocks div.detail-type {
    background-position: -250px -105px;
}

.new-layout .detail-blocks div.detail-credential {
    background-position: -455px -105px;
}

.new-layout .detail-blocks h5 {
    font-family: "proxima nova bold", arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: rgb(70, 70, 70);
}

.new-layout .detail-blocks p {
    font-family: "proxima nova light", arial, sans-serif;
    font-size: 14px;
}

.new-layout .product-account-logo {
    display: block;
    margin: 16px auto;
}

.new-layout .additional-logos img {
    max-width: 150px;
}

@media screen and (max-width: 991px) {
    .new-layout .product-bg {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .new-layout .detail-blocks {
        max-width: 420px;
        margin: auto;
    }
}

@media screen and (max-width: 990px) {
    .new-layout .instructor-info > div:first-child {
        justify-content: flex-start;
    }

    .new-layout .instructor {
        margin-right: 20px;
    }
}

@media screen and (max-width: 614px) {
    .new-layout .detail-blocks {
        width: 340px;
        margin: auto;
    }

    .new-layout .detail-blocks div {
        width: 140px;
        background-position: -30px 0;
    }

    .new-layout .detail-blocks div.detail-duration {
        background-position: -230px 0;
    }

    .new-layout .detail-blocks div.detail-commitment {
        background-position: -435px 0;
    }

    .new-layout .detail-blocks div.detail-requirement {
        background-position: -30px -105px;
    }

    .new-layout .detail-blocks div.detail-type {
        background-position: -230px -105px;
    }

    .new-layout .detail-blocks div.detail-credential {
        background-position: -435px -105px;
    }
}

#search-form .search-refine-button:hover,#search-form .search-refine-button:focus{color:white; background:#006598}

#search-form .search-refine-button {
    background-color: #0073ac;
    color: white;
    border: none;
}

#search-form .search-categories ul {
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 400;
    background-color: #f0f0f0;
    position: absolute;
    right: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 250px;
    max-height: 500px;
    overflow-y: scroll
}

.sticky
{
		position: fixed;
z-index: 9999;
bottom: 0px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
box-shadow: 2px 2px 10px;
right: 21%;
width: auto;
}

.signup {
   	color: white;
    text-decoration: none;
    display: block;
    padding: 10px 35px;
    border: none;
    width: 350px;
    margin-left: 150px;
    background: #0073ac;
    text-shadow: none;
    font-size: 20px;
    border-radius: 12px;
    text-align:center;
}

.feature-region {
    background: url(http://gdurl.com/xX1M) no-repeat center;
    min-height: 265px;
    min-width: 385px;
    background-size: auto 98%;
}

iframe {
    width: 75%;
    height: 443px;
    margin-left: 130px;
}