﻿/*
// HEADER
// -------------------------------------------------- */

.integratedcourse-header
{
    float: left;
    margin: 24px 15px 0 0;
    width: 33%;
    line-height: 18px;
}

.integratedcourse-header p
{
    position: relative;
    margin: 0;

    font-size: 12px;
    color: #ee014c;
}

.integratedcourse-header p img
{
    position: absolute;
    left: 0;
    top: 5px;
}

.integratedcourse-header h2, h1
{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #484848;
}


/*
// TABS
// -------------------------------------------------- */

ul#tab-menu
{
    float: right;
    margin: 24px -12px 0;
    padding: 0;
    list-style: none;

}
ul#tab-menu li
{
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    max-width: 166px;
}

    ul#tab-menu li a {
        position: relative;
        display: block;
        margin: 0 10px 0 0;
        padding: 12px 10px 20px 10px;
        border: 1px solid #757575;
        border-bottom: 0;
        -moz-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
        height: 50px;
        background: #ffffff;
        font-size: .8em;
        color: #005B92;
        text-align: center;
        text-decoration: none;
    }
        ul#tab-menu li.on a,
ul#tab-menu li a:hover
{
            margin-bottom: -1px;
            padding-bottom: 20px;
            border-bottom: 2px solid #fff;
            height: 49px;
            background: #fff;
            color: #353535;
        }

ul#tab-menu li.on a{
    font-weight: bold;
}

ul#tab-menu li a span
{
    display: block;
}

ul#tab-menu li img
{
    display: block;
    margin: 4px auto 0;
}


/*
// VIEW ACTIONS
// -------------------------------------------------- */

.view-switch {
    float: left;
    margin: 39px 0 0 0;
    width: 90px;
    font-size: 13px; text-align: center;
}

/*
// GRID
// -------------------------------------------------- */
.row {
    width: 100%;
    margin: 0 auto 20px 0;
    padding: 0;
}

.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.span1, .span2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0; padding: 0;
    /*min-height: 34px;*/
}

.span1 {
    width: 50%;
}


/*
// LAYOUT
// -------------------------------------------------- */

/*
// Breadcrumb
// ------------------------- */
#main #mainContent .breadcrumb-display {
    margin: 24px 44px 10px 24px;
    padding: 0 10px 0 0;
    line-height: 18px; color: #737373; text-align: left;
    width: 350px;
}

    #main #mainContent .breadcrumb-display a {
        color: #0069AB;
        cursor: pointer;
    }
    #main #mainContent .breadcrumb-display a:hover {
        text-decoration: underline;
    }
    #main #mainContent .breadcrumb-display a:after {
        margin: 0 4px 0 10px;
        color: #737373;
    }
    #main #mainContent .breadcrumb-display span.breadcrumb-separator {
        margin-left: 10px;
        text-decoration: none;
    }

    #main #mainContent .breadcrumb-display a:last-child {
        display: block;
        padding: 0;
        background: none;
        font-size: 16px; color: #484848; line-height: 18px;
        text-decoration: none;
        cursor: default;
    }
    #main #mainContent .breadcrumb-display a:last-child:after {
        margin: 0;
        content: "";
    }
    #main #mainContent .breadcrumb-submenu {
        float: right;
        position: relative;
        margin-top: -35px;
        padding: 8px 25px;
        text-decoration: none; color: #0069AB;
    }
    #main #mainContent a.breadcrumb-submenu {
        border: 1px solid #357928;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #357928;
        color: #FFF;
    }
    #main #mainContent a.breadcrumb-submenu:hover {
        text-decoration: underline;
    }
    
    #main #mainContent .usage-instruction {
        background: #0069AB;
        color: #ffffff;
        display: inline-block;
        float: left;
    }
        #main #mainContent .usage-instruction a {
            margin-left: 10px;
        }

    #main #mainContent .speech-bubble {
        clear: both;
        position: relative;
        top: 0;
        left: 61%;
        z-index: 500;
        padding: 20px 30px;
        margin: 10px 0 -60px 0;
        background: #0069AB;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    
    #main #mainContent div.withFoo .speech-bubble {
        top: -34px;
    }
    
    #main #mainContent .speech-bubble.shortText {
        left: 72%;   
    }

    #main #mainContent .speech-bubble:after {
        content: "";
        position: absolute;
        bottom: -15px; /* value = - border-top-width - border-bottom-width */
        left: 50px; /* controls horizontal position */
        border-width: 15px 15px 0; /* vary these values to change the angle of the vertex */
        border-style: solid;
        border-color: #0069AB transparent;
        /* reduce the damage in FF3.0 */
        display: block;
        width: 0;
    }

    #main #mainContent .speech-bubble.top:after {
        top: -15px; /* value = - border-top-width - border-bottom-width */
        right: 25px; /* controls horizontal position */
        bottom: auto;
        left: auto;
        border-width: 0 15px 15px; /* vary these values to change the angle of the vertex */
        border-color: #0069AB transparent;
    }

#main #mainContent .gradebook-option-message {
    width:350px;
    margin: -45px auto 0 auto;
    padding: 10px;
    text-align: center;
    color: white;
    background: #0069AB;
}


#main #mainContent .resource-list {
    margin-top: 20px;
}

.left-padding-30 {
    padding-left: 30px;
}

    #main #mainContent .organize-all li {
        margin: 0 0 0 15px;
        padding: 0 0 0 14px;
        border-left: 1px solid #727272;
    }
    #main #mainContent .organize-all li:first-child {
        margin: 0;
        padding: 0;
        border: 0;
    }

        #main #mainContent .organize-all a {
            color: #727272;
        }
        #main #mainContent .organize-all .active a {
            color: #0C0C0C;
            font-weight: bold;
        }

/*
// Chevron-style breadcrumb nav (eSim)
// ------------------------- */
.stepped-nav {
    list-style: none;
    overflow: hidden;
    margin: 0; padding: 0;
}

.stepped-nav li {
    float: left;
    margin: 0; padding: 0;
}

.stepped-nav li a {
    background: #dedede;
    position: relative;
    display: block;
    float: left;
    height: 30px;
    width: 105px;
    padding: 45px 6px 15px 38px;
    text-align: left;
    font-size: 13px;
    line-height: 15px;
    color: #005f9e;
}

.stepped-nav li a span {
    position: absolute;
    top: 12px;
    font-size: 20px;
}

.stepped-nav li.on a {
    background: #005f9e;
    color: #fff;
    text-decoration: none;
}

