/* ---------------------------- 

    SAS-Specific Bootstrap Styles

   ----------------------------  */

html {
    -webkit-tap-highlight-color: transparent;
}

.img-thumbnail {
    line-height: 1.428571429;
}


/* Styles on top of glyphicons */

.glyphicon-blue-info-sign {
    color: #2A5488;
    text-decoration: none;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }
}

.dropdown-menu {
    background-clip: padding-box;
    
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.tab-content > .tab-pane {
    /* 
       Alternative to display: none
       Flash doesn't work with display: none, so jPlayer breaks
       Instead, we banish it to an alternate dimension of css hacks
  */
    position: absolute;
    left: -9999px;
}

.tab-content > .active {
    position: relative;
    left: 0;
}

.navbar-right > li > a {
    padding-top: 5px;
    padding-bottom: 0;
}

.navbar-my-account {
    padding: 5px 0 0 0;
    text-decoration: none !important;
    color: #001a72;
    line-height: 20px;
    cursor: pointer;
}

/* Reset button styling for accessibility button element */
button.dropdown-toggle.navbar-my-account {
    /* Remove all borders */
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    
    /* Remove all backgrounds */
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    
    /* Remove button appearance */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    
    /* Remove shadows and outlines */
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    
    /* Reset typography to inherit */
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    
    /* Reset spacing */
    margin: 0 !important;
    padding: 5px 0 0 0 !important;
    
    /* Reset display properties */
    display: inline !important;
    vertical-align: baseline !important;
    white-space: nowrap !important;
    
    /* Remove any transforms or filters */
    transform: none !important;
    filter: none !important;
}

button.dropdown-toggle.navbar-my-account:hover,
button.dropdown-toggle.navbar-my-account:focus,
button.dropdown-toggle.navbar-my-account:active,
button.dropdown-toggle.navbar-my-account.focus,
button.dropdown-toggle.navbar-my-account.active,
button.dropdown-toggle.navbar-my-account:visited {
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    transform: none !important;
    filter: none !important;
}

.link-focus:focus {
    border-bottom-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-inverse {
    border-color: #090909;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #090909;
    }
}

.pagination > li > a, .pagination > li > span {
    color: #2A5488;
}

    .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
        z-index: 3;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:focus {
    z-index: 2;
    background-color: #2A5488;
    border-color: #2A5488;
}

    .pagination > .active > a:hover, .pagination > .active > span:hover {
        z-index: 2;
        background-color: #7F98B8;
        border-color: #7F98B8;
    }

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: unset;
    padding-left: unset;
    border-radius: 6px;
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.modal-content {
    font-size: 14px;
}

.tooltip-arrow {
    white-space: pre-wrap;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        margin-top: -15px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


/* Technically not actually Bootstrap classes*/

.alert-sm {
    font-size: 14px;
}

.alert-lg, .alert-lg.alert-custom {
    font-size: 18px;
}

.alert-custom {
    position: relative;
    margin-left: 25px;
    padding: 0;
    background: none;
    font-size: 14px;
    border: none;
}

    .alert-custom:before {
        content: " ";
        position: absolute;
        top: 0;
        left: -25px;
    }

    .alert-custom ul {
        list-style: disc;
        margin: 5px 0 0 15px;
        padding: 0;
    }

        .alert-custom ul li {
            margin: 0;
            padding: 0;
            font-size: 12px;
        }

            .alert-custom ul li + li {
                margin-top: 3px;
            }

    .alert-custom.alert-success {
        color: #3f9e45;
    }

        .alert-custom.alert-success:before {
            background-image: url(../media/images/sprites/icn/sprite-core.png);
            background-position: 0px -166px;
            width: 18px;
            height: 18px;
        }

    .alert-custom.alert-warning {
        color: #cf7f1e;
    }

        .alert-custom.alert-warning:before {
            background-image: url(../media/images/sprites/icn/sprite-core.png);
            background-position: 0px -147px;
            width: 18px;
            height: 18px;
        }

    .alert-custom.alert-danger {
        color: #c44e4e;
    }

        .alert-custom.alert-danger:before {
            background-image: url(../media/images/sprites/icn/sprite-core.png);
            background-position: 0px -280px;
            width: 18px;
            height: 18px;
        }

    .alert-custom.alert-loading:before {
        width: 18px;
        height: 18px;
        background: url("../media/images/global/icn-loading-sm.gif") 0 0 no-repeat;
    }

    .alert-custom.alert-lg.alert-success:before {
        background-image: url(../media/images/sprites/icn/sprite-core.png);
        background-position: 0px -607px;
        width: 32px;
        height: 32px;
    }

    .alert-custom.alert-lg.alert-warning:before {
        background-image: url(../media/images/sprites/icn/sprite-core.png);
        background-position: 0px -706px;
        width: 32px;
        height: 32px;
    }

    .alert-custom.alert-lg.alert-danger:before {
        background-image: url(../media/images/sprites/icn/sprite-core.png);
        background-position: 0px -640px;
        width: 32px;
        height: 32px;
    }

.alert-lg.alert-custom {
    margin-left: 40px;
}

    .alert-lg.alert-custom:before {
        top: -5px;
        left: -40px;
    }

    .alert-lg.alert-custom ul {
        margin-top: 0;
    }

        .alert-lg.alert-custom ul li {
            font-size: 14px;
            line-height: 1.2857;
        }

.breadcrumb > * {
    margin-top: 15px;
}

    .breadcrumb > * a:focus {
        outline: 0;
    }

.breadcrumb > .active a, .breadcrumb > .active a:hover, .breadcrumb > .active a:focus {
    color: inherit;
    text-decoration: none;
}

.breadcrumb > *:first-child {
    margin-right: 0;
}


.btn {
    border-radius: 0;
    -webkit-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
}

.btn-none {
    color: #2A5488;
    background: none;
    border: none;
}

    .btn-none:active {
        box-shadow: none;
    }

.btn-success {
    color: #FFFFFF;
    background: #046204;
    border: 0;
    border-bottom: 2px solid #3d8b3d;
}

    .btn-success:hover, .btn-success:focus {
        color: #FFFFFF;
        background: #80c780;
        border-bottom-color: #80c780;
        text-decoration: none;
        outline: 0;
    }

.btn-custom {
    border: none;
}

.btn-link {
    font-size: 13px;
    padding: 0 5px 0 5px;
    color: #2A5488;
    font-family: Nunito Medium, sans-serif;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .btn-link {
        font-size: 14px;
        padding: 2px 16px 2px 16px;
        letter-spacing: 0.045em;
    }
}

.btn-link:hover, .btn-link:focus {
    outline: 0;
    color: #2A5488;
    text-decoration: underline;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 16px;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 12px;
    padding: 0 14px;
}

.btn-lg, .btn-group-lg > .btn, .btn-sm, .btn-group-sm > .btn, .btn-xs, .btn-group-xs > .btn {
    border-radius: 0;
}

@media (min-width: 768px) {
    .btn_atSmall {
        border-radius: 0;
        -webkit-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
        transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
        color: #FFFFFF;
        background: #2A5488;
        border: 0;
        display: inline-block;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.5;
        padding: 0 14px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .btn_atSmall {
        border-bottom: 2px solid #003e7d;
    }
}

@media (min-width: 768px) {
    .btn_atSmall:hover, .btn_atSmall:focus {
        color: #FFFFFF;
        background: #4e84c4;
        border-color: #4e84c4;
        text-decoration: none;
        outline: 0;
    }
}

.btn[disabled] {
    cursor: default !important;
}

.btn-space {
    margin-right: 10px;
}

.form-control {
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: 14px;
    color: #333333;
    background-color: #FFFFFF;
    border: 2px solid #2A5488;
    border-radius: 0;
    box-sizing: border-box;
}

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control:focus {
        box-shadow: 0 0 5px #81b0e8;
    }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    box-shadow: 0;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-control.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-btn > .form-control.btn {
    padding: 11px 15px;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../../assets/fonts/glyphicons-halflings-regular.eot");
    src: url("../../assets/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../assets/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../assets/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
    font-family: "Goldplay";
    src: url("../../assets/fonts/goldplay-regular.woff") format("woff"), url("../../assets/fonts/goldplay-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../../assets/fonts/proxima-nova/mark_simonson_-_proxima_nova_bold_it-webfont.woff2") format("woff2"), url("../../assets/fonts/proxima-nova/mark_simonson_-_proxima_nova_bold_it-webfont.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../../assets/fonts/proxima-nova/mark_simonson_-_proxima_nova_bold-webfont.woff2") format("woff2"), url("../../assets/fonts/proxima-nova/mark_simonson_-_proxima_nova_bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../../assets/fonts/proxima-nova/mark_simonson_-_proxima_nova_it-webfont.woff2") format("woff2"), url("../../assets/fonts/proxima-nova/mark_simonson_-_proxima_nova_it-webfont.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../../assets/fonts/proxima-nova/mark_simonson_-_proxima_nova-webfont.woff2") format("woff2"), url("../../assets/fonts/proxima-nova/mark_simonson_-_proxima_nova-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.glyphicon-star-active {
    color: #f4c37d;
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.input-group-addon {
    border-radius: 0;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
}

.media > * {
    display: block;
}

@media (min-width: 768px) {
    .media > * {
        display: table-cell;
    }
}

.media-body {
    position: relative;
    width: auto;
}

.media-left {
    padding-right: 0;
    padding-bottom: 20px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .media-left {
        padding-right: 30px;
        padding-bottom: 0;
        vertical-align: middle;
    }
}

body.modal-open {
    padding-right: 0 !important;
    /* override modal-open padding */
}

.modal-video {
    background-color: #000000;
    text-align: center;
    font-size: 0;
}

    .modal-video > div {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

.nav-tabs {
    border: none;
    border-bottom: 1px solid #dddddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

    .nav-tabs > li {
        display: block;
        text-align: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        font-size: 14px;
    }

@media (min-width: 768px) {
    .nav-tabs > li {
        font-size: 18px;
    }
}

.nav-tabs > li > a {
    margin: 0;
    background-color: #eeeeee;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 5px 7px;
}

@media (min-width: 480px) {
    .nav-tabs > li > a {
        margin: 0 3px;
        padding: 8px 11px;
    }
}

@media (min-width: 768px) {
    .nav-tabs > li > a {
        margin: 0 5px;
        padding: 10px 15px;
    }
}

.nav-tabs > li:first-child > a {
    margin-left: 0;
}

.nav-tabs > li:last-child > a {
    margin-right: 0;
}

.nav-tabs > li > a:hover {
    background-color: #dddddd;
    border-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #dddddd;
    border-bottom-color: transparent;
}

.nav-tabs > li:last-child.active > a {
    border-bottom: 1px solid transparent;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.tab-content {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.navbar-custom {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    margin: 10px 0 0 0;
    padding: 0 0 0;
}

@media (min-width: 768px) {
    .navbar-custom {
        margin: 16px 0 0;
    }
}

.navbar-custom .navbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 15px 0 15px;
}

    .navbar-custom .navbar-header:before, .navbar-custom .navbar-header:after {
        display: none;
    }

@media (min-width: 768px) {
    .navbar-custom .navbar-header {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.navbar-custom .navbar-header-item_empty {
    padding-right: 40px;
}

.navbar-custom .navbar-header-item-title {
    display: none;
}

@media (min-width: 768px) {
    .navbar-custom .navbar-header-item-title {
        display: block;
        margin-top: 20px;
    }
}

.navbar-custom .navbar-title {
    display: inline-block;
    padding-left: 20px;
    margin-left: 20px;
    width: 338px;
    height: 76px;
    background: url("../media/images/global/logo-header-sas.svg") 20px 0 no-repeat;
    border-left: 1px solid #6d6f72;
    background-size: 318px;
}

@media (min-width: 992px) {
    .navbar-custom .navbar-title {
        padding-left: 40px;
        margin-left: 40px;
        height: 85px;
        width: 390px;
        background-position: 40px 0;
        background-size: 349px;
    }
}

@media (min-width: 768px) {
    .navbar-custom .navbar-brand, .navbar-custom .navbar-brand-link {
        width: 260px;
        height: 80px;
    }
}

.navbar-custom .navbar-brand-link:focus {
    outline: none;
}

.navbar-custom .navbar-brand {
    height: auto;
    float: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .navbar-custom .navbar-brand {
        margin: 0 0 15px;
    }
}

.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
    background-color: none;
}

.navbar-custom .navbar-brand-link {
    background: url("../media/images/global/logo-header-west-academic-barbri.svg") no-repeat center;
    text-indent: -9999px;
    background-size: 125px 35px;
}

/*OK this is pretty hacky, and I wouldn't be suprised if someone came back here and asked, "What was he thinking?"
But, mozilla got rid of the "-moz-background-size" kit without fixing the svg background distortion.  The fact that
it works fine in Chrome, IE, and Edge drove me to use FireFox browser targeting in the css.
*/
@-moz-document url-prefix() {
    .navbar-custom .navbar-brand-link {
        background-size: contain;
    }
}

.no-svg .navbar-custom .navbar-brand-link {
    background-image: url("../media/images/global/logo-header-west-academic-barbri.svg");
}

@media (min-width: 768px) {
    .navbar-custom .navbar-brand-link {
        background-size: 260px 80px;
    }
}

@media (min-width: 768px) {
    .navbar-custom .navbar-nav {
        border-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-custom .navbar-nav .open .dropdown-menu {
        margin-bottom: 15px;
        border: 1px solid #cfcfcf;
    }
}

.navbar-custom .dropdown > a, .navbar-custom .dropdown > a:hover, .navbar-custom .dropdown > a:focus {
    color: #333333;
}

    .navbar-custom .dropdown > a:hover, .navbar-custom .dropdown > a:focus {
        text-decoration: underline;
    }

.navbar-custom .navbar-collapse {
    border-color: #dddddd;
    border: none;
    padding: 0;
    overflow-x: hidden;
}

.navbar-custom .navbar-toggle {
    float: none;
    margin: 0;
}

.navbar-custom .navbar-custom .btn-link[disabled]:hover, .navbar-custom .navbar-custom .btn-link[disabled]:focus, .navbar-custom fieldset[disabled] .navbar-custom .btn-link:hover, .navbar-custom fieldset[disabled] .navbar-custom .btn-link:focus {
    color: #001a72;
    text-decoration: none;
}

.my-bookshelf-icon {
    height: 20px;
    margin-right: 0.5em;
}

.navbar-custom .navbar-nav {
    display: flex;
    align-items: baseline;
    padding: 0;
}

@media (max-width: 767px) {
    .navbar-custom .navbar-nav {
        display: block;
        align-items: inherit;
    }
}

.panel-default .panel-heading {
    height: 97px;
}

.panel-filter .panel-heading {
    border: none;
    padding: 5px;
    border-top: 1px solid #ddd;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-filter label {
    color: #464F57;
    font-family: Nunito Medium, sans-serif;
}

.panel-filter .panel-body {
    position: relative;
    padding: 10px 5px 5px;
}

.panel-filter .panel-heading + .panel-collapse > .panel-body, .panel-filter .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.panel-results, .panel-results .panel-heading, .panel-results .panel-body {
    background-color: none;
    border-color: #ddd;
    border-radius: 0;
}


.panel-default .panel-body {
    background: #FFFFFF;
}

.panel-custom,
.panel-custom .panel-heading,
.panel-custom .panel-body {
    background-color: none;
    border-color: #dddddd;
    border-radius: 0;
}

    .panel-custom .panel-body {
        padding-bottom: 25px;
    }

.panel-group-filter {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
}

    .panel-group-filter .panel + .panel {
        margin-top: 0;
    }

.panel-filter .panel-heading {
    border: none;
    padding: 5px;
    border-top: 1px solid #dddddd;
}

    .panel-filter .panel-heading:after {
        width: 0;
        height: 0;
        content: '';
        position: absolute;
        z-index: 2;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #636567;
        top: 50%;
        right: 5px;
        margin-top: -4px;
    }

    .panel-filter .panel-heading.active:after {
        width: 0;
        height: 0;
        content: '';
        position: absolute;
        z-index: 2;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 8px solid #636567;
        top: 50%;
        right: 5px;
        border-top: none;
        margin-top: -4px;
        border-top-color: transparent;
    }

.panel-filter .panel-title > a:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: 100;
}

.panel-filter .panel-body {
    position: relative;
    padding: 10px 5px 5px;
}

.panel-filter .panel-heading + .panel-collapse > .panel-body,
.panel-filter .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.panel-filter .panel-filter-meta {
    display: block;
    font-size: 10px;
    text-align: right;
    padding-right: 20px;
}

.panel-results,
.panel-results .panel-heading,
.panel-results .panel-body {
    background-color: none;
    border-color: #dddddd;
    border-radius: 0;
}

    .panel-results .panel-heading {
        position: relative;
        padding-left: 36px;
        color: #000000;
    }

        .panel-results .panel-heading:after {
            width: 0;
            height: 0;
            content: '';
            position: absolute;
            z-index: 2;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 8px solid #636567;
            top: 50%;
            left: 13px;
            margin-top: -4px;
        }

        .panel-results .panel-heading.active {
            background: #eeeeee;
            color: #000000;
        }

            .panel-results .panel-heading.active:after {
                width: 0;
                height: 0;
                content: '';
                position: absolute;
                z-index: 2;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 8px solid #636567;
                border-top: none;
                border-top-color: transparent;
            }

    .panel-results .panel-title > a:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
    }

    .panel-results .gridTable .panel-title > a:after {
        top: -13px;
        right: -20px;
        bottom: -13px;
        left: -36px;
    }

    .panel-results .btn_atSmall {
        position: relative;
        z-index: 110;
    }

    .panel-results .panel-heading {
        background: #eeeeee;
        color: #000000;
    }

    .panel-results .panel-body {
        background: #FFFFFF;
        padding: 0;
    }

.panel.panel-results + .panel.panel-results {
    margin-top: 5px;
}

.panel-heading {
    padding: 13px 20px;
    position: relative;
    overflow: hidden;
}

.panel-heading-lg {
    padding: 0 30px;
}

.panel-heading-media {
    position: absolute;
    top: -20px;
    left: 20px;
    z-index: 1;
}

.panel-heading-meta {
    position: relative;
    z-index: 2;
}

.panel-body {
    padding: 25px 20px;
}

.panel-footer {
    position: relative;
    text-align: right;
    font-size: 14px;
}

    .panel-footer > a {
        position: relative;
        display: inline-block;
        padding-right: 13px;
    }

        .panel-footer > a:after {
            width: 0;
            height: 0;
            content: '';
            position: absolute;
            z-index: 2;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #001a72;
            top: 50%;
            right: 0;
            margin-top: -5px;
        }

/* -----------------------------

    END OF SAS-SPECIFIC BOOTSTRAP STYLES

   -----------------------------  */

html, body {
    height: 100%;
}

button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #2A5488;
    font-size: 14px;
}

    a:hover, a:focus {
        color: #2A5488;
        text-decoration: underline;
    }

    a.bootstrapFocus:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    a:hover, a:focus {
        text-decoration: underline;
    }

p > a {
    font-size: 1.125rem;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

[data-toggle="tooltip"] {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Bitter, serif;
    color: #2A5488;
    font-weight: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
}

h1, .h1 {
    font-size: 30px;
    line-height: 1.2;
}

h2, .h2 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
}

h3, .h3 {
    font-size: 18px;
    line-height: 1.1667;
}

h4, .h4 {
    font-size: 16px;
    line-height: 1.2857;
}

h5, .h5 {
    font-size: 14px;
    line-height: 1.2857;
}

h6, .h6 {
    font-size: 12px;
    line-height: 1.1667;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h-fSecondary {
    font-family: "Goldplay", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.h-tCtr {
    text-align: center;
}

.h-tRight {
    text-align: right;
}

.h-tUppercase {
    text-transform: uppercase;
}

.h-cBlack {
    color: #000000;
}

.h-cGrey {
    color: #464F57;
}

.h-cGreyDarkest {
    color: #636567;
}

.h-cBlueDarker {
    color: #133d8d;
}

.h-cWarning {
    color: #cf7f1e;
}

.hdg-link:focus {
    outline: 0;
}

.hdg-link:hover {
    text-decoration: none;
}

.p {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.p1 {
    font-size: 18px;
    line-height: 1.6667;
}

.p2 {
    font-size: 14px;
    line-height: 1.42857;
}

.p3 {
    font-size: 12px;
    line-height: 1.25;
}

.p4 {
    font-size: 10px;
    line-height: 1.6;
}

.p-cWhite {
    color: #FFFFFF;
}

.p-lhMed {
    line-height: 1.7143;
}

.p-fSecondary {
    font-family: "Goldplay", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.page-header {
    padding-bottom: 12px;
    margin: 0 0 30px;
    border-bottom: 1px solid #dddddd;
}

.page-header-short {
    padding-bottom: 12px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dddddd;
}

@media (min-width: 992px) {
    .page-header-lg {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }
}

.pull-right-nowrap {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .hidden-sm {
        display: none;
    }
}

.well {
    padding: 20px;
    margin-bottom: 15px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #000000;
    box-shadow: none;
}

.well-lg {
    padding: 24px;
    border-radius: 0;
}

.well-sm {
    padding: 9px;
    border-radius: 0;
}

.well-flush {
    margin-bottom: 0;
}

.well-custom {
    background: #FFFFFF;
    color: #333333;
    /* border: none; */
    /* @include box-shadow(0 0 5px 2px rgba($COLOR_BLACK, 0.15)); */
}

@media (max-width: 991px) {
    .well-sm-complementary {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .well-md-complementary {
        margin-top: 30px;
    }
}

.header-item-link {
    display: none;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .header-item-link {
        display: inline;
    }
}

.header-item-link:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: underline;
}

.header-item-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-align {
    text-align: left;
}

.blue-row {
    display: flex;
    justify-content: space-between;
}

.footer {
    position: relative;
    padding: 17px 0 86px;
}

.footer-logo, .footer-logo-link {
    display: block;
}

.footer-logo {
    display: flex;
    justify-content: end;
}


.footer-logo-col {
    display: flex;
    justify-content: center;
    padding-right: 10px;
}

.footer-logo {
    margin-bottom: 3px;
}

.footer-logo-link {
    background-image: url("../media/images/global/logo-header-west-academic-barbri.svg");
    background-position: 0px 0px;
    width: 240px;
    height: 50px;
    object-fit: contain;
    text-indent: -9999px;
}

.footer-copyright {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
}

.footerNav {
    padding-top: 6px;
    list-style: none;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

@media (max-width: 768px) {
    .footerNav {
        margin-top: 4.5rem;
    }
}

.footerNav:before, .footerNav:after {
    content: " ";
    display: table;
}

.footerNav:after {
    clear: both;
}

@media (min-width: 767px) {
    .footerNav-item {
        float: left;
    }
}

.footerNav-item-link {
    font-size: 1rem;
    line-height: 1.6;
    color: #464F57;
    padding-left: 6px;
}

    .footerNav-item-link:focus {
        outline: 0;
        text-decoration: underline;
    }

    .footerNav-item-link:hover {
        text-decoration: none;
    }

.footer-nav-col {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    height: 75px;
}

@media (min-width: 768px) {
    .middle-footerNav-item-link {
        padding-right: 6px;
        border-width: 1px;
        border-right-style: solid;
        margin: 0;
    }
}

.logo-row {
    height: 75px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .footer-logo {
        justify-content: center;
    }

    .footer-align {
        text-align: center;
    }

    .blue-row {
        flex-direction: column;
    }

    .logo-row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
}

.banner {
    display: table;
    background-color: #eeeeee;
}

    .banner > * {
        display: block;
        width: 100%;
        vertical-align: top;
    }

@media (min-width: 768px) {
    .banner > * {
        display: table-cell;
        width: 50%;
    }
}

.banner-image {
    padding-bottom: 57.82%;
    background-size: cover;
}

@media (min-width: 768px) {
    .banner-image {
        padding-bottom: 1%;
    }
}

.banner-body {
    padding: 30px;
    color: #000000;
}

.book-hd {
    margin-bottom: 35px;
}

.book-meta {
    margin: 0 22px 10px;
}

@media (min-width: 768px) {
    .book-meta {
        text-align: right;
    }
}

.bookCover {
    display: block;
    text-align: center;
}

    .bookCover:focus {
        outline: none;
    }

    .bookCover:hover {
        text-decoration: none;
    }

.bookCover-md {
    position: relative;
    margin-bottom: 11px;
}

.bookCover-md-container {
    display: inline-block;
    position: relative;
}

@media (min-width: 768px) {
    .bookCover-md-container {
        width: 100%;
    }
}

.bookCover-md-container > img {
    max-width: 100%;
    height: auto;
}

.bookCover-md > img {
    margin: 0 auto;
}

.bookCover-md-badge {
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
}

.faq {
    list-style-type: none;
    padding-left: 0;
}

.faq-item-title {
    font-weight: bold;
}

.faq-item {
    padding: 20px 0;
    margin-top: 20px;
    counter-increment: faqitem;
}

    .faq-item + .faq-item {
        border-top: 1px solid #dddddd;
    }

.faq-item-question {
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
}

.faq-item-answer {
    font-size: 14px;
    line-height: 1.4;
}

.filter {
    margin-bottom: 30px;
}

.filter-split {
    font-size: 0;
    width: 100%;
}

    .filter-split > * {
        display: inline-block;
        width: 50%;
    }

.filter-split-main {
    width: 100%;
}

@media (min-width: 768px) {
    .filter-split-main {
        width: 66.666666%;
    }
}

.filter-split-main > * {
    margin-top: 0;
}

.filter-split-meta {
    width: 33.333333%;
    text-align: right;
    font-size: 16px;
}

.filter-ft > * > a {
    display: block;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}


/* ---------------------------------------------------------------------
Hero
Breakpoint: Default
------------------------------------------------------------------------ */

.hero {
    padding: 15px 20px 20px;
    background: #eeeeee;
    border: 1px solid #dddddd;
}


/* ---------------------------------------------------------------------
Hero Content
Breakpoint: Default
------------------------------------------------------------------------ */

@media (min-width: 768px) {
    .heroContent {
        padding-bottom: 63px;
    }
}

.heroContent-meta {
    margin-top: 17px;
    padding: 12px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .heroContent-bd {
        position: absolute;
        bottom: 0;
    }
}


/* ---------------------------------------------------------------------
Hero Image
Breakpoint: Default
------------------------------------------------------------------------ */

.heroImage {
    display: inline-block;
    position: relative;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .heroImage {
        display: block;
    }
}

.heroImage-md {
    display: block;
}

    .heroImage-md:focus {
        outline: 0;
    }

        .heroImage-md:focus * {
            border-color: #969696;
        }

.heroImage-badge {
    position: absolute;
    right: 14px;
    bottom: 2px;
}


/* ---------------------------------------------------------------------
Icon
Breakpoint: Default
------------------------------------------------------------------------ */

.icn {
    display: inline-block;
    vertical-align: middle;
    /*vertical-align: bottom;*/
    width: 20px;
    height: 20px;
    background-image: url(../media/images/sprites/icn/sprite-core.png);
    background-position: 50px 50px;
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 0;
}

.icn-add {
    background-position: 0px -362px;
}

.icn-article {
    background-position: 0px -185px;
}

.icn-clock {
    background-position: 0px -320px;
}

.icn-helpOutline {
    background-position: 0px -242px;
}

.icn-addSm {
    width: 15px;
    height: 14px;
    background-position: 0px 0px;
}

.icn-loop {
    width: 20px;
    height: 20px;
    background-position: 0px -299px;
}

.icn-feedback {
    width: 20px;
    height: 24px;
    background-position: 0px -408px;
}

.icn-logout {
    width: 20px;
    height: 24px;
    background-position: 0px -433px;
}

.icn-profile {
    width: 20px;
    height: 24px;
    background-position: 0px -458px;
}

.icn-home {
    width: 20px;
    height: 24px;
    background-position: 0px -383px;
}

.icn-bookClose {
    width: 20px;
    height: 24px;
    background-position: 0px -483px;
}

.icn-bookOpen {
    width: 26px;
    height: 18px;
    background-position: 0px -204px;
}

.icn-bookOpenSm {
    width: 23px;
    height: 17px;
    background-position: 0px -111px;
}

.icn-bookOpenBlueSm {
    width: 26px;
    height: 17px;
    background-position: 0px -75px;
}

.icn-bookOpenLinkSm {
    width: 23px;
    height: 17px;
    background-position: 0px -93px;
}

.icn-bundlesSm {
    width: 23px;
    height: 17px;
    background-position: 0px -129px;
}

.icn-arrowDown {
    width: 14px;
    height: 14px;
    background-position: 0px -15px;
}

.icn-triangleDown {
    width: 18px;
    height: 14px;
    background-position: 0px -45px;
}

.icn-triangleRight {
    width: 10px;
    height: 20px;
    background-position: 0px -341px;
}

.icn-warning {
    width: 32px;
    height: 32px;
    background-position: 0px -706px;
}

.icn-flagGrey {
    width: 32px;
    height: 32px;
    background-position: 0px -739px;
}

.icn-flagBlue {
    width: 32px;
    height: 32px;
    background-position: 0px -574px;
}

.icn-helpSolid {
    width: 32px;
    height: 32px;
    background-position: 0px -508px;
}

.icn-helpSolidSm {
    width: 18px;
    height: 18px;
    background-position: 0px -261px;
}

.icn-checkmark {
    width: 32px;
    height: 32px;
    background-position: 0px -607px;
}

.icn-alert {
    width: 32px;
    height: 32px;
    background-position: 0px -673px;
}

.icn-incorrect {
    width: 32px;
    height: 32px;
    background-position: 0px -640px;
}

.icn-pdf {
    width: 32px;
    height: 32px;
    background-position: 0px -541px;
}

.icn-lock {
    width: 14px;
    height: 14px;
    background-position: 0px -60px;
}

.icn-user {
    width: 14px;
    height: 14px;
    background-position: 0px -30px;
}

.icn-titleBookOpen {
    background-image: url(../media/images/sprites/title/sprite-core.png);
    background-position: 0px 0px;
    width: 120px;
    height: 124px;
}

.icn-titleBookStack {
    background-image: url(../media/images/sprites/title/sprite-core.png);
    background-position: 0px -125px;
    width: 120px;
    height: 124px;
}

.icn-titleHelp {
    background-image: url(../media/images/sprites/title/sprite-core.png);
    background-position: 0px -250px;
    width: 120px;
    height: 124px;
}

.icn-titleQuiz {
    background-image: url(../media/images/sprites/title/sprite-core.png);
    background-position: 0px -375px;
    width: 120px;
    height: 124px;
}

.icn-volumeMute {
    background-image: url(../media/images/sprites/audioPlayer/sprite-core.png);
    background-position: 0px -210px;
    width: 34px;
    height: 34px;
}

    .icn-volumeMute:hover, .icn-volumeMute:focus {
        background-image: url(../media/images/sprites/audioPlayer/sprite-core.png);
        background-position: 0px -175px;
        width: 34px;
        height: 34px;
    }

.jp-state-muted .icn-volumeMute {
    background-image: url(../media/images/sprites/audioPlayer/sprite-core.png);
    background-position: 0px -280px;
    width: 34px;
    height: 34px;
}

    .jp-state-muted .icn-volumeMute:hover, .jp-state-muted .icn-volumeMute:focus {
        background-image: url(../media/images/sprites/audioPlayer/sprite-core.png);
        background-position: 0px -245px;
        width: 34px;
        height: 34px;
    }

.icn-volumeFull {
    background-image: url(../media/images/sprites/audioPlayer/sprite-core.png);
    background-position: 0px -140px;
    width: 34px;
    height: 34px;
}

    .icn-volumeFull:hover, .icn-volumeFull:focus {
        background-image: url(../media/images/sprites/audioPlayer/sprite-core.png);
        background-position: 0px -105px;
        width: 34px;
        height: 34px;
    }

@media (max-width: 768px) {
    .icn_untilSmall {
        display: inline-block;
        vertical-align: middle;
        /*vertical-align: bottom;*/
        width: 20px;
        height: 20px;
        background-image: url(../media/images/sprites/icn/sprite-core.png);
        background-position: 50px 50px;
        background-repeat: no-repeat;
        background-color: transparent;
        font-size: 0;
    }

    .icn-listened {
        display: none;
        background-image: url(../media/images/sprites/audioPlayer/sprite-core.png);
        background-position: 0px 0px;
        width: 34px;
        height: 34px;
    }

    .icn-transcript {
        background-image: url(../media/images/sprites/audioPlayer/sprite-core.png);
        background-position: 0px -70px;
        width: 34px;
        height: 34px;
    }

    .icn-play {
        background-image: url(../media/images/sprites/audioPlayer/sprite-core.png);
        background-position: 0px -35px;
        width: 34px;
        height: 34px;
    }
}


/* ---------------------------------------------------------------------
Icon Badge
Breakpoint: Default
------------------------------------------------------------------------ */

.icnBadge {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: 6px;
    background: #4e84c4;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
    border: 1px solid #4e84c4;
}

.icnBadge-info {
    background: #f9f9f9;
    border: 1px solid #dddddd;
}

.icnBadge > * {
    display: inline-block;
    vertical-align: middle;
}

.icnBadge-hd {
    position: relative;
    overflow: hidden;
    top: 2px;
}

.icnBadge-container {
    overflow: hidden;
}

.icnBadge-md {
    float: right;
    margin-left: 8px;
}

.icnBadge-ft {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 0;
}

.icnBadge-ft-sm {
    top: 3px;
    right: 3px;
}


/* ---------------------------------------------------------------------
Image
Breakpoint: Default
------------------------------------------------------------------------ */

.image {
    display: table;
}

.image-circle {
    display: table-cell;
    width: 135px;
    height: 135px;
    overflow: hidden;
    vertical-align: bottom;
    background: #FFFFFF;
    border-radius: 100%;
    border: 2px solid #dddddd;
}

.image-circle-container {
    display: block;
    height: 135px;
}

    .image-circle-container img {
        width: 135px;
        height: auto;
    }

.image-circle img {
    display: block;
    margin: 0 auto;
}

.text-black {
    color: #000;
}

.text-red {
    color: #e31c3d;
}

.text-blue {
    color: #2A5488;
}

.text-phone-number {
    color: #2A5488
}

.showHideText {
    color: #001a72;
    text-decoration: none;
}

    .showHideText:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.table-admin-area-text-size {
    font-size: 14px;
}

.textarea.form-control {
    height: auto;
}

.eula-overflow {
    overflow: auto;
    margin-bottom: 30px;
    resize: both;
}

.btn-skip-to {
    text-transform: none !important;
}

.my-subscription-body {
    padding-top: 30px;
}

.my-subscription-name-options {
    margin: 0 0 10px;
}

.my-subscription-sub-disclaimer {
    padding: 10px 0 10px 20px;
}

.my-subscription-notification-disclaimer {
    padding: 10px 0 10px;
}

.my-subscription-call-to-cancel {
    padding-top: 200px;
}

.my-subscription-extend-button {
    margin-top: 50px;
}

.navNoMyFavorites {
    width: 133px;
}

.paging-nav {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .paging-nav > li {
        display: inline;
    }

        .paging-nav > li > a, .paging-nav > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            color: #2A5488;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .paging-nav > li:first-child > a, .paging-nav > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .paging-nav > li:last-child > a {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .paging-nav > li > a:hover, .paging-nav > li > a:focus {
            z-index: 3;
            color: #23527c;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .paging-nav > .selected-page > a, .paging-nav > .selected-page > a:hover, .paging-nav > .selected-page > a:focus {
        z-index: 2;
        color: #fff;
        background-color: #2A5488;
        border-color: #2A5488;
        cursor: default;
    }

    .paging-nav > .disabled > a, .paging-nav > .disabled > a:hover, .paging-nav > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.media-body-text {
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .collapse.collapse-mobile {
        display: block;
        height: auto !important;
    }
}

.dropdown-custom .dropdown-toggle .icn {
    margin-left: 10px;
}

.dropdown-custom .dropdown-menu {
    min-width: 170px;
    padding: 0;
    border-radius: 0;
}

    .dropdown-custom .dropdown-menu > li > a {
        padding: 8px 10px;
        color: #464F57;
    }

        .dropdown-custom .dropdown-menu > li > a:hover {
            color: #000000;
            background: #e3f0ff;
        }

.dropdown-custom .divider {
    margin: 0;
    border-color: #cfcfcf;
}

.form-custom {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

label, .fieldLabel {
    margin-bottom: 5px;
    font-size: 14px;
    color: #001a72;
    font-weight: normal;
}

.fieldLabel {
    display: block;
}

.fieldLabel-sm {
    margin-bottom: 3px;
}

.fieldLabel-lg {
    margin-bottom: 7px;
}

.fieldLabel-fLg {
    font-size: 18px;
}


/* ---------------------------------------------------------------------
vCenter - vertically center child elements within a container
------------------------------------------------------------------------ */

.vCenter {
    font-size: 0;
}

    .vCenter > * {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

.logo {
    display: inline-block;
}

.logo_header {
    width: 200px;
    height: 70px;
}

.logo > svg {
    width: 100%;
    height: auto;
}


/* Adds text cursor on hover over search bar -- Bug 8039 */

.main_search, #searchinbook {
    cursor: text;
}

@media (min-width: 992px) {
    .mediaFlex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.mediaFlex-media {
    font-size: 0;
    width: 100%;
    text-align: center;
}

@media (min-width: 992px) {
    .mediaFlex-media {
        width: 66.666666%;
    }
}

.mediaFlex-media-video {
    position: relative;
}

    .mediaFlex-media-video:after {
        position: absolute;
        width: 0;
        height: 0;
        content: '';
        z-index: 2;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 34px solid rgba(109, 111, 114, 0.75);
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -17px;
        -webkit-transition: border-color 0.25s ease-in-out;
        transition: border-color 0.25s ease-in-out;
    }

    .mediaFlex-media-video:hover:after, .mediaFlex-media-video:focus:after {
        width: 0;
        height: 0;
        content: '';
        position: absolute;
        z-index: 2;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 34px solid rgba(52, 99, 168, 0.75);
        -webkit-transition: border-color 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out;
    }

.mediaFlex-media > img, .mediaFlex-media > a > img {
    max-width: 100%;
    height: auto;
}

.mediaFlex-bd {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

@media (min-width: 992px) {
    .mediaFlex-bd {
        padding: 20px;
        width: 33.333333%;
        text-align: left;
        margin: auto;
        display: -ms-flexbox;
        -ms-flex-pack: center;
        -ms-flex-align: center;
    }
}

.mobileNav {
    display: block;
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .mobileNav {
        display: none;
    }
}

.mobileNav a:hover, .mobileNav a:focus {
    text-decoration: none;
    color: #001a72;
    background-color: #f7f7f7;
}

.mobileNav ul {
    list-style-type: none;
    padding-left: 0;
}

.mobileNav a {
    display: block;
    padding: 10px;
    color: #000000;
}

.mobileNav-subnav {
    display: none;
}

.mobileNav-heading > a, .mobileNav-back {
    font-size: 18px;
    background-color: #eeeeee;
}

.mobileNav-heading:first-child > a, .mobileNav-back {
    border-bottom: 1px solid #dddddd;
}

.mobileNav-back {
    position: relative;
    text-indent: 20px;
}

    .mobileNav-back:before {
        top: 50%;
        left: 10px;
        margin-top: -6px;
        width: 0;
        height: 0;
        content: '';
        position: absolute;
        z-index: 2;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 10px solid #000000;
    }

a.mobileNav-back:hover:before, a.mobileNav-back:focus:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    z-index: 2;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #001a72;
}

.mobileNav-heading > a:hover, .mobileNav-heading > a:focus, a.mobileNav-back:hover, a.mobileNav-back:focus {
    color: #001a72;
    background-color: #dddddd;
}

.mobileNav-subnav * + *, .mobileNav-filter + .mobileNav-filter, .mobileNav-metaitem + .mobileNav-metaitem {
    border-top: 1px solid #eeeeee;
}

.mobileNav-heading + .mobileNav-metaitem {
    border-top: 1px solid #dddddd;
}

.mobileNav-subnav-ft {
    border-top: 1px solid #dddddd;
    background-color: #f7f7f7;
}

.mobileNav-subheading + .mobileNav-subheading {
    border-top: 1px solid #eeeeee;
}

.mobileNav-subheading > a {
    color: #4e84c4;
    font-weight: bold;
}

.mobileNav-subheading:last-child > a {
    border-bottom: 1px solid #dddddd;
}

.mobileNav-subheading-toggle > a {
    position: relative;
}

    .mobileNav-subheading-toggle > a:after {
        top: 50%;
        right: 10px;
        margin-top: -6px;
        width: 0;
        height: 0;
        content: '';
        position: absolute;
        z-index: 2;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #4e84c4;
    }

    .mobileNav-subheading-toggle > a:hover:after, .mobileNav-subheading-toggle > a:focus:after {
        width: 0;
        height: 0;
        content: '';
        position: absolute;
        z-index: 2;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #001a72;
    }

.mobileSearch {
    display: block;
    margin: 0 -3px 10px -3px;
    padding: 3px;
}

@media (min-width: 768px) {
    .mobileSearch {
        display: none;
    }
}

.mobileSearch .pull-right {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mobileSearch .input-group {
    clear: both;
}

.panelFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border: 1px solid #dddddd;
}

.panelFlex-img {
    border: none;
}

    .panelFlex-img .panelFlex-bd {
        padding: 0;
    }

.panelFlex-hd, .panelFlex-ft {
    background: #eeeeee;
}

.panelFlex-bd {
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

.promoContentModule {
    padding: 0;
}

    .promoContentModule a img {
        width: 100%;
        height: auto;
    }

    .promoContentModule .panelFlex > a img {
        width: auto;
    }

@media (max-width: 750px) {
    .promoContentModule a img {
        max-width: 750px;
        height: auto;
    }

    .promoContentModule .panelFlex > a img {
        max-width: 750px;
    }
}

.panelFlex-media .panelFlex-bd {
    padding: 0;
}

.panelFlex-hd {
    height: 97px;
    padding: 0 30px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}


/* this is to target Safari explicitly since it can't render borders correctly */

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
    .panelFlex-hd {
        border-bottom: none;
    }
}

.panelFlex-hd-title {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.panelFlex-hd-title-2-line {
    height: 70%;
}

.panelFlex-hd-subtitle {
    height: 10%;
    font-size: 15px;
}

.panelFlex-ft {
    padding: 10px 15px;
    font-size: 14px;
    text-align: right;
    color: #001a72;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

    .panelFlex-ft > a {
        color: inherit;
        text-decoration: none;
        padding-right: 13px;
        position: relative;
    }

        .panelFlex-ft > a:after {
            width: 0;
            height: 0;
            content: '';
            position: absolute;
            z-index: 2;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #001a72;
            top: 50%;
            right: 0;
            margin-top: -5px;
        }

        .panelFlex-ft > a:hover {
            text-decoration: underline;
        }

.primaryNav {
    display: none;
    text-align: right;
}

@media (min-width: 768px) {
    .primaryNav {
        display: block;
    }
}

.primaryNav .pull-right {
    padding-right: 70px;
    margin-bottom: 5px;
}

.primaryNav-items {
    text-align: left;
}

    .primaryNav-items > * {
        padding: 7px 0;
        display: inline-block;
    }

    .primaryNav-items a {
        font-size: 16px;
    }

    .primaryNav-items > * + * {
        margin-left: 40px;
    }

    .primaryNav-items > *.active > a {
        font-weight: bold;
    }

.primaryNav-flex {
    clear: both;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .primaryNav-flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.primaryNav-flex > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    white-space: nowrap;
    padding: 0;
}

.primaryNav-tips {
    margin-bottom: 5px;
}

.primaryNav-flex-search {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

.primaryNav-flex-search-form {
    width: 100%;
}

.primaryNav-search {
    width: 100%;
    max-width: 507px;
    display: inline-block;
    margin-right: 15px;
}

@media (min-width: 992px) {
    .primaryNav-search {
        max-width: 689px;
    }
}

@media (min-width: 1200px) {
    .primaryNav-search {
        max-width: 889px;
    }
}

@media (min-width: 480px) {
    .resultItem {
        display: table;
    }
}

@media (min-width: 480px) {
    .resultItem > * {
        display: table-cell;
        vertical-align: top;
    }
}

.resultItem-thumbnail {
    padding-right: 30px;
}

.resultItem-bd-definition {
    width: 100%;
}

.resultItem-bd-heading {
    margin-top: 0;
    font-size: 1.125rem;
}

    .resultItem-bd-heading > a {
        font-size: 1.25rem;
    }

.resultItem-bd-list {
    font-size: 1.125rem;
}

    .resultItem-bd-list > div > div > div > a {
        font-size: 1.125rem;
    }

    .resultItem-bd-list > div > div > div > b > a {
        font-size: 1.125rem;
    }

    .resultItem-bd-list > div > div > span > b > a {
        font-size: 1.125rem;
    }

.resultItem-bd-snippet {
    font-size: 14px;
    line-height: 1.428571429;
}

.resultItem-bd-snippet-link, .resultItem-bd-snippet-link:hover {
    color: #333333;
    text-decoration: none;
}

.resultItem-bd-authors {
    font-size: 14px;
    line-height: 1.428571429;
}

.resultItem-bd-matches {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.45;
}

.resultList-grid .resultItem {
    display: inline-block;
    text-align: center;
}

    .resultList-grid .resultItem > * {
        display: block;
    }

.resultList-grid .resultItem-thumbnail {
    padding: 0;
}

.resultList-grid .resultItem-bd-list {
    display: none;
}

.resultList-grid .resultItem-bd-heading {
    margin-top: 0;
    font-size: 14px;
}

.resultItem-padding-top {
    padding-top: 15px;
}

.resultList {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

    .resultList > * {
        vertical-align: top;
        padding-top: 15px;
    }

        .resultList > * + * {
            margin-top: 15px;
            border-top: 1px solid #dddddd;
        }

.resultList-grid {
    font-size: 0;
    margin: -30px 0 0 -30px;
}

    .resultList-grid > * {
        display: inline-block;
        width: 50%;
        padding: 30px 0 0 30px;
    }

@media (min-width: 992px) {
    .resultList-grid > * {
        width: 25%;
    }
}

.resultList-grid > * + * {
    margin-top: 0;
    border: none;
}

.dictionaryItem {
    padding: 15px;
    padding-left: 0px;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
}

@media (min-width: 992px) {
    .sortbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        vertical-align: top;
        margin-bottom: 15px;
    }
}

.sortbar > * + * {
    margin-left: 20px;
}

.sortbar-options {
    margin-top: 20px;
    text-align: right;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .sortbar-options {
        margin-top: 0;
    }

        .sortbar-options.sortbar-options-search {
            margin-top: 5px;
        }
}

.sortbar-options > * {
    display: inline-block;
    vertical-align: top;
}

.text-highlight {
    background-color: rgba(51, 122, 183, 0.15);
}

    .text-highlight:hover, .text-highlight:focus {
        text-decoration: none;
    }

        .text-highlight:hover:before, .text-highlight:focus:before {
            background-color: rgba(40, 96, 144, 0.15);
        }

.text-italic {
    font-style: italic;
}

.text-subtitle {
    display: block;
    font-size: 80%;
    color: inherit;
    margin-top: 4px;
}

.text-small {
    font-size: 11px;
}

.text-medium {
    font-size: 14px;
}

.text-preview {
    font-size: 14px;
    line-height: 1.42857;
}

    .text-preview p + p {
        margin-top: 1em;
    }

.toc {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    color: #636567;
    font-size: 14px;
}

    .toc li {
        border-top: 1px solid #dddddd;
    }

    .toc ol, .toc ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .toc ol li, .toc ul li {
            list-style-type: none;
        }

    .toc li > a {
        color: inherit;
        display: block;
        padding: 8px 10px;
        padding: 10px 15px 11px 15px;
        -webkit-transition: color 200ms ease-in-out, background-color 100ms ease-in-out;
        transition: color 200ms ease-in-out, background-color 100ms ease-in-out;
    }

        .toc li > a:hover, .toc li > a:focus {
            color: #3463a8;
            text-decoration: none;
            background-color: #eeeeee;
        }

.toc-unstyled > li {
    list-style-type: none;
}

.toc > ol {
    list-style-type: upper-roman;
}

    .toc > ol li {
        counter-increment: upperroman;
    }

        .toc > ol li > a:before {
            content: counter(upperroman, upper-roman) ". ";
        }

.toc-unstyled > .toc-hd:before {
    content: "";
}

.toc-hd > a {
    background-color: #f7f7f7;
}

.toc > ol li ol {
    list-style-type: decimal;
}

    .toc > ol li ol li {
        counter-increment: decimal;
    }

        .toc > ol li ol li > a {
            padding-left: 20px;
        }

            .toc > ol li ol li > a:before {
                content: counter(decimal, decimal) ". ";
            }

        .toc > ol li ol li ol {
            list-style-type: lower-alpha;
        }

            .toc > ol li ol li ol li {
                counter-increment: loweralpha;
            }

                .toc > ol li ol li ol li > a {
                    padding-left: 40px;
                }

                    .toc > ol li ol li ol li > a:before {
                        content: counter(loweralpha, lower-alpha) ". ";
                    }

.toc > ul {
    list-style-type: disc;
}

    .toc > ul li {
        counter-increment: disc;
    }

        .toc > ul li > a:before {
            content: counter(disc, disc) " ";
        }

        .toc > ul li ul {
            list-style-type: circle;
        }

            .toc > ul li ul li {
                counter-increment: circle;
            }

                .toc > ul li ul li > a {
                    padding-left: 20px;
                }

                    .toc > ul li ul li > a:before {
                        content: counter(circle, circle) " ";
                    }

                .toc > ul li ul li ul {
                    list-style-type: square;
                }

                    .toc > ul li ul li ul li {
                        counter-increment: square;
                    }

                        .toc > ul li ul li ul li > a {
                            padding-left: 40px;
                        }

                            .toc > ul li ul li ul li > a:before {
                                content: counter(square, square) " ";
                            }

.toc-hd {
    font-weight: bold;
}

    .toc-hd > ol, .toc-hd > ul {
        font-weight: normal;
    }

.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    z-index: 100;
}

@media (min-width: 992px) {
    .top {
        display: none;
    }
}

.top.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.top > a {
    display: block;
    background-color: rgba(52, 99, 168, 0.75);
    color: white;
    padding: 11px 12px 12px;
    text-align: center;
}

    .top > a:hover, .top > a:focus {
        text-decoration: none;
    }

.view-toggle {
    white-space: nowrap;
    color: #dddddd;
}

    .view-toggle > a {
        color: #cfcfcf;
    }

        .view-toggle > a.active {
            color: #4e84c4;
        }

    .view-toggle > * {
        margin-left: 10px;
    }

.blocks {
    margin: 0;
    padding: 0;
    font-size: 0;
    /* remove inline block whitespace */
}

@media (min-width: 480px) {
    .blocks {
        margin-left: -30px;
    }
}

.blocks > * {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 30px 0 0;
    /* space blocks horizontally and vertically - offset is handled by .blocks */
    font-size: 16px;
    /* return the font size */
    vertical-align: top;
}

    .blocks > *:first-child {
        padding-top: 0;
    }

@media (min-width: 480px) {
    .blocks > * {
        display: inline-block;
        vertical-align: top;
        padding-left: 30px;
    }
}

@media (min-width: 480px) {
    .blocks-2up > * {
        width: 50%;
    }

        .blocks-2up > *:nth-child(1), .blocks-2up > *:nth-child(2) {
            padding-top: 0;
        }
}

@media (min-width: 480px) {
    .blocks-3up > * {
        width: 33.33333%;
    }

        .blocks-3up > *:nth-child(1), .blocks-3up > *:nth-child(2), .blocks-3up > *:nth-child(3) {
            padding-top: 0;
        }
}

@media (min-width: 768px) {
    .blocks-4up > * {
        width: 25%;
        padding-top: 70px;
    }

        .blocks-4up > *:nth-child(1), .blocks-4up > *:nth-child(2), .blocks-4up > *:nth-child(3), .blocks-4up > *:nth-child(4) {
            padding-top: 0;
        }
}

.blocks-2up4up {
    margin: -30px 0 0 -30px;
}

    .blocks-2up4up > * {
        width: 50%;
        display: inline-block;
        padding: 30px 0 0 30px;
    }

        .blocks-2up4up > *:first-child {
            padding-top: 30px;
        }

@media (min-width: 768px) {
    .blocks-2up4up > * {
        width: 25%;
    }
}

.blocks-3up-center {
    text-align: center;
}

.blocksFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px 0 0 -30px;
    box-sizing: border-box;
}

.blocksFlex-item {
    width: 100%;
    padding: 30px 0 0 30px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (min-width: 992px) {
    .blocksFlex-item {
        width: 50%;
    }
}

.column {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    line-height: 1.45;
}

@media (min-width: 768px) {
    .column_2up {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media (min-width: 768px) {
    .column_3up {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

ol.column > li {
    counter-increment: item;
}

    ol.column > li:before {
        content: counter(item) ". ";
        color: #001a72;
    }


/* ---------------------------------------------------------------------
gridTable - vertically center child elements using table layout
------------------------------------------------------------------------ */

.gridTable {
    display: table;
    width: 100%;
    position: relative;
}

.gridTable-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.gridTable-item_1of12 {
    width: 8.33%;
}

.gridTable-item_2of12 {
    width: 16.66%;
}

.gridTable-item_3of12 {
    width: 25%;
}

.gridTable-item_4of12 {
    width: 33.33%;
}

.gridTable-item_5of12 {
    width: 41.66%;
}

.gridTable-item_6of12 {
    width: 50%;
}

.gridTable-item_7of12 {
    width: 58.33%;
}

.gridTable-item_8of12 {
    width: 66.66%;
}

.gridTable-item_9of12 {
    width: 75%;
}

.gridTable-item_10of12 {
    width: 83.33%;
}

.gridTable-item_11of12 {
    width: 91.66%;
}

.gridTable-item_12of12 {
    width: 100%;
}

.gridTable-item-text {
    width: 75%;
    padding: 10px 0px;
}

.hList {
    font-size: 0;
    padding: 0;
    list-style-type: none;
}

    .hList > * {
        display: inline-block;
        margin-top: 6px;
        margin-right: 6px;
    }

.hList-dashed > * {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    position: relative;
}

@media (min-width: 768px) {
    .hList-dashed > * {
        display: inline-block;
        margin-right: 6px;
    }
}

@media (min-width: 768px) {
    .hList-dashed > * + * {
        padding-left: 12px;
    }
}

@media (min-width: 768px) {
    .hList-dashed > * + *:before {
        content: "-";
        position: absolute;
        left: 0;
    }
}

.list-results {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 0;
}

.list-results-item > .search-preview {
    display: block;
    padding: 10px 15px 11px 15px;
    color: #333333;
}

.list-results-play-track {
    margin: 10px 0px 10px 15px;
}

.list-results-show-chapter {
    margin: 10px 15px 10px 15px;
}

.list-results-item + .list-results-item {
    border-top: 1px solid #eaeaea;
}

.list-results-item > .search-preview:hover, .list-results-item > .search-preview:focus {
    color: #133d8d;
    background-color: rgba(221, 221, 221, 0.25);
    text-decoration: none;
}

.list-pad {
    font-size: 14px;
    line-height: 1.42857;
}

.list-pad > * + * {
    margin-top: 5px;
}

.list-delimited {
    font-size: 0;
    text-align: right;
}

.list-delimited > *:last-child > a {
    padding-right: 0;
}

.site-bar-nav .nav-layout-container {
    max-width: 1285px;    
}

.nfe-navigation {
    text-align: center;
    width: 16.6%;
}

.list-delimited > * + * {
    border-left: 0; /*Overriding this to 0 and using a divider instead*/
}

.nfe-navigation-divider {
    display: inline-block;
    width: 2.1px;
    height: 25px;
    position: absolute;
    margin-top: 5px;
    border-left: 1px solid black;
}

@media (min-width: 992px) {
    .nfe-navigation-divider {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .nfe-navigation-divider {
        margin-top: 10px;
    }
}

.list-limited {
    border: 1px solid #dddddd;
    max-height: 250px;
    padding-left: 5px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.list-item-read-more {
    color: #2A5488;
    text-decoration: none;
    cursor: pointer;
    margin-top: 7px;
}

/* ---------------------------------------------------------------------
Section
Breakpoint: Default
------------------------------------------------------------------------ */

.section_relative {
    position: relative;
}

.section-lg {
    margin-top: 30px;
}

.section-flush {
    margin-top: 0;
}

.section-hd, .section-meta, .section-bd, .section-ft {
    position: relative;
}

.section-hd {
    z-index: 400;
}

.section-meta {
    z-index: 300;
    margin-top: 45px;
}

.section-bd {
    z-index: 200;
    margin-top: 45px;
}

.section-ft {
    z-index: 100;
}

.site-container {
    margin: 0 auto;
}

.site {
    display: table;
    height: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    .site-hd {
        background-color: #ececec;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .site-bd > .container {
        margin-top: 30px;
    }
}

.site-hd, .site-bd, .site-ft {
    display: table-row;
    position: relative;
}

.site-hd, .site-ft {
    height: 1px;
}

.site-bar {
    width: 100%;
    min-height: 18px;
    background: #6d6f72;
}

.site-bar-nav {
    width: 100%;
    margin: 0;
    padding: 5px 0 0;
    background: #ffffff;
}

    .site-bar-nav > * {
        display: none;
    }

@media (min-width: 768px) {
    .site-bar-nav > * {
        margin-top: 9px;
        display: block;
    }
}

.vr {
    margin-bottom: 10px;
}

.vr_x2 {
    margin-bottom: 20px;
}

.vr_x3 {
    margin-bottom: 30px;
}

.vr_x4 {
    margin-bottom: 40px;
}

.ui-autocomplete-input {
    cursor: text;
}


/* ------- Admin Tools Area styles ------- */


/* Audio Title/Track Maintenance */

.no-bottom-margin {
    margin-bottom: 0;
}

.spinner {
    display: none;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    opacity: .75;
    background-color: gray;
}

.spinnerContainer {
    top: 40%;
    left: 40%;
    position: absolute;
    width: 400px;
    background-color: white;
    padding: 40px;
}

.spinner-block {
    position: fixed;
    border: 2px solid #000;
    z-index: 100000000;
    background-color: black;
    width: 125px;
    top: 45%;
    left: 45%;
}

/* SAS Institutional Engine */

.sas-institutional-engine-search-control-group {
    padding: 10px 0 30px 0;
    margin: 10px 0 30px 0;
}

.sas-institutional-engine-search-control-left {
    width: 65%;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.sas-institutional-engine-search-control-right {
    width: 35%;
    float: right;
    padding: 8px 0 0 10px;
}

.sas-institutional-engine-search-results-div {
    padding: 0 0 15px;
    margin: 0 0 15px;
    clear: both;
}


/* Royalty Usage Data */

.royalty-data-form-group {
    padding: 20px 0 20px 0;
}

.royalty-float-right {
    float: right;
}


/*--------------------------------------------------
            All Subjects Page Styling
--------------------------------------------------*/

h2[id$="Subjects"] {
    border-bottom: 1px solid #ddd;
}

.letter-picker-list {
    border: 1px solid #bbb;
    padding: 10px 0px;
    font-size: 0;
    margin-bottom: 20px;
}

    .letter-picker-list > li {
        border-right: 1px solid #ddd;
        font-size: 20px;
        padding: 0px 8px;
    }

        .letter-picker-list > li:last-child {
            border-right: none;
        }

.subject-item {
    margin: 5px 0px;
}

.subject-item-name {
    display: inline-table;
    width: 35%;
}

.list-item:first-of-type {
    margin-left: .4em;
}

.letter-picker-list .list-item {
    width: 3.8%;
    text-align: center;
}

@media(max-width:768px) {
    .letter-picker-list .list-item {
        width: 7.5%;
        margin-bottom: 0.5em;
    }
    .letter-picker-list .list-item:nth-child(14) {
        margin-left: 0.4em;
    }
    .letter-picker-list .list-item:nth-child(13) {
        border-right: none;
    }
}


/*--------------------------------------------------
               Book Detail Styling
--------------------------------------------------*/

.toc-wrapper ol {
    list-style: none;
}

.toc-wrapper .toggle-arrow {
    position: relative;
}

    .toc-wrapper .toggle-arrow:before {
        width: 0;
        height: 0;
        content: '';
        z-index: 2;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #636567;
        top: 3px;
        right: 10px;
        position: absolute;
    }

    .toc-wrapper .toggle-arrow.expanded:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #636567;
        top: 5px;
        right: 10px;
    }

.other-editions {
    float: right;
    vertical-align: bottom;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .other-editions {
        float: left;
    }
}

.other-editions a {
    float: right;
}

.throbber {
    background: url("/assets/media/images/throbber.gif") 0 0 no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}


/* Additional West Academic custom styles */

.west-dark-blue-text {
    color: #2A5488;
}

.west-light-blue-text {
    color: #4d90cd;
}

.west-white-text {
    color: #ffffff;
}

.validation-summary-errors {
    padding: 10px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    background-image: url(../media/images/westAcademicCustomIcons/validationErrorSummary.png);
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 45px;
    font-weight: bold;
    color: #A95349;
    background-color: #FFC7D3;
    border: 1px solid #A95349;
    margin: 0 0 20px;
}

.field-validation-valid {
    color: #A95349;
}

.error {
    color: #A95349;
}

.west-academic-login {
    margin: auto;
    margin-top: 70px;
    width: 500px;
}

.west-academic-login-password {
    width: 85%;
    display: inline;
}

ul.west-academic-no-bullets, li.west-academic-no-bullets {
    list-style-type: none !important;
}

li.ui-menu-item {
    color: #333333;
    font-size: 14px;
}

.text-decoration-none {
    text-decoration: none !important;
}

a.clearAnchorStyle {
    color: inherit !important;
    text-decoration: none !important;
    cursor: text !important;
}

    a.clearAnchorStyle:hover {
        color: inherit !important;
        text-decoration: none !important;
        cursor: text !important;
    }

hr.chapter-preview {
    margin-bottom: 20px;
    margin-top: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.text-preview .text-highlight + .text-highlight:before {
    content: " ";
}

.underline {
    text-decoration: underline;
}

span + span.underline:before {
    text-decoration: none;
    content: " ";
}

.strike {
    text-decoration: line-through;
}

span + span.strike:before {
    content: " ";
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

span + span.bold:before {
    content: " ";
    text-decoration: none;
}

.italic {
    font-style: italic;
}

span + span.italic:before {
    content: " ";
    text-decoration: none;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}


/* My Online Books override for PBI 9126*/

.sp-expire-text {
    line-height: 1.7;
}


/* User Search Results */

.update-message-pull-right {
    float: right;
    color: green;
}

.update-online-book-is-lapsed, .update-subscription-is-lapsed {
    margin-top: 15px;
}

.update-subscription-expiration-date, .update-online-book-expiration-date, .admin-expiration-date-btn {
    margin-top: 5px;
}

#reset-user-search-results {
    margin-bottom: 20px;
}

.admin-search-tooltip {
    text-decoration: none !important;
    margin-top: 5px;
}



/* -----------------------

    Homepage styles 

   ----------------------- */
.homepage-casebookplus-container-wrapper {
    background-color: #e1f4fd;
}

.white-background-color {
    background-color: #ffffff;
}

.layout-container {
    max-width: 1140px;
    margin: auto;
}

.homepage-image-container, .pie-chart-container {
    position: relative;
}

.pie-chart-container {
    margin-bottom: 15px;
}

.homepage-hero-image-text {
    position: absolute;
    top: 5%;
    right: 5%;
    text-align: right;
    padding-top:2.5%;
}

.homepage-hero-image-main-text {
    font-size: 1.3em;
    color: #ffffff;
}

.homepage-hero-image-sub-text {
    color: #2A5488;
}

.homepage-casebook-plus-image-text {
    top: 5%;
    left: 5%;
    text-align: left;
}

.homepage-casebookplus-container {
    padding: 15px;
    background-color: #e1f4fd;
    width: 100%;
    margin: auto;
}

.homepage-casebookplus-pie-chart {
    margin: 0 5px 0 5px;
    max-height: 175px;
}

.pie-chart-percent-text {
    position: absolute;
    text-align: center;
    top: 60%;
    left: 45%;
    color: white;
}

.homepage-teach-series-link {
    cursor: pointer;
    margin-top: 7px;
    font-size: .95em;
}

#homepage-casebookplus-adopters-header {
    margin-top: 15px;    
}

.homepage-casebookplus-video {
    background: url(https://images.westacademic.com/play-button.png) no-repeat center center;
    -ms-background-size: 60px 60px;
    background-size: 60px 60px;
    -ms-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.homepage-casebookplus-video:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


.list-item-read-more:hover {
    text-decoration: underline;
}


/*Style for the Blue Bar above the footer*/
.blue-footer {
    position: relative;
    padding: 10px 0 10px;
    background: #2A5488;
    text-align: center;
}

.blue-footer a {
    color: white;
}

/*Styles for Nav-Menu*/

.nav-menu-btn {
    text-align: left;
}

.nav-menu-btn-with-caret {
    padding-right: 0;
    text-align: left;
}

.nav-menu-caret {
    padding-left: 0;
    text-align: left;
}

.dropdown-menu > li.nav-list-header {
    display: block;
    padding: 3px 20px;
    font-weight: bold;
}

.mobileNav-subnav > li.nav-list-header {
    display: block;
    padding: 10px 10px;
    font-weight: bold;
}

.nav-dropdown-menu {
    background-color: #ececec;
    border: 1px solid #464F57;
}

    .nav-dropdown-menu .divider {
        background-color: #464F57;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

@media(max-width:992px) {

    .horizontal-list-item {
        display: inline;
        float: left;
        width: 50%;
    }
}
@media(min-width:992px) {
    .horizontal-list-item {
        display: inline;
        float: left;
        width: 33%;
    }
}
.dropdown-menu-wide {
    width: 330%;
}


#homepage-law-faculty-resources {
    max-height: 275px;
}

.play-casebook-plus-video {
    cursor: pointer;
}

.play-casebook-plus-video .play-button {
    background: url(https://system.na1.netsuite.com/core/media/media.nl?id=1422120&c=3668083&h=22d367e2d1f972865dfe) no-repeat center center;
    -ms-background-size: 45px 45px;
    background-size: 45px 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.play-casebook-plus-video .play-button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.image-thumb-container {
    width: 125px;
    height: 174px;
    position: relative;
}

.image-thumb-container-grid-view {
    width: 125px;
    height: 174px;
    position: relative;
    margin: 0 0 10px 30px;
}

#newer-edition-available {
    position: absolute;
    top: 25%;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    height: 70px;
    background-color: #4D82BB;
    color: white;
    -ms-transform: skew(0, -15deg);
    -webkit-transform: skew(0, -15deg);
    transform: skew(0, -15deg);
}

    #newer-edition-available span,
    .newer-edition-available-thumb span {
        display: list-item;
        list-style: none;
    }

.newer-edition-available-thumb-grid-view {
    position: absolute;
    top: 35px;
    width: 125px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    background-color: #4D82BB;
    color: white;
    -ms-transform: skew(0, -15deg);
    -webkit-transform: skew(0, -15deg);
    transform: skew(0, -15deg);
    font-size: 11px;
}

.newer-edition-available-thumb {
    position: absolute;
    top: 35px;
    width: 125px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    background-color: #4D82BB;
    color: white;
    -ms-transform: skew(0, -15deg);
    -webkit-transform: skew(0, -15deg);
    transform: skew(0, -15deg);
    font-size: 11px;
}

/* Homepage Media Queries */
@media (max-width: 540px) {
    .homepage-hero-image-text {
        font-size: .6em;
        padding-top: 0px;
    }
    .homepage-image-container {
        padding-top: 20%;
    }    
}

@media (max-width: 890px) {
    .homepage-hero-image-text {
        padding-top: 0px;
    }
    .homepage-image-container {
        padding-top: 20%;
    }    
}


/* XS */
@media(max-width:767px) {
    .book-detail-image {
       padding: 40px 33.3% 0 33.3%;
    }

    #newer-edition-available {
        width: 33.3%;
        height: 45px;
        line-height: 23px;
        font-size: 12px;
    }

    .book-detail-dropdown-container {
        width: 12em;
        margin: 40px auto;
    }
    .book-detail-header .cb-format-available-img {
        margin-top: 0;
        float: left;
        margin-left: 0.3em;
        margin-bottom: .8em;
    }
    .col-md-2 .book-detail-nav-list {
        padding-left: 0;
    }
}


/* SM */
@media(min-width:768px) {
    .book-detail-image {
        padding: 40px 33.3% 0 33.3%;
    }

    #newer-edition-available {
        width: 33.3%;
    }

    .book-detail-dropdown-container {
        padding: 40px 31% 0 31%;
    }
    .book-detail-header .cb-format-available-img {
        margin-top: 0;
        float: left;
        margin-left: 0.3em;
        margin-bottom: .8em;
    }
    .col-md-2 .book-detail-nav-list {
        padding-left: 0;
    }
}

/* MD */
@media(min-width:992px) {
    .homepage-casebookplus-container {
        padding: 15px;
    }

    #faculty-resource-center-container {
        border-right: 2px #a0a9af solid;
    }

    .book-detail-image {
        padding: 40px 0 40px 70px;
    }

    #newer-edition-available {
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        width: -o-calc(100% - 70px);
        width: calc(100% - 70px);
    }

    .book-detail-dropdown-container {
        padding: 0 34px 0 55px;
        min-width: 19em;
    }
    .book-detail-header .cb-format-available-img {
        margin-top: -5.85em;
        margin-right: -5.55em;
        float: right;
    }
    .book-detail-metadata {
        padding: 40px 0;
    }
    .col-md-2 .book-detail-nav-list {
        padding-left: 0;
    }
    .sites-available-metadata {
        padding-top: 180px;
    }
}

/* LG */
@media(min-width:1200px) {
    .book-detail-image {
        padding: 40px 70px;
    }

    #newer-edition-available {
        width: -moz-calc(100% - 140px);
        width: -webkit-calc(100% - 140px);
        width: -o-calc(100% - 140px);
        width: calc(100% - 140px);
    }

    .book-detail-dropdown-container {
        padding: 0 55px;
    }
    .book-detail-header .cb-format-available-img {
        margin-top: -5.85em;
        float: right;
    }
    .book-detail-metadata {
        padding: 40px 0;
    }
    .sites-available-metadata {
        padding-top: 180px;
    }
}

/* Disability Pages */

.disability-request-form-warning {
    font-size: 14px;
    color: #a94442;
}

.disability-faq-section {
    margin-bottom: 15px;
}

.disability-faq-question {
    font-weight: bold;
    margin-bottom: 5px;
}

.disability-faq-section:last-of-type {
    margin-bottom: 30px;
}

.disability-faq-container h2 {
    margin-bottom: 30px;
}

#copyrightAgreementForm {
    line-height: 1.4;
}

/* Unauthorized page */
.unauthorizedTextMargin {
    margin: 0 0 30px;
}

/*Styles for Book Detail Page*/
.blue-detail-page-divider {
    position: absolute;
    height: 2px;
    width: 100%;
    border-top: 1px solid #2A5488;
    left: 0;
}

#bottom-nav-detail {
    margin-top: 1em;
}

#next-steps-for-faculty {
    padding: .5em;
}

#book-detail-title {
    margin-bottom: -10px; /*Negative margin here due to line height adding space to bottom*/
}

.book-detail-header .book-detail-metadata .book-detail-spacing {
    margin-bottom: 25px;
}

.book-detail-dropdown {
    background-color: #2A5488;
    text-align: center;
    margin-bottom: 40px;
}

.book-detail-dropdown .btn-link {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.book-detail-dropdown .dropdown-menu {
    background-color: #4d90cd;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    margin-top: 0;
    border: none;
    border-radius: 0;
}

.book-detail-dropdown .dropdown-menu li a{
    padding: 0;
    color: white;
    font-weight: bold;
    background-color: transparent;
}

.book-detail-metadata div.row {
    margin: 10px;
}

.book-detail-dark-blue-text {
    color: #2A5488;
}

.book-detail-grey-text {
    color: #464F57;
}

.book-detail-light-blue-text {
    color: #2A5488;
}

.book-detail-sites-available-text {
    margin-left: 10px;
}

.cb-text-align {
    text-align: right;
}

.book-detail-nav-list {
    list-style: none;
    text-align: center;
    padding-left: 40px;
}

.book-detail-nav-list li[role="presentation"] {
    padding: 15px 5px;
}

    .book-detail-nav-list li.active a {
        color: #2A5488;
    }

    .book-detail-nav-list li a {
        color: #2A5488;
        text-decoration: none;
        font-weight: bold;
    }

    .book-detail-nav-list li.divider {
        background-color: #2A5488;
        width: 100%;
        height: 2px;
    }

.book-detail-content {
    padding: 30px;
}

.book-detail-content > .tab-pane {
    display: none;
}

.book-detail-content > .active {
    display: block
}

#storefront-btn {
    color: white;
}


.book-detail-author-video img , .book-detail-author-video iframe {
    width: 100% !important;
    height: 100% !important;
    
}

.book-detail-video-wrapper {
    width: 100%;
    padding-bottom: 56.18%;
    position: relative;
}

.book-detail-video-wrapper > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.book-detail-image {
    width: 100%;
}

.book-detail-image img {
    width: 100%;
}

.book-detail-dropdown-container .dropdown-menu .divider {
    height: 2px;
    background: none;
    border-top: solid 1px #e5e5e5;
}

/*Styles for Admin Area*/
/*Styles for Series Videos Page*/
#EditSeriesVideoModal textarea {
    resize: vertical;
    height: 110px;
}

@media (min-width: 768px) {
    #ViewSeriesVideoHtmlModal .modal-dialog {
        width: 768px;
    }
}

margin-top-10 {
    margin-top: 10px
}

.text-decoration-none {
    text-decoration: none;
}

.padding-left-15 {
    padding-left: 15px;
}

/* Notifications Page Specific CSS */
/* Base for label styling */
.notifications-checkbox:not(:checked),
.notifications-checkbox:checked {
    position: absolute;
    left: -9999px;
}

.notifications-checkbox:not(:checked) + label,
.notifications-checkbox:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    height: 9px;
}

/* checkbox aspect */
.notifications-checkbox:not(:checked) + label:before,
.notifications-checkbox:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.notifications-checkbox:not(:checked) + label:after,
.notifications-checkbox:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: .12em;
    left: .13em;
    font-size: 1.3em;
    line-height: 0.8;
    transition: all .2s;
}
/* checked mark aspect changes */
.notifications-checkbox:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.notifications-checkbox:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
.notifications-checkbox:disabled:not(:checked) + label:before,
.notifications-checkbox:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.notifications-checkbox:disabled:checked + label:after {
    color: #999;
}

.notifications-checkbox:disabled + label {
    color: #aaa;
}
/* accessibility */
.notifications-checkbox:checked:focus + label:before,
.notifications-checkbox:not(:checked):focus + label:before {
    border: 2px solid #66afe9;
}

#global-actions-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.notifications-subject {
    color: #001a72;
}

.notifications-subject > a:hover,
.notifications-subject > a:focus {
    text-decoration: none;
}

.content-row {
    display: none;
}

    .content-row td {
        padding-bottom: 20px;
    }

.subject-row td {
    padding-bottom: 20px;
}

/* Styles added for Item Document Groups */

.item-doc-group {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 20px;
}

.item-doc-group-title {
    font-size: 24px;
    font-weight: bold;
}

/* Replacement for Next Steps For Faculty*/

.image-faculty-container {
    position: relative;
}

#view-digital-copy {
    margin-top: 10px;
    font-size: 10pt;
    text-align: center;
    padding: 6px 12px;
    border: 2px;
    margin-left: -1px;
}

#request-review-copy {
    margin-top: 10px;
    font-size: 10pt;
    text-align: center;
    padding: 6px 12px;
    border: 2px;
    margin-left: -1px;
}

#contact-your-account-manager {
    margin-top: 8px;
    font-size: 10pt;
    text-align: center;
    padding: 6px 12px;
    border: 2px;
    margin-left: -1px;
}


/* Styles added for Homepage Banner Reel */
.distance-learning {
    width: 100%;
    border: 0;
    background: #ececec;
    height: 10vh;
}

.distance-learning-span {
    font-size: 12pt;
    color: #2A5488;
}

.distance-learning a {
    color: #2A5488;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .distance-learning {
        width: 100%;
        border: 0;
        background: #ececec;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

    .distance-learning-span {
        font-size: 18px;
        color: #2A5488;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

    .distance-learning-span > a {
        font-size: 18px;
    }
}

/* Preference Center */
.search-subject-input {
    width: 45%;
    display: inline;
    height: 34px;
}

/* My Adoptions */

.my-adoptions-container {
    margin-top: 50px;
}

.my-adoptions-link {
    margin-bottom: 10px;
}

.dismiss-hyperlink {
    cursor: pointer;
}

#CloseAdoptionNotification {
    color: #2B2B31;
}

.bitter {
    font-family: Bitter, serif;
}

.nunito {
    font-family: Nunito Medium, sans-serif;
}