    /*
 *
 *
 * CUSTOM FUNLAND!
 *
 * Dark Blue:   #0E7EAB
 * Orange:      #D87722
 *
 *
 */

    /* -- Bootstrap Responsive Media Queries Reference -- */

    /* Large desktop
@media (min-width: 1200px) { ... }*/

    /* Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 979px) { ... }*/

    /* Landscape phone to portrait tablet
@media (max-width: 767px) { ... } */

    /* Landscape phones and down
@media (max-width: 480px) { ... } */



    /* Toggle Overlay */

    body {
        position: relative;
    }

    /* Toggle Overlay */
    #page-overlay {
        display: none;
        background: red url('../screens/PBN_Dashboard.jpg') no-repeat scroll center 3px;
        height: 100%;
        min-height: 2000px;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    /*../screens/PBN_Dashboard_LivestreamSessions.jpg*/
    #page-overlay.active {
        display: block;
    }

    #overlay-toggle-btn {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 99999;
        background-color: #fff;
        color: #422c19;
        display: block;
        font-size: 15px;
        line-height: 16px;
        font-weight: bold;
        margin: 0;
        padding: 12px 20px 10px;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        opacity: 0.7;
    }

    #overlay-toggle-btn:hover {
        opacity: 1;
    }

    body.logged-in #page-overlay {
        background-position: center 0;
    }

    #overlay-toggle-btn .btn-extra#session-browser .sessions .session .session-btns .btn {
        display: none;
        float: left;
    }

    #overlay-toggle-btn.active .btn-extra {
        display: block;
    }

    body.overlay-fixed-topnav #page-overlay {
        background-position: center -191px;
    }

    /* Overlay - Page Specific  */
    body.customer-account-index #page-overlay {
        background-image: url('../screens/PBN_Dashboard.jpg');
        background-position: center 30px;
        margin-left: -7px;
    }

    /* Responsive */
    @media (max-width: 767px) {

        /* Overlay - Responsive */
        body.customer-account-index #page-overlay {
            background-image: url('../screens/PBN_Dashboard-NEW_ACP_MOBILE_02.jpg');
        }

        body.event-order-index #page-overlay {
            background-image: url('../screens/PBN_QuickOrderForm-NEW_ACP_MOBILE.jpg');
        }
    }




    /* -- Guides -- */

    /* Read More Toggle */
    .morecontent span {
        display: none;
    }

    /* ------------- Structure ------------- */

    body {
        background: #e6e6e6 none;
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        padding-top: 52px;
        font-size: 15px;
        line-height: 24px;
        color: #666;
    }

    @media (max-width: 979px) {
        body {
            padding-top: 0;
        }
    }

    /* Layouts */
    /* 1 Column Styled */
    .one-column-styled #content-area {
        min-height: 500px;
    }

    /* 2 Columns Left Layout */

    body.two-colummns-left .wrapper {
        background: #E6E6E6 url(../images/bkg_left-sidebar.png) repeat-y center 0;
    }

    body.two-colummns-left #content-area>.row-fluid {
        background: url(../images/bkg_left-sidebar-side.png) repeat-y 0 0;
    }

    body.two-colummns-left #content-area>.row-fluid>.span3 {
        padding-top: 30px;
    }

    body.two-colummns-left #content-area>.row-fluid>.span9 {
        background-color: #e6e6e6;
    }

    .main-content-inner {
        padding: 8% 8% 16%;
    }

    /* Bundle Pages Layout */

    body.catalog-bundle .wrapper {
        background: #E6E6E6 url(../images/bkg_left-sidebar.png) repeat-y center 0;
    }

    body.catalog-bundle #content-area #product_addtocart_form .row-fluid {
        background: url(../images/bkg_left-sidebar-side.png) repeat-y 0 0;
    }

    body.catalog-bundle #content-area .social-buttons {
        margin-bottom: 7px;
    }

    body.catalog-product-view #content-area .sidebar-block .product-options-bottom .price-as-configured {
        background-color: #fff;
        border: 1px solid #ccc;
        color: #505050;
        display: block;
        font-size: 18px;
        margin: 0;
        padding: 10px 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    body.catalog-product-view .wrapper .hero-unit {
        margin: 0;
    }

    body.catalog-product-view #content-area #product_addtocart_form {
        margin: 0;
    }

    body.catalog-product-view #content-area #product_addtocart_form .row-fluid>.span3 {
        padding-top: 30px;
    }

    body.catalog-product-view #content-area #product_addtocart_form .hero-unit .row-fluid>.span3 {
        padding: 0;
    }

    body.catalog-product-view #content-area #product_addtocart_form .row-fluid>.span9 {
        background-color: #e6e6e6;
    }

    body.catalog-product-view #content-area #product_addtocart_form .hero-unit .row-fluid,
    body.catalog-product-view #content-area #product_addtocart_form .hero-unit .row-fluid>.span9 {
        background: transparent none;
        margin-left: 0;
    }

    body.catalog-product-view #content-area #product_addtocart_form .row-fluid>.span9 .std {
        padding: 8% 8% 16%;
    }

    body.catalog-product-view #content-area #product_addtocart_form .row-fluid>.span9 .std.additional-description {
        padding-bottom: 0;
    }

    body.catalog-bundle #content-area .span3 .well {
        margin: 0 0 30px;
        padding: 30px;
    }

    body.catalog-product-view #content-area #product_addtocart_form .row-fluid>.span3 .btn-preview-samples {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    body.catalog-product-view #content-area #product_addtocart_form .row-fluid>.span3 .course-features {
        margin-bottom: 5px;
        padding-top: 10px;
    }

    body.catalog-product-view #content-area #product_addtocart_form .row-fluid>.span3 .course-features li {
        line-height: 18px;
        margin: 0 0 10px;
    }

    body.catalog-product-view #content-area #product_addtocart_form .row-fluid>.span3 .btn-preview-samples .btn {
        display: block;
        margin: 0 0 15px;
        padding: 10px;
    }

    body.catalog-product-view #content-area #product_addtocart_form .row-fluid>.span3 .social-buttons {
        text-align: center;
    }

    body.catalog-product-view .bundle-details {
        margin: 4% 8% 0;
        padding: 0 0 4%;
        border-bottom: 1px solid #ccc;
    }

    body.catalog-product-view .bundle-details ul.course-features {
        margin: 0;
        padding: 0 0 30px;
    }

    body.catalog-product-view .bundle-details ul.course-features li {
        border-right: 1px solid #b2b2b2;
        display: inline;
        float: left;
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 0 10px;
        padding: 0 7px 0 0;
    }

    body.catalog-product-view .bundle-details ul.course-features li:first-child {
        margin-left: 0;
    }

    body.catalog-product-view .bundle-details ul.course-features li:last-child {
        border-right: medium none;
    }

    body.catalog-product-view .bundle-details .media-formats-faq-link {
        margin: 0;
    }

    body.catalog-bundle #content-area .sidebar-block .product-options-bottom {
        margin: 40px -20px -40px;
        padding: 30px 50px;
        background-color: #f2f2f2;
        border-top: 1px solid #ccc;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    body.catalog-bundle #content-area .sidebar-block .product-options-bottom:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    body.catalog-bundle #content-area .sidebar-block .product-options-bottom .price-box {
        float: left;
        display: inline;
    }

    body.catalog-bundle #content-area .sidebar-block .product-options-bottom .form-inline {
        float: right;
        display: inline;
    }

    /* Hero Unit Over-rides */
    body.two-colummns-left .hero-unit,
    body.customer-account-index .hero-unit {
        margin-bottom: 0;
    }


    /* Sidebar Blocks */

    #content-area .span3 .block {
        width: auto;
        border: 1px solid #b2b2b2;
        background-color: #fff;
        margin: 0 -1px 15px;
        padding: 20px;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    }

    #content-area .span3 .block h3 {
        background-color: #f2f2f2;
        border-bottom: 1px solid #E6E6E6;
        font-size: 18px;
        line-height: 20px;
        margin: -20px -20px 16px;
        padding: 16px;
        text-transform: none;
    }

    #content-area .span3 .block ul {
        margin-bottom: 9px;
    }

    #content-area .span3 .block.block-cart {
        padding: 20px;
    }

    #content-area .span3 .sidebar-nav {
        padding: 20px;
    }

    @media (max-width: 767px) {
        body.two-colummns-left #content-area>.row-fluid {
            background-image: none;
        }

        #content-area .span3 .block {
            width: 268px;
        }
    }

    /* -- End / 2 Columns Left Layout -- */


    a {
        color: #d87722;
        word-wrap: break-word;
    }

    a:hover {
        color: #d87722;
    }

    a.more-link {
        position: relative;
    }

    a.more-link:after {
        position: relative;
        top: -3px;
        right: -5px;
        margin: 0;
        content: '';
        width: 0px;
        height: 0px;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid #000;
        font-size: 0px;
        line-height: 0px;
    }

    a.more-link:hover:after {
        color: #d87722;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal;
        text-transform: uppercase;
    }

    h1 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 30px;
        color: #595959;
    }

    h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 24px;
        color: #595959;
    }

    h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 24px;
        color: #595959;
    }

    h4,
    h5,
    h6 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 6px;
        font-weight: bold;
        color: #666;
        text-transform: none;
    }

    body.one-column-styled .page-title {
        display: none;
        height: 0;
    }

    body.one-column-styled .page-title.category-title.page-header {
        display: block;
        height: auto;
    }


    /* fonts/Typography */
    p,
    ul,
    ol,
    li,
    dl,
    dt,
    dd,
    table,
    tr,
    th,
    td,
    blockquote {
        font-size: 15px;
        line-height: 24px;
        color: #666;
    }

    p {
        margin-bottom: 24px;
    }

    ul {
        margin-bottom: 24px;
    }

    ol {
        margin-bottom: 24px;
    }

    li {
        /*margin-bottom:6px;*/
    }

    dl {
        margin-bottom: 24px;
    }

    dt {
        margin-bottom: 12px;
    }

    dd {
        margin-bottom: 12px;
    }

    table {
        margin-bottom: 24px;
    }

    /* Btns */
    .btn.btn-idle {
        background: #ececec none;
        padding: 7px 8px;
        border: 2px solid #dbdbdb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .btn.btn-idle i {
        opacity: .5;
    }

    .btn.btn-med {
        background: #bfbfbf none;
        border: 1px solid #bfbfbf;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .btn.btn-dark {
        background: #808080 none;
        border: 1px solid #808080;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }


    /* Tables */
    .data-table {
        width: 100%;
    }

    .data-table caption {
        color: #6699cc;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 20px;
        margin: 0 0 5px;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .data-table th {
        border: 1px solid #ccc;
        color: #999;
        font-weight: bold;
        padding: 2px 5px;
        text-align: center;
        white-space: nowrap;
    }

    .data-table td {
        border: 1px solid #ccc;
        padding: 2px 5px;
    }

    .data-table thead {
        background-color: #f2f2f2;
        font-size: 11px;
        font-weight: bold;
    }

    .data-table thead th,
    .data-table thead td {
        padding: 0 5px;
        text-align: center !important;
    }

    .data-table tbody {
        font-size: 12px;
    }

    .data-table tfoot {
        background-color: #f2f2f2;
        font-size: 11px;
        font-style: italic;
    }

    .data-table tfoot th,
    .data-table tfoot td {
        padding: 0 5px;
        text-align: center !important;
    }

    .data-table tr.first {}

    .data-table tr.last {}

    .data-table tr.odd {}

    .data-table tr.even {
        background-color: #fafafa;
    }

    .data-table tbody.odd {}

    .data-table tbody.odd td {}

    .data-table tbody.even {}

    .data-table tbody.even td {}

    .data-table tbody.odd tr.border td,
    .data-table tbody.even tr.border td {
        border-bottom-width: 1px;
    }

    .data-table th .tax-flag {
        font-weight: normal;
        white-space: nowrap;
    }

    .data-table td.label,
    .data-table th.label {
        background-color: #f6f6f6;
        font-weight: bold;
    }

    .data-table td.value {}

    /*
tr.summary-total { cursor: pointer;}
tr.summary-total td {}
tr.summary-total .summary-collapse { background: url("../images/bkg_collapse.gif") no-repeat scroll 0 4px rgba(0, 0, 0, 0);  cursor: pointer;  float: right; padding-left: 20px; text-align: right; }
tr.show-details .summary-collapse { background-position: 0 -53px; }
tr.show-details td {}
tr.summary-details td { background-color: #dae1e4;  color: #626465; font-size: 11px; }
tr.summary-details-first td { border-top: 1px solid #d2d8db; }
tr.summary-details-excluded { font-style: italic; }
*/


    /* Make Images Responsive/Fluid */
    img {
        max-width: 100%;
        height: auto;
    }

    @media \0screen {
        img {
            width: auto;
            /* for ie 8 */
        }
    }

    /*POS button on success*/
    .buttons-set {
        padding-bottom: 20px;
    }

    /* Pager */
    .pager-wrap {}

    .pager-wrap:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .pager-wrap .amount {
        float: left;
        display: inline;
    }

    .pager-wrap .input-prepend {
        float: right;
        display: inline;
    }

    .pager-wrap .input-prepend .add-on {
        float: left;
        display: inline;
    }

    .pager-wrap .input-prepend select {
        float: left;
        display: inline;
    }

    body.sales-order-history .back-link {
        text-align: center;
        margin-bottom: 60px;
    }

    .presenter-toolbar .pager {
        margin-bottom: 0;
    }

    .alert {
        margin: 30px;
    }

    .hidden {
        display: none;
    }

    .page-header {
        margin: 0;
        padding: 0;
        border: none;
    }

    .hero-unit h1,
    .hero-unit h2,
    .hero-unit h3,
    .hero-unit h4,
    .hero-unit h5,
    .hero-unit h6 {
        color: #fff;
    }

    .hero-unit {
        position: relative;
        width: 100%;
        margin: 0 0 30px;
        padding: 50px 0;
        background: #0e7eab url(../images/bkg_hero-unit.png) repeat-x 0 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #fff;
    }

    .hero-unit p,
    .hero-unit ul,
    .hero-unit ol,
    .hero-unit li,
    .hero-unit dl,
    .hero-unit dt,
    .hero-unit dd,
    .hero-unit table,
    .hero-unit tr,
    .hero-unit th,
    .hero-unit td,
    .hero-unit blockquote {
        color: #fff;
    }

    .hero-unit .container {
        position: relative;
    }

    .hero-unit h1 {
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 34px;
        letter-spacing: 0;
    }

    .hero-unit p {
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        color: #fff;
        margin: 0;
    }

    .hero-unit p>a,
    .hero-unit p>em>a,
    .hero-unit .page-title a {
        color: #b2e7ff;
        text-decoration: underline;
    }

    .link-print {
        padding-left: 10px !important;
    }

    .hero-unit p>a:hover,
    .hero-unit p>em>a:hover,
    .hero-unit .page-title a:hover {
        color: #b2e7ff;
        text-decoration: none;
    }

    .hero-unit .btn {
        color: #fff !important;
        text-decoration: none;
    }

    .hero-unit .btn:hover {
        color: #fff !important;
        text-decoration: none;
    }

    .hero-unit .horizontal-browser a,
    .hero-unit .horizontal-browser-grid a {
        text-decoration: none;
    }

    .hero-unit .category-title {
        float: left;
        display: inline;
    }

    .hero-unit .category-title.page-title h1 {
        margin-bottom: 20px;
    }

    .hero-unit .multiple-top-blocks .category-title {
        /*width:40%;*/
    }

    .hero-unit .multiple-top-blocks .event-options-wrap {
        /*width:60%;*/
    }

    .hero-unit .category-description {
        clear: both;
        float: left;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px;
        padding: 0;
    }

    .hero-unit .category-description:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .hero-unit .category-description .category-thumbnail {
        /*float:left; display:inline; margin:0;*/
    }

    .hero-unit .category-description .category-thumbnail img {
        /*margin:0 10px 0 0;*/
    }

    .hero-unit .category-description a {
        color: #B2E7FF;
    }

    .hero-unit.hero-message {
        background: #0d719a none;
        margin-bottom: 0;
        padding: 0;
    }

    .hero-unit.hero-checkout-progress {
        background-color: #2d8bb1 !important;
        border-top: 1px solid #0a4f6b !important;
        border-bottom: 1px solid #0a4f6b !important;
    }

    body.two-colummns-left .hero-unit h1,
    body.customer-account-create .hero-unit h1,
    body.customer-account-login .hero-unit h1,
    body.customer-account-forgotpassword .hero-unit h1,
    body.customer-account-index10 .hero-unit h1,
    body.catalogsearch-result-index .hero-unit h1,
    body.catalogsearch-result-index .hero-unit h1,
    .hero-unit .page-title h1 {
        margin-bottom: 0;
    }

    .hero-unit .title-bar {
        background-color: #2d8bb1;
        margin: -50px 0 30px;
        padding: 40px 0 43px;
    }

    .hero-unit .title-bar h1 {
        float: left;
        text-transform: none;
    }

    .hero-unit .container h1 {
        float: left;
        margin-bottom: 0;
    }

    .hero-unit .title-bar .event-option-block,
    .hero-unit .event-info-block {
        margin: -17px 0 -21px;
    }


    @media (max-width:48em) {
        .hero-unit .title-bar .event-option-block {
            clear: both;
            margin: 30px 0 0;
        }
    }

    .hero-unit .event-option-block {
        padding: 20px 20px 0 20px;
        height: auto;
        min-height: 100px;
    }

    .hero-unit .title-bar .cme-block a {
        background: url("../../acp/images/icon-cme.png") no-repeat 16px 13px;
        padding-left: 77px;
    }

    .hero-unit .quick-order-form a {
        background: url("../../acp/images/icon-cme.png") no-repeat 16px 13px;
        padding-left: 77px;
    }

    .hero-unit .quick-order-form h3 {
        font-size: 16px;
    }

    .hero-unit .message {
        font-size: 12px;
        line-height: 16px;
        padding: 10px;
        margin-bottom: 20px;
        color: rgba(255, 255, 255, .9);
        background-color: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .25);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .hero-unit .message p {
        margin-bottom: 24px;
    }

    .hero-unit .message p:last-child {
        margin-bottom: 0;
    }


    /* Event Hero Unit */
    .hero-unit.event {
        width: auto;
        margin: 0 0 30px;
        padding: 40px 0 0;
    }

    /* .hero-unit.event .container-inner { padding:0 22px 0 34px; }*/
    .hero-unit.event h1 {
        font-size: 30px;
    }

    .hero-unit.event .page-title h1,
    .hero-unit.event .category-title.page-title h1,
    .hero-unit.event .category-description {
        margin: 0 0 10px 0;
    }

    .hero-unit.event .category-thumbnail img {
        margin: 0 0 0 0;
    }

    .hero-unit.event .session-tab-nav {
        margin: 23px 0 0;
    }

    .hero-unit.event .download-btn {
        margin: 12px 0 10px 0;
    }

    .hero-unit.event .download-btn .btn {
        font-size: 15px;
        line-height: 16px;
        text-align: left;
        padding: 7px 14px;
    }

    .hero-unit.event .download-btn i {
        float: left;
        font-size: 22px;
        margin: 4px 14px 0 0;
    }

    .hero-unit.event .download-btn span {
        display: inline-block;
    }

    .hero-unit.event #session_loader {
        margin: -20px 0 0;
    }




    /*
.hero-unit .dropdown-menu li > a:hover,
.hero-unit .dropdown-menu .active > a,
.hero-unit .dropdown-menu .active > a:hover { background-color:#D87722; }
*/

    /* -- FORMS -- */
    .well,
    form.well {
        width: auto;
        border: 1px solid #b2b2b2;
        background-color: #fff;
        margin-bottom: 30px;
        padding: 40px 40px 0;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    }

    .well.well-offwhite {
        background-color: #f4f4f4;
    }

    /*#content-area .span3 .well { margin-bottom:15px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; }*/
    /*form.well .form-actions { margin:40px -14px -14px; -webkit-border-bottom-right-radius:4px; -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-bottomleft:4px; border-bottom-right-radius:4px; border-bottom-left-radius:4px; }*/
    .well .form-actions {
        margin: 40px -40px 0;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .form-horizontal .form-actions {
        padding: 30px 40px 20px;
    }

    .well.standard-pad {
        padding-bottom: 30px;
    }

    .well .well {
        box-shadow: none;
        border-color: #ccc;
        background-color: #f2f2f2;
    }

    .well .well table th,
    .well .well table td {
        background-color: #fff;
    }

    .well .section-title {
        margin: 0 -40px;
        padding: 20px 40px;
        border-bottom: 1px solid #808080;
    }

    .well .section:first-child {
        margin-top: -40px;
    }

    .well .section:first-child .section-title {
        border-top: 1px solid #808080;
    }

    .well .section {
        background: #fff none;
        padding: 0;
    }

    .well.sidebar-block {
        padding: 20px 20px 40px;
    }

    .well.sidebar-block .form-inline label {
        display: none;
    }

    .well.sidebar-block .form-inline input {
        display: none;
    }

    .well.sidebar-block .price-as-configured {
        display: none;
    }

    .well.sidebar-block .price {
        font-weight: bold;
    }

    .well.sidebar-block .input-box {
        margin-bottom: 20px;
    }


    /* One Page Check Out */

    #checkoutSteps .well .section .step {
        padding: 30px 0 0;
    }

    #checkoutSteps .well .section .step .form-actions {
        margin: 30px -40px 0;
    }

    #checkoutSteps .well .section .step .form-actions button.btn-large {
        float: right;
    }

    #checkoutSteps form {
        margin: 0;
    }

    #checkoutSteps .checkout-step-review {
        margin-bottom: 40px;
    }

    #checkoutSteps .well .section #checkout-step-login {
        padding-bottom: 40px;
    }

    #checkoutSteps .well .section #checkout-step-review {
        padding: 30px;
    }

    #checkout-review-table th,
    #checkout-review-table td {
        padding: 10px 20px;
    }

    .checkout-agreements {
        border: 1px solid #dddddd;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        background: #f9f9f9;
        padding: 10px;
    }

    .agreement-content {
        font-size: 12px;
    }

    .agree {
        margin: 0;
    }

    .agree label {
        font-size: 12px;
        color: #d87722;
        display: inline;
        margin: 0 0 0 10px;
    }


    /* Bundle Page */

    .product-image {
        margin: 0 0 16px;
        width: 100%;
    }

    .product-image>a {
        display: block;
        width: 100%;
    }

    .product-image>a img {
        min-width: 100%;
    }

    .sidebar-block #product-options-wrapper {}

    .sidebar-block #product-options-wrapper>div {
        padding: 30px 30px 0;
    }

    .sidebar-block #product-options-wrapper>div>label:first-child {
        font-size: 14px;
        font-weight: bold;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .sidebar-block #product-options-wrapper .qty-holder {
        display: block;
        margin-bottom: 16px;
    }

    .sidebar-block .product-options-bottom .price-as-configured {
        display: none;
    }

    .sidebar-block #product-options-wrapper .qty-holder:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .sidebar-block #product-options-wrapper .qty-holder label {
        float: left;
        margin-top: 5px;
    }

    .sidebar-block #product-options-wrapper .qty-holder input {
        float: left;
        width: 30px;
    }

    .sidebar-block #product-options-wrapper .help-block {
        display: none;
        font-size: 12px;
    }

    .sidebar-block #product-options-wrapper .price-box {
        padding: 10px;
    }

    .sidebar-block #product-options-wrapper .data-table thead th {
        white-space: normal;
    }

    /*
.sidebar-block #product-options-wrapper select { width:100%; min-height:400px; }
*/

    .sidebar-block #product-options-wrapper .controls label.radio {
        position: relative;
    }

    .sidebar-block #product-options-wrapper .controls label.radio .radio {
        position: absolute;
        top: 0;
        left: 15px;
    }

    .sidebar-block #product-options-wrapper .controls>.radio:first-child,
    .sidebar-block #product-options-wrapper>.checkbox:first-child {
        padding-top: 0;
    }

    .sidebar-block #product-options-wrapper .options-list label {
        position: relative;
    }

    .sidebar-block #product-options-wrapper .options-list label input.checkbox {
        position: absolute;
        top: 6px;
        left: 16px;
    }

    .sidebar-block .product-options-bottom {
        padding: 0 30px 30px;
    }

    body.catalog-downloadable .product-options {
        display: none;
        height: 0;
    }

    /* New Bundle Enhancements */
    #main-area-add-to-cart {
        margin: 70px 70px 0;
    }

    #main-area-add-to-cart.hide-box {
        display: none;
        height: 0;
    }

    .sidebar-block #product-options-wrapper .qty-holder {
        display: none;
    }

    .well.sidebar-block .input-box.check-box {}

    .well.sidebar-block .check-box-wrap {
        border-top: 1px solid #ccc;
        padding-top: 20px;
        padding-left: 30px;
    }

    .well.sidebar-block .check-box-wrap:first-child {
        border-top: 0;
        padding-top: 0
    }

    .well.sidebar-block .check-box-wrap:last-child {
        border-bottom: none;
        margin-bottom: 20px;
    }

    .well.sidebar-block .check-box-wrap label {
        font-weight: bold;
    }

    .well.sidebar-block .check-box-wrap label.checkbox {
        font-weight: normal;
    }

    /*.product-options {}*/


    /* Login Form - Custom */
    #new-customers {
        position: relative;
        height: 460px;
        margin-bottom: 60px;
        padding-bottom: 40px;
    }

    #registered-customers {
        position: relative;
        height: 460px;
        margin-bottom: 60px;
        padding-bottom: 40px;
    }

    #new-customers .form-actions,
    #registered-customers .form-actions {
        position: absolute;
        left: 0px;
        bottom: 0;
        float: left;
        width: 100%;
        height: 71px;
        margin: 0;
        padding: 20px 0;
    }

    #new-customers .form-actions>*,
    #registered-customers .form-actions>* {
        margin-left: 6%;
        position: absolute;
        bottom: 30px;
    }

    #new-customers .form-actions .btn,
    #registered-customers .form-actions .btn {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

    #personal-info,
    #login-info,
    #aacn-info {
        position: relative;
        /*min-height:380px;*/
        margin-bottom: 60px;
    }

    #personal-info .form-actions,
    #login-info #aacn-info.form-actions {
        position: absolute;
        left: 40px;
        bottom: 0;
        width: 528px;
        height: 71px;
        margin-bottom: 0;
    }

    #personal-info .form-actions .btn,
    #login-info #aacn-info .form-actions .btn {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

    #aacn-info {
        margin-bottom: 60px;
    }

    .aacn_member_institution {
        width: 200px !important;
    }

    .form-account-create .customer-name {}

    form.well.form-account-create {
        position: relative;
        height: auto;
        padding-bottom: 80px;
        margin-bottom: 60px;
    }

    .form-account-create:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .form-account-create .form-actions {
        position: absolute;
        left: 40px;
        bottom: 0;
        width: 100%;
        padding: 20px 0;
        height: 71px;
        margin-bottom: 0;
    }

    .form-account-create .form-actions .btn {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

    .form-account-create .form-actions>* {
        margin-left: 6%;
    }

    .form-account-create input,
    .form-account-create textarea,
    .form-account-create select,
    .form-account-create .uneditable-input {
        width: auto;
    }


    #personal-info {
        padding-top: 20px;
    }

    /*removed for now until tom is ready to revert
#login-info { padding-top:20px; }
*/
    #personal-info-acp,
    #login-info-acp {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .acp-span3 {
        margin-left: 0px;
    }

    .form-account-create .register-password-field {
        margin: 0;
        float: right;
        position: relative;
    }

    /* Section */
    .section {
        background: #e6e6e6 url(../images/bkg_section.gif) repeat-x 0 bottom;
        width: 100%;
        padding: 32px 0;
    }

    .section:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .section-title {
        background-color: #cfcfcf;
        width: 100%;
        margin: 0 0 30px;
        padding: 24px 0;
        font-size: 30px;
        line-height: 30px;
        color: #333;
        text-transform: uppercase;
    }

    .section-title:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0;
    }

    .section-title.top-title {}

    .section-title.bottom-title {
        margin-bottom: 0;
    }

    .section-title+.section {
        padding-top: 0;
    }

    .section-title.bottom-title+.section {
        padding-top: 30px;
    }

    .sponsor-container {
        margin-top: -20px;
        float: right;
    }

    #activation-image img {
        margin: 20px;
    }

    .container {
        clear: both;
    }

    .container:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .widget {
        width: auto;
        margin: 0;
        padding: 0;
        display: block;
        float: none;
    }

    .widget .widget-title {
        background: none;
        display: block;
        margin: 0;
    }

    .widget .widget-title h2,
    .widget .widget-title h3 {
        font-size: 24px;
        line-height: 26px;
        color: #333;
        margin: 0;
        padding: 0;
    }

    .widget .widget-title h3 {
        color: #595959;
    }

    .widget .widget-title a {
        color: #323F4D;
    }

    .widget-player-custom-media-player .widget-title {
        margin-bottom: 30px;
    }


    /* -- Nav -- */

    #content-area .span3 .well {
        margin: 0 0 16px;
        padding: 0;
        border: none;
    }

    .nav-list li.parent a.level-top .caret {
        border-bottom-color: #FFFFFF;
        border-top-color: #FFFFFF;
    }

    .nav-list {
        background: #0e7eab url(../images/bkg_hero-unit.png) repeat-x 0 0;
        padding: 16px 0 0;
    }

    .nav-list ul {
        display: block;
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
        list-style: none outside none;
        margin: 0;
        overflow: visible;
        padding: 8px 0 12px;
    }

    .nav-list>li.nav-header {
        text-transform: none;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: normal;
    }

    /* Toggle stuff */
    .sidebar-nav .nav-list li.parent a.level-top {
        position: relative;
        padding-right: 30px;
    }

    /* Toggle Arrow
.sidebar-nav .nav-list li.parent a.level-top:after { content:''; position:absolute; top:0; right:0; z-index:999; display:inline-block; width:30px; height:100%; background:red url(../images/arrows.png) no-repeat 10px 20px; }
*/
    .nav-list>li>a,
    .nav-list .nav-header {
        margin: 0;
        text-shadow: none;
        color: #fff;
        font-weight: bold;
    }

    .nav-list>li>a.level-top,
    .nav-list>li>a.level-top:hover {
        position: relative;
        background: #0a5978;
        padding: 10px 16px;
    }

    .nav-list li.parent span {
        text-shadow: none;
    }

    .nav-list ul li {
        color: #fff;
        border-top: 1px solid #0b6285;
        margin: 0 12px 0 16px;
        padding: 4px 0;
        font-size: 14px;
        font-weight: normal;
    }

    .nav-list ul>li.level1 {
        margin: 0 12px 0 16px;
        color: #fff;
        border-top: none;
    }

    .nav-list ul>li.level1 a {
        color: #fff;
    }

    .nav-list ul>li.level1>a {
        color: #ccc;
    }

    /*
.nav-list ul li.level2 { margin:0 8px 0 7px; padding:8px 0 7px; }
*/
    .nav-list ul li>ul li,
    .nav-list ul li div>ul li {
        margin: 0;
    }

    .nav-list ul li a {
        color: #6ab3e1;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        text-decoration: none;
        position: relative;
    }

    .nav-list ul li.level-top {}

    .nav-list ul li.level0 {}

    .nav-list ul li.level1 {}

    .nav-list ul li.level1+li.level1 {
        margin-top: -20px;
    }

    .nav-list ul li {}

    /*
.sidenav ul li.dropdown a .caret {
    background: url("../images/sprite.png") no-repeat scroll -40px -421px rgba(0, 0, 0, 0);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid;
    display: inline-block;
    float: right;
    height: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    text-indent: -999px;
    vertical-align: middle;
    white-space: nowrap;
    width: 15px;
}
.sidenav ul li.dropdown a.active-trail .caret {
    background: url("../images/sprite.png") no-repeat scroll -20px -421px rgba(0, 0, 0, 0);
}
*/

    /* -- Header -- */

    /* Fixed Nav */
    .brand-badge {
        width: 113px;
        height: 33px;
        margin: 0px 60px 0px 6px;
    }

    .brand-badge a {
        display: block;
        background: url(../images/logo_playbacknow-badge.png) no-repeat 0 0;
        width: 140px;
        height: 34px;
        text-indent: -999px;
    }

    #header .navbar {}

    #header .navbar-inner {
        margin: 0;
        padding: 10px 0;
    }

    #header .container {}

    #header .navbar .nav {
        display: block;
        float: left;
        left: 0;
        margin: 2px 0 0 9px;
        position: relative;
    }

    #header .navbar .links>li {
        border-left: none;
        font-size: 20px;
        height: auto;
        margin: 0;
        padding: 0;
    }

    #header .navbar .links>li.last {
        border: none;
    }

    #header .navbar .links>li>a {
        color: #FFFFFF;
        display: block;
        font-size: 20px;
        font-weight: bold;
        height: auto;
        padding: 3px 37px 0 0;
        text-align: left;
    }

    #header .navbar .links>li>a:hover {
        background-color: transparent;
    }

    .main-nav span {
        font-weight: bold;
    }

    #header .navbar .links>li>a>i {
        margin-top: 5px;
    }

    /* -- Body Header -- */
    #header .branding-bar {
        background-color: #fff;
    }

    #header .branding-bar {}

    #header .branding-bar .container {
        min-height: 109px;
    }

    #header .branding-bar .logo-container {}

    #header .branding-bar .logo-container .logo-parent {
        float: left;
        display: inline;
        margin: 29px 16px 0 3px;
        padding: 0 16px 0 0;
        border-right: 1px solid #b2b2b2;
    }

    #header .branding-bar .logo-container .logo-parent2 {
        float: left;
        display: inline;
        margin: 30px 0px 0 0;
        padding: 0 0px 0 0;
    }

    #header .branding-bar .logo-container .logo {
        float: left;
        display: inline;
        margin: 13px 0 0 0;
    }

    #header .branding-bar .quick-access {
        display: none;
    }

    #header .branding-bar .login-bar {}



    /* Login Popover */
    .login-bar {
        display: none;
        background-color: #f8f8f8;
        border: 1px solid #ccc;
        border-top: none;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, .3);
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        opacity: 0;
        margin: 0;
        padding: 20px;
        position: absolute;
        right: -30px;
        top: 42px;
        width: 262px;
        z-index: 999;
        color: #666;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

    .login-bar.active {
        opacity: 1;
        display: block;
    }

    .login-bar form {
        margin: 0;
    }

    .login-bar fieldset {
        border: none;
        margin: 0;
        padding: 0;
    }

    .login-bar label {
        padding-top: 10px;
        font-size: 15px;
    }

    .login-bar a {
        color: #666;
    }

    .login-bar a:hover {}

    .login-bar .forgot-password {
        padding-top: 15px;
    }

    #link-loggin {
        outline: none !important;
    }

    #link-loggin.active {
        color: #ccc !important;
    }

    .top-customer-links {
        margin: 0;
    }

    #header .callout-nav {
        float: right;
        display: inline;
    }

    #header .callout-nav ul {
        margin: 0;
        padding: 0;
    }

    #header .callout-nav li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
    }

    #header .callout-nav a {
        position: relative;
        display: block;
        height: 77px;
        margin: 0;
        padding: 32px 39px 0px 70px;
        border-right: 1px solid #ccc;
        color: #000;
        font-size: 22px;
        line-height: 20px;
        font-weight: bold;
    }

    #header .callout-nav li:first-child a {
        border-top: none;
        border-left: 1px solid #ccc;
        border-right: none;
    }

    #header .callout-nav .header-already-activate {
        border-right: 1px solid #ccc;
    }

    #header .callout-nav a:hover {
        text-decoration: none;
        background-color: #fafafa;
    }

    #header .callout-nav a span {
        display: block;
        color: #999;
        padding-top: 4px;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
    }

    #header .callout-nav a span+span {
        padding-top: 0px;
    }

    #header .callout-nav li.last a {
        border-right: 1px solid #ccc;
    }

    #header .callout-nav a i {
        position: absolute;
        top: 30px;
        left: 15px;
    }

    #header .callout-nav a.active {
        height: 67px;
        border-bottom: 10px solid #d87722;
    }

    #header .callout-nav a.active:hover {
        background-color: #fff;
    }

    .icon-activate {
        background: url(../images/icon_activate-nav.png) no-repeat 0 0;
        width: 46px;
        height: 41px;
    }

    a:hover .icon-activate,
    a.active .icon-activate {
        background-position: 0 -41px;
    }

    .icon-upgrade {
        background: url(../images/icon_upgrade-nav.png) no-repeat 0 0;
        width: 46px;
        height: 41px;
    }

    a:hover .icon-upgrade,
    a.active .icon-upgrade {
        background-position: 0 -41px;
    }

    .icon-dashboard {
        background: url(../images/icon_dash-nav.png) no-repeat 0 0;
        width: 46px;
        height: 41px;
    }

    a:hover .icon-dashboard,
    a.active .icon-dashboard {
        background-position: 0 -41px;
    }

    .icon-cog {
        background: url(../images/icon-cog_02.png) no-repeat 0 0;
        width: 25px;
        height: 24px;
    }

    .icon-trash {
        background: url(../images/icon_trash.png) no-repeat 0 0 !important;
        width: 20px;
        height: 28px;
    }

    .icon-move-to-top {
        background: url(../images/icon_move-to-top.png) no-repeat 0 0 !important;
        width: 24px;
        height: 24px;
    }

    .icon-move {
        background: url(../images/icon_move.png) no-repeat 0 0 !important;
        width: 40px;
        height: 40px;
    }

    .icon-accordion-btn {
        background: url(../images/icon-toggle-btn.png) no-repeat 0 0;
        width: 31px;
        height: 28px;
    }

    .accordion-toggle.active .icon-accordion-btn {
        background-position: 0 -28px;
    }

    /* -- Footer -- */

    footer.footer {
        margin: 0;
        padding: 80px 0;
        background-color: #fff;
        border-top: 20px solid #0c0c0c;
        border-bottom: 20px solid #0c0c0c;
    }

    footer.footer>.container {
        position: relative;
    }

    footer.footer p {}

    .footer-list {
        list-style: none;
        margin: 0;
        padding: 20px 0 0;
    }

    .footer-list li {
        width: 50%;
        display: inline;
        float: left;
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .event-nav .footer-list li {
        width: 100%;
    }

    .footer-list li a {
        text-decoration: none;
        color: #000;
    }

    footer.footer .help-nav {
        position: absolute;
        top: -92px;
        right: 0;
    }

    footer.footer .help-nav ul {}

    footer.footer .help-nav li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    footer.footer .help-nav a {
        display: block;
        background-color: #0c0c0c;
        margin: 0;
        padding: 15px 25px 18px;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        -webkit-border-bottom-right-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        -moz-border-radius-bottomleft: 7px;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
    }

    footer.footer .help-nav a:hover {
        text-decoration: none;
        color: #ccc;
    }

    /*
body.customer-account-index footer,
body.cmecourse-customer-courses footer { background:#fff; padding-top:0; }
*/

    .footer-nav {
        text-align: center;
        margin: 0;
        padding: 60px 0;
        background: transparent url(../images/bkg_footer_stripe.png) left bottom repeat-x;
    }

    .footer-nav:after {
        content: '.';
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

    .footer-nav ul.footer-cats {
        list-style: none;
        margin: 0;
        float: left;
        width: 100%;
    }

    .footer-nav ul.footer-cats li {
        padding: 20px;
        display: inline;
        font-size: 28px;
        font-weight: bold;
        line-height: 28px;
    }

    .footer-nav ul.footer-cats li a {
        color: #666;
        text-decoration: none;
    }

    .footer-nav ul.footer-cats li a:hover {
        text-decoration: none;
        color: #000;
    }

    footer.footer .event-nav,
    footer.footer .site-map-nav {}

    footer.footer .event-nav h3,
    footer.footer .site-map-nav h3 {
        border-bottom: 1px solid #6699cc;
        margin: 0;
        padding: 0 0 3px;
        font-size: 32px;
        line-height: 32px;
        font-weight: normal;
    }


    .logo-footer {
        float: right;
        display: inline;
        margin: 55px 20px 0 0;
        padding: 0;
    }

    .logo-sponsor-footer {
        float: right;
        display: inline;
        margin: 30px 0px 0 30px;
        padding: 0;
    }

    .logo-sponsor-footer img {
        height: auto;
        max-width: 180px;
    }

    @media (max-width: 767px) {
        .footer-nav ul.footer-cats li {
            display: block;
            padding-bottom: 0;
        }

        body.catalog-product-view #content-area #product_addtocart_form .row-fluid>.span3 {
            padding: 0;
        }
    }

    .tiny-footer {
        background: #fff url(../images/footer-bkg.png) repeat-x 0 0;
        margin: 0;
        padding: 0 0 70px;
    }

    .tiny-footer:after {
        content: '.';
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

    .tiny-footer-inner {
        margin: 0 auto;
    }

    .tiny-footer .row-fluid {
        margin: 0;
        padding: 0;
    }

    .tiny-footer .copyright {
        padding-top: 116px;
        font-size: 20px;
        line-height: 24px;
    }

    .tiny-footer img {
        float: right;
        margin-top: 73px;
    }

    @media (max-width: 767px) {
        .footer .container {
            padding-left: 20px;
            padding-right: 20px;
        }

        .tiny-footer {
            text-align: center;
        }

        .tiny-footer .copyright {
            background-color: #fff;
            border-bottom: 1px solid #d9d9d9;
            padding: 20px;
        }

        .tiny-footer img {
            float: none;
            margin-top: 62px;
        }
    }

    .carousel-control {
        line-height: 26px;
    }

    /* Content Area */
    #content-area {
        margin: 0;
        padding: 0;
        min-height: 400px;
    }

    #content-area.container {
        margin: 0 auto;
    }


    /* phone and expanded
.nav-categories.in .cats li a { font-size:13px; }
.nav-categories.in .cats li { padding:0; border:none; }
.nav-categories.in .cats { border:none; }
*/


    /*
#branding-bar   { background-color:#f4e9b2; float:left; width:100%; margin:0 0 40px 0; padding:37px 0 45px; }
#branding-bar:after { content:'.'; clear:both; display:block; height:0; visibility:hidden; }
    #logo-acp-cs    { float:left; display:inline; margin:0; padding:0; }
    #logo-acp       { float:right; display:inline; margin:12px 0 0; padding:0; }
/ on other pages /
#branding-bar { border-bottom: 12px solid #007C66; }
body.cms-index-index #branding-bar,
body.cms-promo #branding-bar,
body.cms-promocs13009 #branding-bar,
body.customer-account-index #branding-bar,
body.cmecourse-customer-courses #branding-bar,
body.player-cme-index #branding-bar { margin-bottom:0px; border-bottom:none; }

@media (max-width: 979px) {
    #logo-acp-cs, #logo-acp { text-align:center; float:none; display:block; }
    #logo-acp-cs img { padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid #ded4a2; }
}
*/

    .nav-collapse {
        /*height:auto !important;*/
    }

    @media (max-width: 979px) {

        .navbar .nav-collapse .main-nav,
        .navbar .nav-collapse .account-nav,
        .navbar .nav-collapse .search-nav {
            clear: both;
            float: none;
        }

        .navbar .nav-collapse .search-query {
            display: inline-block;
        }



        .navbar-search {
            float: left;
            margin: 0;
            border: none;
            box-shadow: none;
            padding-left: 9px;
        }

        #header .navbar .links li {
            margin: 0 0 10px 0;
        }

        #header .branding-bar .callout-nav {
            float: left;
        }

        #header .branding-bar .logo-container {
            max-width: 100%;
        }

        .sponsor-container {
            margin-top: 0px;
            float: none;
        }

        .sponsor-container img {
            margin-top: 20px;
        }

        .hero-unit .container,
        .section .container {
            padding-left: 20px;
            padding-right: 20px;
        }

        /* === activation page === */
        /*body.registrationarea-index-index .form-horizontal .control-label { text-align:left; }*/


    }

    /* form styling on activation page not full width */
    @media (max-width: 1199px) {
        body.registrationarea-index-index .form-horizontal .control-group>label {
            float: none;
            width: auto;
            padding-top: 0;
            text-align: left;
        }

        body.registrationarea-index-index .form-horizontal .controls {
            margin-left: 0;
        }
    }

    .masthead h1,
    .masthead p {}

    .jumbotron {
        text-align: center;
    }

    .jumbotron h1 {
        font-size: 40px;
        line-height: 44px;
        padding-top: 20px;
    }

    .jumbotron p {
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }

    .jumbotron ul {
        margin-bottom: 30px;
        padding-top: 20px;
    }

    .jumbotron li {
        color: #e5e5e5;
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
    }

    .jumbotron btn {
        text-align: center;
    }

    .jumbotron ul.unstyled li {
        text-align: right;
        padding: 0 5px;
    }

    .jumbotron ul.unstyled li .price-label {
        float: left;
    }


    /* Nav */
    .navbar-search {
        bottom: 5px;
        margin-right: 80px;
    }

    @media (min-width: 979px) {
        .navbar .links>li {
            font-size: 24px;
            height: 70px;
            margin: 0;
            padding: 0;
            border-left: 3px solid #B3B3B3;
        }

        .navbar .links>li.last {
            border-right: 3px solid #B3B3B3;
        }

        .navbar .links>li>a {
            color: #fff;
            display: block;
            height: 45px;
            padding: 25px 35px 0;
            font-size: 24px;
            text-align: left;
            font-weight: bold;
        }

        .navbar .links>li>a:hover {
            background-color: #666;
            text-decoration: none;
        }
    }

    @media (max-width: 979px) {
        li#user-nav {
            float: left;
            margin-left: 20px;
            font-size: 24px;
            height: 70px;
            margin: 0;
            padding: 0;
            border-left: 3px solid #B3B3B3;
            border-right: 3px solid #B3B3B3;
        }

        li#user-nav a {
            color: #fff;
            display: block;
            height: 45px;
            padding: 25px 35px 0;
            font-size: 24px;
            text-align: left;
            font-weight: bold;
        }

        li#user-nav a:hover {
            background-color: #666;
            text-decoration: none;
        }

        .navbar-fixed-top .navbar-inner {
            padding: 0 20px;
        }

        .navbar .btn-navbar {
            margin-top: 0px;
        }

        .navbar .nav.cats>li>a {
            font-size: 24px;
            border-bottom: 1px solid #B3B3B3;
            padding: 20px 38px;
        }

        .navbar .nav.cats>li.last>a {
            border-bottom: none;
        }

        li#user-nav.dropdown.open .dropdown-menu {
            display: block;
        }

    }

    #header .navbar .links li#user-nav>a {
        padding-right: 0px;
        margin-right: -5px;
    }

    #account-link .icon-chevron-down {
        position: relative;
        top: 5px;
        margin-left: 5px;
    }

    @media (max-width: 979px) {
        #account-link .icon-chevron-down {
            display: none;
        }
    }

    @media (max-width: 767px) {
        #account-link .icon-chevron-down {
            display: none;
        }
    }

    @media (max-width: 979px) {
        body {
            padding-left: 0px;
            padding-right: 0px;
        }

        .navbar-fixed-top {
            margin-bottom: 0px;
        }
    }

    @media (max-width: 767px) {
        .navbar-fixed-top {
            margin-left: 0px;
            margin-right: 0px;
            /* min-width: 380px; */
        }
    }

    /* Dropdown */
    .navbar li#user-nav ul.dropdown-menu li {
        height: auto;
        border: none;
    }

    .navbar li#user-nav ul.dropdown-menu li a {
        color: #333;
        height: auto;
        padding: 8px 20px;
        font-size: 16px;
        font-weight: normal;
    }

    .navbar li#user-nav ul.dropdown-menu li a:hover {
        color: #fff;
    }

    .navbar li#user-nav ul.dropdown-menu li.divider {
        height: 1px;
        padding: 0;
    }


    #content-top {
        float: left;
        background-color: #007c66;
        box-shadow: 0px 10px 40px #00725e inset;
        width: 100%;
        margin: 0;
        padding: 40px 0 60px;
        color: #fff;
    }

    #content-top:after {
        content: '.';
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }



    /* Search Autocomplete*/
    .search-autocomplete {}

    .search-autocomplete ul {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
        float: left;
        /*min-width:160px;*/
        width: 280px;
        padding: 4px 0;
        margin: 0;
        list-style: none;
        background-color: #ffffff;
        border-color: #ccc;
        border-color: rgba(0, 0, 0, 0.2);
        border-style: solid;
        border-width: 1px;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        *border-right-width: 2px;
        *border-bottom-width: 2px;
    }

    .search-autocomplete li {}

    .search-autocomplete li>a {
        border-top: 1px solid #e5e5e5;
        text-decoration: none;
        display: block;
        padding: 7px 15px;
        clear: both;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #333333;
        /*white-space:nowrap;*/
    }

    .search-autocomplete li:last-child>a {
        border-bottom: 1px solid #e5e5e5;
        color: #0E7EAB;
    }

    .search-autocomplete li>a:hover,
    .search-autocomplete .active>a,
    .search-autocomplete.active>a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #D87722;
        /*#0E7EAB*/
    }

    .search-autocomplete li .session-extra-data {
        font-size: 10px;
        color: #808080;
    }

    .search-autocomplete li>a:hover .session-extra-data,
    .search-autocomplete .active>a .session-extra-data,
    .search-autocomplete.active>a:hover .session-extra-data {
        color: #fff;
    }

    .search-autocomplete li .seach-image {
        display: none;
        height: 0;
    }

    .dropdown-menu li>a:hover,
    .dropdown-menu .active>a,
    .dropdown-menu .active>a:hover {
        background-color: #D87722;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 8px 1px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
        *width: 100%;
        *margin: -5px 0 5px;
    }



    /* -- Home Page -- */

    .home-info-container h3 {
        /*font-size:22px; line-height:30px; margin-bottom:40px;*/
    }

    .home-info-container p {
        /*font-size:22px; line-height:30px;*/
    }

    .home-info-container .accordion-inner p {
        /*font-size:13px; line-height:18px;*/
    }

    .home-info-container,
    .home-sessions-container,
    .home-presenters-container,
    .home-cat-container {
        margin: 0;
        padding: 0;
    }

    .home-info-container .container,
    .home-sessions-container .container,
    .home-presenters-container .container,
    .home-cat-container .container {
        padding: 60px 0 0 0;
    }

    .home-sessions-container {
        background: url(../images/bkg_presentations_top.png) top center no-repeat #cfd0d1;
    }

    .home-sessions-container .btn {
        clear: both;
    }

    .home-presenters-container {}

    .home-cat-container {}

    .home-cat-container li h3 {
        font-weight: normal;
        border-top: 2px solid #e6e6e6;
        padding: 22px 0;
    }

    /* Featured Videos */
    .hp-featured-videos {}

    /* Being Watched Now */
    .hp-being-watched-now {}


    @media (max-width: 979px) {

        .home-info-container,
        .home-sessions-container,
        .home-presenters-container,
        .home-cat-container {
            padding-right: 20px;
            padding-left: 20px;
        }
    }




    /* -- Session List -- */

    .home-session-list {}

    .home-session-list .row {
        margin: 0;
    }

    .session-list {
        margin: 0;
        padding: 0;
    }

    .session-list:after {
        content: '.';
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

    .session {
        margin-bottom: 20px;
    }

    .session-inner {
        list-style: none;
        background-color: #f2f2f2;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.10);
        padding: 30px 20px;
        min-height: 200px;
        border: 1px solid #ddd;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        text-align: left;
    }

    .session h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .session ul {
        list-style: none;
        font-size: 18px;
        line-height: 36px;
        color: #808080;
        margin: 0;
    }

    .session ul li {
        padding: 5px 0 10px 40px;
    }

    .session .session-presenters {
        background: url(../images/icon-presenters.png) 0px 0px no-repeat;
        margin-bottom: 10px;
    }

    .session .session-cats {
        background: url(../images/icon-cats.png) 0px 0px no-repeat;
    }

    @media (max-width: 767px) {
        .thumbnails .session {
            float: none;
        }

        .thumbnails.home-cat-list li {
            float: none;
            margin: 0;
        }
    }


    /* -- Bootstrap Cutomizations --

.btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled],
.btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .btn-info.disabled,
    .btn-info[disabled],
.btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled],
.btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .btn-warning.disabled,
    .btn-warning[disabled],
.btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .btn-danger.disabled,
    .btn-danger[disabled],
.btn-inverse:hover,
    .btn-inverse:focus,
    .btn-inverse:active,
    .btn-inverse.active,
    .btn-inverse.disabled,
    .btn-inverse[disabled]  { background-position:-15px 0; }
*/

    .btn {
        outline: none !important;
    }

    .btn-jumbo {
        border-radius: 5px;
        font-size: 18px;
        line-height: normal;
        padding: 16px 32px;
    }

    .btn-full {
        width: 100%;
        border-radius: 5px;
        font-size: 18px;
        line-height: normal;
        padding: 16px 0;
    }

    /* changes to button colors */
    .btn-primary {
        background-color: #1f82aa;
        background-image: -moz-linear-gradient(top, #12A3C3, #0E7FAC);
        background-image: -ms-linear-gradient(top, #12A3C3, #0E7FAC);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#12A3C3), to(#0E7FAC));
        background-image: -webkit-linear-gradient(top, #12A3C3, #0E7FAC);
        background-image: -o-linear-gradient(top, #12A3C3, #0E7FAC);
        background-image: linear-gradient(top, #12A3C3, #0E7FAC);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12A3C3', endColorstr='#0E7FAC', GradientType=0);
        border-color: #0E7FAC #0E7FAC #196888;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    }

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        background-color: #0E7FAC;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #0e7fac \9;
    }


    .btn-info {
        background-color: #d77722;
        background-image: -moz-linear-gradient(top, #d77722, #b1621c);
        background-image: -ms-linear-gradient(top, #d77722, #b1621c);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d77722), to(#b1621c));
        background-image: -webkit-linear-gradient(top, #d77722, #b1621c);
        background-image: -o-linear-gradient(top, #d77722, #b1621c);
        background-image: linear-gradient(top, #d77722, #b1621c);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d77722', endColorstr='#b1621c', GradientType=0);
        border-color: #bf6a1f #bf6a1f #bf6a1f;
        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    }

    .btn-info:hover,
    .btn-info:active,
    .btn-info.active,
    .btn-info.disabled,
    .btn-info[disabled] {
        background-color: #bf6a1f;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #bf6a1f \9;
    }

    .btn-default,
    .hero-unit .btn-default {
        padding: 6px 10px;
        color: #4c4c4c;
        text-decoration: none;
        text-shadow: 0px 1px 5px rgba(255, 255, 255, 1);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #dbdbdb;
        background-image: -moz-linear-gradient(top, #e9e9e9, #cfcfcf);
        background-image: -ms-linear-gradient(top, #e9e9e9, #cfcfcf);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#cfcfcf));
        background-image: -webkit-linear-gradient(top, #e9e9e9, #cfcfcf);
        background-image: -o-linear-gradient(top, #e9e9e9, #cfcfcf);
        background-image: linear-gradient(top, #e9e9e9, #cfcfcf);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#cfcfcf', GradientType=0);

    }

    .hero-unit .btn-default.dash-edit span {
        color: #808080;
    }

    .dropdown.open .btn-default.dropdown-toggle {
        background: #DBDBDB none;
    }

    .btn-default:hover,
    .btn-default .btn-info:active,
    .btn-default .btn-info.active,
    .btn-default .btn-info.disabled,
    .btn-default .btn-info[disabled],
    .hero-unit .btn-default:hover,
    .hero-unit .btn-default .btn-info:active,
    .hero-unit .btn-default .btn-info.active,
    .hero-unit .btn-default .btn-info.disabled,
    .hero-unit .btn-default .btn-info[disabled] {
        color: #4c4c4c;
    }

    .hero-unit .btn,
    .hero-unit .btn:hover,
    .hero-unit .btn:focus,
    .hero-unit .btn:active,
    .hero-unit .btn.active,
    .hero-unit .btn.disabled,
    .hero-unit .btn[disabled] {
        color: #666 !important;
        text-decoration: none !important;
    }

    .hero-unit .btn-primary,
    .hero-unit .btn-primary:hover,
    .hero-unit .btn-primary:focus,
    .hero-unit .btn-primary:active,
    .hero-unit .btn-primary.active,
    .hero-unit .btn-primary.disabled,
    .hero-unit .btn-primary[disabled],
    .hero-unit .btn-info,
    .hero-unit .btn-info:hover,
    .hero-unit .btn-info:focus,
    .hero-unit .btn-info:active,
    .hero-unit .btn-info.active,
    .hero-unit .btn-info.disabled,
    .hero-unit .btn-info[disabled],
    .hero-unit .btn-success,
    .hero-unit .btn-success:hover,
    .hero-unit .btn-success:focus,
    .hero-unit .btn-success:active,
    .hero-unit .btn-success.active,
    .hero-unit .btn-success.disabled,
    .hero-unit .btn-success[disabled],
    .hero-unit .btn-warning,
    .hero-unit .btn-warning:hover,
    .hero-unit .btn-warning:focus,
    .hero-unit .btn-warning:active,
    .hero-unit .btn-warning.active,
    .hero-unit .btn-warning.disabled,
    .hero-unit .btn-warning[disabled],
    .hero-unit .btn-danger,
    .hero-unit .btn-danger:hover,
    .hero-unit .btn-danger:focus,
    .hero-unit .btn-danger:active,
    .hero-unit .btn-danger.active,
    .hero-unit .btn-danger.disabled,
    .hero-unit .btn-danger[disabled],
    .hero-unit .btn-inverse,
    .hero-unit .btn-inverse:hover,
    .hero-unit .btn-inverse:focus,
    .hero-unit .btn-inverse:active,
    .hero-unit .btn-inverse.active,
    .hero-unit .btn-inverse.disabled,
    .hero-unit .btn-inverse[disabled] {
        color: #fff !important;
        text-decoration: none !important;
    }



    .navbar-search .search-query {
        color: #999;
    }

    .navbar-search .input-append {
        padding-top: 0;
    }

    .navbar .navbar-search .btn {
        margin-top: 0;
        margin-left: -5px;
    }

    .navbar-search .search-query:focus,
    .navbar-search .search-query.focused {
        padding: 4px 9px;
        border: 1px solid #151515;
    }


    .popover {
        padding: 5px;
    }

    .popover.top {}

    .popover.right {}

    .popover.bottom {}

    .popover.left {}

    .popover.top .arrow {
        border-top: 5px solid #fff;
    }

    .popover.right .arrow {
        border-right: 5px solid #fff;
    }

    .popover.bottom .arrow {
        border-bottom: 5px solid #fff;
    }

    .popover.left .arrow {
        border-left: 5px solid #fff;
    }

    .popover .arrow {}

    .popover-inner {
        padding: 3px;
        width: 280px;
        background: #fff;
    }

    .popover-title {
        margin: 0 0 18px;
        padding: 9px 15px 0;
        font-size: 18px;
        line-height: 20px;
        text-transform: none;
        background-color: #fff;
        border-bottom: none;
    }

    .popover-content {
        padding: 0 14px 14px;
        background-color: #fff;
    }

    /* Video Player Items */
    .video-play-wrap {
        position: relative;
    }

    .video-play-wrap:hover .video-play-btn {
        display: block;
    }

    .video-play-btn {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        background: url(../images/video-play-btn.png) no-repeat 0 0;
        width: 97px;
        height: 97px;
        margin: -48px 0 0 -48px;
        padding: 0;
    }

    .presenter-overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        color: #fff;
        width: 150px;
        padding: 6px 10px;
        font-size: 11px;
        line-height: 14px;
        background: rgba(0, 0, 0, 0.5);
    }

    /* video-play-btn-small */
    .widget-products .item .item-img,
    .horizontal-browser .item .item-img,
    .horizontal-browser-grid .item .item-img {
        position: relative;
    }

    .widget-products .item .video-play-btn,
    .horizontal-browser .item .video-play-btn,
    .horizontal-browser-grid .item .video-play-btn,
    .video-play-btn.small {
        background: url(../images/video-play-btn-small.png) no-repeat 0 0;
        width: 49px;
        height: 49px;
        margin: -22px 0 0 -24px;
        cursor: pointer;
    }

    .widget-products .item:hover .video-play-btn,
    .horizontal-browser .item:hover .video-play-btn,
    .horizontal-browser-grid .item:hover .video-play-btn {
        display: block;
    }


    /* -- Presenter Detail Page -- */

    body.presenter-details-index {}

    body.presenter-details-index .main-content-inner {
        padding: 0;
    }

    body.presenter-details-index .main-content-inner .content-section-pad {
        padding: 6% 8% 0;
    }

    body.presenter-details-index .main-content-inner .section {
        padding-top: 0;
    }

    body.presenter-details-index .main-content-inner .presenter-title {
        margin-bottom: 0;
    }

    body.presenter-details-index .main-content-inner #bio {}

    body.presenter-details-index .main-content-inner #bio .bio-title {
        display: block;
        font-weight: bold;
    }

    body.presenter-details-index .main-content-inner #presenter-courses {
        padding-bottom: 8%;
    }

    body.presenter-details-index .main-content-inner #presenter-courses .presenter-course-item {
        list-style-type: none;
    }

    body.presenter-details-index .main-content-inner #presenter-courses>ul {
        margin-left: 0;
    }

    body.presenter-details-index .main-content-inner #presenter-courses .course-features {
        margin: 0 0 36px 16px;
        padding: 6px 0 0;
    }

    body.presenter-details-index .main-content-inner #presenter-courses .course-features .feature-title {
        font-weight: bold;
    }

    /* Custom Sidebar Items */

    #content-area .span3 .block-presenter-social-links {
        padding-bottom: 6px;
    }

    #content-area .span3 .block-presenter-social-links .presenter-contact-info {}

    #content-area .span3 .block-presenter-social-links ul {}

    #content-area .span3 .block-presenter-social-links li {
        margin: 0 0 10px;
        padding: 0 0 10px;
        line-height: 16px;
        list-style-type: none;
        border-bottom: 1px solid #E6E6E6;
    }

    #content-area .span3 .block-presenter-social-links li:last-child {
        border-bottom: none;
        margin: 0;
    }

    #content-area .span3 .block-presenter-social-links li a:after {
        border-bottom: 5px solid rgba(0, 0, 0, 0);
        border-left: 5px solid #999;
        border-top: 5px solid rgba(0, 0, 0, 0);
        content: "";
        font-size: 0;
        height: 0;
        line-height: 0;
        margin: 0;
        position: relative;
        right: -5px;
        top: -5px;
        width: 0;
    }

    #content-area .span3 .block-presenter-social-links .message-button {}

    #content-area .span3 .block-presenter-media {
        padding: 4px;
    }

    #content-area .span3 .block-presenter-media .main-pic {
        margin-bottom: 0;
    }

    #content-area .span3 .block-presenter-media .main-pic img {
        margin: 0;
    }

    #content-area .span3 .block-presenter-bio-details {
        padding-bottom: 6px;
    }

    #content-area .span3 .block-presenter-bio-details ul {
        margin: 0;
        padding: 0;
    }

    #content-area .span3 .block-presenter-bio-details li {
        margin: 0 0 10px;
        padding: 0 0 10px;
        line-height: 16px;
        list-style-type: none;
        border-bottom: 1px solid #E6E6E6;
    }

    #content-area .span3 .block-presenter-bio-details li:last-child {
        border-bottom: none;
        margin: 0;
    }

    #content-area .span3 .block-presenter-bio-details li .feature-title {
        display: block;
        margin: 0 0 3px;
        font-weight: bold;
    }

    #content-area .span3 .block-presenter-bio-details li a {
        color: #666;
    }

    #content-area .span3 .block-presenter-bio-details li a:after {
        border-bottom: 5px solid rgba(0, 0, 0, 0);
        border-left: 5px solid #999;
        border-top: 5px solid rgba(0, 0, 0, 0);
        content: "";
        font-size: 0;
        height: 0;
        line-height: 0;
        margin: 0;
        position: relative;
        right: -5px;
        top: -5px;
        width: 0;
    }

    #content-area .span3 .block-presenter-social-links {}

    #content-area .span3 .block-presenter-social-links .icon-facebook {}

    #content-area .span3 .block-presenter-social-links .icon-twitter {}

    #content-area .span3 .block-presenter-social-links .icon-linkedin {}


    /*
 * From bootstrap file
 * */

    /*Homepage Styling */

    /*Category Section*/

    .home-cat-container {}

    .home-header-container {
        background: #000;
        margin: 0 0 20px 0;
    }

    .home-header-container h2 {
        padding: 14px 0;
        font-size: 36px;
        line-height: 52px;
        font-weight: normal;
        color: #fff;
        text-align: center;
    }

    .home-header-container h2 a {
        color: #fff;
        text-decoration: none;
    }

    .home-header-container h2 a:hover {
        color: #fff;
        text-decoration: none;
    }

    .home-header-footer {
        text-align: center;
        margin: 50px 0 80px 0;
    }

    .home-header-footer .view-all {
        margin: 20px 0 35px 0;
    }

    .home-header-footer .view-all a {
        color: #4c4c4c;
        /*font-size:20px; line-height:36px; */
        font-weight: bold;
    }

    .home-cat-list {
        list-style: none;
        margin: 40px 0 30px;
    }

    .home-cat-list li {}

    .home-cat-list a {
        color: #000;
        font-size: 16px;
    }

    /* Homepage Bottom Container */
    .home-bottom-container {
        padding: 70px 0 40px 0;
    }

    .bottom-content {
        width: 61%;
        margin: 0 30px 0 0;
    }

    .bottom-content h3 {
        margin: 0 0 20px 0;
    }

    .bottom-content p {
        margin: 0 0 15px 0;
    }


    /* Homepage Accordion */
    .home-info-container .accordion {
        margin-bottom: 125px;
        margin-top: 40px;
    }

    .home-info-container .accordion-heading a {
        color: #000;
        font-size: 18px;
        font-weight: bold;
    }

    .home-info-container .accordion-group {
        background-color: #fff;
    }



    /* -- Account Dashboard -- */

    /* Dashboard - 2 Columns Left Layout */
    body.customer-account-index .wrapper {
        /*background:url(../images/bkg_left-sidebar-side.png) repeat-y 0 0;*/
        /*background: rgba(0,0,0,0.1);
        background: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );*/
    }

    body.customer-account-index #content-area>.row {
        /*background:#E6E6E6 url(../images/bkg_left-sidebar.png) repeat-y center 0;*/
    }

    body.customer-account-index #content-area>.row>.span9 {
        position: relative;
        z-index: 400;
        float: left;
        background-color: #e6e6e6;
        -webkit-box-shadow: 0px 0px 200px 150px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 200px 150px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 200px 150px rgba(0, 0, 0, 0.1);
    }

    body.customer-account-index #content-area>.row>.span3 {
        position: relative;
        z-index: 500;
        float: right;
        padding-top: 46px;
    }

    body.customer-account-index .main-content-inner {
        margin: 0;
        padding: 28px 25px 20px 34px;
    }

    .dashboard {}

    .dashboard .hero-unit {
        padding-bottom: 0;
    }

    .dashboard .hero-unit [class*="span"] {
        position: relative;
        padding-bottom: 37px;
    }

    .dashboard .hero-unit .title-bar {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .dashboard .hero-unit ul.session-tab-nav {
        bottom: 0;
    }

    body.cmecourse-customer-courses #content-area .section-title:first-child+.container {
        padding-top: 30px;
    }

    body.cmecourse-customer-courses #content-area .section-title:first-child {
        display: none;
    }

    #cme-exam-wrap {}

    #cme-exam-wrap .hero-unit {
        padding-bottom: 0;
    }

    #cme-exam-wrap .hero-unit [class*="span"] {
        position: relative;
        padding-bottom: 37px;
    }

    #cme-exam-wrap .hero-unit .title-bar {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #cme-exam-wrap .hero-unit ul.session-tab-nav {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    /*.dashboard #content-area .content-wrap { margin:0; padding:28px 24px 20px 28px; }*/

    .dashboard .alert {
        margin: 30px 30px 0;
        padding: 30px;
    }

    .dashboard .alert .close {
        border: none;
        padding: 0;
        right: -20px;
        top: -23px;
    }

    .dashboard .alert p:last-child {
        margin-bottom: 0;
    }

    .dashboard .alert-info a {
        color: #3a87ad;
    }

    .dashboard .alert a i {
        font-size: .7em;
    }

    #livestream-block {
        border: 5px solid #da363b;
        background-color: #fafafa;
        margin: 0 0 28px;
        padding: 22px 25px 25px;
    }

    .icon-livestream {
        background: url('../images/icon-livestream.png') no-repeat 0 0;
        width: 29px;
        height: 31px;
    }

    #livestream-block .icon-livestream {
        margin: -4px 2px 0 -4px;
    }

    #livestream-block h2 {
        font-size: 23px;
        margin-bottom: 24px;
        text-transform: none;
    }

    #livestream-block .sessions {}

    #livestream-block .sessions .session {
        border-bottom: 1px solid #d6d6d6;
        margin: 0;
        padding: 17px 0 20px;
    }

    #livestream-block .sessions .session:first-child {
        padding-top: 0;
    }

    #livestream-block .sessions .session:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #livestream-block .sessions .session .row-fluid>.span8 {
        margin-left: 0;
    }

    #livestream-block .sessions .session .date-box {
        width: 70px;
        min-height: 62px;
        display: inline-block;
        background-color: #808080;
        font-size: 16px;
        line-height: 18px;
        text-transform: uppercase;
        color: #fff;
        margin: 3px 0 0;
        padding: 7px 0 0 14px;
        text-align: left;
        font-weight: normal;
    }

    #livestream-block .sessions .session .date-box.live {
        background-color: #de3b36;
        font-weight: bold;
        font-size: 18px;
    }

    #livestream-block .sessions .session .date-box span {
        display: block;
    }

    #livestream-block .sessions .session .date-box+p {
        font-size: 18px;
        font-weight: bold;
        margin: 3px 0 0 10px;
        text-align: center;
        text-transform: uppercase;
        width: 70px;
    }

    #livestream-block .sessions .session h3 {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        text-transform: none;
        margin: 0 0 5px;
    }

    #livestream-block .sessions .session p {
        font-size: 12px;
        line-height: 18px;
    }



    #session-browser {}

    #session-browser .filters {
        height: 103px;
        border: 4px solid #999;
        margin: 0;
        padding: 0;
        background-color: #b3b3b3;
    }

    #session-browser .filters .filter-col {
        float: left;
        width: 35%;
        height: 100px;
        position: relative;
        margin: 0;
        padding: 0;
    }

    #session-browser .filters .filter-col:first-child {
        width: 35%;
    }

    #session-browser .filters .filter-col:last-child {
        width: 30%;
    }

    #session-browser .filters .filter-col>.span-inner {
        width: 90%;
        padding: 5%;
        margin: 0;
        border-right: 4px solid #999;
        /*min-height:104px;*/
        height: 76px;
    }

    #session-browser .filters .filter-col:last-child>.span-inner {
        border: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #e5e6e8;
        width: 78%;
        margin: 5% 5% 5% 7%;
        padding: 5%;
        height: 57%;
    }

    #session-browser .filters .filter-col:last-child p {
        margin: 0 0 5px;
        padding: 0;
        font-size: 12px;
        line-height: 13px;
        text-align: center;
    }

    #session-browser .filters .btn-group {
        width: 100%;
        margin: 0 0 10px;
        padding: 0 30px 0 0;
    }

    #session-browser .filters .btn-group.filter .btn {
        min-width: 100%;
    }

    #session-browser .filters .btn-group .btn {
        font-size: 11px;
    }

    .dashboard #session-browser .filters .filter-col:first-child .btn-group.filter .btn .caret:hover {
        /*background-color:#bf6a1f;*/
    }

    #session-browser .filters .input-group {
        width: 100%;
        position: relative;
        margin: 20px 0 0;
    }

    #session-browser .filters .input-group input {
        border: none;
        box-shadow: none;
        background: #fff none repeat scroll 0 0;
        font-size: 14px;
        line-height: 16px;
        width: 90%;
        padding: 6px 5%;
        text-align: left;
    }

    #session-browser .filters .input-group .input-group-btn {
        position: absolute;
        top: 1px;
        right: 3px;
    }

    #session-browser .filters .input-group .input-group-btn .btn {
        padding: 2px 7px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    #session-browser .filters .btn-group .btn:active,
    #session-browser .filters .btn-group .btn.active {
        background-color: #666;
        border: 1px solid #333;
    }

    #session-browser .filters .filter-col:last-child .btn-group {
        margin: 0 0 0 10%;
    }

    @media (max-width:1200px) {
        #session-browser .filters .btn-group .btn {
            font-size: 10px !important;
            padding-left: 7px !important;
            padding-right: 7px !important;
        }

        #session-browser .filters .filter-col:last-child .btn-group {
            margin: 0 0 0 7%;
        }

        #session-browser .filters {
            height: 97px !important;
        }

        .dashboard .alert div {
            width: auto !important;
        }
    }

    @media (max-width:979px) {
        #session-browser .filters .btn-group .btn {
            font-size: 9px !important;
            padding-left: 3px !important;
            padding-right: 3px !important;
        }

        #session-browser .filters .filter-col:last-child .btn-group {
            margin: 0 0 0 3%;
        }

        #session-browser .filters {
            height: 97px !important;
        }
    }

    @media (max-width:768px) {
        #session-browser .filters .btn-group .btn {
            padding-left: 5px !important;
            padding-right: 4px !important;
        }

        #session-browser .filters {
            height: auto !important;
        }

        /*#session-browser .filters .filter-col:last-child .btn-group { margin:0!important; }*/
    }

    #session-browser {
        margin: 0 0 60px;
        padding: 0;
        border: 1px solid #b3b3b3;
    }

    #session-browser .sessions {
        padding: 0;
        background-color: #fff;
    }

    #session-browser .sessions .session {
        /*height:65px;*/
        position: relative;
        background-color: #fafafa;
        margin: 0;
        padding: 10px 15px;
        border-bottom: 1px solid #d6d6d6;
    }

    #session-browser .sessions .session:first-child {
        padding-top: 15px;
    }

    #session-browser .sessions .session:last-child {
        padding-bottom: 15px;
        border-bottom: none;
    }

    #session-browser .sessions .session .session-img {
        width: 80px;
        margin: 0;
    }

    #session-browser .sessions .session .session-img .img-wrap {
        position: relative;
    }

    #html5player{
        width:auto !important;
        height: auto !important;
        margin:0 auto !important;
        width: 620px !important;
        height: 465px !important;
    }
    .img-wrap-newdashboard {
        border-color: #ccc;
        border-width: 1px;
        border-style: solid;
    }
    .iframePlayer{
        width: 100%;
        height: 100%;
        
    }
    div#media{
        text-align:center;
        height:400px;
        display:none;
    }
    #session-browser .sessions .session .session-img .img-wrap .progress {
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 9px;
        margin: 0;
        text-indent: -9999px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #session-browser .sessions .session .session-img .img-wrap .progress .bar {
        height: 9px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #15749e;
        background-image: -moz-linear-gradient(top, #1091ae, #1f5790);
        background-image: -ms-linear-gradient(top, #1091ae, #1f5790);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1091ae), to(#1f5790));
        background-image: -webkit-linear-gradient(top, #1091ae, #1f5790);
        background-image: -o-linear-gradient(top, #1091ae, #1f5790);
        background-image: linear-gradient(top, #1091ae, #1f5790);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1091ae', endColorstr='#1f5790', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    }

    #session-browser .sessions .session .session-img .img-wrap .progress-success .bar {
        background-color: #c96626;
        background-image: -moz-linear-gradient(top, #cc8928, #cb5329);
        background-image: -ms-linear-gradient(top, #cc8928, #cb5329);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc8928), to(#cb5329));
        background-image: -webkit-linear-gradient(top, #cc8928, #cb5329);
        background-image: -o-linear-gradient(top, #cc8928, #cb5329);
        background-image: linear-gradient(top, #cc8928, #cb5329);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc8928', endColorstr='#cb5329', GradientType=0);
    }

    .dashboard #session-browser .sessions .session .session-content {
        margin-left: 20px;
    }

    .dashboard #session-browser .sessions .session .session-content h3 {
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        margin: 3px 0 3px;
        text-transform: none;
    }

    .dashboard #session-browser .sessions .session .session-content p {
        font-size: 12px;
        line-height: 22px;
        margin: 0;
        padding: 0;
    }

    .dashboard #session-browser .sessions .session .session-content .progress-stat {
        display: inline-block;
        margin: 0;
        padding: 3px 7px;
        color: #fff;
        font-size: 11px;
        line-height: 12px;
        text-transform: uppercase;
        font-weight: bold;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .dashboard #session-browser .sessions .session .session-img .progress-stat {
        display: inline-block;
        text-align: center;
        font-size: 9px;
        line-height: 14px;
        margin: 10px 0 0;
        padding: 3px 7px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .clear_cart {
        margin-right: 10px;
    }

    /*josh*/
    .acp_notice {
        font-style: italic;
        font-size: small;
        padding-bottom: 10px;
    }

    .acp_cart_reminder {
        font-style: italic;
        font-size: small;

    }

    .acp_step1 {
        margin-bottom: 0px;
        font-weight: bold;
    }

    .acp_no_member {
        margin-left: 5px;
    }

    .acp_verification_msg {
        margin-top: -20px;
    }

    .acp_verification_msg_profile {
        font-size: 12px;
    }

    .acp_status_msg_profile {
        font-size: 12px;
    }

    .acp_status_msg_profile_opc {
        margin-top: -28px;

    }

    .acp_verification_button_profile {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .course_status {
        border-radius: 2px;
        padding: 2px;
        background-color: #C16B2B;
        color: #fff;
    }

    .security_check {
        margin-top: 15px !important;
    }

    .session-content {
        max-width: 55% !important;
    }

    .package_floating_image {
        margin-top: -45px !important;
    }

    .sharpd_package_header {
        padding-left: 40px !important;
        padding-right: 40px !important;
       /* padding-left: 110px !important;
        padding-top: 40px !important;
        padding-bottom: 0px !important;
        padding-right: 110px !important;
        */
    }

    .sharpd_rowfluid {
        width: 100%;
    }

    .sharp_container {
        width: 100%;
    }
    .sharp_container_inner {
        max-width: 1200px;
        margin:0 auto;
       
    }
    .sharpdot_span{
        width:100% !important;
    }

    .sharpdot_pdf_loader{

       margin-top: -70px !important;
       float:right !important;

    }
    @media (max-width: 1200px) {
        .sharp_container_inner {
            max-width: 1200px;
            /*margin: 0 auto;
            margin-left: -80px;
            */
        }
    }

    @media (max-width: 1057px) {
        .hero-unit.event .session-tab-nav {
            margin-left:-20px;
        }
    }
    @media (max-width: 1030px){
        .hero-unit.event .session-tab-nav {
            margin-left: 0px;
            width: 110%;
        }
    }

    @media (max-width: 773px){
        .sharpdot_span {
          
            width: 100% !important;
        }
    }

    @media (max-width: 768px){
        .sharpdot_span {
          
            width: 100% !important;
        }
    }
    @media (max-width: 650px){
    .sharpdot_pdf_loader
    
    {
        margin-top: -100px !important;
      
 
     }
    }
    @media (max-width: 650px){
        .sharpdot_span {
          
          margin-bottom:-13px !important;
        }
    }

    @media (max-width: 375px){
        .sharpd_package_header{
            padding-bottom:47px !important;
        }
        #sharpdotSessionLoader{
            font-size:11px;
        }
        #sharpdotPackageLoader{
            font-size:11px;
        }
        #sharpdotPresenterLoader{
            font-size:11px;
        }
        .sharpdotTab{
            margin-bottom: -13px !important;
    
        }
        .sharpdot_span{
            margin-bottom:-60px !important;
        }
        
    }

    @media (max-width: 375px){
        .sharpdot_pdf_loader{

            position: relative;
            right: -250px !important;
            top: -115px;

        }
        .sharpdot_pdf_header{
            margin-top: -55px !important;
            width: 40px !important;
        }
    }

    @media (max-width: 500px){
        .sharpdot_pdf_loader{

            position: relative;
            top: -100px;
            right: -400px;

        }
    }
    .toggle_speed_player{
        margin-bottom:15px;
    }
   

    @media (max-width: 980px) {
        .hero-unit.event .session-tab-nav {
            margin-left:-20px;
        }
    }
    #session-browser .sessions .session .progress-stat.in-progress {
        background-color: #2d8bb1;
    }

    #session-browser .sessions .session .progress-stat.complete {
        background-color: #d87722;
    }

    #session-browser .sessions .session .progress-stat.not-started {
        background-color: #808080;
    }

    #session-browser .sessions .session .session-btns {
        position: absolute;
        bottom: 10px;
        right: 15px;
    }

    #session-browser .sessions .session .session-btns .btn {
        height: 21px;
        width: 17px;
        margin: 0 0 0 5px;
        padding: 6px 9px;
    }

    #session-browser .sessions .session .session-btns .btn.btn-dark {}

    #session-browser .sessions .session .session-btns .btn i {
        font-size: 20px;
        color: #fff;
        margin: 0 auto;
        text-shadow: none;
    }

    #session-browser .sessions .session .session-btns .btn i.fa-file-text {
        font-size: 16px;
        margin-top: 3px;
    }

    /* Sidebar Blocks */
    .sidebar-blocks h2 {
        color: #676767;
        font-size: 18px;
        line-height: 20px;
        text-transform: none;
        margin: 0 0 6px;
        padding: 0;
    }

    .sidebar-blocks p {
        margin-bottom: 0;
    }

    .sidebar-blocks a {
        font-size: 12px;
        color: #595959;
    }

    .sidebar-blocks a i {
        font-size: 12px;
        color: #595959;
    }

    .sidebar-blocks .sessions {
        clear: both;
        border: 1px solid #ccc;
        background-color: #fff;
        margin: 0 0 38px;
        padding: 5px;
    }

    .sidebar-blocks .sessions .session {
        position: relative;
        background-color: #e5e6e8;
        margin: 0;
        padding: 0;
        border-bottom: 5px solid #fff;
    }

    .sidebar-blocks .sessions .session:last-child {
        border: none;
    }

    .sidebar-blocks .sessions .session h3 {
        font-size: 11px;
        line-height: 13px;
        margin: 10px 0 15px 10px;
        padding: 0;
        text-transform: none;
    }

    .sidebar-blocks .sessions .session .img-wrap {}

    .sidebar-blocks .sessions .session .img-wrap img {}

    .sidebar-blocks .sessions .session .content-wrap {}

    .sidebar-blocks .sessions .session .close-btn {
        margin: 2px 5px 2px 2px;
    }

    .sidebar-blocks .sessions .session .close-btn a i {
        color: #b2b3b4;
        font-size: 18px;
    }

    .sidebar-blocks .sessions .session a {
        color: #595959;
    }

    .sidebar-blocks .sessions .session p {
        font-size: 11px;
        line-height: 13px;
        margin: 0 0 0 -5px;
        text-align: center;
    }

    .sidebar-blocks .sessions .session p a {
        color: #595959;
    }

    .sidebar-blocks .sessions .session p a i {
        font-size: 11px;
    }


    @media (max-width: 1200px) {
        .dashboard .sidebar-blocks .sessions .session .img-wrap {
            display: none;
            float: left;
            width: 36%;
            margin: 0;
            padding: 0;
        }

        .dashboard .sidebar-blocks .sessions .session .content-wrap {
            float: left;
            width: 100%;
            margin: 0;
            padding: 0 0 5%;
        }

        .dashboard .hero-unit .span9 {
            width: 100%;
        }

        body.customer-account-index .hero-unit h1 {
            font-size: 24px;
            line-height: 24px;
        }

        body.customer-account-index .hero-unit h1 .icon-dashboard-large {
            margin-top: -3px;
        }

    }

    @media (max-width: 979px) {

        body .dash-recently-watched {
            width: 100% !important;
        }

        #session-browser .filters .filter-col>.span-inner {
            height: 82px;
        }

        .dashboard .sidebar-blocks {
            float: left;
            clear: both;
            width: 100%;
            margin: 0 0 1.5%;
            padding: 0;
            display: inline-block;
            /*background-color:#fff;*/
        }

        .dashboard .sidebar-blocks:last-child {
            margin-right: 0;
        }

        .dashboard .sidebar-blocks:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        .dashboard .sidebar-blocks .sessions {
            /*border:none; background:#fff none; margin:0; padding:0;*/
        }

        .dashboard .sidebar-blocks .sessions:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        .dashboard .sidebar-blocks .session {
            /*clear:none; float:left; width:48%; margin:0 0 1.5% 1.5%; padding:0; border:none;*/
        }

        .dashboard .sidebar-blocks .sessions .session .img-wrap {
            display: none;
            float: left;
            width: 36%;
            margin: 0;
            padding: 0;
        }

        .dashboard .sidebar-blocks .sessions .session .content-wrap {
            float: left;
            width: 100%;
            margin: 0;
            padding: 0 0 5%;
        }

        .dashboard .sidebar-blocks h2 {
            /*margin:1.5%; padding:0;*/
        }

        .dashboard .sidebar-blocks h2+p.pull-right {
            /*margin:1.5%;*/
        }

        .sidebar-blocks .sessions .session h3 {
            margin: 5%;
        }

        .dashboard .sidebar-blocks.dash-recently-watched .session {
            /*width:97%; margin:0 1.5% 1.5%;*/
        }

        .dashboard .sidebar-blocks.dash-recently-watched .session h3 {}

        .dashboard .sidebar-blocks.dash-recently-watched .session .img-wrap {
            /*width:20%;*/
        }

        .dashboard .sidebar-blocks.dash-recently-watched .session .content-wrap {
            /*width:76%;*/
        }

        .dashboard .hero-unit .message,
        #cme-exam-wrap .hero-unit .message {
            min-height: 112px !important;
        }

    }


    /* Dashboard - MOBILE */
    /*PBN_Dashboard-NEW_ACP_MOBILE_02.jpg*/

    @media (max-width: 768px) {
        /*979*/


        body.customer-account-index #content-area>.row {}

        body.customer-account-index #content-area>.row>.span9 {
            /*float:right;*/
            float: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        body.customer-account-index #content-area>.row>.span3 {
            float: none;
        }

        #header .branding-bar .logo-container {
            background-color: #fff;
            float: left;
            width: 100%;
        }

        .dashboard .hero-unit {
            background-position: 0 bottom;
            margin: 0;
            padding: 16px 0 0;
        }

        .dashboard .hero-unit:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        .dashboard .hero-unit .title-bar {
            margin: 0 0 45px;
            padding: 0;
            background-color: transparent;
        }

        .dashboard .hero-unit .container,
        .dashboard .section .container {
            position: static;
            padding: 0 !important;
            /*margin:0 auto; padding:0;*/
        }

        .dashboard .hero-unit [class*="span"] {
            position: static;
        }

        .dashboard .hero-unit .row {
            margin: 0 20px;
        }

        body.customer-account-index .hero-unit h1 {
            font-size: 18px;
            line-height: 20px;
        }

        body.customer-account-index .hero-unit h1 i {
            display: none;
        }

        .dashboard .hero-unit ul.session-tab-nav {
            float: left;
            width: 100%;
        }

        .dashboard .hero-unit ul.session-tab-nav li {
            float: right;
            width: 50%;
            margin: 0;
        }

        .dashboard .hero-unit ul.session-tab-nav li a {
            border: none;
            border-right: 1px solid #808080;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            font-size: 16px;
        }

        .dashboard .hero-unit ul.session-tab-nav li:last-child a {
            border-right: none;
        }

        /* MCA */
        body.customer-account-index .main-content-inner {
            padding: 0;
        }

        .dashboard .alert {
            margin: 30px;
        }

        /* Livestream Block */

        /*
        TEMP
        */
        .dashboard #livestream-block {
            display: none;
        }

        .dashboard #livestream-block {
            margin: 0;
            padding: 20px 20px 0;
        }

        .dashboard #livestream-block h2 {
            font-size: 18px;
            line-height: 20px;
            margin: 0 0 10px;
        }

        #livestream-block .icon-livestream {
            background-size: 80% auto;
            margin: 0 -5px 0 0;
        }

        #livestream-block .sessions .session {
            padding-bottom: 10px;
        }

        .dashboard #livestream-block .row-fluid>[class*="span"] {
            float: left;
            display: inline;
        }

        .dashboard #livestream-block .row-fluid>.span2 {
            width: 30%;
            margin: 0 5% 0 0;
        }

        .dashboard #livestream-block .row-fluid>.span8 {
            float: right;
            width: 65%;
            margin: 0;
        }

        .dashboard #livestream-block .row-fluid>.span2:last-child {
            float: left;
            width: 30%;
            margin: 5px 0 0;
            text-align: center;
        }

        /* Filters */
        .dashboard #session-browser .filters {
            width: auto;
            height: auto;
            margin: 0;
            padding: 10px;
        }

        .dashboard #session-browser .filters .filter-col {
            width: 55%;
            height: auto;
        }

        .dashboard #session-browser .filters .filter-col>.span-inner {
            border: none;
            height: auto;
            margin: 0;
            padding: 0;
            width: 100%;
        }

        .dashboard #session-browser .filters .filter-col:first-child {
            width: 100%;
            height: auto;
            float: none;
        }

        .dashboard #session-browser .filters .filter-col:last-child {
            float: right;
            width: 40%;
            margin-left: 3%;
        }

        .dashboard #session-browser .filters .filter-col:last-child .btn-group {
            margin: 0;
        }

        .dashboard #session-browser .filters .filter-col:last-child>.span-inner {
            background-color: transparent;
            border-radius: 0;
        }

        .dashboard #session-browser .filters .filter-col .input-group {
            margin: 0;
            padding: 0;
        }

        .dashboard #session-browser .filters .filter-col:first-child .input-group {}

        .dashboard #session-browser .filters .filter-col:first-child .btn-group .btn {
            height: 40px;
            font-size: 16px !important;
            margin: 0;
            padding: 2px 3px 3px 10px !important;
        }

        .dashboard #session-browser .filters .filter-col:first-child .btn-group.filter .btn .caret {
            background-color: #d77721;
            height: 32px;
            margin: 1px 0 0;
            width: 34px;
            background-position: center center;
            -webkit-border-top-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            -moz-border-radius-topright: 3px;
            -moz-border-radius-bottomright: 3px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        #session-browser .filters .btn-group .btn {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .dashboard #session-browser .filters .input-group input {
            width: 92%;
            height: 28px;
            font-size: 14px;
            margin: 0;
            padding: 6px 4%;
        }

        .dashboard #session-browser .filters .input-group .input-group-btn {
            top: 3px;
            right: 0;
        }

        .dashboard #session-browser .filters .input-group .input-group-btn .btn {
            margin: 0 3px 0 0;
            padding: 8px 8px 7px 11px;
            background-image: none;
            border: 0;
        }

        .dashboard #session-browser .filters .input-group .input-group-btn .btn i {
            font-size: 17px;
        }

        .dashboard #session-browser .filters .input-group .input-group-btn .btn:hover {
            background-color: #d77722;
        }

        .dashboard #session-browser .filters .filter-col:last-child p {
            float: left;
            width: 20%;
        }

        .dashboard #session-browser .filters .filter-col:last-child p i {
            font-size: 24px;
            margin: 10px 5px 0 0;
            text-align: right;
        }

        .dashboard #session-browser .filters .filter-col:last-child p span {
            display: none;
        }

        .dashboard #session-browser .filters .filter-col:last-child .btn-group {
            float: right;
            margin: 0;
            padding: 0;
            width: 80%;
            text-align: right;
        }

        .dashboard #session-browser .filters .filter-col:last-child .btn-group .btn {
            display: inline-block;
            float: none;
            width: 48%;
            margin: 0 0 0 -4px;
            padding: 10px 0;
            text-align: center;
        }

        .dashboard #session-browser .filters .filter-col:last-child .btn-group .btn:last-child {
            /*margin-left:-4px;*/
        }

        .dashboard #session-browser .filters .filter-col:last-child .btn-group .btn span {
            display: none;
        }


        /* Session Browser */
        .dashboard #session-browser .sessions .session {
            min-height: 108px;
        }

        .dashboard #session-browser .sessions .session:first-child {
            padding-top: 10px;
        }

        .dashboard #session-browser .sessions .session:last-child {
            padding-bottom: 10px;
        }

        .dashboard #session-browser .sessions .session .session-img {
            width: 25%;
            float: left;
            margin: 0 5% 0 0;
            padding: 0;
        }

        .dashboard #session-browser .sessions .session .session-content {
            float: left;
            margin: 0;
            padding: 0;
            width: 60%;
        }

        .dashboard #session-browser .sessions .session .session-content h3 {
            font-size: 12px;
            line-height: 16px;
            margin: 0 0 8px;
            padding: 0;
        }

        .dashboard #session-browser .sessions .session .session-content p {
            line-height: 14px;
        }

        .dashboard #session-browser .sessions .session .session-img .progress-stat {
            display: inline-block;
            font-size: 9px;
            line-height: 10px;
            margin: 10px 0 0;
            padding: 3px 7px;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
        }

        .dashboard #session-browser .sessions .session .session-content .progress-stat {
            display: none;
        }

        .session-content {
            max-width: 50% !important;
        }

        /* Sidebar */
        body.customer-account-index #content-area>.row>.span3 {
            padding-top: 1.5%;
        }

        .dashboard .sidebar-blocks {
            float: left;
            clear: both;
            width: 100%;
            margin: 0 0 1.5%;
            padding: 0;
            display: inline-block;
            background-color: #fff;
        }

        .dashboard .sidebar-blocks:last-child {
            margin-right: 0;
        }

        .dashboard .sidebar-blocks:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        .dashboard .sidebar-blocks .sessions {
            border: none;
            background: #fff none;
            margin: 0;
            padding: 0;
        }

        .dashboard .sidebar-blocks .sessions:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        .dashboard .sidebar-blocks .session {
            clear: none;
            float: left;
            width: 48%;
            margin: 0 0 1.5% 1.5%;
            padding: 0;
            border: none;
        }

        .dashboard .sidebar-blocks .sessions .session .img-wrap {
            display: none;
            float: left;
            width: 36%;
            margin: 0;
            padding: 0;
        }

        .dashboard .sidebar-blocks .sessions .session .content-wrap {
            float: left;
            width: 100%;
            margin: 0;
            /*width:60%; margin:0 2%;*/
            padding: 0 0 5%;
        }

        .dashboard .sidebar-blocks h2 {
            margin: 1.5%;
            padding: 0;
        }

        .dashboard .sidebar-blocks h2+p.pull-right {
            margin: 1.5%;
        }

        .sidebar-blocks .sessions .session h3 {
            margin: 5%;
        }

        .dashboard .sidebar-blocks.dash-recently-watched .session {
            width: 97%;
            margin: 0 1.5% 1.5%;
        }

        .dashboard .sidebar-blocks.dash-recently-watched .session h3 {}

        .dashboard .sidebar-blocks.dash-recently-watched .session .img-wrap {
            /*width:20%;*/
        }

        .dashboard .sidebar-blocks.dash-recently-watched .session .content-wrap {
            /*width:76%;*/
        }

        .dashboard .hero-unit .title-bar {
            margin: 0;
        }

        .dashboard .hero-unit .message,
        #cme-exam-wrap .hero-unit .message {
            margin: 0 0 46px;
        }


    }



    /* -- OLD DASH -- START */

    .dashboard .hero-unit .message,
    #cme-exam-wrap .hero-unit .message {
        position: relative;
        min-height: 162px;
        padding: 30px;
    }

    /* Dashboard message about cmecourses */
    .dashboard .hero-unit .message.cmeprocessing-banner,
    #cme-exam-wrap .hero-unit .message.cmeprocessing-banner {
        min-height: inherit;
    }

    #cme-exam-wrap .hero-unit .message.cmeprocessing-banner {
        margin-top: 40px;
    }

    .dashboard .hero-unit .message.cmeprocessing-banner .icon-refresh,
    #cme-exam-wrap .hero-unit .message.cmeprocessing-banner .icon-refresh {
        cursor: progress;
        margin-top: 6px;
    }

    .dashboard .hero-unit .message.cmeprocessing-banner p,
    #cme-exam-wrap .hero-unit .message.cmeprocessing-banner p {
        margin-bottom: 0;
    }

    .icon-spin {
        display: inline-block;
        -moz-animation: spin 2s infinite linear;
        -o-animation: spin 2s infinite linear;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
    }

    @-moz-keyframes spin {
        from {
            -moz-transform: rotate(0deg);
        }

        to {
            -moz-transform: rotate(360deg);
        }
    }

    @-webkit-keyframes spin {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .dash-recently-watched {}

    .dash-recently-watched .well {
        height: 182px;
        background-color: rgba(255, 255, 255, .8);
    }

    .dash-recently-watched .well p {
        color: #666;
    }

    .recently-watched-block {
        width: 200px;
    }

    .recently-watched-block li {
        position: relative;
        width: 170px;
        height: 225px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.17);
    }

    .recently-watched-block li .item-details {
        /*position:absolute; left:0; bottom:0;*/
        float: left;
        min-height: 76px;
        background-color: #fff;
        width: 150px;
        padding: 10px;
        color: #000;
        font: normal 10px/12px 'Arial', sans-serif;
        margin-bottom: 30px;
        /*margin-bottom:-60px;*/
    }

    .recently-watched-block li .item-details:hover {
        color: #D87722;
    }

    .recently-watched-block li .item-details .presenter-name {
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
    }

    .recently-watched-block li .item-details:hover .presenter-name {
        color: #000;
    }

    .recently-watched-block li a {
        position: relative;
        color: #000;
        display: block;
        width: 170px;
    }

    .recently-watched-block li a .item-img img {
        display: block;
        width: 170px;
        height: 148px;
    }

    .dash-queue {}

    .dash-browse-sessions {}

    .dash-queue .horizontal-browser .item.well {
        height: 182px;
        width: 330px;
        padding: 40px 40px 0;
        background-color: rgba(255, 255, 255, .8);
    }

    .dash-queue .well p {
        color: #666;
        margin-bottom: 30px;
    }

    .dash-queue .horizontal-browser .item.edge {
        margin-right: 0;
    }

    .dashboard .hero-unit h2 {
        color: #b2e9ff;
    }

    /* Dashboard Responsive */
    @media (min-width: 768px) and (max-width: 979px) {
        .dash-recently-watched {
            width: 290px !important;
        }
    }

    @media (min-width: 480px) and (max-width: 979px) {
        .dash-queue {
            width: 100% !important;
        }
    }


    /* Dash */
    #dashboard-filter {
        margin: 17px 20px;
    }

    .account-pager {
        background: #000;
        float: left;
        width: 100%;
        margin-top: 40px;
    }

    .account-pager h2 {
        color: #fff;
        float: left;
        padding: 10px 0 10px 30px;
    }

    .account-pager .amount {
        display: none;
    }

    .account-pager .input-prepend,
    .account-pager .input-append {
        float: right;
        margin: 0;
        padding: 13px 10px 0 0;
    }

    /* CME List Page - (Redesign 2014) */

    body.cmecourse-customer-courses .cmecourse-list {}

    body.cmecourse-customer-courses .cmecourse-list li {
        padding: 30px;
    }

    .cme-course-item-type-disclaimer {
        /*width:710px; margin-top:60px; */
        margin-top: 30px;
        padding: 30px;
    }

    /* Toolbar */
    .cme-toolbar {
        padding-top: 10px;
    }

    .cme-toolbar h3 {
        font-size: 24px;
        line-height: 24px;
        text-transform: none;
        padding-top: 5px;
    }

    /* Disclaimer */
    .horizontal-browser-grid .item.cme-course-item-type-disclaimer {
        width: 370px;
        height: 244px;
        padding: 0;
    }

    .horizontal-browser-grid .item.cme-course-item-type-disclaimer .cmecourse-data {
        padding: 30px;
    }

    .horizontal-browser-grid .item.cme-course-item-type-disclaimer .cmecourse-data p {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 18px;
    }

    .horizontal-browser-grid .item.cme-course-item-type-disclaimer .cmecourse-data p.cme-status {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 18px;
    }

    .horizontal-browser-grid .item.cme-course-item-type-disclaimer .cmecourse-data p.cme-status span {
        font-size: 11px;
        white-space: nowrap;
    }

    .horizontal-browser-grid .item.cme-course-item-type-disclaimer .cmecourse-data .buttons-set {
        margin: 0;
        padding: 10px 0 0;
    }

    .horizontal-browser-grid .item.cme-course-item-type-disclaimer .cmecourse-data .buttons-set p {
        margin-bottom: 5px;
    }

    body.cmecourse-customer-courses .cmecourse-list li:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    body.cmecourse-customer-courses .cmecourse-list li .cme-status {
        font-size: 12px;
        line-height: 16px;
    }

    body.cmecourse-customer-courses .cmecourse-list li .btn,
    .cme-course-item-type-disclaimer .btn {
        margin-right: 10px;
    }

    body.cmecourse-customer-courses .cmecourse-list li .btn a,
    .cme-course-item-type-disclaimer .btn a {
        color: #fff;
    }

    body.cmecourse-customer-courses .cmecourse-list li .btn a:hover,
    .cme-course-item-type-disclaimer .btn a:hover {
        text-decoration: none;
    }

    .cme-course-item-type-disclaimer .buttons-set:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .cme-course-item-type-disclaimer .buttons-set .btn {
        float: left;
    }


    .horizontal-browser-grid.cme-webcast .item {
        position: relative;
    }

    .horizontal-browser-grid.cme-webcast .item .item-details {
        margin: 0 0 18px;
        padding: 24px 10px 0;
        height: 140px;
        position: relative;
    }

    .horizontal-browser-grid.cme-webcast .item .item-details .cme-session-title {
        color: #000;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        margin: 0 0 18px;
        padding: 0;
    }

    .horizontal-browser-grid.cme-webcast .item .buttons-set {
        position: absolute;
        bottom: 10px;
        width: 89%;
        text-align: center;
    }

    .horizontal-browser-grid.cme-webcast .item .buttons-set p {
        margin: 0 0 10px;
    }

    .cmecourse-list {
        margin: 0;
        list-style: none;
        float: left;
        width: 100%;
    }

    .cmecourse-data {}

    .cmecourse-data .session-inner {
        padding-bottom: 10px;
    }

    .dashboard-progress {
        margin-top: 0px;
        background-color: #e6e6e6;
        padding: 20px 0px 0px 20px;
    }

    #cmecourse-list-wrap li.cme-course-item-type-69 {
        padding-left: 135px;
        width: 485px;
    }

    #cmecourse-list-wrap li.cme-course-item-type-69 div.cmecourse-data {
        width: 395px;
    }

    #cmecourse-list-wrap li.cme-course-item-type-68 {
        /* border-bottom:none; */
    }

    #cme-exam-wrap li.cme-course-item-type-69 {
        /* border-bottom:none; */
    }

    #cme-exam-wrap li.cme-course-item-type-69.last {
        border-bottom: 1px solid #CCCCCC;
    }

    #cme-exam-wrap li.cme-course-item-type-69 .buttons-set {
        padding-top: 5px;
    }

    #cme-exam-wrap li.cme-course-item-type-69 .buttons-set p {
        margin-bottom: 0;
    }


    /* CME Survey / Quiz Page */
    body.cmecourse-customer-survey .survey-header {
        margin: 0 0 20px;
    }

    #cmeSurveyForm {}

    #cmeSurveyForm>.well {
        margin: 0 0 80px;
    }

    #cmeSurveyForm ul.form-list {
        margin: 0;
        list-style: none;
    }

    #cmeSurveyForm ul.form-list li {}

    #cmeSurveyForm ul.survey-legend {
        background-color: #f9f9f9;
        border: 1px solid #ccc;
        display: inline-block;
        list-style: none outside none;
        margin: 0;
        padding: 30px;
    }

    #cmeSurveyForm ul.survey-legend li {}

    #cmeSurveyForm .buttons-set {
        margin: 0 0 50px;
        padding: 50px 0 0;
        border-top: 1px solid #ccc;
    }

    .survey-questions {
        border-top: 1px solid #ccc;
        margin: 0;
        padding: 50px 0 0;
    }

    .survey-questions+h3 {
        margin-bottom: 50px;
    }

    .survey-questions table {}

    .survey-questions table th {
        text-align: center;
        padding: 5px;
    }

    .survey-questions table tr+td {
        padding-left: 0;
    }

    .survey-questions table td {
        text-align: center;
        padding: 5px;
    }

    .survey-questions table td.question {
        text-align: left;
        padding-right: 20px;
    }

    /* My Queue */

    .my-queue-container {
        margin: 0 0 30px 0;
    }

    .hero-unit-sub {
        background: #cfcfcf;
        padding: 30px;
        margin: -30px 0 30px 0;
    }

    /*Mobile seetings */
    @media screen and (min-width: 101px) and (max-width: 1024px) {
        .hero-unit-sub .row-fluid {
            display: none;
        }
    }


    .hero-unit-sub .row-fluid {
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .hero-unit-sub .row-fluid li {
        float: left;
        display: inline;
        font-size: 19px;
        color: #333;
    }

    /*
.hero-unit-sub .row-fluid .first { padding-right:325px; }
.hero-unit-sub .row-fluid .second { padding-right:70px; }
.hero-unit-sub .row-fluid .last { padding-right:330px; }
*/
    .hero-unit-sub2 {
        background: #cfcfcf;
        padding: 30px 0;
        width: 100%;
    }

    #sortable-queue {
        margin: 0;
    }

    #sortable-queue .row-fluid {
        margin: 0;
    }

    #sortable-queue .row-fluid p {
        margin: 0;
    }

    #sortable-queue .row-fluid li {
        border: none;
        float: left;
    }

    #sortable-queue .row-fluid .first,
    .hero-unit-sub .row-fluid .first {
        width: 17%;
        min-width: 160px;
        margin-right: 4%;
    }

    #sortable-queue .row-fluid .first .item-img {
        width: 60%;
    }

    #sortable-queue .row-fluid .second,
    .hero-unit-sub .row-fluid .second {
        width: 40%;
        /*max-width:575px;*/
        margin-right: 4%;
    }

    #sortable-queue .row-fluid .third,
    .hero-unit-sub .row-fluid .third {
        width: 11%;
        margin-right: 3%;
    }

    #sortable-queue .row-fluid .forth,
    .hero-unit-sub .row-fluid .forth {
        width: 11%;
    }

    #sortable-queue .row-fluid .last,
    .hero-unit-sub .row-fluid .last {
        float: right;
        width: 4%;
    }

    #sortable-queue .row-fluid a {
        color: #666;
        font-weight: bold;
    }

    #sortable-queue .row-fluid a:hover {
        text-decoration: none;
    }

    #sortable-queue li {
        border-bottom: 2px solid #999;
        list-style: none;
        margin: 0 0 30px 0;
    }

    #sortable-queue li:last-child {
        border: none;
    }

    #sortable-queue .icon-move {
        position: relative;
        top: 30px;
        margin: 0 10px 0 0;
    }

    #sortable-queue .icon-move-to-top {
        position: relative;
        margin: 40px 0 0 0;
        right: 2px;
        cursor: pointer;
    }

    #sortable-queue>li:first-child .icon-move-to-top {
        display: none;
    }



    /* -- Cart -- */
    .cart {}

    .cart .well {
        min-height: 300px;
    }

    .cart .well form {
        margin-bottom: 0;
    }

    .cart table td .price {
        display: inline-block;
        min-width: 80px;
        text-align: right;
    }


    .cart #cart-table-box.well {
        min-height: 0;
        padding-bottom: 30px;
        padding: 21px 16px 0;
    }

    #cart-table-box table thead th,
    #cart-table-box table tfoot td {
        background-color: #f2f2f2;
        padding: 10px;
    }

    #cart-table-box table tbody td {
        padding: 10px;
    }

    #cart-table-box td .icon-trash {
        margin: -3px 3px 0 0;
    }

    #cart-table-box tbody tr:hover td,
    #cart-table-box tbody tr:hover th {
        background-color: #fff !important;
    }

    .shipping-form #co-shipping-method-form {
        padding-top: 30px;
    }

    /* -- Check Out -- */

    ul.checkout-progress {
        margin: 0;
        padding: 0;
    }

    ul.checkout-progress li {
        position: relative;
        background-color: #2d8bb1;
        border-left: 1px solid #0a4f6b;
        float: left;
        width: 20%;
        height: 48px;
        margin: 0 -1px 0 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        font-size: 14px;
        line-height: 15px;
    }

    ul.checkout-progress li span {
        display: block;
        margin: 0;
        padding: 6% 4% 4% 6%;
    }

    ul.checkout-progress li:before {
        position: absolute;
        z-index: 999;
        top: 0px;
        right: -22px;
        margin: 0;
        content: '';
        background: url(../images/checkout-progress-nav_tip.png) no-repeat 0 0;
        width: 25px;
        height: 48px;
    }

    ul.checkout-progress li:last-child {
        border-right: 1px solid #0a4f6b;
        margin-left: -2px;
    }

    ul.checkout-progress li:last-child:before {
        display: none;
    }

    ul.checkout-progress li.active {
        background: url(../images/checkout-progress-nav.png) repeat-x 0 0;
    }

    ul.checkout-progress li.active:before {
        background-position: 0 -50px;
    }

    /* - Check Out > Shipping Address - */


    /*  customer-address-index */
    body.customer-address-index {}

    body.customer-address-index .well {}

    body.customer-address-index .well h3 {
        min-height: 60px;
    }

    body.customer-address-index .well p {
        line-height: 20px;
    }


    /* homepage subscribe now buttons - SUPER BIG */
    body.cms-index-index .btn-jumbo,
    body.cms-promo .btn-jumbo,
    body.cms-promocs13009 .btn-jumbo {
        font-size: 26px;
        line-height: normal;
        font-weight: normal;
        padding: 13px 35px;
        /* margin-right: 10px; */
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border-color: transparent;
        text-shadow: 0 1px 0px rgba(0, 0, 0, 0.25);
    }

    body.cms-index-index .btn-jumbo [class^="icon-"],
    .btn-jumbo [class*=" icon-"] {
        margin-top: 10px;
    }

    /* special for promo page */
    body.cms-promo .jumbotron ul.unstyled li,
    body.cms-promocs13009 .jumbotron ul.unstyled li {
        font-size: 18px;
        line-height: 24px;
        padding: 0 40px;
    }

    /* for some reason this is not in the bootstrap class! */
    .btn-link,
    .btn-link:active,
    .btn-link[disabled] {
        background-color: transparent;
        background-image: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .btn-link {
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        color: #12A3C3;
        cursor: pointer;
        border-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .btn-link:hover,
    .btn-link:focus {
        color: #005580;
        text-decoration: underline;
        background-color: transparent;
    }

    .btn-link[disabled]:hover,
    .btn-link[disabled]:focus {
        color: #333333;
        text-decoration: none;
    }

    /* for some reason this is not in the bootstrap class! */
    .table tbody tr.error>td,
    .table tbody tr.error>th {
        background-color: #f2dede;
    }

    .table tbody tr.success>td,
    .table tbody tr.success>th {
        background-color: #dff0d8;
    }

    .table tbody tr.warning>td,
    .table tbody tr.warning>th {
        background-color: #fcf8e3;
    }

    .table tbody tr.info>td,
    .table tbody tr.info>th {
        background-color: #d9edf7;
    }

    /* for some reason this is not in the bootstrap class! */
    .dropdown .dropdown-menu .nav-header {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav li+.nav-header {
        margin-top: 9px;
    }

    .nav-header {
        display: block;
        padding: 3px 15px;
        font-size: 11px;
        font-weight: bold;
        line-height: 20px;
        color: #999;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
    }

    /* not in the bootstrap class! */
    /* Allow for input prepend/append in search forms */

    .form-search .input-append .search-query,
    .form-search .input-prepend .search-query {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .form-search .input-append .search-query {
        -webkit-border-radius: 14px 0 0 14px;
        -moz-border-radius: 14px 0 0 14px;
        border-radius: 14px 0 0 14px;
    }

    .form-search .input-append .btn {
        -webkit-border-radius: 0 14px 14px 0;
        -moz-border-radius: 0 14px 14px 0;
        border-radius: 0 14px 14px 0;
    }

    .form-search .input-prepend .search-query {
        -webkit-border-radius: 0 14px 14px 0;
        -moz-border-radius: 0 14px 14px 0;
        border-radius: 0 14px 14px 0;
    }

    .form-search .input-prepend .btn {
        -webkit-border-radius: 14px 0 0 14px;
        -moz-border-radius: 14px 0 0 14px;
        border-radius: 14px 0 0 14px;
    }


    /* end of bootstrap customizations */

    /* CME player specific */
    body.player-cme-index .footer-nav {
        display: none;
    }

    body.player-cme-index .tiny-footer p.copyright {
        padding-top: 10px;
        font-size: 11px;
    }

    body.player-cme-index .tiny-footer img {
        margin-top: 10px;
        height: 30px;
    }

    body.player-cme-index #branding-bar {
        padding: 20px 0;
        border-top: 10px solid #000;
    }

    body.player-cme-index .tiny-footer {
        padding-bottom: 10px;
    }

    /* quiz */
    .table .exam-question-title {
        white-space: nowrap;
    }

    .answer-explanation {
        display: none;
    }


    #videoPlayerContent video {
        width: 100%;
        height: auto;
    }


    /* homepage adjustments for phone */
    @media (max-width: 480px) {
        li#user-nav {
            height: 45px;
        }

        li#user-nav a {
            font-size: 13px;
            line-height: 18px;
        }

        li#user-nav {
            font-size: 13px;
            height: 45px;
        }

        li#user-nav a {
            height: 32px;
            padding: 13px 25px 0;
            font-size: 13px;
        }

        /* menu button */
        .navbar .nav.cats>li>a {
            font-size: 13px;
            padding: 6px 15px;
        }

        .navbar .nav.pull-right .dropdown-menu:before,
        .navbar .nav .dropdown-menu.pull-right:before,
        .navbar .nav.pull-right .dropdown-menu {
            left: 0px;
            right: auto;
        }

        /* branding bar */
        #branding-bar {
            padding: 20px 0 20px;
        }

        #logo-acp-cs img {
            max-width: 85%;
        }

        #logo-acp img {
            max-width: 75%;
        }

        /* masthead */
        #content-top {
            padding-top: 0;
        }

        .jumbotron h1 {
            font-size: 28px;
            line-height: 36px;
        }

        .jumbotron p {
            font-size: 13px;
            line-height: 18px;
            margin: 0 20px;
        }

        .jumbotron li {
            font-size: 18px;
            line-height: 26px;
        }

        .jumbotron ul.unstyled li {
            padding: 0 10px;
        }

        /* rest of the page */
        .home-info-container p {
            font-size: 16px;
            line-height: 25px;
        }

        body.cms-index-index .btn-jumbo,
        body.cms-promo .btn-jumbo,
        body.cms-promocs13009 .btn-jumbo {
            font-size: 18px;
            padding: 10px 14px;
            margin-left: auto;
            margin-right: auto;
        }

        body.cms-index-index .btn-jumbo [class^="icon-"],
        .btn-jumbo [class*=" icon-"] {
            margin-top: 4px;
        }

        .home-info-container .container,
        .home-sessions-container .container,
        .home-presenters-container .container,
        .home-cat-container .container {
            padding-top: 20px;
        }


        .carousel img {
            max-width: 175%;
        }

    }

    @media (min-width: 979px) and (max-width: 1200px) {

        /* Activate Nav */
        #header .callout-nav li {
            /*width: 94%; margin-left: 3%;*/
        }

        #header .callout-nav li a {
            font-size: 17px;
            padding: 23px 18px 0 70px;
        }

        #header .callout-nav li:first-child a {
            border-top: none;
        }

        #header .callout-nav a span {
            font-size: 11px;
            line-height: 14px;
        }

    }

    @media (max-width: 979px) {
        #header .branding-bar .container {
            width: auto;
            min-height: initial;
        }

        #header .branding-bar .logo-container .logo-parent,
        #header .branding-bar .logo-container .logo-parent2 {
            width: 40%;
            margin: 2%;
            padding: 2%;
        }

        #header .branding-bar .logo-container .logo-parent .parent-name {
            display: none;
        }

        #header .branding-bar .callout-nav {
            border-top: 1px solid #CCC;
            width: 100%;
        }

        /* Activate Nav */
        #header .callout-nav li {
            width: 94%;
            /* width: 46%; */
            margin-left: 3%;
        }

        #header.registration-enabled .callout-nav li {
            width: 50%;
            margin-left: 0;
        }

        #header .callout-nav li a {
            font-size: 18px;
            background-position: 20px center;
            padding: 20px 0px 20px 90px;
            height: 60px;
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
        }

        #header .callout-nav li:first-child a {
            border-top: none;
        }

        #header .callout-nav a span {
            font-size: 12px;
        }

        #header .callout-nav a i {
            left: 25px;
        }

        .navbar .btn-primary [class^="icon-"] {
            margin-top: 2.4557px;
            transition: all 500ms ease-in-out;
        }

        .rotate {
            -ms-transform: rotate(45deg);
            /* IE 9 */
            -webkit-transform: rotate(45deg);
            /* Chrome, Safari, Opera */
            transform: rotate(45deg);
            -moz-transform: rotate(45deg)
        }

        .navbar li#user-nav ul.dropdown-menu li a {
            color: #fff;
        }

    }

    @media (max-width: 560px) {

        #header .branding-bar .logo-container .logo-parent,
        #header .branding-bar .logo-container .logo-parent2 {
            width: 44%;
            margin: 2%;
            padding: 2%;
        }

        #header .branding-bar .logo-container .logo-parent2 {
            width: 44%;
            padding: 0;
            margin: 5% 0 0 2%;
        }

        #header.registration-enabled .branding-bar .logo-container .logo-parent2 {
            margin: 2% 0 0 2%;
        }
    }

    /* full width adjustments */
    @media (min-width: 1200px) {
        #header .callout-nav a {
            padding: 32px 39px 0px 111px;
        }

        #header .callout-nav .dash {
            padding: 32px 39px 0px 50px;
        }

        #header .callout-nav a i {
            left: 50px;
        }

        .sponsor-container {
            margin-right: 65px;
        }
    }


    /*Homepage Carousel */

    .home-slider-container {
        background: #555;
    }

    .carousel {
        margin: 0;
        padding: 0;
    }

    .carousel .item img {
        max-width: auto !important;
        min-width: 100%;
    }

    .carousel-control {
        /*display:none;*/
    }

    .carousel-indicators {
        bottom: 20px;
        position: absolute;
        left: 50%;
        z-index: 15;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        margin: 0;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background: #fff;
    }

    .carousel-indicators li {

        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        border: 1px solid #ffffff;
        border-radius: 10px;

    }

    .carousel .carousel-indicators li.next {
        position: static;
    }

    .carousel-inner {
        /*
  overflow: hidden;
  width: 1170px;
  position: relative;
  margin:auto;
*/
    }

    /* fade option for the slider */
    .carousel.fade {
        opacity: 1 !important;
    }

    .carousel.fade .item {
        opacity: 0;
        left: 0 !important;
    }

    .carousel.fade .item.active {
        opacity: 1 !important;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

    .carousel.fade .item.left,
    .carousel.fade .item.right {
        opacity: 0 !important;
        -webkit-transition: opacity 0.5s ease-in-out !important;
        -moz-transition: opacity 0.5s ease-in-out !important;
        -ms-transition: opacity 0.5s ease-in-out !important;
        -o-transition: opacity 0.5s ease-in-out !important;
        transition: opacity 0.5s ease-in-out !important;
    }

    .carousel .carousel-control {
        opacity: 0.25;
    }

    .carousel:hover .carousel-control {
        opacity: 0.5;
        -webkit-transition: opacity 0.25s ease-in-out !important;
        -moz-transition: opacity 0.25s ease-in-out !important;
        -ms-transition: opacity 0.25s ease-in-out !important;
        -o-transition: opacity 0.25s ease-in-out !important;
        transition: opacity 0.25s ease-in-out !important;

    }

    .carousel .carousel-control:hover {
        opacity: 1;
        -webkit-transition: opacity 0.25s ease-in-out !important;
        -moz-transition: opacity 0.25s ease-in-out !important;
        -ms-transition: opacity 0.25s ease-in-out !important;
        -o-transition: opacity 0.25s ease-in-out !important;
        transition: opacity 0.25s ease-in-out !important;

    }

    @media (min-width:767px) and (max-width:1200px) {
        body.cms-home .hero-unit .carousel .carousel-indicators {
            width: 230px;
        }

        body.cms-home .hero-unit .carousel .carousel-inner {
            width: 464px;
            height: 246px;
        }

        body.cms-home .hero-unit .second-banner {
            width: 230px;
        }

        body.cms-home .hero-unit .carousel .carousel-indicators>li>a {
            font-size: 14px;
            width: 209px;
            height: 34px;
            padding: 3px 15px 5px 5px;
        }

        body.cms-home .hero-unit .carousel .carousel-indicators>li>a>span {
            font-size: 12px;
        }
    }


    /* Homepage Widgets */
    body.cms-home {}

    #hp-middle .widget-static-block,
    #hp-middle .widget-player-courselist {
        margin: 0 0 50px;
    }

    body.cms-home .widget .widget-title {}

    body.cms-home .widget .widget-title h2,
    body.cms-home .widget .widget-title h3 {
        margin-bottom: 32px;
    }

    body.cms-home .widget .widget-title a {}

    body.cms-home .widget .widget-products {}

    body.cms-home .widget ul.products-grid {
        width: 600px;
    }

    /* Home Page Responsive MAGIC @_@ */
    @media (min-width: 979px) {
        body.cms-home .widget ul.products-grid {
            margin: 0 0 0 -30px;
        }
    }

    /* Tablets */
    @media (min-width: 768px) and (max-width: 979px) {
        body.cms-home .widget ul.products-grid li.span2 {
            width: 140px !important;
        }
    }

    @media (max-width: 979px) {
        body.cms-home .widget-title {
            margin-left: 5%;
        }

        body.cms-home .widget-static-block .video-play-wrap {
            text-align: center;
        }

        .home-bottom-container .row-fluid>.span4 {
            clear: both;
            display: block;
            width: 100%;
            margin: 0 0 30px;
        }

        .home-bottom-container .bottom-content {
            width: 75%;
            margin: 0 0 30px;
        }

        .home-bottom-container .span4 .pull-left {
            width: 25%;
            text-align: center;
        }

        .home-bottom-container .span4 .pull-left img {}
    }

    @media (max-width: 768px) {
        body.cms-home .widget ul.products-grid {
            width: auto;
            padding-left: 5%;
        }

        body.cms-home .widget ul.products-grid .first {
            /*clear:both; margin-left:20px!important;*/
        }
    }

    body.cms-home .widget ul.products-grid {
        margin: 0;
        padding: 0;
    }

    body.cms-home .widget ul.products-grid:after {
        content: '.';
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

    body.cms-home .widget ul.products-grid li {
        float: left;
        display: inline;
        background-color: #fff;
        /*width:150px;*/
        height: 223px;
        margin-bottom: 30px;
        /*padding:0 10px 12px;*/
        box-shadow: 0px 1px 5px rgba(0, 0, 0, .17);
    }

    body.cms-home .widget ul.products-grid li.first {
        /*margin-left:0; clear:both;*/
    }

    body.cms-home .widget ul.products-grid li p {
        line-height: 12px;
    }

    body.cms-home .widget ul.products-grid li .item-details {
        padding: 12px 10px;
    }

    body.cms-home ul.products-grid a.product-image {}

    body.cms-home ul.products-grid a.product-image img {
        margin: 0;
        padding: 0;
    }

    body.cms-home ul.products-grid .product-name {
        font-size: 10px;
        line-height: 12px;
        color: #000;
    }

    body.cms-home ul.products-grid .product-name a {
        font-weight: normal;
    }

    body.cms-home ul.products-grid a {
        color: #000;
        font-size: 10px;
    }

    body.cms-home ul.products-grid a:hover {
        color: #d87722;
        font-size: 10px;
        text-decoration: none;
    }

    body.cms-home ul.products-grid a .presenter-name {
        color: #000;
        font-size: 12px;
        font-weight: bold;
    }

    body.cms-home .widget-player-courselist ul.products-grid .product-name .more-link a {
        color: #6699CC;
        display: inline-block;
    }

    body.cms-home .widget-player-courselist .widget-products:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

    body.cms-home .widget-player-courselist .widget-footer {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        padding: 5px 10px;
    }

    #hp-middle .widget-static-block img {
        box-shadow: 0px 1px 5px rgba(0, 0, 0, .17);
    }

    @media (max-width: 568px) {
        body.cms-home .widget ul.products-grid li {
            width: 89%;
            height: auto;
        }
    }

    /* Course Browser ======================================================================== */

    /*
body.cms-home .widget ul.products-grid { margin:0; padding:0; }
body.cms-home .widget ul.products-grid:after { content:'.'; clear:both; display:block; height:0; visibility:hidden; }
body.cms-home .widget ul.products-grid li { float:left; display:inline; background-color:#fff; width:150px; height:212px; margin:0 30px 30px 0; padding:0 10px 12px; box-shadow:0px 1px 5px rgba(0,0,0,.17); }
body.cms-home .widget ul.products-grid li.last { margin-right:0; }
body.cms-home ul.products-grid a.product-image { float:left; display:inline; width:170px; height:148px; margin:0 -10px 12px; padding:0; }
body.cms-home ul.products-grid a.product-image img { width:170px; height:148px; margin:0; padding:0; }
body.cms-home ul.products-grid .product-name { font-size:10px; line-height:12px; font-weight:normal; color:#000;  }
body.cms-home ul.products-grid .product-name a { color:#000; }
body.cms-home ul.products-grid .product-name a:hover { color:#6699CC; text-decoration:none; }
*/


    /* Horzontal Browser */
    .horizontal-browser {
        clear: both;
        margin: 0 0 30px;
        padding: 0;
    }

    .horizontal-browser .item {
        float: left;
        display: inline;
        background-color: #fff;
        width: 150px;
        height: 275px;
        margin: 0 25px 30px 0;
        padding: 0 10px 12px;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, .17);
    }

    .horizontal-browser .item.edge {
        /*margin-right:0;*/
    }

    /*.horizontal-browser .item:nth-child(6n+6) { margin-right:0; }*/
    .horizontal-browser .item .item-img {
        float: left;
        display: inline;
        width: 170px;
        height: 148px;
        margin: 0 -10px 12px;
        padding: 0;
    }

    .horizontal-browser .item .item-img img {
        width: 170px;
        height: 148px;
        margin: 0;
        padding: 0;
    }

    .horizontal-browser .item .item-details {
        min-height: 232px;
    }

    .horizontal-browser .item .item-details h3,
    .horizontal-browser .item .item-details .presenter-name {
        color: #000;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 0;
    }

    .horizontal-browser .item .item-details .presenter-name {
        margin: 0;
    }

    .horizontal-browser .item .item-details a {
        color: #000;
    }

    .horizontal-browser .item .item-details a:hover {
        color: #D87722;
        text-decoration: none;
    }

    .horizontal-browser .item .item-details p {
        color: #000;
        font-size: 10px;
        line-height: 12px;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .horizontal-browser .item .item-details p a.more-link {
        font-size: 11px;
        line-height: 14px;
        color: #0e7eab;
    }

    .horizontal-browser .item .item-details p a.more-link:after {
        border-left: 5px solid #0e7eab;
    }

    .horizontal-browser .item .item-details p a.more-link:hover {
        color: #d87722;
    }

    .horizontal-browser .item .item-details p a.more-link:hover:after {
        border-left: 5px solid #d87722;
    }

    /* compensate for cms sticking a para in */
    body.cms-index-index #content-area .std p:first-child {
        margin-bottom: 0;
    }

    .hero-unit .horizontal-browser .item.message,
    .hero-unit .horizontal-browser-grid .item.message {
        font-size: 12px;
        line-height: 16px;
        padding: 10px;
        margin-bottom: 20px;
        color: rgba(255, 255, 255, .9);
        background-color: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .25);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: none;
    }

    /* for jscroll */
    .horizontal-browser-wrapper {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }

    .horizontal-browser.jscroll {
        height: 250px;
    }

    .horizontal-browser.jscroll .jscroll-inner {}

    .horizontal-browser.jscroll .jscroll-added {
        display: inline;
    }

    .horizontal-browser.jscroll .jscroll-loading {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: top;
    }


    .horizontal-browser.jscroll {
        overflow: hidden;
        white-space: nowrap;
    }

    .sessionlist-page,
    .sessionlist-loading {
        display: inline-block;
    }

    .horizontal-browser .item {
        white-space: normal;
        float: none;
        display: inline-table !important;
    }

    .horizontal-browser .item .item-details {}

    .horizontal-browser.jscroll {
        /* height:300px; overflow-x:scroll; overflow-y:scroll; */
    }

    .horizontal-browser.jscroll .next-link {
        position: absolute;
        top: 50%;
        right: 0px;
        margin-top: -17px;
    }

    .horizontal-browser.jscroll .prev-link {
        position: absolute;
        top: 50%;
        left: 0px;
        margin-top: -17px;
    }

    .jscroll-loading {
        /*position:absolute; top:50%; left:50%; margin:-50% 0 0 -50%;*/
    }

    .horizontal-browser.jscroll .next-link a {
        display: block;
        background: url(../images/hb_arrows.png) no-repeat -21px 0;
        width: 21px;
        height: 35px;
        text-indent: -9999px;
    }

    .horizontal-browser.jscroll .next-link a:hover {}

    .horizontal-browser.jscroll .prev-link a {
        display: block;
        background: url(../images/hb_arrows.png) no-repeat 0 0;
        width: 21px;
        height: 35px;
        text-indent: -9999px;
    }

    .horizontal-browser.jscroll .prev-link a:hover {}

    .horizontal-browser.jscroll .next-link a.disabled,
    .horizontal-browser.jscroll .prev-link a.disabled {
        opacity: 0.25;
        cursor: default;
    }

    .horizontal-browser a {
        outline: none;
    }

    /* Horzontal Browser - Grid */
    .horizontal-browser-grid {
        clear: both;
        margin: 0 -30px 0 0;
        padding: 0;
    }

    .horizontal-browser-grid .item {
        float: left;
        display: inline;
        background-color: #fff;
        width: 150px;
        height: 275px;
        margin: 0 30px 30px 0;
        padding: 0 10px 12px;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, .17);
    }

    /*.horizontal-browser-grid .item:nth-child(6n+6) { margin-right:0; }*/
    .horizontal-browser-grid .item a {
        display: block;
    }

    .horizontal-browser-grid .item .item-img {
        float: left;
        display: inline;
        width: 170px;
        height: 148px;
        margin: 0 -10px 12px;
        padding: 0;
    }

    .horizontal-browser-grid .item .item-img img {
        /*width:170px; height:148px;*/
        margin: 0;
        padding: 0;
    }

    .horizontal-browser-grid .item .item-details {
        clear: both;
        max-height: 70px;
    }

    .horizontal-browser-grid .item .item-details h3,
    .horizontal-browser-grid .item .item-details .presenter-name {
        color: #000;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 0;
    }

    .horizontal-browser-grid .item .item-details .presenter-name {
        display: block;
        margin: 0;
    }

    .horizontal-browser-grid .item .item-details a {
        color: #000;
    }

    .horizontal-browser-grid .item .item-details a:hover {
        color: #D87722;
        text-decoration: none;
    }

    .horizontal-browser-grid .item .item-details p {
        color: #000;
        font-size: 10px;
        line-height: 12px;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .horizontal-browser-grid .item .item-details p a.more-link {
        font-size: 11px;
        line-height: 14px;
        color: #0e7eab;
    }

    .horizontal-browser-grid .item .item-details p a.more-link:after {
        border-left: 5px solid #0e7eab;
    }

    .horizontal-browser-grid .item .item-details p a.more-link:hover {
        color: #d87722;
    }

    .horizontal-browser-grid .item .item-details p a.more-link:hover:after {
        border-left: 5px solid #d87722;
    }

    .browser-title {
        margin: 0 0 10px;
    }

    .browser-title h3 {
        margin: 0 0 10px;
        text-transform: none !important;
        clear: both;
    }

    .browser-title p {}

    .item .popover-title-data,
    .item .popover-content-data {
        display: none;
    }

    .horizontal-browser-grid .tooltip {
        display: none;
    }

    /* clearfix on jscroll inner for grid browser */
    .horizontal-browser-grid.jscroll .jscroll-inner {
        *zoom: 1;
    }

    .horizontal-browser-grid.jscroll .jscroll-inner:before {
        display: table;
        content: "";
    }

    .horizontal-browser-grid.jscroll .jscroll-inner:after {
        display: table;
        content: "";
        clear: both;
    }

    .horizontal-browser.jscroll .jscroll-inner {
        *zoom: 1;
    }

    .horizontal-browser.jscroll .jscroll-inner:before {
        display: table;
        content: "";
    }

    .horizontal-browser.jscroll .jscroll-inner:after {
        display: table;
        content: "";
        clear: both;
    }


    /* Horizontal Browser Pop-over */
    .popover {
        font-size: 12px;
        line-height: 18px;
        overflow: visible;
    }

    .popover-inner {
        overflow: visible;
    }

    .popover-title {
        padding-top: 25px;
        padding-bottom: 0;
        font-size: 18px;
        line-height: 20px;
        border: none;
        color: #000;
    }

    .popover ul {}

    .popover ul li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .popover ul li strong {}

    .popover .popover-btns {
        background-color: #f2f2f2;
        margin: 25px -17px -17px;
        padding: 20px 17px;
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .popover .popover-btns:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .popover .popover-btns li {
        float: left;
        display: inline;
        margin-bottom: 0;
    }

    .popover .popover-btns li:last-child {
        float: right;
    }

    .popover .popover-btns .btn {
        width: 98px;
    }

    .popover .popover-btns .btn-group {}

    .popover .popover-btns .btn-group .btn {}

    .popover .popover-btns .btn-group .btn .caret {
        margin: 8px -5px 0 5px;
    }

    .popover .popover-btns .btn-group .dropdown-menu {}

    .popover .dropdown-menu {
        background-color: #f0f0f0;
        border: 2px solid #808080;
    }

    .popover .dropdown-menu>li {
        display: block;
    }

    .popover .dropdown-menu a {
        display: block;
        min-width: 280px;
        /*white-space:normal;*/
    }

    .popover .popover-btns li.add-to-queue-btn {
        padding-bottom: 10px;
    }

    .popover .popover-btns li.add-to-queue-btn a.btn {
        width: 230px;
    }

    /* Progress Bars */

    .has-progress-bar .item {
        position: relative;
        height: 232px;
        display: inline-table;
    }

    .has-progress-bar .item .progress {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 170px;
        height: 9px;
        margin: 0;
        text-indent: -9999px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    /*
.jscroll-inner { height:200px; }
.sessionlist-loading,
.jscroll-added { float:left; }
*/


    /**josh new dashboard load more**/
    .dashboard_handout_hidden {
        display: none;
    }

    .nosessions {
        display: none;
        background-color: #fff;
        text-align: center;
    }

    .dashboard_handout {
        font-size: 10px;
    }

    .new-dropdown {

        background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
        float: right;
        background: url(../images/btn_dropdown.png) no-repeat 0 0;
        background-repeat: no-repeat;
        background-position: right;
        background-color: #FFFFFF;
        /* styling and reset */


        font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
        line-height: 1.5em;
        padding: 0.5em 3.5em 0.5em 1em;
        color: #808080;
        /* reset */
        display: inline-block;
        margin-left: 2px;
        border-radius: 2;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }


    .dashboard-load-more {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        padding: 10px;
        text-decoration: none;
        cursor: pointer;
    }

    /**josh chip**/
    .item-with-buttons {
        min-height: 300px !important;
    }

    .btn-large {
        font-size: 12px;
    }

    .has-progress-bar .item .progress .bar {
        height: 9px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #15749e;
        background-image: -moz-linear-gradient(top, #1091ae, #1f5790);
        background-image: -ms-linear-gradient(top, #1091ae, #1f5790);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1091ae), to(#1f5790));
        background-image: -webkit-linear-gradient(top, #1091ae, #1f5790);
        background-image: -o-linear-gradient(top, #1091ae, #1f5790);
        background-image: linear-gradient(top, #1091ae, #1f5790);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1091ae', endColorstr='#1f5790', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    }

    .has-progress-bar .item .progress-success .bar {
        background-color: #c96626;
        background-image: -moz-linear-gradient(top, #cc8928, #cb5329);
        background-image: -ms-linear-gradient(top, #cc8928, #cb5329);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc8928), to(#cb5329));
        background-image: -webkit-linear-gradient(top, #cc8928, #cb5329);
        background-image: -o-linear-gradient(top, #cc8928, #cb5329);
        background-image: linear-gradient(top, #cc8928, #cb5329);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc8928', endColorstr='#cb5329', GradientType=0);
    }




    .jscroll-loading {
        /* spinner background image */
        background: url(../images/loading_02.gif) no-repeat center 30px;
        min-height: 80px;
        clear: both;
        color: #333;
        text-align: center;
        margin-bottom: 150px;
    }

    .horizontal-browser.jscroll .jscroll-loading {
        width: 940px;
        text-align: left;
        background-position: 30px 30px;
    }

    .btn-group.filter {
        margin-bottom: 30px;
    }

    .btn-group.filter .btn {
        position: relative;
        font-size: 13px !important;
        height: 30px;
        line-height: 24px;
        overflow: hidden;
        padding: 2px 30px 0 10px;
        background: #fff none;
        min-width: 220px;
        text-align: left;
        color: #999;
    }

    .btn-group.filter .btn .caret {
        display: inline-block;
        background: url(../images/btn_dropdown.png) no-repeat 0 0;
        width: 26px;
        height: 25px;
        margin: -1px -3px 3px 0;
        opacity: 1;
        border: none;
        position: absolute;
        right: 3px;
        top: 2px;
    }

    .btn-group.filter .btn:active,
    .btn-group.filter .btn.active,
    #quick-order-table .filter-toolbar .btn-group.filter .btn:active,
    #quick-order-table .filter-toolbar .btn-group.filter .btn.active {
        background-color: #fff !important;
        border: 1px solid #ccc !important;
    }

    .btn-group.filter p.expiration-line {
        float: left;
        display: inline;
        margin: 5px 20px 0 0;
        padding: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .cme-moc .cme-course-item {
        position: relative;
    }

    .cme-moc p.expiration-line {
        position: absolute;
        bottom: 30px;
        right: 30px;
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .btn-group.filter .dropdown-menu {
        min-width: 218px;
        text-align: left;
    }

    .btn-group.filter .dropdown-menu li {
        font-size: 14px;
    }

    .btn-group.filter .dropdown-menu li.disabled a,
    .btn-group.filter .dropdown-menu li.disabled a:hover {
        background-color: #f2f2f2;
        color: #808080;
        cursor: default;
    }

    .btn-group.filter .dropdown-menu a {
        padding: 5px 15px;
        white-space: normal;
    }

    .btn-group.filter .dropdown-menu li>a:hover {
        background-color: #d87722;
    }

    .btn-group.filter .dropdown-menu .active>a,
    .btn-group.filter .dropdown-menu .active>a:hover {
        background-color: #0e7eab;
    }

    .btn-group.filter .dropdown-menu {
        max-width: 400px;
    }


    #course-browser {
        clear: both;
        position: relative;
        width: 100%;
        min-height: 637px;
    }

    .toggle-arrow {
        display: block;
        text-align: center;
        background: url(../images/btn-arrow_collapse.png) no-repeat 0 0;
        width: 61px;
        height: 39px;
        margin: 0 auto 60px;
    }

    .toggle-arrow.active {
        background-position: 0 -39px;
    }

    .toggle-arrow:hover,
    .toggle-arrow:active,
    .toggle-arrow:focus {
        outline: none;
    }

    .toggle-arrow:hover {
        cursor: pointer;
        text-decoration: none;
    }

    .has-vert-toggle {
        min-height: 270px;
    }

    .has-vert-toggle:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    /* Event Top / Hero-Unit Style */

    /* Event Option Blocks */
    .event-options-wrap {
        float: right;
    }

    .event-option-block {
        float: right;
        display: inline;
        background: url(../images/bkg_event-options.png) repeat 0 0;
        width: 270px;
        height: 80px;
        padding: 0;
        margin: 0 0 30px 30px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
        border: 1px soild #0c6b91;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
    }

    .event-option-block:hover {
        opacity: .85;
    }

    .event-option-block h3 {
        font: bold 17px/20px Arial, sans-serif;
        margin: 0 0 2px;
        padding: 0;
    }

    .event-option-block p {
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
    }

    .event-option-block a {
        min-height: 80px;
        display: block;
        width: 172px;
        /*height:58px;*/
        padding: 20px 10px 0 88px;
        text-decoration: none;
    }

    .event-option-block a:hover {
        color: #b2e7ff;
        text-decoration: none;
    }

    .hero-unit .event-option-block:first-child {
        margin-right: 0;
    }

    .product-shop .event-upgrade-block {
        margin: 20px 0px 30px 30px;
        width: auto;
        padding-left: 10px;
    }

    .hero-unit .event-upgrade-block {}

    .hero-unit .event-upgrade-block a {
        padding-top: 12px;
        background: url(../images/icon-upgrade.png) no-repeat 8px 6px;
    }

    #cme-detail-sidebar .product-shop .event-upgrade-block {
        width: 100%;
        padding: 0;
    }

    .hero-unit .event-upgrade-block-image {
        min-height: 120px;
        width: auto;
        min-width: 270px;
        padding: 0;
        margin-left: 0px;
    }

    .hero-unit .event-upgrade-block-image a {
        width: auto;
        margin: 0;
        padding: 0;
    }

    .hero-unit .event-upgrade-block-image img {
        width: auto;
        height: auto;
        max-width: 1000%;
    }

    .event-download-block {}

    .event-download-block a {
        background: url(../images/icon-download.png) no-repeat 16px 13px;
    }

    .event-account-upgrade-block {
        width: 300px;
    }

    .event-account-upgrade-block a {
        background: url(../images/icon_account-upgrade.png) no-repeat 50px 20px;
        width: 180px;
        padding: 20px 10px 20px 110px;
    }


    /* -- Events Page -- */

    .eventlist-wrap {}

    #eventlist-wrap .event {
        margin-bottom: 5%;
        padding-bottom: 5%;
        border-bottom: 1px solid #ccc;
    }

    #eventlist-wrap .event:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #eventlist-wrap .event .event-img {
        width: 27%;
        margin-right: 2%;
        float: left;
    }

    #eventlist-wrap .event .event-img img {
        margin: 0 0 20px;
    }

    #eventlist-wrap .event .event-download {
        margin: 0 20px 12px 0;
        line-height: 18px;
    }

    #eventlist-wrap .event .event-download a {
        color: #888;
        display: inline-block;
        background: url(../images/icon_pdf.png) no-repeat 0 3px;
        padding: 3px 0 0 24px;
    }

    #eventlist-wrap .event .event-img .btn {
        margin: 0 12px 12px 0;
    }

    #eventlist-wrap .event .event-img .btn-info {
        width: 141px;
    }

    #eventlist-wrap .event .event-img .btn:last-child {
        margin-right: 0;
    }

    #eventlist-wrap .event .event-info {
        width: 71%;
        float: left;
    }

    #eventlist-wrap .event .event-title {}

    #eventlist-wrap .event .event-desc {
        margin: 0;
    }



    /* -- Video Deatil / Product Detail Page -- */

    #video-detail-sidebar {}

    #video-detail-sidebar a:hover {
        color: #b2e7ff;
    }

    #video-detail-sidebar h2 {
        border-bottom: 1px solid #ccc;
        padding: 50px 0 18px;
        margin-bottom: 30px;
    }

    #video-detail-sidebar>div {
        margin-left: 70px;
        clear: both;
        margin-top: 30px;
    }

    #video-detail-sidebar .sb-presenters {
        clear: both;
    }

    #video-detail-sidebar .horizontal-browser {}

    #video-detail-sidebar .horizontal-browser:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #video-detail-sidebar .horizontal-browser .item {
        float: left;
        width: 138px;
        height: 204px;
        margin: 0;
        padding: 0;
        margin-bottom: 24px;
    }

    #video-detail-sidebar .horizontal-browser .item:first-child {
        margin-right: 24px;
    }

    #video-detail-sidebar .horizontal-browser .item:nth-child(2n+1) {
        margin-right: 24px;
    }

    #video-detail-sidebar .horizontal-browser .item:hover {
        opacity: .85;
        /*background-color:#f2f2f2;*/
    }

    #video-detail-sidebar .horizontal-browser .item .item-detail a:hover {
        /*color:#D87722;*/
    }

    #video-detail-sidebar .horizontal-browser .item-img {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
    }

    #video-detail-sidebar .horizontal-browser .item .item-img img {
        width: 138px;
        height: auto;
    }

    #video-detail-sidebar .horizontal-browser .item .item-detail {
        clear: both;
        text-align: center;
        padding: 0;
    }

    #video-detail-sidebar .horizontal-browser .item .item-detail h3 {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        text-transform: none;
        color: #000;
    }

    #video-detail-sidebar .horizontal-browser .item .item-detail a {
        display: block;
        width: 118px;
        height: 64px;
        margin: 0;
        padding: 10px;
        color: #000;
        text-decoration: none;
    }

    #video-detail-sidebar .sb-handouts {}

    #video-detail-sidebar .sb-handouts .message {
        font-size: 12px;
        line-height: 16px;
        padding: 10px;
        margin-bottom: 20px;
        color: rgba(255, 255, 255, .9);
        background-color: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .25);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #video-detail-sidebar .sb-handouts ul {
        margin: 0 0 30px;
        padding: 0;
    }

    #video-detail-sidebar .sb-handouts ul li {
        line-height: 25px;
        margin: 0;
        padding: 0;
        list-style-type: none;
        color: #fff;
        font-weight: bold;
    }

    #video-detail-sidebar .sb-handouts ul li a {
        padding-left: 30px;
        display: block;
        color: #fff;
        text-decoration: none;
    }

    #video-detail-sidebar .sb-handouts ul li a:hover {
        color: #b2e7ff;
    }

    #video-detail-sidebar .sb-handouts ul li i {
        float: left;
        margin-top: 5px;
    }

    /* Add TO Cart */
    #video-add-to-cart {
        /* display:none; Hide Add To Cart Buttons till ready to launch */
    }

    #video-add-to-cart.well {
        padding: 15px;
        color: #666;
        /*margin-left:70px;*/
        /*margin:0;*/
    }

    #video-add-to-cart.well:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #video-add-to-cart.well h2 {
        padding: 0;
        margin: 0 0 15px;
        color: #808080;
        border: none;
    }

    /* Style the btns to look like .btn-small */
    #video-add-to-cart.well .btn {
        float: right;
        font-size: 11px;
        line-height: 16px;
        padding: 5px 9px;
    }

    #video-add-to-cart .availability {
        margin-bottom: 15px;
        color: #666;
    }

    #video-add-to-cart .availability.in-stock {}

    #video-add-to-cart table {
        border: 1px solid #ccc;
        margin: 0 0 15px;
        width: 100%;
    }

    #video-add-to-cart .grouped-items-table {}

    #video-add-to-cart thead tr {}

    #video-add-to-cart tbody tr {}

    #video-add-to-cart thead th {
        color: #666;
        border-bottom: 1px solid #ccc;
        background-color: #f2f2f2;
        padding: 5px;
        font-size: 13px;
        line-height: 15px;
        font-weight: bold;
    }

    #video-add-to-cart tbody td {
        color: #666;
        border-bottom: 1px solid #ccc;
        padding: 7px 5px;
        font-size: 13px;
        line-height: 15px;
    }

    #video-add-to-cart tbody td.last {
        width: 85px;
    }

    #video-add-to-cart input {
        width: 20px;
        margin: 0;
    }

    /*Download Instructions*/
    /*.btn-group.open .dropdown-menu { background-color:#f0f0f0; }*/
    .btn-group.open .dropdown-menu {
        background-color: #ffffff;
    }

    #video-detail .download-instructions {
        width: 305px;
    }

    .download-instructions {
        width: 260px;
        font-weight: bold;
        font-size: 11px;
        color: #333;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 3px 15px;
        margin: 10px auto 10px auto;
    }

    .download-instructions p {
        font-weight: normal;
        font-size: 10px;
        color: #333;
    }

    .product-view .event-back-link {
        margin: -20px 0 60px;
        color: #fff;
        text-transform: none;
    }

    .product-view .event-back-link a {
        color: #fff;
        text-decoration: none;
    }

    .product-view .event-back-link a:hover {
        color: #b2e7ff;
    }


    a.download-link {
        text-decoration: underline;
    }

    /* Video Player */
    /*#video-player-wrap { background:#ccc; margin:-30px 0 30px; box-shadow:0 5px 15px 10px rgba(0,0,0,.2); color:#808080; text-align:center; }*/

    #videoPreviewMessage {
        padding: 10px 0;
    }

    #video-player-wrap {
        margin: -30px 0 30px;
        color: #808080;
        text-align: center;
    }

    #videoPlayerWrapper {
        box-shadow: 0 5px 15px 10px rgba(0, 0, 0, .2);
        background: #ccc;
    }

    /* responsive sizing for video player based on the stock breakpoints */
    #video-player-wrap h1,
    #video-player-wrap h2,
    #video-player-wrap h3,
    #video-player-wrap h4,
    #video-player-wrap h5,
    #video-player-wrap h6,
    #video-player-wrap p {
        color: #808080;
        text-align: center;
        padding-top: 15px;
    }

    /* Regular desktop */
    /*#video-player-wrap { width:100%; height:auto; }*/
    #video-player-wrap,
    #videoPlayerContent {
        /*width:600px; height:462px;*/
    }


    #videoPlayerWrapper {
        /*height:auto!important;*/
    }

    #videoPlayerContent {
        line-height: 0;
        margin: 0;
        padding: 0;
        width: auto !important; 
        height: auto !important; 
        margin: 0 auto !important;
    }


    video {
        max-width: 100%;
        height: auto;
    }

    #videoPlayerWrapper {
        position: relative;
    }

    /*
#videoPlayerWrapper iframe,
#videoPlayerWrapper object,
#videoPlayerWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

    /* No content message */
    #videoPlayerContentNotAvaliable {
        min-height: 260px;
        padding: 120px 20px 20px 20px;
    }

    /* Video Detail Info */

    #video-detail .video-detail-buttons {
        margin-top: -3px;
    }

    #video-detail .video-detail-buttons>li {
        float: left;
        margin-left: 10px;
    }

    #video-detail .video-detail-buttons>li:first-child {
        margin-left: 0;
    }

    #video-detail .info-top {
        border-bottom: 1px solid #fff;
        margin: 0 0 30px;
        padding: 0 0 10px;
    }

    #video-detail a {}

    #video-detail a:hover {}

    #video-detail .session-title {
        width: 100%;
        font-size: 24px;
        line-height: 24px;
        text-transform: none;
        margin: 0 0 30px;
        padding: 0;
    }

    #video-detail .social-buttons {
        margin-top: -3px;
    }

    #video-detail .view-info {
        font-size: 20px;
        line-height: 24px;
        margin: 0 15px 0 0;
        padding: 0;
    }

    #video-detail .view-info a {
        color: #fff;
        text-decoration: none;
    }

    #video-detail .view-info a:hover {
        color: #b2e7ff;
    }

    #video-detail .view-info i {
        margin: -1px 10px 0 0;
    }

    #video-detail ul.course-features {
        margin: 0;
        padding: 25px 0 0;
    }

    #video-detail ul.course-features li {
        float: left;
        display: inline;
        margin: 0 0 0 10px;
        padding: 0 7px 0 0;
        font-size: 14px;
        line-height: 14px;
        border-right: 1px solid #b2b2b2;
    }

    #video-detail ul.course-features li:first-child {
        margin-left: 0;
    }

    #video-detail ul.course-features li:last-child {
        border-right: none;
    }

    .feature-title {
        font-size: 12px;
        font-weight: bold;
    }

    #video-detail ul.course-features li .feature-title {}

    #video-detail ul.course-features li a {
        color: #b2e7ff;
    }

    /* Icons */
    .icon-download-handout {
        background: url(../images/icon-download_handouts.png) no-repeat 0 0;
        width: 19px;
        height: 20px;
        margin: 1px 10px 0 0;
    }

    .icon-info {
        background: url(../images/icon-info.png) no-repeat 0 0;
        width: 27px;
        height: 24px;
    }

    .icon-dashboard-large {
        background: url(../images/icon_dashboard.png) no-repeat 0 0;
        width: 46px;
        height: 41px;
        margin: 3px 13px 0 0;
    }

    .icon-edit {
        background: url(../images/icon_edit.png) no-repeat 0 0;
    }

    .btn>.icon-plus {
        margin-top: 1px;
        opacity: .5;
    }

    .btn:hover>.icon-plus {
        opacity: 1;
    }


    /* -- Session & Presenter Tab Nav -- */

    ul.session-tab-nav {
        margin: 0;
        padding: 0;
        /*float:right; display:inline; margin:0; padding:0;*/
    }

    ul.session-tab-nav li {
        float: left;
        display: inline;
        margin: 0 0 0 10px;
        padding: 0;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        color: #666;
    }

    ul.session-tab-nav li:first-child {
        margin-left: 0;
    }

    ul.session-tab-nav li a {
        white-space: nowrap;
        display: block;
        background: #ccc url(../images/tab-shade.png) repeat-x 0 bottom;
        margin: 0;
        padding: 11px 53px;
        border: 1px solid #808080;
        border-bottom: 0;
        color: #666;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        text-decoration: none;
    }

    ul.session-tab-nav li.active a,
    ul.session-tab-nav li.active a:hover {
        color: #666;
        background-color: #e6e6e6;
        background-image: none;
    }

    ul.session-tab-nav li a:hover {
        color: #666;
        text-decoration: none;
        background-color: #d9d9d9;
    }


    .dashboard .hero-unit ul.session-tab-nav {
        position: absolute;
        bottom: 0;
        right: 0;
        /*min-width:400px;*/
    }


    @media screen and (max-width:650px) {

        .hero-unit .category-description {
            padding-bottom: 100px;
        }

        ul.session-tab-nav li {
            float: left;
            width: 100%;
            margin: 0px !important;
        }

        ul.session-tab-nav {
            margin-right: 0;
        }

        .hero-unit .multiple-top-blocks .event-options-wrap {
            width: 100%;
        }
    }

    /* -- Video Detail Responsive Tweaks -- */

    @media (max-width:979px) {

        .product-view .hero-unit .span8,
        .product-view #video-detail,
        .product-view #video-detail-sidebar {
            float: none;
            clear: both;
            width: 100%;
            margin-left: 0;
        }

        .product-view #video-player-wrap {
            float: none;
            clear: both;
        }

        .product-view #video-detail {
            margin-bottom: 40px;
        }

        .product-view #video-detail:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        .product-view .product-shop {
            margin-left: 0;
        }

        #video-detail-sidebar>div {
            margin-left: 0;
        }

    }

    /*
@media (max-width:767px) {
    ul.session-tab-nav li a { font-size:16px; }
}
*/
    @media (min-width:979px) and (max-width:1200px) {
        #video-detail-sidebar>div {
            margin-left: 0;
        }
    }


    /* -- Search Results -- */

    /* Catalog Search Result  */
    #catalogsearch-result ul.products-grid {
        padding-top: 30px;
    }

    #catalogsearch-result ul.products-grid .item {
        float: left;
        list-style-type: none;
        border-bottom: 1px solid #ccc;
        width: 48%;
        min-height: 280px;
        margin: 0 2% 30px 0;
        padding: 0 0 30px;
    }

    #catalogsearch-result ul.products-grid .item:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #catalogsearch-result ul.products-grid .item .product-image {
        float: left;
        display: inline;
        margin: 0 30px 30px 0;
        padding: 0;
    }

    #catalogsearch-result ul.products-grid .item .product-name {
        font-size: 20px;
        line-height: 22px;
        text-transform: none;
        margin: 0 0 10px;
        padding: 0;
    }

    #catalogsearch-result ul.products-grid .item .product-name a {
        color: #666;
    }

    #catalogsearch-result ul.products-grid .item .price-box {}

    #catalogsearch-result ul.products-grid .item .actions {}

    #catalogsearch-result ul.products-grid .item .actions .add-to-links {
        display: none;
        : inline;
    }

    #catalogsearch-result ul.products-grid .item .actions .add-to-links .separator {
        display: inline;
    }

    #catalogsearch-result ul.products-grid .item .actions .add-to-links .link-compare {
        display: inline;
    }

    #catalogsearch-result ul.products-grid .item ul.course-features {
        margin: 0 0 20px;
        padding: 0;
    }

    #catalogsearch-result ul.products-grid .item ul.course-features li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: 16px;
    }

    #catalogsearch-result ul.products-grid .item ul.course-features li a {}

    #catalogsearch-result ul.products-grid .item .search-results-img {
        float: left;
        width: 30%;
    }

    #catalogsearch-result ul.products-grid .item .search-results-info {
        float: left;
        width: 60%;
    }

    #catalogsearch-result ul.products-grid .item .search-results-clear {
        clear: both;
    }



    /* --- Quick Order Form --- */


    #quick-order-table {
        border: none;
        margin: 0;
        padding: 0;
    }

    /* Instructions*/
    body.event-order-index .quickorder-instructions {
        margin: 0 0 20px;
    }

    body.event-order-index .quickorder-instructions:after {
        content: '.';
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

    body.event-order-index .quickorder-instructions h3 {
        float: left;
        font-size: 24px;
    }

    body.event-order-index .quickorder-instructions p {
        float: right;
        display: inline-block;
        font-size: 15px;
        margin: -5px 0 10px;
        padding: 0 8px;
        color: #fff !important;
        background-color: #808080;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    body.event-order-index .quickorder-instructions p span {
        color: #fff !important;
    }

    #quick-order-table .filter-toolbar {
        margin: 0;
        padding: 0;
        background-color: #c0c0c0;
        border: 4px solid #8c8c8c;
    }

    #quick-order-table .filter-toolbar .span4 {
        width: 33.33333%;
        margin-left: 0;
    }

    #quick-order-table .span-inner {
        border-right: 4px solid #8c8c8c;
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 210px;
    }

    #quick-order-table .filter-toolbar .span4:last-child .span-inner {
        border-right: none;
    }

    #quick-order-table .filter-toolbar .btn-group.filter {
        margin: 3px 0 9px;
    }

    #quick-order-table .filter-toolbar .filter-header-bar {
        background-color: #a1a1a1;
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        height: 38px;
        margin: 0 0 0 4px;
        padding: 14px 7px 0;
        text-align: left;
        width: auto;
    }

    #quick-order-table .filter-toolbar .span4:first-child .filter-header-bar {
        margin: 0;
    }

    #quick-order-table .filter-toolbar .number-box {
        background-color: #e6e6e6;
        border-radius: 5px;
        color: #8c8c8c;
        display: inline-block;
        float: left;
        font-size: 20px;
        margin: -7px 12px 0 0;
        padding: 7px 13px;
    }

    #quick-order-table .filter-toolbar .filter-body {
        width: auto;
        margin: 0;
        padding: 30px 65px;
        min-height: 68px;
    }

    #quick-order-table .filter-toolbar .filter-body.filter-box {
        background-color: #e5e6e8;
        border: 3px solid #808080;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: block;
        height: 57%;
        margin: 8% 20%;
        padding: 6px 6px 0;
        text-align: center;
    }

    #quick-order-table .filter-toolbar .filter-body.filter-box p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: normal;
    }

    #quick-order-table .filter-toolbar .filter-body.filter-box .btn-group .btn {
        float: none;
        display: inline-block;
        margin-left: -4px;
    }





    #quick-order-table .filter-toolbar .btn-group {
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
    }

    #quick-order-table .filter-toolbar .btn-group.filter .btn {
        min-width: 100%;
    }

    #quick-order-table .filter-toolbar .btn-group .btn {
        font-size: 11px;
    }

    #quick-order-table .filter-toolbar .btn-group.filter .btn {
        font-size: 13px;
        color: #808080;
    }

    #quick-order-table .filter-toolbar .filter-col:first-child .btn-group.filter .btn .caret:hover {
        /*background-color:#bf6a1f;*/
    }

    #quick-order-table .filter-toolbar .input-group {
        width: 100%;
        position: relative;
        margin: 50px 0 0;
        color: #808080;
    }

    #quick-order-table .filter-toolbar .input-group input {
        border: none;
        box-shadow: none;
        background: #fff none repeat scroll 0 0;
        font-size: 13px;
        color: #808080 !important;
        line-height: 16px;
        width: 90%;
        padding: 6px 5%;
        text-align: left;
        box-shadow: none;
    }

    #quick-order-table .filter-toolbar .input-group input::-webkit-input-placeholder,
    #quick-order-table .filter-toolbar .input-group input:-moz-placeholder,
    #quick-order-table .filter-toolbar .input-group input::-moz-placeholder,
    #quick-order-table .filter-toolbar .input-group input:-ms-input-placeholder {
        color: #808080;
    }

    #quick-order-table .filter-toolbar .input-group .input-group-btn {
        position: absolute;
        top: 3px;
        right: 3px;
    }

    #quick-order-table .filter-toolbar .input-group .input-group-btn .btn {
        padding: 2px 7px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    #quick-order-table .filter-toolbar .btn-group .btn:active,
    #quick-order-table .filter-toolbar .btn-group .btn.active {
        background-color: #666;
        border: 1px solid #333;
    }

    #quick-order-table .filter-toolbar .filter-col:last-child .btn-group {
        margin: 0 0 0 10%;
    }

    #quick-order-table .filter-toolbar .span4:last-child .btn-large {
        border: 3px solid #e6e6e6;
        font-size: 18px;
        font-weight: normal;
        margin: 8px 0 0;
        padding: 15px 28px;
        text-transform: uppercase;
    }

    #quick-order-table .filter-toolbar .span4:last-child .btn-large i {
        font-size: 24px;
        margin-right: 4px;
    }



    body.event-order-index .well {
        padding: 50px 38px 0;
    }

    /* TEMP  body.event-order-index .container { width:1116px; } */
    #quick-order-table thead th,
    #quick-order-table thead td {
        /*border:none;*/
        margin: 0;
        padding: 0;
        background-color: #f2f2f2;
        font-size: 14px;
        line-height: 18px;
    }

    #quick-order-table tbody td {
        padding: 14px;
    }

    #quick-order-table .product-item {
        background-color: #fafafa;
    }

    #quick-order-table .product-item .product-img {
        border: 1px solid #f1eee9;
        width: 80px;
        margin: 0 20px 0 0;
    }

    #quick-order-table .product-item .quick-order-product-name h4.product-title {
        font-size: 14px;
        line-height: 16px;
        margin: 3px 0;
        padding: 0;
    }

    #quick-order-table .product-item .quick-order-product-name h4.product-title a {
        color: #333;
    }

    #quick-order-table .product-item .quick-order-product-name p {
        font-size: 12px;
        line-height: 16px;
        margin: 8px 0px;
    }

    #quick-order-table .product-item .quick-order-product-sku {
        font-size: 12px;
        line-height: 14px;
        padding: 0px 23px 0;
    }

    #quick-order-table .product-item td.quick-order-product-qty {
        padding: 32px 24px 0;
    }

    #quick-order-table tfoot td .btn-large {
        font-size: 18px;
        font-weight: normal;
        margin: 8px 0 0;
        padding: 15px 28px;
        text-transform: uppercase;
    }

    #quick-order-table tfoot td .btn-large i {
        font-size: 24px;
        margin-right: 4px;
    }

    #quick-order-table tfoot td .pull-left {
        margin: 38px 0 0 35px;
    }

    #quick-order-table tfoot td .pull-left .btn-primary {}

    #quick-order-table tfoot td .pull-left .btn-primary i.fa-sort-asc {
        line-height: 10px;
        margin: 7px 6px 0 -1px;
        float: left;
    }

    #quick-order-table tfoot td .pull-right {
        margin: 20px;
    }

    #quick-order-table tfoot td .pull-right .btn-primary.btn-large {
        margin-left: 5px;
    }

    #quick-order-table tfoot td .pull-right .btn-primary.btn-large i.fa-sort-desc {
        line-height: 10px;
        margin: 3px 10px 0 -5px;
        float: left;
    }

    #quick-order-table .product-item .quick-order-product-name .product-info-wrap .sku-num-mobile {
        display: none;
    }



    /* Mobile */
    @media (max-width:767px) {

        .hero-unit.event h1 {
            margin: 15px;
        }

        .hero-unit.event {
            padding: 6px 0 0;
        }

        .hero-unit.event .container {
            padding: 0;
        }

        .hero-unit.event .category-description,
        .hero-unit.event .category-thumbnail {
            display: none;
        }

        .hero-unit.event .row-fluid:last-child .span9 {
            width: 84%;
            margin: 0;
            padding: 0;
            float: left;
            clear: none;
        }

        .hero-unit.event .row-fluid:last-child .span3 {
            width: 16%;
            margin: 0;
            padding: 0;
            float: left;
            clear: none;
        }

        .hero-unit.event .category-title.page-title h1 {
            display: block;
            font-size: 18px;
            line-height: 20px;
            margin: 8px 24px 12px;
            padding: 0;
            width: auto;
            /*TEMP*/
            width: 71%;
        }

        /*.hero-unit.event + .container { width:auto; }*/

        .hero-unit.event ul.session-tab-nav {
            margin: 0;
            padding: 0;
        }

        .hero-unit.event ul.session-tab-nav li {
            width: 33.33333%;
        }

        .hero-unit.event ul.session-tab-nav li a {
            font-size: 14px;
            padding-bottom: 12px;
            border-top: none;
            border-bottom: none;
            border-left: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .hero-unit.event .download-btn {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .hero-unit.event .download-btn .btn {
            width: 100%;
            height: 33px;
            margin: 0;
            padding: 12px 0 2px;
            text-align: center;
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .hero-unit.event .download-btn .btn span {
            display: none;
        }

        .hero-unit.event .download-btn i {
            float: none;
            margin: 0;
            padding: 0;
        }

        body.event-order-index .well {
            background-color: transparent;
            margin: 0;
            padding: 10px 0 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        body.event-order-index .quickorder-instructions {
            margin: 0 20px 14px;
        }

        body.event-order-index .quickorder-instructions h3 {
            font-size: 16px;
            margin: 0 0 10px;
            padding: 0;
        }

        body.event-order-index .quickorder-instructions p {
            float: left;
            font-size: 14px;
            margin: -5px 0 0;
            padding: 0 7px;
            width: auto;
        }

        body.event-order-index .quickorder-instructions p.pull-right {
            float: right;
            margin: 0;
            padding: 0 7px;
        }

        #quick-order-table .filter-toolbar {
            border: none;
        }

        #quick-order-table .filter-toolbar .span4 {
            float: left;
            width: 100%;
            margin: 0 0 4px;
        }

        #quick-order-table .filter-toolbar .span4:first-child .filter-header-bar {
            margin: 0;
            padding: 0;
        }

        #quick-order-table .span-inner {
            border: none;
            min-height: 0;
        }

        #quick-order-table .filter-toolbar .filter-header-bar {
            float: left;
            height: 46px;
            text-indent: -9999px;
            background-color: #a1a1a1;
            width: 15%;
            margin: 0;
            padding: 0;
        }

        #quick-order-table .filter-toolbar .number-box {
            font-size: 18px;
            margin: 9px 0 0 12px;
            padding: 5px 9px;
            text-indent: 0;
        }

        #quick-order-table .filter-toolbar .filter-body {
            text-align: left;
            height: 46px;
            background-color: #a1a1a1;
            float: left;
            margin: 0;
            padding: 0;
            width: 85%;
            min-height: 0;
        }

        #quick-order-table .filter-toolbar .filter-body.filter-box {
            background-color: #a1a1a1;
            border: none;
            display: block;
            height: 46px;
            margin: 0;
            padding: 0;
            text-align: center;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        #quick-order-table .filter-toolbar .filter-body.filter-box p {
            color: #fff;
            float: left;
            line-height: 14px;
            margin: 8px 0 0;
            padding: 0;
            text-align: left;
            width: 45px;
        }

        #quick-order-table .filter-toolbar .filter-body.filter-box .btn-group {
            float: left;
            margin: 7px 0 0 10px;
            width: auto;
        }

        #quick-order-table .filter-toolbar .btn-group.filter {
            width: 46%;
            margin: 7px 0;
        }

        #quick-order-table .filter-toolbar .btn-group.filter .btn {
            min-width: 0;
            width: 100%;
            margin: 0;
        }

        #quick-order-table .filter-toolbar .input-group {
            clear: none;
            float: left;
            margin: 8px 5% 0 1%;
            position: relative;
            width: 46%;
        }

        #quick-order-table .filter-toolbar .span4:last-child {
            margin-bottom: 0;
        }

        #quick-order-table .filter-toolbar .span4:last-child .btn-large i {
            float: left;
            font-size: 19px;
            margin-bottom: 0;
            margin-right: 6px;
            margin-top: 0;
        }

        #quick-order-table .filter-toolbar .span4:last-child .btn-large {
            border: 1px solid rgba(0, 0, 0, 0.2);
            font-size: 14px;
            line-height: 20px;
            margin: 5px 0 0 51px;
            padding: 7px 29px 4px 28px;
            text-transform: uppercase;
        }


        #quick-order-table thead th {
            display: none;
        }

        #quick-order-table tbody td {
            border-left: none;
            border-top: none;
            border-right: none;
        }

        #quick-order-table .product-item .product-img {
            width: 32%;
            margin: 0 0 10px;
        }

        #quick-order-table .product-item .product-img+p.button {
            width: 32%;
            float: left !important;
            margin: 0 0 5px !important;
            padding: 0 !important;
            clear: both !important;
            text-align: center;
        }

        #quick-order-table .product-item td.quick-order-product-qty {
            padding: 45px 40px 0;
        }

        #quick-order-table .product-item .quick-order-product-name .product-info-wrap {
            float: right;
            margin: -30% 0 0 7%;
            padding: 0;
            width: 61%;
        }

        #quick-order-table .product-item .quick-order-product-sku,
        #quick-order-table .product-item .quick-order-product-name .product-info-wrap .event-name {
            display: none;
        }

        #quick-order-table .product-item .quick-order-product-name .product-info-wrap .sku-num-mobile {
            display: block;
            padding-top: 16px;
        }

        #quick-order-table .product-item .quick-order-product-name h4.product-title {
            font-size: 12px;
            line-height: 15px;
        }

        #quick-order-table .product-item .quick-order-product-name p {
            font-size: 12px;
            line-height: 16px;
        }

        #quick-order-table .product-item .quick-order-product-name p:first-child {
            margin-top: -15px;
        }

        #quick-order-table .product-item .quick-order-product-name p:first-child strong {
            display: none;
        }

        #quick-order-table .product-item .quick-order-product-sku {
            padding: 0;
        }


    }


    /* Tablet */
    @media (min-width:767px) and (max-width:979px) {

        .hero-unit.event {
            padding: 6px 0 0;
        }

        .hero-unit.event .container {
            padding: 0;
        }

        .hero-unit.event .category-description,
        .hero-unit.event .category-thumbnail {
            display: none;
        }

        .hero-unit.event .row-fluid:last-child .span9 {
            width: 84%;
            margin: 0;
            padding: 0;
            float: left;
            clear: none;
        }

        .hero-unit.event .row-fluid:last-child .span3 {
            width: 16%;
            margin: 0;
            padding: 0;
            float: left;
            clear: none;
        }

        .hero-unit.event .category-title.page-title h1 {
            display: block;
            font-size: 18px;
            line-height: 20px;
            margin: 8px 24px 12px;
            padding: 0;
            width: auto;
            /*TEMP*/
            width: 71%;
        }

        /*.hero-unit.event + .container { width:auto; }*/

        .hero-unit.event ul.session-tab-nav {
            margin: 0;
            padding: 0;
        }

        .hero-unit.event ul.session-tab-nav li {
            /*width:33.33333%;*/
        }

        .hero-unit.event ul.session-tab-nav li a {
            font-size: 14px;
            padding-bottom: 12px;
            border-top: none;
            border-bottom: none;
            border-left: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .hero-unit.event .download-btn {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .hero-unit.event .download-btn .btn {
            width: 100%;
            height: 33px;
            margin: 0;
            padding: 12px 0 2px;
            text-align: center;
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .hero-unit.event .download-btn .btn span {
            display: none;
        }

        .hero-unit.event .download-btn i {
            float: none;
            margin: 0;
            padding: 0;
        }

        body.event-order-index .well {
            background-color: transparent;
            margin: 0;
            padding: 10px 0 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        body.event-order-index .quickorder-instructions {
            margin: 20px 20px 14px;
        }

        body.event-order-index .quickorder-instructions h3 {
            font-size: 16px;
            margin: 0 0 10px;
            padding: 0;
        }

        body.event-order-index .quickorder-instructions p {
            float: right;
            font-size: 14px;
            margin: -5px 0 0;
            padding: 0 7px;
            width: auto;
        }

        #quick-order-table .filter-toolbar {
            border: none;
        }

        #quick-order-table .filter-toolbar .span4 {
            float: left;
            width: 100%;
            margin: 0 0 4px;
        }

        #quick-order-table .filter-toolbar .span4:first-child .filter-header-bar {
            margin: 0;
            padding: 0;
        }

        #quick-order-table .span-inner {
            border: none;
            min-height: 0;
        }

        #quick-order-table .filter-toolbar .filter-header-bar {
            float: left;
            height: 46px;
            text-indent: -9999px;
            background-color: #a1a1a1;
            width: 10%;
            margin: 0;
            padding: 0;
        }

        #quick-order-table .filter-toolbar .number-box {
            font-size: 18px;
            margin: 9px 0 0 12px;
            padding: 5px 9px;
            text-indent: 0;
        }

        #quick-order-table .filter-toolbar .filter-body {
            text-align: left;
            height: 46px;
            background-color: #a1a1a1;
            float: left;
            margin: 0;
            padding: 0;
            width: 90%;
            min-height: 0;
        }

        #quick-order-table .filter-toolbar .filter-body.filter-box {
            background-color: #a1a1a1;
            border: none;
            display: block;
            height: 46px;
            margin: 0;
            padding: 0;
            text-align: center;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        #quick-order-table .filter-toolbar .filter-body.filter-box p {
            color: #fff;
            float: left;
            line-height: 14px;
            margin: 8px 0 0 25%;
            padding: 0;
            text-align: left;
            width: 45px;
        }

        #quick-order-table .filter-toolbar .filter-body.filter-box .btn-group {
            float: left;
            margin: 7px 0 0 10px;
            width: auto;
        }

        #quick-order-table .filter-toolbar .btn-group.filter {
            width: 46%;
            margin: 7px 0;
        }

        #quick-order-table .filter-toolbar .btn-group.filter .btn {
            min-width: 0;
            width: 100%;
            margin: 0;
        }

        #quick-order-table .filter-toolbar .input-group {
            clear: none;
            float: left;
            margin: 8px 5% 0 1%;
            position: relative;
            width: 46%;
        }

        #quick-order-table .filter-toolbar .span4:last-child {
            margin-bottom: 0;
        }

        #quick-order-table .filter-toolbar .span4:last-child .btn-large i {
            float: left;
            font-size: 19px;
            margin-bottom: 0;
            margin-right: 6px;
            margin-top: 0;
        }

        #quick-order-table .filter-toolbar .span4:last-child .btn-large {
            border: 1px solid rgba(0, 0, 0, 0.2);
            font-size: 14px;
            line-height: 20px;
            margin: 5px 0 0 28%;
            padding: 7px 29px 4px 28px;
            text-transform: uppercase;
        }


        #quick-order-table thead th {
            display: none;
        }

        #quick-order-table tbody td {
            border-left: none;
            border-top: none;
            border-right: none;
        }

        #quick-order-table .product-item .product-img {
            width: 32%;
            margin: 0 0 10px;
        }

        #quick-order-table .product-item .product-img+p.button {
            width: 32%;
            float: left !important;
            margin: 0 0 5px !important;
            padding: 0 !important;
            clear: both !important;
            text-align: center;
        }

        #quick-order-table .product-item td.quick-order-product-qty {
            padding: 45px 40px 0;
        }

        #quick-order-table .product-item .quick-order-product-name .product-info-wrap {
            float: right;
            margin: -30% 0 0 7%;
            padding: 0;
            width: 61%;
        }

        #quick-order-table .product-item .quick-order-product-sku,
        #quick-order-table .product-item .quick-order-product-name .product-info-wrap .event-name {
            display: none;
        }

        #quick-order-table .product-item .quick-order-product-name .product-info-wrap .sku-num-mobile {
            display: block;
            padding-top: 16px;
        }

        #quick-order-table .product-item .quick-order-product-name h4.product-title {
            font-size: 12px;
            line-height: 15px;
        }

        #quick-order-table .product-item .quick-order-product-name p {
            font-size: 12px;
            line-height: 16px;
        }

        #quick-order-table .product-item .quick-order-product-name p:first-child {
            margin-top: -15px;
        }

        #quick-order-table .product-item .quick-order-product-name p:first-child strong {
            display: none;
        }

        #quick-order-table .product-item .quick-order-product-sku {
            padding: 0;
        }


    }

    /* the old ========================================================================

    #course-browser ul.course-browser-items { margin:0; padding:0; clear:both; }
        #course-browser ul.course-browser-items li { margin:0; padding:0; }
        #course-browser ul.course-browser-items li.item { overflow:visible; position:relative; float:left; display:inline; background:none; background-color:#323f4c; width:230px; height:200px; margin:0 4px 4px 0; padding:0; }
            #course-browser ul.course-browser-items li.item.edge { margin-right:0px; }
            #course-browser ul.course-browser-items li.item.clear-row { clear:both; }
            #course-browser ul.course-browser-items li.item.lastrow { margin-bottom:0; }
            #course-browser ul.course-browser-items li.item.banner-ad {  }
                #course-browser ul.course-browser-items li.item a { margin:0; padding:0; text-decoration:none; border:none; }

            #course-browser ul.course-browser-items li.item.no-content { background-color:#b8c8d9; }
                #course-browser ul.course-browser-items li.item.no-content .no-content-text { display:block; margin:0; padding:40px 40px 0; text-align:center; }


            #course-browser ul.course-browser-items .item-details { display:none; }
            #course-browser ul.course-browser-items .inactive-bkg { display:none; }
                #course-browser ul.course-browser-items li.item .inactive-bkg { position:absolute!important; top:0px!important; left:0!important; background:transparent url(../images/bkg_tranparent-black.png) repeat 0 0!important; width:230px; height:200px; }
                #course-browser ul.course-browser-items li.item.active .inactive-bkg { display:none; }
                #course-browser ul.course-browser-items li.item.inactive .inactive-bkg { display:block; z-index:4!important; }

            #course-browser ul.course-browser-items li.item:hover .item-details,
            #course-browser ul.course-browser-items li.item.active .item-details {  }

                #course-browser ul.course-browser-items li.featured:hover .featured-border { display:none; }


            #course-browser ul.course-browser-items li.item.featured .featured-border { position:absolute; top:0px; left:0; z-index:3; background:url(../images/border_featured.png) no-repeat 0 0; width:230px; height:200px; }
            #course-browser ul.course-browser-items li.item.featured h3.item-title { top:138px; color:#ffa04c; }
            #course-browser ul.course-browser-items li.item.featured h3.item-title a { color:#ffa04c; }

            #course-browser ul.course-browser-items li.item h3.item-title { position:absolute; top:138px; left:0; z-index:2; overflow:hidden; background:url(../images/bkg_black-transparent.png) repeat 0 0; width:200px; height:42px; margin:0; padding:10px 20px 10px 10px; border:none;
                                                  font-size:11px; line-height:14px; text-transform:none; letter-spacing:normal; color:#ccc; }
                #course-browser ul.course-browser-items li.item h3.item-title .presenter-name { font-weight:bold; color:#fff!important; }
                #course-browser ul.course-browser-items li.item h3.item-title a { color:#ccc; }


    #course-browser .item-details { position:absolute; top:0px; left:0; z-index:5; background:url(../images/item-rollover-bkg.png) no-repeat 0 0; width:465px; height:200px;
                                    font-size:12px; line-height:16px; color:#333; }
        #course-browser .item-details p { margin-bottom:16px; }
        #course-browser .item-details-inner { width:205px; margin:0 20px 0 240px; padding:20px 0 0; }
            #course-browser .item-details-inner .item-details-inner-click-area { position:absolute; width:230px; height:200px; top:0; left:0; cursor:pointer; }

        #course-browser ul.course-browser-items li.edge .item-details { position:absolute; top:0px; left:auto; right:0; background:url(../images/item-rollover-bkg-reverse.png) no-repeat 0 0; }
        #course-browser ul.course-browser-items li.edge .item-details-inner { margin:0 20px 0 20px; padding:20px 0 0; }
            #course-browser ul.course-browser-items li.edge .item-details-inner .item-details-inner-click-area { position:absolute; width:230px; height:200px; top:0; left:230px;  cursor:pointer; }

    #course-browser .item-details .btn-view-details { float:left; display:inline; margin:0; padding:0; }
        #course-browser .item-details .btn-view-details a.button span { background-position:0 0; font-size:11px; }
            #course-browser .item-details .btn-view-details a.button:hover span { background-position:0 -40px; }
        #course-browser .item-details .btn-view-details a.button span span { background-position:100% 0; }
            #course-browser .item-details .btn-view-details a.button:hover span span { background-position:100% -40px; }

        #course-browser .item-details .btn-view-details a {  }
            #course-browser .item-details .btn-view-details a:hover {  }

    #course-browser .item-details .btn-preview-samples { float:left; display:inline; margin:0 5px 0 0; padding:0; }
        #course-browser .item-details .btn-preview-samples a.button span { background-position:0 -20px; font-size:11px; }
            #course-browser .item-details .btn-preview-samples a.button:hover span { background-position:0 -40px; }
        #course-browser .item-details .btn-preview-samples a.button span span { background-position:100% -20px; }
            #course-browser .item-details .btn-preview-samples a.button:hover span span { background-position:100% -40px; }

        #course-browser .item-details .btn-preview-samples a {  }
            #course-browser .item-details .btn-preview-samples a:hover {  }

    .product-view .product-essential .btn-view-preview {  margin:0; padding:0; }
        .product-view .product-essential .btn-view-preview a { display:block; background:url(../images/btn_preview-sample.gif) no-repeat 0 0; width:107px; height:20px; text-indent:-9999px; }
            .product-view .product-essential .btn-view-preview a:hover { background-position:0 -20px; }

 end old course browser styles */

    /* Course Browser blacked out background state */
    /*
        #course-browser ul.course-browser-items li.inactive .item-details,
        #course-browser ul.course-browser-items li.edge.inactive .item-details,
        body.presenter-list-index #course-browser ul.course-browser-items li.edge.inactive .item-details { display:block!important; position:absolute!important; top:0px!important; left:0!important; z-index:4!important; background:transparent url(../images/bkg_tranparent-black.png) repeat 0 0!important; width:230px; height:200px; }
        */
    /*
        #course-browser .inactive .item-details-inner,
        #course-browser .inactive .item-details-inner *,
        #course-browser ul.course-browser-items li.item.featured.inactive .featured-border { display:none!important; }
        */
    /*  TODO: Fix button bug in IE7
         *  body.presenter-list-index #course-browser ul.course-browser-items li.item.inactive button.button { display:none!important; height:0!important; }
         */

    /* Text Only Course Browser

#course-browser.text-only {}

#course-browser.text-only ul.course-browser-items li.item { background-color:#fff; width:190px; height:160px; padding:20px; }
#course-browser.text-only ul.course-browser-items li.item.no-content { background-color:#B8C8D9; }
#course-browser.text-only ul.course-browser-items li.item h3.item-title { position:relative; top:0; left:0; background:none; width:auto; height:auto; margin:0 0 16px; padding:0; overflow:hidden;
                                                                          color:#808080; font-size:16px; line-height:18px; letter-spacing:bold; }
#course-browser.text-only ul.course-browser-items li.item h3.item-title a { color:#808080; }
#course-browser.text-only ul.course-browser-items li.item h3.item-title .presenter-name { color:#323f4c!important; }

#course-browser.text-only ul.course-browser-items li.item .topic-text { font-size:12px; line-height:16px; }
#course-browser.text-only ul.course-browser-items li.item .btn-wrap { position:absolute; bottom:0px; left:20px; }
#course-browser.text-only ul.course-browser-items li.item .btn-wrap .btn-view-details    { float:left; display:inline; }
#course-browser.text-only ul.course-browser-items li.item .btn-wrap .btn-preview-samples { float:left; display:inline; }

#course-browser.text-only ul.course-browser-items li.item .btn-wrap a.button span       { background-position:0 -100px; font-size:11px; }
#course-browser.text-only ul.course-browser-items li.item .btn-wrap a.button span span  { background-position:right -100px; }

#course-browser.text-only ul.course-browser-items li.item .btn-wrap a.button:hover span      { background-position:0 -20px; }
#course-browser.text-only ul.course-browser-items li.item .btn-wrap a.button:hover span span { background-position:right -20px; }

 */

    /* Presenter Page/Browser

-- more old styles

    body.presenter-list-index #course-browser ul.course-browser-items li.item h3.item-title { top:147px; height:33px; font-size:16px; line-height:16px; font-weight:bold; letter-spacing:0; text-transform:none; }
    body.presenter-list-index #course-browser ul.course-browser-items li.item h3.item-title .presenter-name {}
        body.presenter-list-index #course-browser ul.course-browser-items li.item h3.item-title a { color:#fff!important; }


        body.presenter-list-index #course-browser .item-details,
        body.presenter-list-index #course-browser ul.course-browser-items li.edge .item-details { position:absolute; top:0px; left:0; z-index:4; background:#fff none!important; width:230px; height:200px;
                                    font-size:12px; line-height:16px; color:#333; }
        body.presenter-list-index #course-browser .item-details h3 { text-align:center; padding-top:40px; margin-bottom:30px; }
        body.presenter-list-index #course-browser .item-details p { margin-bottom:0px; }
        body.presenter-list-index #course-browser .item-details-inner { width:190px; margin:0; padding:20px 20px 0; }

        body.presenter-list-index #course-browser ul.course-browser-items li.edge .item-details { position:absolute; top:0px; left:auto; right:0; background:url(../images/item-rollover-bkg-reverse.png) no-repeat 0 0; }
        body.presenter-list-index #course-browser ul.course-browser-items li.edge .item-details-inner { margin:0 20px 0 20px; padding:20px 0 0; }

    body.presenter-list-index #course-browser .item-details .button.button { position:absolute; bottom:50px; left:50px; }
    body.presenter-list-index #course-browser .item-details button.button span { background-position:0 -20px; }
        body.presenter-list-index #course-browser .item-details button.button:hover span { background-position:0 0; }
    body.presenter-list-index #course-browser .item-details button.button span span { background-position:100% -20px; }
        body.presenter-list-index #course-browser .item-details button.button:hover span span { background-position:100% 0; }

end old styles
 */

    /*
    #course-browser div.presenter-toolbar { margin:0; padding:0; }
        #course-browser .presenter-toolbar .a-z-list-container { background:url(../images/bkg_pager.gif) no-repeat -12px bottom; border:none; width:698px; height:31px; padding:0 20px; margin:0 0px 1px 0; }
            #course-browser .presenter-toolbar .a-zFilterText  { float:left; display:inline; margin:0 10px 0 0; padding:0;
                                                                 font-size:12px; line-height:30px; letter-spacing:0; color:#fff; }
            #course-browser .presenter-toolbar ul.a-z-list        { clear:none; float:left; display:inline;  margin:0; padding:0; }
                #course-browser .presenter-toolbar ul.a-z-list li   { float:left; display:inline; background:none; margin:0 7px 0 0; padding:0;
                                                                    font-size:16px; line-height:30px; font-weight:bold; color:#ccc; }

                    #course-browser .presenter-toolbar ul.a-z-list li.letter-all { background:url("../images/pager-divider-mini.gif") no-repeat left 10px transparent; margin-left:5px; padding-left:15px; }

                    #course-browser .presenter-toolbar ul.a-z-list a { display:block; color:#99ccff; text-decoration:none; }
                    #course-browser .presenter-toolbar ul.a-z-list a:hover { color:#f28627; }
                    #course-browser .presenter-toolbar ul.a-z-list li.active a,
                    #course-browser .presenter-toolbar ul.a-z-list li.current a { color:#f28627; }
*/
    /* ======================================================================================= */



    /* Default Responsive Styles */


    @media (max-width:1200px) {

        #catalogsearch-result ul.products-grid .item .search-results-img {
            width: 35%;
        }

        #catalogsearch-result ul.products-grid .item .search-results-info {
            width: 65%;
        }

        /* Events Hero-Unit */
        .hero-unit .page-title {
            width: 100%;
        }

        .hero-unit .page-title:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        body.two-colummns-left .hero-unit h1,
        body.customer-account-create .hero-unit h1,
        body.customer-account-login .hero-unit h1,
        body.customer-account-forgotpassword .hero-unit h1,
        body.catalogsearch-result-index .hero-unit h1,
        body.catalogsearch-result-index .hero-unit h1,
        .hero-unit .page-title h1 {
            margin-bottom: 30px;
        }

        /* Tabs */
        ul.session-tab-nav {
            /*width:100%; margin:0; padding:0;*/
        }

        /* Grid */
        .horizontal-browser-grid .item {
            margin-right: 2%;
        }
    }

    @media (max-width:979px) {

        /* body.customer-account-index */
        body.customer-account-index .hero-unit h1 {
            margin-bottom: 0;
        }

        body.customer-account-index .hero-unit .row-fluid .dash-recently-watched {
            clear: both !important;
            float: none !important;
            width: 100% !important;
            margin: 0 0 30px !important;
        }

        body.customer-account-index .hero-unit .row-fluid .dash-queue.span8 {
            clear: both !important;
            float: none !important;
            width: 100% !important;
            margin: 30px 0 !important;
        }

        body.customer-account-index .horizontal-browser.jscroll .prev-link {
            left: 0;
        }

        body.customer-account-index .horizontal-browser.jscroll .next-link {
            right: 0;
        }

        body.customer-account-index .horizontal-browser-wrapper {
            padding-left: 30px;
            padding-right: 30px;
        }



        body.event-topics-index .horizontal-browser.jscroll .prev-link {
            left: 0;
        }

        body.event-topics-index .horizontal-browser.jscroll .next-link {
            right: 0;
        }

        body.event-topics-index .horizontal-browser-wrapper {
            padding-left: 30px;
            padding-right: 30px;
        }



        #catalogsearch-result ul.products-grid .item {
            min-height: 0;
            clear: both;
            width: 100%;
            margin-right: 0;
        }

        #catalogsearch-result ul.products-grid .item .search-results-img {
            float: left;
            width: auto;
        }

        #header .branding-bar .logo-container {
            margin: 0;
        }

        #header .callout-nav li a {
            width: auto;
            border: none;
            min-height: 50px;
            height: auto !important;
            margin: 0 auto;
            padding: 15px 10px 15px 70px;
            font-size: 15px;
        }

        #header .callout-nav .header-already-activate {
            border-right: none;
        }

        #header .callout-nav a i {
            top: 15px;
            left: 20px;
        }

        #header .callout-nav a .icon-activate {
            background: url(../images/icon_activate-nav_small.png) no-repeat 0 0;
            width: 38px;
            height: 33px;
        }

        #header .callout-nav a .icon-upgrade {
            background: url(../images/icon_upgrade_nav_small.png) no-repeat 0 0;
            width: 38px;
            height: 33px;
        }

        #header .callout-nav a .icon-dashboard {
            background: url(../images/icon_dash_nav_small.png) no-repeat 0 0;
            width: 38px;
            height: 33px;
        }

        #header .callout-nav a:hover i,
        #header .callout-nav a.active i {
            background-position: 0 -33px;
        }


        /* CME */
        .horizontal-browser-grid .item.cme-course-item-type-disclaimer {
            width: 354px;
            height: 244px;
        }

        .horizontal-browser-grid .item.cme-course-item-type-disclaimer .cmecourse-data {
            padding-bottom: 0;
        }

        body.catalog-product-view #media-large-wrapper {
            min-height: auto;
        }

        body.catalog-product-view #videoPlayerWrapper {
            min-height: 215px !important;
        }

        body.catalog-product-view #webcast-player-left {
            min-height: auto;
        }

        /* No content message */
        #videoPlayerContentNotAvaliable {
            min-height: 240px;
            padding-top: 80px;
        }
    }

    @media (max-width:767px) {

        .hero-unit .event-option-block {
            float: left;
            margin: 0 30px 30px 0;
        }

        /* CME */
        .cme-toolbar .browser-title {
            margin: 0 5%;
        }

        .cme-toolbar .btn-group.filter .expiration-line {
            margin: 0 5% 20px;
        }

        .cme-toolbar .btn-group.filter .btn {
            max-width: 570px;
        }

        .horizontal-browser-grid .item.cme-course-item-type-disclaimer {
            width: 374px;
            height: 244px;
        }

        .horizontal-browser-grid .item.cme-course-item-type-disclaimer .cmecourse-data {
            padding-bottom: 0;
        }

        .cme-course-item-type-disclaimer div {
            width: auto !important;
        }

        .btn-group.filter .dropdown-menu {
            max-width: auto;
        }


        #sortable-queue .row-fluid .second {
            width: 38%;
        }

        /*
    #sortable-queue .row-fluid .first   { width:17%; min-width:160px; margin-right:4%; }
    #sortable-queue .row-fluid .first .item-img { width:60%; }
    #sortable-queue .row-fluid .second  { width:40%; margin-right:4%; }
    #sortable-queue .row-fluid .third   { width:8%; margin-right:3%; }
    #sortable-queue .row-fluid .forth   { width:8%; margin-right:2%; }
    #sortable-queue .row-fluid .last    { float:right; width:5%; }
    */
        /* Login */
        #header .navbar .links {
            width: 96%;
        }

        #header .navbar .links li {
            width: 100%;
            margin: 15px 0;
            padding: 0;
        }

        #header .navbar .links li#user-nav {
            margin: 0 0 5%;
        }

        #header .navbar .links li#user-nav>a {
            /*display:none; height:0;*/
        }

        .login-bar {
            display: block;
            background-color: transparent;
            border: none;
            box-shadow: none;
            opacity: 100;
            margin: 0;
            padding: 0;
            position: static;
            right: auto;
            top: auto;
            width: auto;
            color: #666;
        }

        .login-bar.active {
            opacity: 1;
            display: block;
        }

        .login-bar form {
            margin: 0;
        }

        .login-bar fieldset {
            border: none;
            margin: 0;
            padding: 0;
        }

        .login-bar label {
            padding-top: 10px;
            font-size: 15px;
            color: #fff;
        }

        .login-bar a {
            color: #666;
        }

        .login-bar a:hover {}

        li#user-nav .login-bar .forgot-password {
            margin: 0 10px 0 0;
            padding: 10px 0 0;
        }

        li#user-nav .login-bar .forgot-password a {
            font-size: 14px;
            height: auto;
            margin: 0;
            padding: 0;
        }

        #link-loggin {
            outline: none !important;
        }

        #link-loggin.active {
            color: #ccc !important;
        }

        .navbar-search {
            width: 100%;
            margin: 0;
        }

        .navbar-search .input-append {
            width: 96%;
        }

        .form-search .input-append .search-query {
            width: 76%;
        }


        /* Events Hero-Unit */
        .hero-unit .event-option-block {
            clear: both;
            margin: 0 0 3%;
        }

        .hero-unit .event-option-block+.event-option-block {
            margin: 0 0 3%;
        }

        .horizontal-browser-grid .item {
            margin: 0 0 30px 30px;
        }


        /* Grid */
        .presenter-toolbar {
            width: 100%;
        }

        .btn-group.filter {
            width: 100%;
        }

        .btn-group.filter .btn {
            width: 90%;
            margin: 0 5%;
        }


        /* Account Creat Fixes */
        .form-account-create>.span3 {
            width: 100%;
            margin: 0 0 30px;
            padding: 0;
            clear: both;
        }

        .form-account-create .register-password-field {
            margin-bottom: 120px !important;
        }

        #personal-info,
        #login-info {
            height: auto;
            margin: 0;
            padding: 0;
        }

        /* Event List */
        #eventlist-wrap .event .event-img {
            margin-right: 4% !important;
        }

        #eventlist-wrap .event .event-info {
            margin-right: 69% !important;
        }

        /* No content message */
        #videoPlayerContentNotAvaliable {
            min-height: 160px;
        }

    }

    @media (max-width:500px) {
        #sortable-queue .icon-move {
            top: 0;
        }

        #sortable-queue .row-fluid .first {
            margin-right: 5%;
            min-width: 0;
            width: 18%;
        }

        #sortable-queue .row-fluid .first .item-img {
            float: none;
            margin-top: 60px;
            width: 100%;
        }

        #sortable-queue .row-fluid .second {
            width: 52%;
        }

        #sortable-queue .row-fluid .third {
            width: 15%;
        }

        #sortable-queue .row-fluid .forth {
            width: 15%;
        }

        #sortable-queue .row-fluid .last {
            float: left;
            width: 15%;
        }

        ul.session-tab-nav {}

        ul.session-tab-nav li {
            font-size: 16px;
        }

        ul.session-tab-nav li a {
            padding-left: 15%;
            padding-right: 15%;
        }

        /* Grid */
        .presenter-toolbar {
            width: 100%;
        }

        .btn-group.filter {
            width: 100%;
        }

        .btn-group.filter .btn {
            width: 90%;
            margin: 0 5%;
        }

        .horizontal-browser-grid {
            float: none;
            width: 90%;
            margin: 0 5%;
            padding: 0;
        }

        .horizontal-browser-grid .item {
            margin: 0 4% 8%;
        }

        /* Bundle Pages */
        body.catalog-bundle .wrapper,
        body.catalog-bundle #content-area #product_addtocart_form .row-fluid {
            background: none;
        }

        .product-image>a {
            text-align: center;
        }

        .product-image>a img {
            min-width: 90%;
            margin: 0 auto;
            text-align: center;
        }

        body.catalog-bundle #content-area .social-buttons {
            margin: 5% 7% 0;
        }

        body.catalog-product-view #content-area #product_addtocart_form .row-fluid>.span9 .std {
            clear: both;
        }

    }

    @media (max-width:450px) {

        /* CME */

        .horizontal-browser-grid .item.cme-course-item-type-disclaimer {
            width: 230px;
        }

        .horizontal-browser-grid .item.cme-course-item-type-disclaimer .cmecourse-data {
            padding: 20px 10px 0;
        }

        .horizontal-browser-grid .item.cme-course-item-type-disclaimer .cmecourse-data .buttons-set p {
            margin-bottom: 10px;
        }

        .horizontal-browser-grid .item.cme-course-item-type-disclaimer .cmecourse-data .buttons-set p:last-child {
            margin-bottom: 20px;
        }

        body.cmecourse-customer-courses .cmecourse-list li .btn,
        .cme-course-item-type-disclaimer .btn {
            float: none;
            clear: both;
            margin: 0 0 5px;
            width: 90%;
            padding-left: 5%;
            padding-right: 5%;
        }

        .cme-toolbar .pull-right .dropdown-menu {
            left: 5%;
            right: 5%;
        }

        .horizontal-browser-grid .presenter-overlay {
            width: 210px;
        }

        .has-progress-bar .item .progress {
            width: 230px;
        }

        .cme-moc p.expiration-line {
            position: static;
            margin-top: 5px;
        }

        .cmecourse-list li {
            margin-left: 5%;
            margin-right: 5%;
        }

        .horizontal-browser-grid.cme-webcast .item .item-details {
            height: auto;
            padding-bottom: 0px;
        }

        .horizontal-browser-grid.cme-webcast .item .buttons-set {
            position: static;
            margin-left: 5%;
            margin-right: 5%;
            margin-bottom: 20px;
        }

        .horizontal-browser-grid.cme-webcast .item .video-play-btn {
            position: static;
            margin: 15px auto 30px;
        }

        /* CME > Webcast Player */
        body.catalog-product-view #webcast-player-left {
            min-height: auto;
        }

        body.catalog-product-view #media-large-wrapper {
            min-height: auto;
        }

        body.catalog-product-view #videoPlayerWrapper {
            min-height: 200px !important;
        }

        body.catalog-product-view #take-the-quiz-box .copy {
            float: none;
            width: auto;
            margin: 0 0 20px;
        }

        body.catalog-product-view #take-the-quiz-box .button-wrap {
            float: none;
            width: auto;
            text-align: center;
        }

        body.catalog-product-view #take-the-quiz-box .button-wrap .btn {
            text-align: center;
        }

        /*
    body.cmecourse-customer-courses .horizontal-browser-grid { margin:0 5%; width:90%; }
    body.cmecourse-customer-courses .horizontal-browser-grid .item  { width:100%; }
*/

        .horizontal-browser-grid {
            float: none;
            width: 230px;
            margin: 0 auto;
        }

        .horizontal-browser-grid .item {
            width: 230px;
            height: auto;
            margin: 0 auto 30px;
            padding: 0;
        }

        .horizontal-browser-grid .item .item-img {
            width: 100%;
            height: auto;
            margin: 0 0 20px;
        }

        .horizontal-browser-grid .item .item-img img {}

        .horizontal-browser-grid .item .item-details {
            padding: 0 20px 20px;
        }
    }


    /* Live Stream Player */

    .widget-livestream {}

    .widget-livestream .title h3 {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .widget-livestream .title p {
        font-weight: bold;
    }

    .widget-livestream:after {
        content: '.';
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

    .widget-livestream #videoPlayerContent {
        float: left;
        display: inline;
       
        width: auto !important; 
        height: auto !important; 
        margin: 0 auto !important;
    }

    .widget-livestream #chatPlayerContent {
        float: left;
        display: inline;
       
        width: auto !important; 
        height: auto !important; 
        margin: 0 auto !important;
    }

    .pastStream {
        float: left;
        display: inline;
        width: 100%;
        margin: 0 0 40px;
        height: 550px !important;
        line-height: 550px;
        background: #fff;
        text-align: center;
    }

    .pastStream h2 {
        color: #333;
        display: inline-block;
        vertical-align: middle;
    }



    @media (min-width:979px) and (max-width:1200px) {
        .widget-livestream #videoPlayerContent {
            width: 620px !important;
            height: 378px !important;
        }

        .widget-livestream #chatPlayerContent {
            width: 620px !important;
        }
    }

    @media (max-width:979px) {
        .widget-livestream #videoPlayerContent {
            width: 620px !important;
            height: 378px !important;
        }

        .widget-livestream #chatPlayerContent {
            width: 620px !important;
        }
    }

    @media (max-width:767px) {
        .widget-livestream #videoPlayerContent {
            width: 480px !important;
            height: 300px !important;
        }

        .widget-livestream #chatPlayerContent {
            width: 480px !important;
        }
    }

    @media (max-width:500px) {
        .widget-livestream #videoPlayerContent {
            width: 340px !important;
            height: 221px !important;
        }

        .widget-livestream #chatPlayerContent {
            width: 340px !important;
        }
    }

    /* Responsive Checkout */

    .cart .well:nth-of-type(2) {
        display: none;
    }

    .cart-table input {
        width: auto;
        text-align: right;
        /*pointer-events:none;*/
    }

    input.span2 {
        margin-left: 0px;
        border-right: none;
    }

    @media (min-width: 48em) {
        .container .cart-table-box {
            margin: 2%;
        }
    }

    @media (min-width: 75em) {
        .container .cart-table-box {
            margin: 2em auto;
            max-width: 75em;
        }
    }

    .cart-table {
        width: 100%;
        margin-bottom: 1.5em;
    }

    @media (min-width: 48em) {
        .cart-table {
            font-size: .9em;
        }
    }

    @media (min-width: 62em) {
        .cart-table {
            font-size: 1em;
        }
    }

    .cart-table thead {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    @media (min-width: 48em) {
        .cart-table thead {
            position: relative !important;
            clip: auto;
            height: auto;
            width: auto;
            overflow: auto;
        }
    }

    .cart-table thead th {
        font-weight: normal;
        text-align: center;
    }

    .cart-table thead th:first-of-type {
        text-align: left;
    }

    .cart-table tbody,
    .cart-table tr,
    .cart-table th,
    .cart-table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }

    @media (min-width: 48em) {
        .cart-table tr {
            display: table-row;
        }
    }

    .cart-table th,
    .cart-table td {
        padding: .5em;
        vertical-align: middle;
    }

    @media (min-width: 30em) {

        .cart-table th,
        .cart-table td {
            padding: .75em .5em;
        }
    }

    @media (min-width: 48em) {

        .cart-table th,
        .cart-table td {
            display: table-cell;
            padding: .5em;
        }
    }

    @media (min-width: 62em) {

        .cart-table th,
        .cart-table td {
            padding: .75em .5em;
        }
    }

    @media (min-width: 75em) {

        .cart-table th,
        .cart-table td {
            padding: .75em;
        }
    }

    .cart-table caption {
        margin-bottom: 1em;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
    }

    @media (min-width: 48em) {
        .cart-table caption {
            font-size: 1.5em;
        }
    }

    .cart-table tfoot {
        font-size: .8em;
        font-style: italic;
    }

    @media (min-width: 62em) {
        .cart-table tfoot {
            font-size: .9em;
        }
    }

    @media (min-width: 48em) {
        .cart-table tbody {
            display: table-row-group;
        }
    }

    .cart-table tbody tr {
        margin-bottom: 2em;
    }

    @media (min-width: 48em) {
        .cart-table tbody tr {
            display: table-row;
            border-width: 1px;
        }
    }

    .cart-table tbody tr:last-of-type {
        margin-bottom: 0;
    }

    @media (min-width: 48em) {
        .cart-table tbody tr:nth-of-type(even) {
            background-color: rgba(94, 93, 82, 0.1);
        }
    }

    .cart-table tr th[rowspan="1"] {
        background-color: #1d96b2;
        color: white;
    }

    @media (min-width: 48em) {
        .cart-table tr th[rowspan="1"] {
            background-color: transparent;
            color: #5e5d52;
            text-align: left;
        }
    }

    .cart-table tbody td {
        text-align: left;
    }

    @media (min-width: 48em) {
        .cart-table tbody td {
            text-align: center;
        }
    }

    .cart-table tr th[rowspan="1"] {
        text-align: right;
        background: blue;
    }

    .cart-table tr th[rowspan="1"]:before {
        content: attr(rowspan);
        float: left;
        font-size: .8em;
        color: rgba(94, 93, 82, 0.75);
    }

    @media (min-width: 30em) {
        .cart-table tr th[rowspan="1"]:before {
            font-size: .9em;
        }
    }

    @media (min-width: 48em) {
        .cart-table tr th[rowspan="1"]:before {
            content: none;
        }
    }

    @media (max-width: 48em) {
        .data-table {
            border: none;
        }

        .cart-table tfoot tr td {
            height: 67px;
        }

        .cart-table .btn-primary {
            margin-bottom: 10px;
        }

        .cart-table td {
            border-bottom: none;
        }

        .cart-table td:last-of-type {
            border-bottom: solid 1px #b2b2b2;
        }

        .cart-table input[class*="span"] {
            display: inline;
        }
    }

    @media (max-width: 30em) {
        .cart .title-buttons button {
            width: 100%;
            margin-bottom: 20px
        }

        .cart .hero-unit h1 {
            font-size: 26px;
            margin-bottom: 0px;
        }

        .cart-table .btn-primary {
            width: 100%;
        }
    }

    @media (max-width: 48em) {
        #coupon_code {
            width: 59%;
            float: left;
            margin-bottom: 12px;
        }

        #main-area-add-to-cart {
            margin: 0px 0px 0;
        }

        /*  #header .callout-nav li{
        margin-bottom:12px;
    }*/
    }

    @media (min-width: 48em) {
        .cart .span6 {
            width: 47%;
        }

        .cart .well:nth-of-type(2) {
            display: none;
        }
    }


    /* homepage responsive */


    @media (max-width: 48em) {
        .std .container {
            padding-left: 6%;
            padding-right: 6%;
        }


    }

    /* Footer Responsive */
    @media (max-width: 48em) {
        p.logo-footer {
            width: 90%;
        }
    }

    /* Products Page */

    @media (max-width: 48em) {
        #eventlist-wrap>.event {
            padding-right: 6%;
            padding-left: 6%;
        }

        #eventlist-wrap .event .event-info {
            width: 100%;
        }

        #eventlist-wrap .event .event-img {
            width: 100%;
        }

        #eventlist-wrap .event .event-img img {
            width: 100%;
        }
    }

    /* Speakers Page */
    @media (max-width: 48em) {
        body.two-colummns-left #content-area>.row-fluid>.span3 {
            padding-left: 6%;
            padding-right: 6%;
        }

        .hero-unit .category-description .category-thumbnail {
            width: 100%;
        }
    }

    #video-detail .view-info {
        line-height: 52px;
    }

    /*Product Detail Page */
    @media (max-width: 48em) {
        #video-detail ul.course-features li {
            border-right: none;
            width: 100%;
            margin: 0;
        }

        #video-detail ul.course-features {
            padding: 0;
        }
    }

    @media (max-width: 30em) {
        #video-add-to-cart.well {
            width: 100%;
        }

        /*  .hero-unit .category-description .category-thumbnail img{
        position: relative;
        top: -230px;
    }

    .hero-unit .event-option-block:first-child{
        position: relative;
        top: 93px;
    }

    .hero-unit .multiple-top-blocks .category-title{
        position: relative;
        top: 72px;
    }*/
    }

    .display-mobile img {
        display: none;
    }

    .display-desktop img {
        display: block;
    }

    @media (max-width: 40em) {

        .display-mobile img {
            display: block;
            width: 100%;
        }

        .display-desktop img {
            display: none;
        }
    }

    /* Event Page */
    @media (max-width: 30em) {
        .hero-unit .multiple-top-blocks .category-title {
            width: 100%;
        }

        .hero-unit .category-title.page-title h1 {
            width: 100%;
            font-size: 18px;
        }

        .popover-inner {
            display: none;
        }
    }


    /* homepage */

    @media (max-width: 30em) {

        .hero-unit .span5>p>a>img {
            width: 100%;
        }

        .hero-unit .span3 {
            width: 100%;
            float: left;
        }

    }

    /* Horizonal Browser Arrow Responsive Fix */

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {


        .horizontal-browser-wrapper {
            padding-left: 30px;
            padding-right: 30px;
        }


        .horizontal-browser.jscroll .next-link {
            right: 0px !important;
        }


        .horizontal-browser.jscroll .prev-link {
            left: 0px !important;
        }

    }

    /* -- Misc. Responsive Items -  -- */

    /* Mobile */

    @media (max-width: 30em) {

        /* Hide dashboard top button on Dashboard on mobile view */
        body.customer-account-index #header .branding-bar .callout-nav {
            display: none;
        }


    }


    /*josh*/
    .download-tip {
        margin: 25px !important;
        width: 325px !important;
        display: block !important;
    }

    .download-tip-item {

        margin: 25px !important;
        width: 325px !important;
        display: block !important;

    }

    .download-tip-link {
        text-decoration: underline;
        font-size: 12px;
    }

    video::-internal-media-controls-download-button {
        display: none;
    }

    video::-webkit-media-controls-enclosure {
        overflow: hidden;
    }

/*patrick*/

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-word;
}