.stepped-nav li.on a:after {
    border-left: 30px solid #005f9e;
}

.stepped-nav li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -50px;
    margin-left: 3px;
    z-index: 1;
}

.stepped-nav li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #dedede;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -50px;
    z-index: 2;
}

.stepped-nav li:first-child a {
    padding-left: 20px;
}

.stepped-nav li:last-child a {
    padding-right: 40px;
}

.stepped-nav li:last-child a:after {
    border: 0;
}

.stepped-nav .last-item > a.before {
    border: none;
}



/*
// Tables
// ------------------------- */
table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 110%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    color: #4c4c4c;
}
.table > thead > tr > th {
    border-top: 0;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    color: #4c4c4c;
    line-height: 20px;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th {
    padding-top: 18px;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
    background-color: #f5f5f5;
}

.table a {
    font-size: 100%;
}

.table-action {
    font-size: 110%;
    float: right;
    margin-top: -49px;
    position: relative;
}

/*
// Table Specifics
// ------------------------- */
.btn + .table {
    margin-top: 15px;
}

#active-classes > table > thead > tr > th,
#inactive-classes > table > thead > tr > th,
.btn + .table > thead > tr > th {
    border-top: 1px solid #ddd;
}


/*
// Nav Bar
// ------------------------- */
.navbar {
    *zoom: 1;
}
.navbar:before,
.navbar:after {
    display: table;
    content: "";
    line-height: 0;
}
.navbar:after {
    clear: both;
}

    .navbar > .btn {
        margin: 15px 0 0;
    }


/*
// General Nav (pills/tabs)
// ------------------------- */
.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav {
    padding-left: 0;
    margin: 15px 0 20px;
    list-style: none;
}

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 15px;
    font-size: 110%;
    text-decoration: none;
    border: 1px solid #dedede;
    color: #2e6ca2;
}

.nav > li > a:hover,
.nav > li > a:focus {
    color: #0069ad;
    text-decoration: none;
    background-color: #e2e2e2;
}

    .nav.custom-tab-link > li > a {
        background-color: #ffffff;
        color: #005B92;
        border: 1px solid #005B92;
        padding: .625rem 1rem;
        border-radius: 2px;
        text-decoration:none;
    }

        .nav.custom-tab-link > li > a:hover,
        .nav.custom-tab-link > li > a:focus {
            background-color: #E2E2E2;
            color: #005B92;
            text-decoration: none;
        }

.nav > li.disabled > a {
    color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav-pills > li,
.nav-tabs > li {
    float: left;
}

/*
// Tab Specifics
// ------------------------- */
.nav-tabs {
  border-bottom: 1px solid #dcdcdc;
}
    .nav-tabs > li {
      margin-bottom: -1px;
    }

        .nav-tabs > li > a {
          padding-top: 8px;
          padding-bottom: 8px;
          line-height: 24px;
          border: 1px solid transparent;
          border-radius: 4px 4px 0 0;
        }
        .nav-tabs > li > a:hover {
            border-color: #e2e2e2 #e2e2e2 #dcdcdc;
            text-decoration: none;
        }

        .nav-tabs > .active > a,
        .nav-tabs > .active > a:hover {
          color: #4c4c4c;
          background-color: #fff;
          border: 1px solid #ddd;
          border-bottom-color: transparent;
          cursor: default;
        }

.nav.custom-tab-link > li.active > a,
.nav.custom-tab-link > li.active > a:hover,
.nav.custom-tab-link > li.active > a:focus {
    background-color: #005B92;
    color: #ffffff;
    border: 1px solid #005B92;
}

/*
// Pill Specifics
// ------------------------- */
.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #4c4c4c;
    background-color: transparent;
    text-decoration: none;
}


/*
// General Buttons
// ------------------------- */
a.btn-primary, a.btn-primary:hover, a.btn-primary:active, .actions a.btn-primary,
input.btn-primary, input.btn-primary:hover, input.btn-primary:active, .actions input.btn-primary
 {
    padding: 5px 20px;
    border: 1px solid #0063a9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #0063a9;
    background-image: none;
    font-size: 14px;    
    line-height: 19px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    text-shadow: none;
}

.buynow-btn {
    background-color: #005b92;
    border: 1px solid #005b92;
    padding: 5px 20px;
    font-size: 14px;
    color: #FFF;
    border-radius:4px;
    cursor:pointer;
    font-weight:400;
}

.product-title {
    font-size: 18px !important; 
}

    .buynow-btn:hover {
        background-color: #003D61;
        border: 1px solid #003D61;
    }

    .buynow-btn:focus-visible {
        outline-offset:4px;
    }

    .btn-secondary, .btn-secondary:hover, .btn-secondary:active {
        padding: 8px 20px;
        border: 1px solid #dedede;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-image: none;
        color: #0069AD;
        font-size: 14px;
        line-height: 19px;
        text-decoration: none;
    }

/*
// Instructions Button
// ------------------------- */
.btn-instructions {
    padding: 4px 18px 0 6px;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    font-size: 14px; line-height: 24px; color: #0065a8; vertical-align: top;
    text-shadow: none;
}
.btn-instructions:hover,
.btn-instructions:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #0065a8;
    background-image: none;
    color: #FFF;
}
    .btn-instructions strong {
        display: inline-block;
        padding: 1px 8px 0 0;
        font-weight: normal; font-size: 32px; line-height: 18px;
    }

/*
// Headers
// ------------------------- */
.header-section {
    margin: 20px 0 0;
    padding: 7px 10px;
    border: 1px solid #dcdcdc; border-radius: 5px;
    background: #fafafa;
    font-weight: normal; font-size: 14px; color: #4d4d4d;
    clear: both;
}
.header-action {
    margin: 0 12px 20px 0;
    display: block;
    width: 19%;
    max-width: 200px;
    float: left;
    margin-bottom: 20px;
}
.header-action.inactive,
.header-action.inactive i.icon-minus {
    color: #666666;
    opacity: .6;
}
.header-action i.icon-plus,
.header-action i.icon-minus {
    color: #0069AD;
    font-weight: bold;
    text-indent: 0;
    font-size: 26px;
}
.header-action i.icon-minus {
    margin-left: 3px;
    margin-right: 3px;
}




/*
// Icons
// ------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 18px; height: 16px;
  line-height: 14px;
  vertical-align: text-top;
  margin-top: 1px;
  text-indent: -9999px; text-align: left;
}

.icon-check {
    background: transparent url(../images/icon-check.png) 0 0 no-repeat;
}
.icon-best {
    background: transparent url(../images/icon-best.png) 0 0 no-repeat;
}
.icon-x {
    background: transparent url(../images/icon-x.png) 0 0 no-repeat;
}
.icon-delete {
    background: transparent url(../images/icon-delete.png) 0 0 no-repeat;
}
.icon-dismiss {
    background: transparent url(../images/icon-dismiss.png) 0 0 no-repeat;
}


/*
// Scenario Results
// ------------------------- */
.scenario-results-listing {
    margin-top: 15px;
    border-top: 1px solid #c5c5c5;
}
    .scenario-results-listing > thead:first-child > tr:first-child > th {
        padding-top: 10px; padding-bottom: 10px;
    }
    .scenario-results-listing > thead > tr > th {
        vertical-align: top;
    }
    .scenario-results-listing > thead > tr > th,
    .scenario-results-listing > tbody > tr > td {
        border-bottom: 1px solid #ddd;
    }
    .scenario-results-listing .pre-simulation,
    .scenario-results-listing .simulation,
    .scenario-results-listing .post-simulation {
        border-left: 1px solid #ddd;
    }
    .scenario-results-listing .pre-simulation {
        width: 15%;
    }
    .scenario-results-listing .simulation {
        border-bottom: 1px solid #fff;
        background: #ebeae6;
        text-align: center;
    }
    .scenario-results-listing > thead:first-child > tr:first-child > th.simulation {
        padding-top: 5px; padding-bottom: 5px;
    }
    .scenario-results-listing .score th {
        padding-top: 5px; padding-bottom: 5px;
        background: #ebeae6;
        text-align: center;
    }
    .scenario-results-listing .post-simulation {
        width: 15%;
    }
    .scenario-results-listing > tbody > tr > td {
        text-align: center;
    }
    .scenario-item > tbody > tr > td {
        text-align: left;
    }
    .scenario-results-listing > tbody > tr > td.highlighted {
        text-align: left;
        background: #ebeae6;
        font-weight: bold;
    }
    .scenario-results-listing > tbody > tr > td.highlighted.first {
        border-right: 1px solid #ccc;
    }
    .scenario-results-listing > tbody > tr > td.date span {
        display: block;
    }
    .scenario-results-listing > tbody > tr > td.date span + span {
        font-size: 13px;
    }
    .scenario-results-listing > tbody > tr > td.quiz,
    .scenario-results-listing > thead > tr > th.quiz {
        font-weight: bold;
    }
    .scenario-results-listing > tbody > tr > td:first-child {
        text-align: left;
    }

#scenario-results-key {
    font-size: 12px; line-height: 20px; color: #494949;
}

    #scenario-results-key dl {
        margin: 0 0 5px;
    }
        #scenario-results-key dt {
            float: left;
            margin: 0 7px 0 0;
            width: 168px;
            text-align: right;
        }
        #scenario-results-key dd {
            margin: 0 0 15px;
        }
        #scenario-results-key dd.score {
            color: #fb1532;
        }

    #scenario-results-key p {
        margin: 0 175px;
    }

/*
// Module Results
//--------------------------*/
.module-results-listing thead {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.module-results-listing thead tr th {
    background-color: #dedede;
    border-top: 1px solid #dddddd;
}

.module-results-listing thead tr th.empty:first-child {
    width: 200px;
    background-color: #dedede;
    border-left: 0;    
}
.module-results-listing thead tr th:first-child {
    background-color: transparent;
}

/*
// Module view
//--------------------------*/
div.module-quiz-content {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-top: 15px;
    padding-bottom: 20px; 
}

div.module-quiz-content a.graySmallBut {
    background-color: gray;
    color: white;
}

div.module-quiz-content h3 {
    color: #6fbb44;
    font-weight: bold;
    font-size: larger;
}

div.module-quiz-content p {
    width: 65%;
}
div.module-quiz h2 {
    font-weight: bold;
}

div.module-content li, 
div.module-quiz li {
    margin-right: 20px;
}


/*
// vSim for Nursing
// ------------------------- */
#scenario_content > div {
    padding: 10px;
}

#scenario_content p a.standard:link,
#scenario_content p a.standard:visited,
#scenario_content p a.standard:hover,
#scenario_content p a.standard:active {
    display: inline;
    padding: 0;
    width: auto;
    background: none;
    border: none;
    font-size: 14px;
    text-decoration: none;
    color: #0069ad;
}

#scenario_content p a.standard:hover,
#scenario_content p a.standard:active {
    text-decoration: underline;
}

.suggested_reading .summary {
    margin: 30px 130px 25px 110px;
    font-size: 14px;
    line-height: 24px;
}

.suggested_reading_detail {
    margin: 0 0 0 100px;
    float: left;
    width: 85%;
}

.clinical_experiences_html_content {
    margin: 0 0 0 100px;
    float: left;
    width: 85%;
}

.suggested_reading_detail p {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 24px;
    clear: both;
}

.suggested_reading_detail .topic {
    border-top: 1px solid #dedede;
    float: left;
    margin: 30px 100px 30px 0;
    padding: 0;
    width: 100%;
}

.suggested_reading .topic div {
    overflow: hidden;
    width: 100%;
}

.suggested_reading_detail h4.intro {
    color: #4e832f;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.suggested_reading_detail h4 {
    text-align: left;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    float: left;
    width: 20%;
    margin: 10px 0 0 0;
    padding: 43px 0 0 0;
}

.suggested_reading_detail ol {
    list-style: none;
    float: right;
    width: 70%;
    margin: 0;padding: 0;
}

.suggested_reading_detail ol li {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
}

.suggested_reading_detail ol li h3 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #4e832f;
}

.suggested_reading_detail ol li a:link,
.suggested_reading_detail ol li a:visited,
.suggested_reading_detail ol li a:hover,
.suggested_reading_detail ol li a:active {
    color: #484848;
    text-decoration: none;
    line-height: 19px;
    display: inline-block;
    text-indent: -9999px;
    padding: 0 0 0 10px;
    width: 27px;
}

.suggested_reading_detail ol li a.book:link,
.suggested_reading_detail ol li a.book:visited,
.suggested_reading_detail ol li a.book:hover,
.suggested_reading_detail ol li a.book:active{

    background: transparent url(../images/icon_smartsense_book.png) no-repeat 0 0;
}


.suggested_reading_detail ol li a.lns:link,
.suggested_reading_detail ol li a.lns:visited,
.suggested_reading_detail ol li a.lns:hover,
.suggested_reading_detail ol li a.lns:active{

    background: transparent url(../images/icon_smartsense_lns.png) no-repeat 0 0;
}
.suggested_reading_detail ol li a.book:hover,
.suggested_reading_detail ol li a.book:active,
.suggested_reading_detail ol li a.lns:hover,
.suggested_reading_detail ol li a.lns:active
{
    background-position: 0 -19px;
}

.sim-detail p,
.sim-quiz-detail p,
.post-quiz-detail,
.simulation-step-content-detail {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin: 30px auto;
    padding: 0;
    width: 78%;
    color: #4c4c4c;
}

.sim-detail p a,
.sim-quiz-detail p a,
.simulation-step-content-detail p a,
.post-quiz-detail p a {
    margin-left: 200px;
}

a.launch-btn-alternate:link,
a.launch-btn-alternate:visited,
a.launch-btn-alternate:hover,
a.launch-btn-alternate:active,
.sim-detail p a:link,
.sim-detail p a:visited,
.sim-detail p a:hover,
.sim-detail p a:active,
.sim-quiz-detail p a:link,
.sim-quiz-detail p a:visited,
.sim-quiz-detail p a:hover,
.sim-quiz-detail p a:active,
.simulation-step-content-detail p a:link,
.simulation-step-content-detail p a:visited,
.simulation-step-content-detail p a:hover,
.simulation-step-content-detail p a:active,
.post-quiz-detail p a:link,
.post-quiz-detail p a:visited,
.post-quiz-detail p a:hover,
.post-quiz-detail p a:active {
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
    text-align: center;
	color: #ffffff;
	background-color: #19a1e9;
	background-color: #0069ad;
	border-color: #357ebd;
	border-radius: 4px;

	margin-bottom: 20px;
	width: 150px;
	text-decoration: none;
}

.sim-detail p a:link,
.sim-detail p a:visited,
.sim-detail p a:hover,
.sim-detail p a:active,
.sim-quiz-detail p a:link,
.sim-quiz-detail p a:visited,
.sim-quiz-detail p a:hover,
.sim-quiz-detail p a:active,
.simulation-step-content-detail p a:link,
.simulation-step-content-detail p a:visited,
.simulation-step-content-detail p a:hover,
.simulation-step-content-detail p a:active,
.post-quiz-detail p a:link,
.post-quiz-detail p a:visited,
.post-quiz-detail p a:hover,
.post-quiz-detail p a:active {
  	padding: 13px 60px 16px 60px;
}

.sim-detail p a:hover,
.sim-quiz-detail p a:hover,
.simulation-step-content-detail p a:hover,
.post-quiz-detail p a:hover {
	background-color: #005c98;
}

.post-quiz-detail div p {
    display: inline-block;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
}

.post-quiz-detail div p.part-of-set {
    display: inline-block;
    width: 33%;
    margin-left: 60px;
}

.post-quiz-detail p a {
    margin-left: 0;
}

.post-quiz-detail p.launch {
    margin-left: 60px;
    width: 33%;
}

a.launch-btn-alternate,
.sim-detail p.launch a,
.simulation-step-content-detail p.launch a,
.post-quiz-detail p.launch a {
    background-color: #4e832f !important;
    border: none !important;
}



.sim-detail p#launch-simulation.off,
.sim-detail div#sim-detail-express-install.off {
    display: none;
}

#sim-detail-express-install p {
    text-align: center;
    font-weight: bold;
}

#sim-detail-express-install a {
    display: block;
    width: 100%;
    text-align: center;
}

.sim-detail p.launch a:hover,
.post-quiz-detail p.launch a:hover {
    background-color: #3a6123;
}

.post-sim-list ol li, .post-sim-list ul li {
    border-top: 1px solid #ddd;
    padding: 15px 0 15px 5px;
    list-style: none;
    list-style-position: inside;
    margin-left: -40px;
}

.integratedcourse-resource div.logos {
    clear: both;
    float: left;
    width: 100%;
}


.integratedcourse-resource div:last-child.logos {
    border-top: 1px solid #cccccc;
    width: 105.333%;
    margin: 50px 0 0 0;
    position: relative;
    left: -24px;
}


.logos .wk, .logos .laerdal {
    margin: 45px 0 30px 0;
}

.logos .laerdal {
    float: left;
}

.integratedcourse-resource div:last-child.logos .laerdal
{
    margin-left: 25px;    
}

.logos .wk {
    float: right;
}

.integratedcourse-resource div:last-child.logos .wk {
    margin-right: 25px;
    
}

.post-sim-block {
    background: transparent url('../images/icon_alert_stopsign.gif') 50% 0 no-repeat;
    padding: 60px 0 0 0;
    margin: 20px 0 0 0;
}

.post-sim-block p {
    text-align: center;
    color: #ed1c24;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 10px 0;
}

.post-sim-block p:first-child {
    font-size: 18px;
}

.actions--vsim, .sim-detail .actions--vsim, .sim-quiz-detail .actions--vsim {
    margin-top: 30px; margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
.actions--vsim a, .sim-detail .actions--vsim a, .sim-quiz-detail .actions--vsim a {
    margin-left: 0;
}

.flashwarning p {
    color: #f00;
}

.flashwarning a {
    display: block;
    margin: 10px 0 0;
}


/*
// vSim for Nursing - Classes
// ------------------------- */
.add-class {
    text-decoration: none;
    color: #2e6ca2;
}

.my-classes-listing {
    margin-top: 50px;
}

.my-classes-link-container {
    margin: 0;
}


/*
// Course Content
// ------------------------- */
.course-content-docucare {
    border-top: 1px solid #dedede;
    margin-top: 10px;
    padding-top: 5px;
}

.course-content-docucare img {
    display: block;
    float: left;
    margin: 20px 35px 40px 0;
}

.course-content-docucare p {
    float: left;
    width: 72%;
    margin: 25px 6% 20px 0;
    color: #4c4c4c;
    line-height: 21px;
}

.course-content-docucare p.part-of-set {
    width: 49%;
}

.course-content-docucare p a {
    display: inline;
    padding: 0;
    width: auto;
    background: none;
    border: none;
    font-size: 14px;
    text-decoration: none;
    color: #0069ad;
    float: none;
}

.course-content-docucare p a:hover,
.course-content-docucare p a:active {
    text-decoration: underline;
}

.course-content-docucare a.btn {
    float: left;
    display: inline-block;
    margin: 25px 0 20px 0;
    padding: 15px 50px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    width: 116px;
    text-decoration: none;
    background-color: #6fbb44;
    box-shadow: none;
    background-image: none;
    text-shadow: none;
}

.course-content-docucare a.btn:hover,
.course-content-docucare a.btn:active {
    background-color: #62A53C;
}

@media (max-width: 1023px) {
    .course-content-docucare p {
        width: 62%;
        margin-right: 4%;
    }

    .course-content-docucare p.part-of-set {
        width: 34%;
    }

    .course-content-docucare a.btn {
        margin: 25px 0 20px 0;
        padding: 10px 30px;
        font-size: 14px;
        width: 115px;
    }

}

/*
// Resource List
// ------------------------- */
.resource-list h2, .resource-list h3 {
    color: #484848;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 7px 10px 10px;
    margin: 0 0 2px 0;
    line-height: 40px;
}

.resource-list h2 img.icon, .resource-list h3 img.icon {
    position: relative;
    top: 3px;
    margin-left: 5px;
    margin-right: 5px;
}

.resource-list ol,
.resource-list ol ol {
    list-style: none;
    padding: 0;
}
ul.resource-list ol,
.resource-list ol ol {
    padding-left: 20px;
}

.resource-list li {
    border-top: 1px solid #dedede;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 2px 0;
    clear: both;
}

.student-resource:last-child {
    margin-left: -20px;
}

.student-resource li, .student-resource li:first-child {
    margin-right: 20px;
}
.instructor-resource li, .instructor-resource li:first-child {
    margin-left: 20px;
}

.student-resource li h2, .student-resource li h3 {
    background-color: #DDF4FE;
}

.instructor-resource li h2, .instructor-resource li h3 {
    background-color: #ECECEC;
}

.student-resource li ul, .student-resource li li:first-child, .student-resource li li,
.instructor-resource li ul, .instructor-resource li li:first-child, .instructor-resource li li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main #mainContent .resource-list li a:link,
#main #mainContent .resource-list li a:visited,
#main #mainContent .resource-list li a:hover,
#main #mainContent .resource-list li a:active,
#main #mainContent .resource-list li span,
#main #mainContent .list-with-assets div.ancillary li span,
#main #mainContent .list-with-assets div.ancillary li a {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    margin: 0;
    padding: 20px 10px 20px 17px;
    color: #484848;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 24 24' width='10' height='10' fill='%233E7828' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath d='M8.5,2.4L18.6,12l-10,9.6l-1.2-1.1l8.9-8.5L7.4,3.6L8.5,2.4z'/%3E%3C/svg%3E") left 26px no-repeat;
    max-width: 75%;
}

#main #mainContent .list-with-assets div.ancillary li a {
    cursor: pointer;
}
#main #mainContent .resource-list li a:hover,
#main #mainContent .resource-list li a:active,
#main #mainContent .list-with-assets div.ancillary li a:hover,
#main #mainContent .list-with-assets div.ancillary li a:active {
    color: #0069AD; 
    text-decoration: underline;
    outline: none;
}

#main #mainContent #content_wrapper .resource-list li h3,
#main #mainContent #content_wrapper .list-with-assets li h3 {
    margin: 20px 0;
}

#main #mainContent .resource-list li a.content_notice_link:link,
#main #mainContent .resource-list li a.content_notice_link:visited,
#main #mainContent .resource-list li a.content_notice_link:hover,
#main #mainContent .resource-list li a.content_notice_link:active,
#main #mainContent .resource-list div.ancillary li span.content_notice_link,
#main #mainContent .resource-list li span.content_notice_link {
    background: none;
    display: inline-block;
    vertical-align: top;
    margin: -8px 0 -12px 0;
    padding-left: 0;
}

.content_notice_link_next_to_button img {
    vertical-align: bottom;
}

#main #mainContent .resource-list li span[data-ux="collapsible-tree-item-header"] {
    cursor: pointer;
    background: transparent url('../images/icon_expand_list.png') 0 0 no-repeat;
    background-position: left -14px;
}

#main #mainContent .resource-list li span[data-ux="collapsible-tree-item-header"].closed {
    background-position: left 28px;
}


#main #mainContent .chapter-list {
    margin-top: 20px;
}

#main #mainContent li .chapter-list {
    margin-top: 0;
}

#main #mainContent .chapter-list li span[data-ux="collapsible-tree-item-header"] {
    color: #0069AB;
    cursor: pointer;
}

#main #mainContent .list-with-assets h2 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 0;
}

#main #mainContent .list-with-assets ol ol {
    padding-left: 0;
}

#main #mainContent .list-with-assets li {
    clear: both;
}

#main #mainContent #content_wrapper .list-with-assets li h3 {
    font-size: 14px;
    font-weight: normal;
    color: #484848;
    float: left;
    width: 70%;
}

#main #mainContent .list-with-assets div.ancillary {
    display: inline-block;
    width: 27%;
}

#main #mainContent .list-with-assets div.ancillary ol {
    margin: 0; padding: 0;
}

#main #mainContent .list-with-assets div.ancillary li,
#main #mainContent .list-with-assets div.ancillary li a,
#main #mainContent .list-with-assets div.ancillary li span {
    border: none;
}

#main #mainContent .resource-list .collapsible-list {
    margin-top: 10px;
}

#main #mainContent .resource-list .collapsible-list li {
    clear: both;
}

#main #mainContent .resource-list .collapsible-list li a:link,
#main #mainContent .resource-list .collapsible-list li a:visited,
#main #mainContent .resource-list .collapsible-list li a:hover,
#main #mainContent .resource-list .collapsible-list li a:active {
    float: left;
    width: 61%;
    margin-left: 5%;
}

#main #mainContent .resource-list .collapsible-list li img {
    float: right;
    margin: 22px 0 20px 0;
}

/*
// DOWNLOAD LIST
// -------------------------------------------------- */

.bulk-download-list h2 {

}

.download a {
    display: inline-block;
    float: right;
    margin: 0 40px 0 0;
    padding: 7px 29px;
    text-decoration: none;
    color: #666666;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 100
}


/*
// BULK DOWNLOAD
// -------------------------------------------------- */

.bulk-download {
    padding: 0;
    margin: 0;
}

    .bulk-download ul {
        margin: 30px 0 0;
        padding: 20px;
        border: 1px solid #CCC;
        width: auto;
        background: #fbfbfb;
    }

        .bulk-download li {
            float: left;
            margin: 0;
            padding: 5px 0 0;
            list-style: none;
            line-height: 21px;color: #4c4c4c;
        }

        .bulk-download ul ul {
            margin: 0;
            padding: 0;
            border: 0;
            background: transparent;
            float: left;
        }

            .bulk-download ul ul li {
                float: none;
                padding: 0;
            }

        .bulk-download li.credits {
            float: right;
        }

        .bulk-download li div.label {
            float: left;
            display: inline-block;
            margin-bottom: 12px;
        }

        .bulk-download li div {
            float: left;
            width: 180px;
        }

        .bulk-download li:first-child {
            margin-left: 0;
        }

            .bulk-download li a, .bulk-download li span {
                display: inline-block;
                font-size: 14px; line-height: 21px; color: #2b7db0; text-decoration: none;
                vertical-align: top;
            }
    .bulk-download ul li.bulk a {
        padding: 0 0 0 17px;
        background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 24 24' width='10' height='10' fill='%233E7828' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath d='M8.5,2.4L18.6,12l-10,9.6l-1.2-1.1l8.9-8.5L7.4,3.6L8.5,2.4z'/%3E%3C/svg%3E") left 26px no-repeat;
        color: #484848;
    }
            .bulk-download li a:hover {
                color: #0069ad; text-decoration: underline;
            }

            .bulk-download ul ul li a,
            .bulk-download ul ul li:first-child a {
                background: none;
                color: #256b97 !important;
                padding: 0;
            }

            .bulk-download img {
                position: relative;
                margin: -1px 8px 0 0;
            }


/*
// LOADER
// -------------------------------------------------- */

.loading {
    margin: 50px 0 0 350px;
    padding: 35px 0 0 80px;
    background: transparent url('../images/ajax-loader.gif') left center no-repeat;
    font-size: 14px; font-style: italic;
}


/*
// CAROUSEL
// -------------------------------------------------- */

.carousel {

    position: relative;

    margin-bottom: 20px;
    line-height: 1;
    margin-top: 20px;
}

.carousel-panels {
    width: 100%;
    float: left;
    text-align: center;
}

.carousel-inner {
    width: 80%;
    overflow: hidden;
    margin: 30px auto;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    line-height: 1;
    width: 95%;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {

    position: absolute;
    top: 4px;
    left: 36px;

    width: 32px;
    height: 32px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    text-decoration: none;
}

.carousel-control.left {
    border-right: none;
    background: #FFFFFF;
    letter-spacing: -1.5px;
}

.carousel-control.right {
    left: 240px;
    color: #666666;
    letter-spacing: -1.5px;
}
.carousel-control.right.item-2 { left: 136px; }
.carousel-control.right.item-3 { left: 169px; }
.carousel-control.right.item-4 { left: 202px; }

.carousel-control:hover,
.carousel-control:focus {
    color: #666666;
    background: #E3E3E3;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-indicators {
    float: left;
    margin: 4px 40px 0 30px;
    list-style: none;
    height: 52px;
    width: 200px;

}

.carousel-indicators li {
    display: block;
    float: left;
    width: 32px;
    height: 22px;
    cursor: pointer;
    color: #0069AB;
    font-weight: bold;
    background-color: #FFFFFF;
    border: 0 solid #E3E3E3;
    border-width: 1px 1px 1px 1px;
    text-align: center;
    padding-top: 10px;

    position: relative;

}

.carousel-indicators li.hidden, a.carousel-control.hidden {
    position: relative;
    left: -9999px;
}

.carousel-indicators li:first-child {
    border-left: 1px solid #E3E3E3;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.carousel-indicators li:last-child {
    border-right: 1px solid #E3E3E3;

    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.carousel-indicators .active {
    color: #FFFFFF;
    background-color: #0069AB;
    border-color: #0069AB;
}
    .carousel-indicators .minus-one {
        position: absolute;
        top: 4px;
        left: 104px;
    }

    .carousel-indicators .minus-two {
        position: absolute;
        top: 4px;
        left: 70px;
        border-left: 1px solid #E3E3E3;
    }

    .carousel-indicators .zero {
        position: absolute;
        top: 4px;
        left: 137px;
   }

    .carousel-indicators .plus-one {
        position: absolute;
        top: 4px;
        left: 170px;
    }

    .carousel-indicators .plus-two {
        position: absolute;
        top: 4px;
        left: 203px;
    }



.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
    line-height: 20px;
    color: #ffffff;
}

.carousel-caption h4 {
    margin: 0 0 5px;
}

.carousel-caption p {
    margin-bottom: 0;
}







#main #mainContent #content_wrapper
{
    /* Override default style */
    margin-top: -1px;
    padding-top: 0;
}

.integratedcourse-resource
{
    width: 100%;
    height: 100%;
    background: #FFF;
}

.integratedcourse-resource > div {
    margin: 0 24px 24px 24px;
}
/* need to negate margin above for prepu tab content to display correctly */
.integratedcourse-resource div.prepuTabContent {
    margin: 0 -24px -24px -24px;
}

.integratedcourse-resource .flush-margin {
    margin: 0 -24px -24px -24px;
}

.integratedcourse-resource > div.no_padding {
    margin: 0;
}

.integratedcourse-resource iframe
{
    border: 0;
    margin: 40px;
    width: 90%;
}
.integratedcourse-resource h2.title {
    margin-left: 0;
}

.integratedcourse-resource .sidebar
{
    float: left;
    margin: 0 0 30px;
    width: 200px;
}

.integratedcourse-resource .content
{
    float: right;
    width: 690px;
}

@media (max-width: 1000px)
{
    .integratedcourse-resource .content
    {
        width: 75%;
    }
}


/*
// CONTENT
// -------------------------------------------------- */

#main #mainContent #content_wrapper section h3 {
    margin: 15px 15px 15px 0;
    padding-right: 5px;
}

#main #mainContent #content_wrapper .integratedcourse-resource .content h3
{
    /* Override default style */
    margin: 0 0 30px;
    font-size: 20px;
    color: #484848;
}

.integratedcourse-h3heading {
    padding-bottom: 10px;
    margin: 0 1rem!important;
    margin-bottom: 1rem!important;
    font-size: 14px !important;
    border-bottom: 1px solid #dedede;
}


.integratedcourse-abstract-summary
{
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 24px;
    color: #484848;
}

#main #mainContent #content_wrapper .integratedcourse-resource .integratedcourse-abstract-detail h3
{
    margin: 10px 0 15px;
    font-size: 16px;
    color: #484848;
}

.integratedcourse-abstract-detail h3 + ul
{
    padding-left: 20px;
}

.integratedcourse-filter
{
    margin: 24px 0 0;
    border-top: 1px solid #e4e4e4;
}
.integratedcourse-resource #dropdown_nav
{
    /* Override default style */
    float: none;
    margin-left: -28px;
}

.integratedcourse-resource #asset_table td
{
    /* Override default style */
    border-right: 0;
}

.prepu #content
{
    margin: 0 !important;
}
.prepuTabContent iframe
{
    border: 0;
    margin: 0;
    width: 100%;
}

#content_block 
{
    width: 62.6%;
    float: left;
}
#content_block div
{
    clear: none;
}


/*
// ASIDES & CALLOUTS
// -------------------------------------------------- */

#main #mainContent #content_wrapper .integratedcourse-resource aside
{
    /* Override default style */
    float: right;
    margin: 0 0 25px 25px;
    border: 0;
    width: 220px;
    min-height: auto;
    text-align: left;
}

.integratedcourse-callout
{
    padding: 8px 20px;
    border: 1px solid #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f1fef7;
    line-height: 24px;
    color: #666;
    text-align: center;
}
aside .integratedcourse-callout
{
    padding: 20px;
    text-align: left;
}

.integratedcourse-callout p
{
    margin: 0;
    padding: 0 !important;
}

.integratedcourse-callout + hr
{
    display: block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 25px 0 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #dedede;
    height: 1px;
}

hr + .integratedcourse-productrecommendations
{
    margin: 25px 0 0;
}

.integratedcourse-productrecommendations
{
    padding: 15px 0 30px;
    border: 1px solid #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f7f7f7;
    color: #484848;
}

.integratedcourse-productrecommendations h4
{
    margin: 0 12px 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    color: #484848;
    text-align: center;
}

.integratedcourse-productrecommendations .controls
{
        margin: 0 17px 15px;
        padding: 0;
        list-style: none;
}
.integratedcourse-productrecommendations .controls .previous
{
            float: left;
            background-color: #ffffff;
            color: #005B92;
}

.integratedcourse-productrecommendations .controls .next {
    float: right;
    background-color: #ffffff;
    color: #005B92;
}

    .integratedcourse-productrecommendations .controls button {        
        float: left;
        background-color: #ffffff;
        color: #005B92;
        border: 1px solid #005B92;
        padding: 8px 10px;
        outline-offset: 4px;
    }

.integratedcourse-productrecommendations .controls .previous img
{
    float: left;
    margin: 0;
}
.integratedcourse-productrecommendations .controls .next img
{
    float: right;
    margin: 0;
}

#product-recommendations
{
    padding: 0;
    list-style: none;
}

#product-recommendations li
{
    padding: 0 12px;
}

#product-recommendations .coverimage
{
    margin: 0 0 10px;
    padding: 20px 0;
    border: 1px solid #dedede;
    background: #fff;
    text-align: center;
}
#product-recommendations .coverimage img
{
    margin: 0 auto;
}

    #product-recommendations .learnmore {
        background-color: #005b92;
        border: 1px solid #005b92;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        padding: .625rem 1rem;
        color: #ffffff;
        margin-bottom: 5px;
        outline-offset: 4px;
        display: inline-block;
    }

        #product-recommendations h5
{
    margin: 0 0 15px;
    font-size: 14px;
    color: #484848;
}

@media (max-width: 989px)
{
    aside .integratedcourse-callout
    {
        padding: 8px 20px;
        text-align: center;
    }
}


/*
// SIDEBAR
// -------------------------------------------------- */

.sidebar
{
    line-height: 24px;
}

#main #mainContent #content_wrapper .sidebar h3
{
    margin: 9px 0 30px;
    font-size: 20px;
    color: #484848;
}

#main #mainContent #content_wrapper.no_padding {
    padding: 0;
}

#main #mainContent #content_wrapper.no_padding #content {
    padding: 0;
    margin: 0;

}

    #main #mainContent #content_wrapper.no_padding #sub_content {
        padding-bottom: 24px;
        border: 1px solid #757575;
    }

.sidebar h4,h2
{
    margin: 20px 0 0;
    font-size: 16px;
    color: #484848;
    font-weight: bold;
}

.sidebar ul.actions
{
    margin-top: 10px;
    list-style: none;
    padding: 0;
}
.sidebar ul.actions li
{
    margin: 0 0 20px;
}

.integratedcourse-access
{
    padding: 20px 10px;
    border: 1px solid #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f2f2f2;
}

.integratedcourse-access ul
{
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}
.integratedcourse-access li
{
    margin: 0 0 14px;
    padding: 0 0 0 44px;
}

.integratedcourse-access li.desktop-access
{
    background: transparent url(../images/integrated-course/icon-desktop.gif) 0 0 no-repeat;
}
.integratedcourse-access li.smartphone-access
{
    padding-top: 2px;
    background: transparent url(../images/integrated-course/icon-smartphone.gif) 0 0 no-repeat;
}
.integratedcourse-access li.tablet-access
{
    padding-top: 4px;
    background: transparent url(../images/integrated-course/icon-tablet.gif) 0 0 no-repeat;
}

.integratedcourse-access li strong
{
    display: block;
    padding: 0 0 15px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 1px #fff;
    -moz-box-shadow: 0 1px #fff;
    box-shadow: 0 1px #fff;
    font-weight: normal;
}

.integratedcourse-access h4
{
    margin: 0 0 4px;
    font-size: 13px;
    line-height: 18px;
}

ul#tab-menu li a#viewSwitchLink {
    background: none;
    text-decoration: underline;
    font-size: 12px;
    color: #0069AD;
    border: none;
    width: 80px;
    margin: 0;
    padding: 21px 0 12px 0;
}

ul#tab-menu li a#viewSwitchLink:hover {
    background: none;
}

@media (max-width: 1023px) {
    .stepped-nav li a {
        width: 102px;
        padding: 45px 0 15px 38px;
        font-size: 12px;
    }

    .stepped-nav li:first-child a {
        padding-left: 13px;
    }
}

@media (max-width: 768px) {
    ul#tab-menu .view-switch {
        display: none;
    }
}


@media (max-width: 990px) {
    html, body {
        min-width: 480px;
    }

    .integratedcourse-header {
        margin: 24px 15px 0 0;
    }

    ul#tab-menu li a {
        margin: 0 5px 0 0;
    }

    ul#tab-menu li:last-child a {
        margin-right: 0;
    }

    .integratedcourse-resource .sidebar {
        width: 20%;
        margin-right: 2%;
    }

    #search-box input:focus {
        width: 250px;
    }

    #body-footer nav > div {
        width: 20%;
    }

    #body-footer li {
        line-height: 1.1em;
    }

    .stepped-nav li a {
        width: 98px;
        font-size: 11px;
    }

    .sim-detail p a:link,
    .sim-detail p a:visited,
    .sim-detail p a:hover,
    .sim-detail p a:active,
    .sim-quiz-detail p a:link,
    .sim-quiz-detail p a:visited,
    .sim-quiz-detail p a:hover,
    .sim-quiz-detail p a:active,
    .post-quiz-detail p a:link,
    .post-quiz-detail p a:visited,
    .post-quiz-detail p a:hover,
    .post-quiz-detail p a:active {
        padding: 13px 30px 16px 30px;
        width: 150px;
    }

    .sim-detail p, .sim-quiz-detail p, .post-quiz-detail {
        width: 100%;
    }

    .loading {
        margin-left: 30%;
    }

    .suggested_reading .summary {
        margin-right: 0; margin-left: 0;
    }

    .suggested_reading_detail {
        margin-left: 0;
        width: auto;
    }

    #scenario_content > div {
        padding: 0;
    }
}

@media (max-width: 974px) {
    .stepped-nav li a {
        width: 88px;
        font-size: 11px;
    }

    .stepped-nav li a span {
        font-size: 17px;
    }

    .integratedcourse-resource div.logos { width: 106.333%; }
}

@media (max-width: 913px) {
    .stepped-nav li a {
        width: 65px;
        font-size: 12px;
        line-height: 12px;
    }

    .stepped-nav .stepped-nav__2 a {
        width: 80px;
    }

    .stepped-nav .stepped-nav__3 a {
        width: 55px;
    }

    .stepped-nav .stepped-nav__4 a {
        width: 85px;
    }

    .stepped-nav .stepped-nav__5 a {
        width: 82px;
    }

    .stepped-nav .stepped-nav__6 a {
        width: 60px;
    }

    .stepped-nav li a span {
        font-size: 16px;
        line-height: 15px;
    }

    #scenario_content .title {
        margin-top: 30px;
    }

    #scenario_content iframe {
        margin-right: 0; margin-left: 0;
        width: 100%;
    }

    .simulation-step-content-detail {
        width: 100%;
    }

    .loading {
        margin: 50px auto 0;
        padding: 35px 0 0;
        width: 220px;
        background: transparent url('../images/ajax-loader.gif') left center no-repeat;
        font-size: 14px; font-style: italic; text-align: center;
    }
}

@media (max-width: 785px) {
    .stepped-nav li {
        float: none;
    }

    .stepped-nav li:first-child a {
        padding: 10px;
    }

    .stepped-nav li a,
    .stepped-nav .stepped-nav__2 a,
    .stepped-nav .stepped-nav__3 a,
    .stepped-nav .stepped-nav__4 a,
    .stepped-nav .stepped-nav__5 a,
    .stepped-nav .stepped-nav__6 a {
        float: none;
        display: block;
        width: auto; height: auto;
        padding: 10px;
        font-size: inherit;
    }

    .stepped-nav li a span {
        position: static;
        margin-right: 5px;
    }
}

@media (max-width: 892px) {
    .resource-list h2, .resource-list h3 {
        font-size: 17px;
        padding: 10px 7px 10px 10px;
        line-height: 28px;
    }   

    .integratedcourse-resource div.logos { width: 106.667%; }
}

@media (max-width: 800px) {
    .integratedcourse-resource div.logos { width: 108%; }
}


@media (max-width: 990px) {
    ul#tab-menu li a {
        width: 78px;
        padding-bottom: 20px;
    }

    ul#tab-menu li a.on {
        padding-bottom: 20px;
    }

   ul#tab-menu li a img {
       width: 90%;
       max-width: 91px;
   }

    .large_screen_only {
        display: none !important;
    }

    .resource-list h2, .resource-list h3 {
        font-size: 17px;
        padding: 10px 7px 10px 10px;
        line-height: 28px;
    }   
}

#browserwarning div
{
    -webkit-font-smoothing: antialiased;
    max-width: 660px;
    margin: 0 auto;
}
#browserwarning div ul{
    list-style: disc;
    margin: 11px 0 0 60px;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
}
#browserwarning div ul li{
    line-height: 18px;
    padding: 5px 0;
}

input.input-validation-error {
    border-color: red;
}

span.field-validation-error {
    display: inline;
    margin: 15px 0;
}

.my-classes-prepU-message {
    border-bottom: 3px solid #6FBB44;
    font-size: 110%;
    padding-bottom: 10px;
}


/*
// VERTICAL TABS MENU FOR GENERIC TAB
// -------------------------------------------------- */
.vertical-tab-container
{
   overflow: auto;
}
.vertical-tab-menu
{
   float: left;
}
.vertical-tab-menu ul
{
   float:left;
   width:15em;
   border-radius:4px 0 0 4px;
   padding:0;
   margin-top:30px;
}
.vertical-tab-menu ul li
{
   clear:left;
   width:105%;
   border:1px solid #dedede;
   overflow:hidden;
   position:relative;
   right:1px;
   z-index:2;
   margin:4px;
   display:list-item;
}
.vertical-tab-menu ul li a
{
   text-decoration: none;
   color: #666;
   display: block;
   padding: 15px 5px;
}
.vertical-tab-menu ul li div
{
    display:none;
}
.vertical-tab-menu ul li:hover
{
   cursor: pointer;
    text-decoration: none;
    background-color: #2a6496;
    color:#fff;
}
.vertical-tab-menu ul li a:hover
{
    cursor: pointer;
    text-decoration: none;
    background-color: #2a6496;
    color:#fff;
}
.vertical-tab-menu ul li.vertical-tab-menu-selected,
.vertical-tab-menu ul li.vertical-tab-menu-selected a
{
    text-decoration: none;
    background-color: #2a6496;
    color:#fff !important;
}
.vertical-tab-menu ul li.vertical-tab-menu-selected div
{
    display:none;
}
.vertical-tab-content-container
{
    float:left;
    width:75%;
    border: 1px solid #dedede;
    position:relative;
    left:20px;
    padding-left:14px;
    min-height:400px;
}
.vertical-tab-content-intro-message 
{
    margin-top: 10px;
}

.vertical-tab-content-container .suggested_reading_detail
{
    margin: 0 50px 0 50px;
}