﻿.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

div.container-fluid.academic {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
    margin-top: -18px; /* Hack for something, I don't know why the banner moves to the bottom */
}

a, a:hover, a:focus {
    color: #2671EB;
    cursor: pointer;
}

    a:hover, a:focus {
        color: rgb(218, 93, 39);
        outline: none;
        text-decoration: none !important;
    }

    a.notranslate.no-print:focus {
        color: #2671EB;
    }

    a.notranslate.no-print:hover {
        color: rgb(218, 93, 39);
    }

.disabled {
    color: #000 !important;
    cursor: default !important;
    opacity: 0.5 !important;
    border: none !important;
}

.admin-disabled {
    position: relative;
    background-color: transparent;
    color: black;
    text-align: left;
    border: none;
    padding: 0;
    cursor: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

    .admin-disabled:hover:after,
    .admin-disabled:focus:after {
        content: "To unlock this content, log in with Administrator credentials. For help, contact your Site Administrator.";
        background: rgba(0,0,0,.7);
        border-radius: 3px;
        color: #fff;
        left: 170px;
        right: 5px;
        padding: 5px 5px;
        position: absolute;
        z-index: 98;
        width: 225px;
        font-size: 12px;
        text-align: left;
    }

.flex-container {
    display: flex;
}

div#maincontent {
    text-align: left;
}

    div#maincontent h3 {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 25px;
    }

.row {
    margin-right: 0;
    margin-left: 0;
}

.add-right-margin {
    margin-right: 15px;
}

body {
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    -ms-overflow-style: scrollbar;
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: auto;
}

.base-margin-top {
    margin-top: 15px !important;
}

.base-margin-bottom {
    margin-bottom: 15px !important;
}

.small-base-margin-top {
    margin-top: 10px !important;
}

.small-base-margin-bottom {
    margin-bottom: 10px !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.align-content-right {
    text-align: right;
}

div#collapseSearch {
    border: solid 1px #E3DFDC;
    border-top: 0;
    margin-top: -1px;
    margin-left: 1px;
    margin-right: 1px;
}

.pdf-media {
    float: right;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 25px;
    margin-left: 15px;
}

ul.list-group {
    border-top: 0 !important;
}

.list-group-item {
    border: 0;
    background-color: white;
    padding: 3px 15px 3px 10px;
}

#banner {
    padding-top: 1px;
    padding-bottom: 14px;
    border-bottom: thin black solid;
    background-color: transparent;
    min-height: 125px;
}

#banner-image {
    margin-left: 210px;
    padding-left: 12px;
    margin-top: 15px;
    padding-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-right: 10px;
    width: 45%;
    border-left: 1px solid black;
    display: block;
}

img.map, map area {
    outline: none;
}

.amGvn#banner {
    background-color: rgb(134, 9, 9);
}

p.firstp {
    margin-top: 18px;
}

.pdf-container {
    display: inline-block;
}

.pdf-label {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.pdf-label:after {
    content: '+';
    font-style: normal;
}

#main-body-content .cybrarian p.firstp {
    margin-top: 18px;
}

#middle-content {
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

#right-content {
    margin-top: 15px;
    border-left: 0;
}

#header-wrapper {
    height: auto;
    display: flex;
    margin-right: 15px;
}

#header_image_wrapper {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}

#header_text_wrapper {
    color: white;
    margin: 0;
    padding: 10px;
    flex: 1;
    position: relative;
    min-width: 275px;
    width: 100%;
    margin-bottom: 26px;
    min-height: 170px;
    padding-bottom: 30px;
    display: inline-block;
}

#header-date {
    font-size: 14px;
    width: 100%;
    border-bottom: solid white 2px;
    text-transform: uppercase;
    padding-bottom: 3px;
}

#header-round-table-topic-label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}

#header-bottom-line {
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    position: absolute;
    bottom: 10px;
}

#header-image-enlarge {
    /*position: relative;
    top: -25px;
    right: 8px;
    height: 0;*/
    margin-top: 3px;
    margin-bottom: 3px;
}

#header-round-table-topic {
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 5px;
    font-weight: 600;
}

.feature_article-read-more {
    text-align: right;
    position: relative;
}

.feature_article_image_column img {
    max-width: 65px;
}

#response-header {
    height: 0;
    margin-right: 15px;
}

    #response-header:after {
        content: 'Essays';
        text-transform: uppercase;
        position: relative;
        top: -30px;
        height: 0;
        background-color: white;
        padding-right: 5px;
        font-weight: 600;
        color: #7B7774;
    }

    #response-header.psio-header:after {
        content: 'Scholarship';
        text-transform: uppercase;
        position: relative;
        top: -30px;
        height: 0;
        background-color: white;
        padding-right: 5px;
        font-weight: 600;
        color: #7B7774;
    }

    #response-header hr {
        border-top: 2px solid #C7C7C7;
    }

.primary-sources-image {
    max-width: 100%;
}

#primary-sources-wrapper, #related-resources-wrapper {
    text-align: center;
    margin-left: 0;
}

#related-resources-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

#right-column {
    padding: 0;
    padding-right: 15px;
}

#primary-sources-header, #related-resources-header {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: rgb(33, 80, 153);
    border-top: solid 2px #A9A9A9;
    border-bottom: none;
    padding-top: 10px;
}

.primary-source {
    margin: 15px 7px 0 7px;
    display: inline-block;
}

#related-resources {
    text-align: left;
}

.related-resource-article-title {
    padding-top: 15px;
}

.feature_article_image_column, .feature_article_title_column {
    max-width: 50%;
    float: left;
}

#home-page-back-to-top {
    margin-right: 15px;
}

#spinner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/assets/images/ajax-loader.gif) 50% 50% no-repeat white;
}

#imageshadowbox-title {
    margin-top: -5px;
    font-size: 16px;
    font-weight: bold;
}

.cybrarian .table > tbody > tr > td {
    padding: 0px 0px 14px;
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
}

    .cybrarian .table > tbody > tr > td:first-child {
        width: 126px;
        vertical-align: middle;
    }


#logos-table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.authorbox a, a.link {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

    .authorbox a:hover, a.link:hover {
        color: rgb(218, 93, 39);
        text-decoration: none;
    }

    .authorbox a:active, a.link:active {
        color: rgb(218, 93, 39);
        text-decoration: underline;
    }

    .authorbox a:focus, a.link:focus {
        color: rgb(218, 93, 39);
        text-decoration: underline;
    }

a, a:hover, a:active, a:focus, button, button:hover, button:active, button:focus {
    outline: none;
}

    a, a:hover, button:hover {
        cursor: pointer;
        cursor: hand;
    }


    button::-moz-focus-inner {
        border: 0;
    }

    a span.linkText {
        height: 1px;
        width: 1px;
        position: absolute;
        overflow: hidden;
        top: -10px;
    }


/*remove stuff from bootstrap button and form control*/
.btn {
    color: #0061FF;
    border: 1px solid #0061FF;
    font-weight: 400;
    line-height: 1.42857143;
    background-color: white
}

    .btn:focus, .btn:focus:active, .active.btn:focus, .focus.btn, .focus.btn:active, .focus.active.btn {
        outline: 0;
    }

    .btn:active,
    .btn:focus {
        background-color: white;
        color: #0061FF;
        border: 1px solid #0061FF;
    }

    .btn:hover {
        color: white;
        background-color: #0061FF;
    }

.btn-blue {
    background-color: #0061FF;
    color: white;
    border: 1px solid #0061FF;
}


    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active {
        color: #0061FF !important;
        border: 1px solid #0061FF !important;
        background-color: white
    }

/*remove stuff from bootstrap button and form control*/
.form-control, .form-control:focus {
    border-color: #818182;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.abccs .navbar-inverse .navbar-link {
    color: rgb(0,0,0);
}

#dbHeaderNav > div > div.hidden-xs.site-header-auth-user.navbar-text {
    color: rgb(0,0,0);
}

#dbHeaderNav > div > div.hidden-xs.site-header-auth-links.navbar-text > a {
    color: rgb(0,0,0);
}

#dbHeaderNav > div > form > a {
    color: rgb(0,0,0);
}

#dbHeaderNav > div > div.hidden-xs.site-header-auth-links.navbar-text > span.divider {
    color: rgb(0,0,0);
}

.navbar-text {
    font-size: 14px;
}

.navbar-link {
    font-size: 14px;
}

.form-control {
    font-size: 12px;
    font-weight: 600;
    height: auto;
    min-height: 34px;
}

#dbHeaderNav > div > div.hidden-xs.site-header-auth-user.navbar-text {
    margin-top: 0;
    margin-bottom: 0;
    float: none;
}

#dbHeaderNav > div > div.hidden-xs.site-header-auth-links.navbar-text {
    margin-top: 0;
}

.multiLogo {
    margin: 0px auto;
    padding: 30px 0;
    width: 45%;
    z-index: 999;
}

#main-body-content .entry-media p {
    /* added June 2017 to override new p tag margins*/
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

#maincontent p.entry-media {
    /* added June 2017 to override new p tag margins*/
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#maincontent div.entry-media {
    display: inline-block;
}

.dbTitle {
    display: none;
}

.ah {
    width: 100%;
    height: 100%;
}

.rightSide {
    top: 35px;
    width: 245px;
    right: 0;
    color: rgb(0,0,0);
    position: absolute;
}

.rightSide_alt {
    top: 6px;
    width: 255px;
    right: 0;
    color: rgb(0,0,0);
    position: absolute;
}

.rightSide ul {
    padding-left: 0;
    margin-bottom: 3px;
}

.rightSide_alt ul {
    padding-left: 0;
    margin-bottom: 3px;
}

.rightSide li {
    list-style: none;
    display: inline;
}

.rightSide_alt li {
    list-style: none;
    display: inline;
}

.rightSide li::after {
    color: black;
    padding-right: 2px;
    padding-left: 3px;
    content: "|";
}

.rightSide_alt li::after {
    color: black;
    padding-right: 2px;
    padding-left: 3px;
    content: "|";
}

.rightSide li:last-child::after {
    content: " ";
}

.rightSide_alt li:last-child::after {
    content: " ";
}

.rightSide li a {
    color: rgb(0,0,0);
}

.rightSide a {
    color: rgb(0,0,0);
}

.rightSide_alt li a {
    color: rgb(0,0,0);
}

.rightSide_alt a {
    color: rgb(0,0,0);
}

.logins.rightSide {
    right: -114px;
}

.logins.rightSide_alt {
    right: -114px;
}

.loginshlp.rightSide {
    right: -149px;
}

.loginshlp.rightSide_alt {
    right: -149px;
}

#site-search input.form-control {
    /*width: 277px;*/
}

.field-validation-valid {
    display: none;
}

#databases {
    margin-right: 15px;
    margin-left: 10px;
}

    #databases .btn {
        white-space: normal;
    }

#db-button {
    margin: 0px auto;
    border-radius: 0;
    border: 0;
    border-image: url('') none;
    width: 100%;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-decoration: none;
    display: block;
    background-color: rgb(255, 255, 255);
}

.navbar-toggle {
    margin: 0px auto;
    border-radius: 0;
    border: 2px solid rgb(129, 129, 130);
    border-image: url('') none;
    width: 100%;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    background-color: rgb(255, 255, 255);
}

.mSearch {
    margin: 0px auto;
    border-radius: 0;
    border: 2px solid #7E8283;
    border-image: url('') none;
    width: 100%;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-decoration: none;
    display: block;
    background-color: rgb(255, 255, 255);
}

#mobile-search-button {
    margin: 0;
    border: none;
    border-left: 2px solid #7E8283;
}

#mobile-search-icon {
    color: black;
}

.navbar-header {
    margin-right: 15px;
    margin-left: 10px;
}

.navbar-toggle, .navbar-static {
    text-transform: uppercase;
    float: none;
}

.mSearch {
    margin-bottom: 14px;
}

    .mSearch .btn-default {
        border-radius: 0;
        border-image: url('') none;
        color: rgb(216, 216, 215);
    }

    .mSearch .form-control {
        border-image: url('') none;
        font-size: 14px;
    }

.navbar-collapse {
    padding-right: 15px;
    padding-left: 10px;
}

.navbar-nav > li {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700 !important;
    border-bottom-color: rgb(129, 129, 130);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

    .navbar-nav > li > a {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .navbar-nav > li.active {
    }

    .navbar-nav > li a:hover {
        color: rgb(218, 93, 39);
    }

    .navbar-nav > li.active a {
        color: rgb(218, 93, 39);
        text-decoration: underline;
    }

    .navbar-nav > li a:focus {
        color: rgb(218, 93, 39);
        text-decoration: underline;
    }

.mfm {
    text-transform: uppercase;
}

.collapsed.navbar-toggle::after {
    top: 3px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    content: "▼";
}

.mfm::after {
    top: -2px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    content: "+";
}

.navbar-toggle::after {
    top: 3px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    content: "▲";
}

.open.dropdownMfm .mfm::after {
    top: -4px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    content: "–";
}

.navbar-nav {
    margin: 0;
    background-color: rgb(255, 255, 255);
}

    .navbar-nav > li > a {
        color: rgb(33, 80, 153);
    }

.container-fluid {
    margin: 0;
    padding: 0;
}

#footer-container {
    background-color: rgb(224, 224, 224);
}

.site-footer {
    background: rgb(244, 244, 243);
    color: rgb(51, 51, 51);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    margin-top: 0;
}

    .site-footer .footer-hd {
        margin: 0 -15px 10px;
        padding: 0 15px;
        line-height: 31px;
    }

    .site-footer .btn-group, .site-header .btn-group {
        display: block;
    }

    .site-footer .btn-default, .site-header .btn-default {
        border: 2px solid #7e8283;
        border-radius: 0;
        padding: 6px 10px;
        margin: 6px 15px;
        width: 100%;
        display: block;
        font-weight: 700 !important;
        text-align: left;
        white-space: normal;
    }

        .site-footer .btn-default:hover, .site-header .btn-default:hover {
            background-color: #fff;
        }

    .site-footer .caret, .site-header .caret {
        color: #000;
    }

.dropdown-toggle:focus, .dropdown .btn-default, .btn-group.open .dropdown-toggle {
    outline: 0;
    background-color: #fff;
}

.site-footer .dropdown-menu, .site-header .dropdown-menu {
    border-radius: 0;
    width: 100%;
    top: 40px;
}

.site-footer .mfm ~ .dropdown-menu li, .site-header .mfm ~ .dropdown-menu li {
    text-align: center;
    font-weight: 700 !important;
    text-transform: none;
    border-bottom: 2px solid #818182;
}

.site-footer ~ .container, .site-header ~ .container {
    background-color: #f4f4f3;
}

.site-footer .mdm ~ .dropdown-menu, .site-header .mdm ~ .dropdown-menu {
    top: 42px;
}

.site-footer .mfm ~ .dropdown-menu, .site-header .mfm ~ .dropdown-menu {
    top: -8px;
    position: relative;
    padding: 0;
}

.site-footer .mdm ~ .dropdown-menu > li > a, .site-header .mdm ~ .dropdown-menu > li > a {
    color: #215099;
    font-weight: 700 !important;
}

.site-footer .mfm ~ .dropdown-menu > li > a, .site-header .mfm ~ .dropdown-menu > li > a {
    color: #215099;
    font-weight: 700 !important;
    padding: 4px 0;
}

    .site-footer .mdm ~ .dropdown-menu > li > a:hover, .site-footer .mfm ~ .dropdown-menu > li > a:hover, .site-header .mdm ~ .dropdown-menu > li > a:hover, .site-header .mfm ~ .dropdown-menu > li > a:hover {
        color: #da5d27;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .site-footer .mdm ~ .dropdown-menu > li > a:focus, .site-footer .mfm ~ .dropdown-menu > li > a:focus, .site-header .mdm ~ .dropdown-menu > li > a:focus, .site-header .mfm ~ .dropdown-menu > li > a:focus {
        color: #da5d27;
        text-decoration: underline;
    }

.site-footer .dropdown-menu > li > a:focus, .site-header .dropdown-menu > li > a:focus {
    background-color: transparent;
}

.footer-hd.hidden-xs + ul {
    margin-top: -10px;
}

.site-footer ul ul li, .site-header ul ul li {
    /*padding-bottom: 6px;*/
}

.site-footer a, .site-header a {
    color: #484848;
}

.ui-coverflow-wrapper {
    height: 400px;
}

.mTime {
    padding: 0px 30px;
}

    .mTime li {
        list-style: none;
        padding: 9px 10px;
        text-align: center;
        color: rgb(51, 51, 51);
        margin-bottom: 15px;
        background-color: rgb(198, 200, 202);
    }

.drawer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-top: -15px;
    margin-right: 0;
    margin-left: 0;
    background-color: rgb(255, 255, 255);
}

.mTime .show.drawer {
    margin-bottom: 10px;
    background-color: rgb(244, 244, 244);
}

.mTime .drawer-content p {
    padding-top: 7px;
    margin-bottom: 7px;
}

.mTime .drawer-content a {
    font-size: 14px;
}

.drawers {
    margin-bottom: 0;
}

.arrow {
    padding: 10px 0px 0;
    height: 51px;
    text-align: center;
    cursor: pointer;
    background-color: rgb(241, 241, 241);
}

.vaArrow {
    padding: 10px 0px 0;
    height: 51px;
    text-align: center;
    cursor: pointer;
    background-color: rgb(241, 241, 241);
}

.arrow-down {
    background: url("/assets/images/drawer-arrow-blue.png") top;
    top: 6px;
    width: 41px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.arrow-up {
    background: url("/assets/images/drawer-arrow-blue.png") bottom;
    top: 6px;
    width: 41px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.viewAll .arrow-down {
    background: url("/assets/images/drawer-arrow-blue.png") top;
}

.viewAll .arrow-up {
    background: url("/assets/images/drawer-arrow-blue.png") bottom;
}

.viewAll .current.cover {
    margin-bottom: 0;
}

.current.cover .vaArrow {
    height: 63px;
    padding-top: 20px;
}

.current.closed.cover .vaArrow {
    height: 51px;
    padding-top: 10px;
}

.viewAll .show.drawer {
    top: -18px;
    margin-bottom: 0;
    position: relative;
}

.sidebar-menu h4.mheader {
    margin-bottom: 0;
}

    .sidebar-menu h4.mheader:focus {
    }

    .sidebar-menu h4.mheader::after {
        top: 0;
        right: 14px;
        font-size: 24px;
        font-weight: bold;
        float: right;
        position: relative;
        content: "+";
    }

.sidebar-menu h4.ui-state-active.mheader::after {
    top: -3px;
    right: 14px;
    font-size: 24px;
    font-weight: bold;
    float: right;
    position: relative;
    content: "–";
}

.research .sidebar-menu h4 {
    padding-top: 5px;
    padding-bottom: 10px;
}

.research h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
}

.research .aboutUs p a {
    color: rgb(33, 80, 153);
    text-decoration: none;
    font-weight: 600;
}

.research p a {
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.research .bg-info,
.academic .bg-info {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #E3DFDC;
}

.research .bg-info2,
.academic .bg-info2 {
    padding: 6px 10px 1px;
    margin-bottom: 14px;
    background-color: rgb(227, 227, 228);
}

    .research .bg-info2 p,
    .academic .bg-info2 p {
        text-indent: -20px;
        margin-bottom: 6px;
        margin-left: 23px;
    }

.research .bg-info span {
    padding-right: 6px;
    padding-left: 14px;
}

.form-inline .form-control {
    border-radius: 0;
    border: 1px solid rgb(153, 153, 153);
    border-image: url('') none;
    margin-left: 12px;
}

.research .onwhite.form-control {
    box-shadow: 3px 3px 5px 0px #ccc;
    -webkit-box-shadow: 3px 3px 5px 0 #ccc;
    -moz-box-shadow: 3px 3px 5px 0 #ccc;
}

#main-body-content .cybrarian p {
    margin: 0;
}

.cybrarian label {
    padding: 0;
    text-transform: uppercase;
}

.cybrarian .form-group {
    height: 36px;
}

.cybrarian .form-control {
    margin-left: 0;
}

#filterSearch .btn-default,
#urls .btn-default,
.clioview .btn-default,
.btnEmail.btn-default,
#pw .btn-default,
#standards .btn-default,
#userPreferences .btn-default,
#login-button.btn-default,
.logins .btn-default,
#list .btn-default,
.col-xs-6 > .btn.btn-default, #modal-content .btn-default {
    border-image: url('') none;
    color: #fff;
    background-color: #224f99;
    border: none;
    border-radius: 0;
    padding: 6px 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

#filterSearch .btn-default {
    margin-bottom: 0;
}

.field-validation-error, .error-text {
    color: red;
}

.validation-summary-errors {
    display: none;
}

#pw {
    display: inline-block;
}

.research .finalize,
.academic .finalize {
    padding: 20px 0;
    border-bottom-color: rgb(199, 200, 202);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.research :last-child.finalize,
.academic :last-child.finalize {
    margin-bottom: 60px;
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

.research .finalize .btn-default,
.academic .finalize .btn-default {
    padding: 6px 24px;
    border-radius: 0;
    border-image: url('') none;
    width: 97px;
    color: rgb(255, 255, 255);
    margin-right: 12px;
    margin-bottom: 0;
    vertical-align: middle;
    background-color: rgb(34, 79, 153);
}

.research .form-inline .form-control,
.academic .form-inline .form-control {
    width: auto;
}

.research .form-control.listnumber,
.academic .form-control.listnumber {
    width: 36px;
    padding: 2px;
    margin-left: 0;
    margin-right: 6px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    height: 20px;
}

.research .form-horizontal select.input-sm.form-control,
.academic .form-horizontal select.input-sm.form-control {
    padding: 0px 10px;
}

.input-sm {
    padding: 0px 10px;
}

.research .form-horizontal .form-group,
.academic .form-horizontal .form-group {
    margin-left: 0;
}

.research .form-horizontal label.control-label,
.academic .form-horizontal label.control-label {
    text-align: left;
    padding-left: 0;
}

.research .panel-body,
.academic .panel-body {
    padding-right: 12px;
    padding-bottom: 12px;
}

    .research .panel-body p,
    .academic .panel-body p {
        line-height: 20px;
        padding-left: 0;
    }

.logins .checkbox-inline {
    margin: 14px 0px 20px;
    display: block;
}

.logins label {
    font-weight: normal;
}

.logins .bg-info {
    margin: 20px 0px 30px;
}

    .logins .bg-info label {
        font-weight: bold;
    }

.logins ul {
    margin-bottom: 30px;
}

.logins li {
    margin-bottom: 14px;
}

.clioview h3 {
    font-size: 12px;
    margin-top: 14px;
    margin-bottom: 20px;
}

.clioview select.input-sm {
    height: 26px;
    line-height: 30px;
    font-size: 12px;
}

.clioview .selects {
    padding-left: 0;
    padding-right: 0;
}

.clioview :last-child.selects {
    padding-right: 0;
}

.clioview .selects h5 {
    text-align: center;
    font-weight: bold;
}

.clioview .selects .form-control {
    font-size: 12px;
}

.clioview .clioview-buttons {
    margin-top: 30px;
    margin-bottom: 20px;
}

.clioview input.btn-block.btn-primary {
    border-radius: 0;
    border-image: url('') none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2px;
    background-color: rgb(34, 79, 153);
}

.clioview input:nth-child(2).btn-block.btn-primary {
    margin-bottom: 14px;
}

.clioview .bg-danger {
    margin: 12px 0;
    padding: 14px;
}

.clioview p.text-danger {
    margin: 0;
    padding: 0;
}

div.clioview .td-cats-2 > table td {
    vertical-align: bottom !important;
}


.table-responsive {
    border-image: url('') none;
    margin-bottom: 15px;
    border: none;
}

table.toptable.tablesorter_header {
    margin-top: 10px;
    margin-bottom: 25px;
}



table.tablesorter, table.tablesorter_header {
    margin: 14px 0px 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
}

    table.tablesorter thead {
        background-color: rgb(193, 190, 188);
    }

        table.tablesorter thead tr th {
            padding: 4px;
            border: 1px solid rgb(255, 255, 255);
            border-image: url('') none;
            height: 30px;
            font-size: 8pt;
        }

    table.tablesorter tfoot tr th {
        padding: 4px;
        border: 1px solid rgb(255, 255, 255);
        border-image: url('') none;
        height: 30px;
        font-size: 8pt;
    }

    table.tablesorter thead tr td {
        padding: 4px;
        border: 1px solid rgb(255, 255, 255);
        border-image: url('') none;
        font-size: 8pt;
    }

    table.tablesorter tbody tr td:first-child {
        padding-left: 10px;
    }

table.toptable.tablesorter_header tbody tr.even td {
    background-color: rgb(255, 255, 255);
}

table.tablesorter thead tr .header {
    background-position: right;
    text-transform: uppercase;
    line-height: 15px;
    padding-right: 18px;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url("/assets/images/sorts_arrows.gif");
    background-repeat: no-repeat;
}

table.toptable.tablesorter_header tbody tr .header {
    background-position: right;
    text-transform: uppercase;
    line-height: 15px;
    padding-right: 18px;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url("/assets/images/sorts_arrows.gif");
    background-repeat: no-repeat;
}

table.toptable.tablesorter_header tbody tr .header {
    height: 38px;
}

table.tablesorter tbody td {
    padding: 4px;
    color: rgb(61, 61, 61);
    vertical-align: top;
    /*border-left-color: rgb(255, 255, 255);
    border-left-width: 1px;
    border-left-style: solid;*/
    background-color: rgb(255, 255, 255);
}

table.rList.tablesorter tbody td {
    vertical-align: middle;
}

table.rList.tablesorter .form-group {
    margin-bottom: 0;
}

table.tablesorter tr.odd td {
    background-color: rgb(227, 227, 228);
}

.cats-table tr.odd td {
    background-color: rgb(227, 227, 228);
}

table.tablesorter thead tr .headerSortUp {
    background-image: url("/assets/images/asc.gif");
}

table.tablesorter_header tr td {
    padding: 4px;
    border-top-color: currentColor;
    border-right-color: rgb(255, 255, 255);
    border-top-width: medium;
    border-right-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    background-color: rgb(193, 190, 188);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url("/assets/images/desc.gif");
}

table.tablesorter thead tr .headerSortDown {
    background-color: rgb(193, 190, 188);
}

table.tablesorter thead tr .headerSortUp {
    background-color: rgb(193, 190, 188);
}

table.tablesorter .form-control {
    margin-right: 9px;
}

table.tablesorter .form-group label {
    margin-bottom: 0;
}

.tablesorter#researchLists td a {
    color: rgb(33, 80, 153);
}

    .tablesorter#researchLists td a:hover {
        color: rgb(218, 93, 39);
        text-decoration: none;
    }

    .tablesorter#researchLists td a:focus {
        color: rgb(218, 93, 39);
        text-decoration: underline;
    }

.factsTable {
    border-width: 1px;
    border-style: solid;
    border-spacing: 2px;
    border-collapse: separate;
    border-color: Gray;
    /* display: table !important; */
}

table {
    background-color: transparent;
}

.factsTable tbody tr td, .factsTable tbody tr th {
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    vertical-align: middle;
}

table.factsTable {
    padding: 0 !important;
}

.dbInfo {
    padding-bottom: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
    border-top-color: rgb(51, 51, 51);
    border-bottom-color: rgb(51, 51, 51);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

    .dbInfo h4 {
        margin: 0;
    }

.aboutUs, .research-list {
    margin-right: 10px;
}


    .aboutUs h4 {
        margin: 20px 0px 0;
    }

    .aboutUs ul {
        padding-left: 20px;
        margin-top: 16px;
    }

    .aboutUs a[href="#top"] {
        margin: 20px 0;
    }

.faqSect a[href="#top"].main-body {
    margin: 20px 0;
    display: block;
}

.faqSect h4 {
    margin: 14px 0;
    padding: 10px 0;
    border-top-color: rgb(51, 51, 51);
    border-bottom-color: rgb(51, 51, 51);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.faqSect p.question {
    font-weight: 700;
    margin-bottom: 0;
}

.sresults p.question {
    font-weight: 700;
    margin-bottom: 0;
}

    .sresults p.question ~ p {
        margin-top: 0;
    }

.cats-table .radio {
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.cats-table .radio label {
    font-weight: bold;
}

.cats-table .checkbox label {
    font-weight: bold;
}

.drawer-content p {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.dropdown-menu#db-menu {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: -6px;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    list-style: none;
    margin: 2px 0px 0;
    padding: 5px 0;
    border-radius: 4px;
    border: 1px solid #BBBBBA;
    border-image: url('') none;
    left: 0;
    top: 100%;
    text-align: left;
    font-size: 14px;
    float: left;
    position: absolute;
    z-index: 1000;
    min-width: 160px;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
}

    .dropdown-menu > li > a {
        color: rgb(33, 80, 153);
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }

        .left-side-bar .left-side-bar-group-menu-items-container .left-side-bar-menu-link:hover,
        .dropdown-menu > li > a:hover {
            color: rgb(218, 93, 39);
            background-image: none;
        }

        .left-side-bar .left-side-bar-group-menu-items-container .left-side-bar-menu-link:focus,
        .dropdown-menu > li > a:focus {
            color: rgb(218, 93, 39);
            text-decoration: underline;
            background-color: transparent;
        }

ul.dropdown-menu#db-menu li a {
    font-weight: bold !important;
}

.panel-title a, a.sidebar-menu-link, .panel > .panel-collapse > .list-group .list-group-item a, span.sidebar-menu-link {
    padding-right: 15px;
    display: inline-block;
}

.panel-title > a:hover {
    text-decoration: none;
    display: block;
}

.panel-title > small {
    text-decoration: none;
}

.panel-title > .small {
    text-decoration: none;
}

.panel-title > small > a:hover {
    text-decoration: none;
}

.panel-title > .small > a:hover {
    text-decoration: none;
}

.panel-title > a {
    text-decoration: none;
}

.panel-title > small {
    text-decoration: none;
}

.panel-title > .small {
    text-decoration: none;
}

.panel-title > small > a {
    text-decoration: none;
}

.panel-title > .small > a {
    text-decoration: none;
}

.addPadd {
    padding-bottom: 10px;
}

.otherBoard {
    margin-top: 14px;
}

    .otherBoard .col-xs-4 {
        margin-bottom: 12px;
    }

.imageCredit {
    font-size: 11px;
    margin-top: 2px;
}

.main-coverflow {
    position: relative;
}

#breadcrumbs {
    margin-top: 25px;
    padding-left: 0;
}

#icon-links {
    text-align: right;
    padding-top: 0;
}

    #icon-links ul {
        padding-left: 0;
        min-height: 24px;
    }


    #icon-links i {
        top: 6px;
        margin-right: 3px;
        display: inline-block;
        position: relative;
    }

        #icon-links i.addIcon {
            top: 3px;
        }

    #icon-links li {
        list-style: none;
        display: inline-block;
        font-size: 11px;
    }

        #icon-links li > a {
            color: rgb(33, 80, 153);
            font-weight: bold;
            margin-right: 8px;
        }

            #icon-links li > a:hover {
                color: rgb(218, 93, 39);
                text-decoration: none;
            }

            #icon-links li > a:active {
                color: rgb(218, 93, 39);
                text-decoration: underline;
            }

            #icon-links li > a:focus {
                color: rgb(218, 93, 39);
                text-decoration: underline;
            }

        #icon-links li.disabled-link span {
            opacity: 0.5;
        }

        #icon-links li.disabled-link > span:first-child {
            margin-right: 12px;
        }


.emailIcon {
    width: 25px;
    height: 20px;
    background-image: url("/assets/images/email-icon_b.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.savetoCloudIcon {
    background-image: url('/assets/images/save-icon_b.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 75% 75%;
    width: 25px;
    height: 20px;
}

.printIcon {
    width: 25px;
    height: 20px;
    background-image: url("/assets/images/print-icon_b.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.shortenUrlIcon {
    width: 20px;
    height: 20px;
    background-image: url("/assets/images/getlink-icon.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.citeIcon {
    width: 23px;
    height: 20px;
    background-image: url("/assets/images/cite-icon_b.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.addIcon {
    width: 17px;
    height: 17px;
    background-image: url("/assets/images/add-icon.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.display-tool-bar {
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 2px solid #E7E7E7;
    padding: 12px 20px;
    padding-top: 0;
    padding-left: 200px;
}

.a-workingwithprimsourcespopup .display-tool-bar,
.a-imageshadowbox .display-tool-bar {
    justify-content: right;
    margin-left: -1px;
    border-bottom: none;
    padding: 15px 0;
    margin-top: -5px;
    margin-right: 0;
}

    .a-workingwithprimsourcespopup .display-tool-bar > div,
    .a-imageshadowbox .display-tool-bar > div {
        width: 100%;
    }

.display-tool-bar > div {
    flex: 0 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.display-tool-bar-breadcrumb {
    padding: 5px 0 5px 0;
}

.display-tool-bar > div > * {
    margin: auto 2px;
    text-align: center;
    position: relative;
}

    .display-tool-bar > div > .resources > *,
    .display-tool-bar > div > *:not(.resources) {
        min-width: 40px;
    }

.display-tool-bar > div > :not(.resources) {
    margin: 15px 0 5px 0;
}

.display-tool-bar > div > .disabled-link > img,
.display-tool-bar > div > a img {
    margin-bottom: 5px;
    width: auto;
    height: 13px;
}

.display-tool-bar .display-tool-bar-icons {
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
}

a.main-body {
    font-weight: 500;
    font-size: 14px;
}

.breadcrumbLink a {
    color: rgb(33, 80, 153);
    font-weight: bold;
    text-decoration: none;
}

    .breadcrumbLink a:visited {
        color: rgb(33, 80, 153);
        font-weight: bold;
        text-decoration: none;
    }

a.sidebar-menu-link,
a.left-side-bar-menu-link {
    text-decoration: none;
    font-weight: 600;
}

span.sidebar-menu-link.non-clickable {
    color: #747272;
    font-weight: 600;
}

.research p a.main-body {
    color: rgb(33, 80, 153);
    font-weight: 600;
    text-decoration: none;
}

a.author.main-body {
    font-size: 10px;
}

    a.author.main-body img {
        margin-bottom: 3px;
    }

.sidebar-menu p a {
    color: rgb(33, 80, 153);
    text-decoration: none;
}

    .sidebar-menu p a:active {
        color: rgb(218, 93, 39);
        text-decoration: underline;
    }

    .sidebar-menu p a:hover {
        color: rgb(218, 93, 39);
    }

a.main-body:active {
    color: rgb(218, 93, 39);
    text-decoration: underline;
}

#breadcrumbs p.breadcrumbLink a:active {
    color: rgb(218, 93, 39);
    text-decoration: underline;
}

a.sidebar-menu-link:active {
    color: rgb(218, 93, 39);
    text-decoration: underline;
}

a.current {
    color: rgb(218, 93, 39) !important;
    text-decoration: underline;
}

.research p a.main-body:focus {
    color: rgb(218, 93, 39);
    text-decoration: underline;
}

a.main-body:focus {
    color: rgb(218, 93, 39);
    text-decoration: underline;
}

a.main-body:hover {
    color: rgb(218, 93, 39);
}

#breadcrumbs .breadcrumbLink a:hover {
    color: rgb(218, 93, 39);
}

a.sidebar-menu-link:hover {
    color: rgb(218, 93, 39);
}

.research p a.main-body:hover {
    color: rgb(218, 93, 39);
}

a.sidebar-menu-link {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.add_white_border_top {
    border-top: white solid thin;
}

.viewAll .cover {
    margin-bottom: 30px;
    cursor: pointer;
}

.viewAll .active.cover {
    margin-bottom: 0;
}

.chevron-left {
    left: 35px;
    top: 100px;
    height: 100px;
    color: rgb(102, 102, 102);
    font-size: 75px;
    position: absolute;
    z-index: 100;
}

#coverflow-left img {
    transition: 0.4s ease-in-out;
    cursor: not-allowed;
    opacity: 0.1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

#coverflow-right img {
    transition: 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.chevron-right {
    top: 100px;
    height: 100px;
    right: 35px;
    color: rgb(102, 102, 102);
    font-size: 75px;
    position: absolute;
    z-index: 100;
}

.caret {
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-left: 4px;
    vertical-align: top;
    border-top-color: currentColor;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 9px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-style: dashed;
    border-right-style: solid;
    border-left-style: solid;
    float: right;
    display: inline-block;
    content: " ";
}

.caret-up {
    border-bottom-width: 10px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-style: dotted solid solid;
    border-color: currentColor transparent black;
    width: 0;
    height: 0;
    margin-top: 4px;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
    content: " ";
}

#interesting-things .panel {
    box-shadow: none;
}

#interesting-things .panel {
    border-image: url('') none;
}

#interesting-things .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-image: url('') none;
}

#interesting-things :nth-child(2n).panel-default > .panel-heading {
    color: rgb(51, 51, 51);
    background-color: rgb(244, 244, 244);
}

#interesting-things :nth-child(2n).panel-default > .in.collapse .panel-body {
    color: rgb(51, 51, 51);
    background-color: rgb(244, 244, 244);
}

#interesting-things .panel-group .panel + .panel {
    margin-top: 0;
}

#interesting-things :first-child.panel-default > .panel-heading {
    border-top-color: rgb(102, 102, 102);
    border-bottom-color: rgb(102, 102, 102);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

#interesting-things :last-child.panel-default > .panel-heading {
    border-bottom-color: rgb(102, 102, 102);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#interesting-things :not(:first-child).panel-default > .panel-heading {
    border-bottom-color: rgb(102, 102, 102);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#interesting-things :not(:last-child).panel-default > .panel-heading {
    border-bottom-color: rgb(102, 102, 102);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#interesting-things :nth-child(2n+1).panel-default > .panel-heading {
    background-color: rgb(255, 255, 255);
}

#interesting-things .panel-body {
    padding-top: 10px;
}

#interesting-things .panel-collapse .in {
    padding-top: 0;
}

.panel-group .itk.panel-heading a.collapsed::before {
    left: 6px;
    top: 4px;
    font-weight: bold;
    position: absolute;
    content: "+";
}

.panel-group .itk.panel-heading a::before {
    left: 6px;
    top: 2px;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    content: "–";
}

.panel-group .itk.panel-heading .panel-title {
    text-align: left;
    font-size: 12px;
}

.panel-group .itk.panel-heading {
    padding-left: 22px;
}

.itk-body.panel-body p {
    padding-top: 3.5%;
}

.tools-grid * {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.tools-grid img {
    margin: 0px auto;
    float: none;
}

.collapsing {
    transition:;
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
}

.lightbox .modal-content {
    text-align: left;
    display: inline-block;
    border-radius: 0px;
}

.lightbox .close {
    padding: 0px 8px 4px;
    border-image: url('') none;
    top: 15px;
    right: 10px;
    color: black;
    position: absolute;
    z-index: 1032;
    font-size: 30px;
    font-weight: 500;
    opacity: 1;
}

.modal-body > p {
    width: 600px;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}

.modal-body > img {
    margin-right: 10px;
    margin-left: 10px;
}

.row-eq-height {
    padding-right: 20px;
    display: flex;
}

#logo-box {
    margin: 12px auto;
    text-align: center;
}

    #logo-box img {
        height: auto;
    }

#btn-time-period, #btn-titles {
    width: 100%;
    padding-top: 7px;
}

.btn#btn-time-period, .btn#btn-titles {
    text-align: left;
    font-size: 12px;
    position: relative;
}

    .btn#btn-time-period:focus {
    }

#btn-time-period > span.caret, #btn-titles > span.caret {
    right: 10px;
    color: rgb(0, 0, 0);
    margin-top: 5px;
    margin-left: 0;
    position: absolute;
}

#btn-time-period > span.caret-up, #btn-titles > span.caret-up {
    border-top-width: 0;
    border-bottom-width: 8px;
    border-right-width: 4px;
    border-left-width: 4px;
    margin-top: 5px;
    border-style: dotted solid solid;
    border-color: currentColor transparent rgb(0, 0, 0);
    width: 0;
    height: 0;
    vertical-align: middle;
    display: inline-block;
    content: "";
}

.center-block {
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: white;
    padding: 10px;
}

.panel-outer {
    padding: 0;
    border: 1px solid rgb(181, 183, 185);
    border-image: url('') none;
    background-color: rgb(223, 224, 225);
}

.panel-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255);
}

    .panel-inner > p {
        padding-top: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }

.panel-title {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.panel-inner > ul {
    margin-top: 0;
}

#timePeriods, #titles {
    border-width: medium 1pt 1pt;
    border-style: none solid solid;
    border-color: currentColor rgb(181, 183, 185) rgb(181, 183, 185);
    background-color: rgb(255, 255, 255);
    padding-top: 0;
}

#timePeriods {
    display: none;
}

    #timePeriods > ul, #titles > ul {
        padding-left: 0;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 12px;
        font-weight: 700;
        margin-right: 3%;
        margin-left: 3%;
        list-style-type: none;
        transform: scale(1);
    }

        #timePeriods > ul li, #titles > ul li {
            padding-left: 0;
            margin-left: 0;
            padding-top: 10px;
        }

.sidebar-menu {
    padding: 0;
    border: 1pt solid rgb(181, 183, 185);
    border-image: url('') none;
    margin-top: 20px;
    background-color: rgb(255, 255, 255);
}

.sbIndent.sidebar-menu {
    margin-left: 20px;
}

.addmenu.sidebar-menu .panel-default {
    padding-top: 0;
    margin-top: 0;
}

.addmenu.sidebar-menu .panel-title > a {
    font-size: 14px;
}

.addmenu.sidebar-menu .panel-heading h4.panel-title {
    padding-top: 5px;
    padding-bottom: 4px;
    margin-bottom: 0;
}

.addmenu.sidebar-menu.panel-group {
    margin-top: 20px;
}

    .addmenu.sidebar-menu.panel-group .panel-heading a::before {
        content: "";
    }

    .addmenu.sidebar-menu.panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
        margin-top: 0;
    }

    .addmenu.sidebar-menu.panel-group .panel-heading a.collapsed::after {
        top: -5px;
        right: -1px;
        font-size: 24px;
        font-weight: bold;
        float: right;
        position: relative;
        content: "+";
    }

    .addmenu.sidebar-menu.panel-group .panel-heading a::after {
        top: -7px;
        right: 1px;
        font-size: 24px;
        font-weight: bold;
        float: right;
        position: relative;
        content: "–";
    }

.addmenu.sidebar-menu .panel-default > .panel-heading {
    padding-top: 0;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgb(223, 224, 225);
}

.sidebar-menu h4 {
    padding-top: 0;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgb(223, 224, 225);
}

    .sidebar-menu h4.panel-title {
        padding-top: 0;
        padding-left: 10px;
        font-size: 14px;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 10px;
        background-color: #E3DFDC;
    }

    .sidebar-menu h4 > img {
        margin-right: 5px;
    }

    .sidebar-menu h4.panel-title > img {
        margin-right: 5px;
    }

    .sidebar-menu h4.panel-title, .sidebar-menu h4.panel-column-title {
        background: none;
        text-align: left;
        padding-left: 0;
        font-size: 12px;
        font-weight: 600;
    }

    .sidebar-menu h4.panel-column-title {
        font-size: 13px;
        font-weight: 700;
    }

.sidebar-menu > .panel {
    border-image: url('') none;
}

.sidebar-menu > .panel-default {
    border-image: url('') none;
}

.sidebar-menu > .panel > .panel-group > .panel-collapse > .panel-body {
    border-image: url('') none;
}

.with-icon.sidebar-menu h4 {
    font-size: 24px;
}

.sidebar-menu .panel-heading h4.panel-title {
    padding: 0 10px 0 0;
}

.sidebar-menu h4.panel-column-title {
    padding: 5px 10px 1px 10px;
}

.uppercase {
    text-transform: uppercase;
}

.sidebar-menu .panel-heading .sidebar-menu .panel-body {
    padding: 10px 0px 0;
}

.panel-body {
    padding: 10px 0px 0;
}

.sidebar-menu .panel-body p > a {
    font-weight: bold;
}

.sidebar-menu > h4 {
    font-size: 16px;
}

.search-panel-group.not(.advsearch) .panel-heading a.collapsed::before {
    top: 6px;
    right: 10px;
    position: absolute;
    content: "▼";
    font-size: 12px;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

.search-panel-group.not(.advsearch) .panel-heading a::before {
    top: 6px;
    right: 10px;
    font-size: 24px;
    position: absolute;
    content: "▲";
    font-size: 12px;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

.panel-group .panel-heading #clio-view::before {
    content: "";
}

#filter-content-container .panel-heading {
    cursor: pointer;
}

.filter-panel-header-menu {
    /*margin-bottom: 10px;*/
}

.filter-category-heading {
    background-color: #C2BEBD !important;
    border-radius: 0;
    padding: 2px;
    margin-bottom: 10px !important;
}


.panel-header-menu, .filter-panel-header-menu {
    border: 0;
    background-color: transparent;
    height: auto;
    padding-left: 10px;
    padding: 6px 12px;
}

    .panel-header-menu .panel-column-title, .filter-panel-header-menu .panel-column-title {
        padding: 0 !important;
    }

.sidebar-menu .panel-body {
    margin-left: 20px;
}

#page-icons {
    text-align: right;
    padding-top: 30px;
    padding-right: 40px;
}

    #page-icons a {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

        #page-icons a:hover {
            color: rgb(0, 0, 0);
            text-decoration: none;
        }

        #page-icons a:focus {
            color: rgb(0, 0, 0);
            text-decoration: none;
        }

        #page-icons a:visited {
            color: rgb(0, 0, 0);
            text-decoration: none;
        }

#modal-page-icons a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

    #modal-page-icons a:hover {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

    #modal-page-icons a:focus {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

    #modal-page-icons a:visited {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

#main-body-content h1.topic-title {
    text-align: center;
    color: rgb(33, 80, 153);
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

#main-body-content p, #main-body-content h2, #main-body-content h3, #main-body-content h4 {
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    margin-top: 15px;
    margin-bottom: 15px;
}

#main-body-content h2 {
    font-weight: bold;
}

#main-body-content h3 {
    font-weight: bold;
}

#main-body-content h4 {
    font-weight: bold;
}

#main-body-content p.correct {
    font-size: 14px;
}

#main-body-content p.incorrect {
    font-size: 14px;
}

.research #main-body-content h2 {
    font-size: 13px;
}


.resources {
    margin-top: 10px;
    margin-bottom: 30px;
}


.article-image {
    padding-left: 0;
}

.pull-right.article-image {
    padding-right: 0;
    padding-left: 20px;
}

.article-image .couple {
    padding-top: 30px;
}


.audioFile {
    text-align: left;
    padding-left: 0;
    vertical-align: middle;
    display: inline-block;
}

#who-is-missing * {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}

#who-is-missing input[type=radio] {
    margin-right: 5px;
    vertical-align: middle;
}

#who-is-missing label {
    padding-left: 0;
    vertical-align: middle;
}

#main-body-content img.pull-left {
    margin-right: 20px;
}

#article-content {
    padding: 0;
}

.col-xs-12.article-image img {
    margin: 0px auto;
}

.sidebar-menu .panel-default > .panel-heading,
.sidebar-menu .panel-default > .panel-column-heading,
.sidebar-menu .panel-default > .panel-column-heading-resource {
    border-color: transparent;
    color: rgb(51, 51, 51);
    background-color: white;
}

.sidebar-menu .panel-default > .panel-column-heading {
    background-color: #C2BEBD;
    padding: 1px;
}

.searchPage .sidebar-menu .panel-default > .panel-column-heading {
    background-color: #E3DFDC;
}

.sidebar-menu .panel-heading {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-image: url('') none;
}

h4.panel-title {
    padding: 0;
    border-image: url('') none;
    font-size: 16px;
    font-weight: 600;
}

/*.panel-group.menu-list > .collapse {
    margin-top: 10px;
}*/

.panel-title > a:focus {
    color: black;
}

    .panel-title > a:focus:hover {
        color: rgb(218, 93, 39);
    }

.sidebar-menu .panel {
    border-radius: 0;
    box-shadow: none;
}

.sidebar-menu .panel-default {
    border-image: url('') none;
}

.panel-group .panel-heading,
.search-panel-group .panel-heading {
    position: relative;
}

h4.sidebar-panel-subhead {
    margin: 0px 3%;
    padding: 6px 0;
    font-size: 14px;
    background-color: transparent;
}

.sidebar-menu h4.sidebar-panel-subhead ~ .indent-level.panel-group .panel-heading h4.panel-title {
    padding-top: 8px;
    margin-bottom: 5px;
}

.sidebar-menu h4.sidebar-panel-subhead ~ .indent-level.panel-group {
    padding-top: 2px;
}

.sidebar-menu .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.indent-level {
    padding-left: 8%;
    margin-top: 6px;
}

.sidebar-separator {
    border-top-color: rgb(204, 204, 204);
    border-top-width: 1px;
    border-top-style: solid;
}

.text-links-only * {
    text-transform: uppercase;
    padding-bottom: 0;
    padding-left: 0px !important;
    font-weight: bold;
    margin-bottom: 0;
}

#textbook > div:not(:last-child) {
    border-bottom-color: rgb(151, 153, 155);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#analyze > div:not(:last-child) {
    border-bottom-color: rgb(151, 153, 155);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#textbook h4:not(:first-child).panel-title {
    padding-top: 10px;
    margin-top: 10px;
}

h4.section-head {
    padding: 2% 0;
}

.modal-body {
    padding: 12px;
}

    .modal-body > img {
        margin-right: 0;
        margin-left: 0;
    }

    .modal-body > p {
        width: 600px;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
    }

.open.dropdown .caret {
    border-top-color: currentColor;
    border-top-style: none;
    top: 14px;
}

.editPhoto {
    text-align: center;
    padding-bottom: 12px;
}

    .editPhoto img {
        margin-bottom: 12px;
    }

    .editPhoto p {
        margin-bottom: 0;
    }

.editName {
    color: rgb(33, 80, 153);
    font-weight: bold;
}

.panel {
    margin-bottom: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

#filter-content-container .panel {
    background-color: white;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

#accordion .panel {
    background-color: white;
    border: none;
}

.panel-group {
    margin-bottom: 0;
}

.panel-group {
    margin-top: 0;
    border: 0;
}

    .panel-group .panel-group {
        margin-top: -5px;
    }

        .panel-group .panel-group .panel-group {
            margin-top: -5px;
        }

.panel-collapse .panel-body {
    margin-top: -15px;
}


.panel-body ul {
    padding-left: 30px;
    margin-left: 0;
    list-style-type: none;
}

.panel-body p {
    padding-left: 30px;
    margin-left: 0;
    list-style-type: none;
}

.panel-body li a {
    text-transform: uppercase;
    font-weight: bold;
}

.translate-button {
    padding: 2px;
    border-radius: 0;
    width: 100px;
    height: 25px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    background-color: rgb(33, 80, 153);
}

.article-image p {
    text-align: right; /* to right-align the click to enlarge link*/
    font-weight: bold;
}

.singleWide.article-image {
    text-align: center;
    padding-top: 0;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
}

    .singleWide.article-image .img-responsive {
        margin: 0px auto;
    }

i.enlarge {
    background-image: url('/assets/images/enlarge-icon.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    margin-left: 2px;
    top: 3px;
}

a:hover i.enlarge {
    background-image: url("/assets/images/enlarge-icon-hover.png");
}

.zoom-out {
    -ms-zoom: 0.75;
    -webkit-transform: scale(.75);
}

.zoom-reset {
    -ms-zoom: 0.75;
    -webkit-transform: scale(.75);
}

.zoom-reset {
    -ms-zoom: 1;
    -webkit-transform: scale(1);
}

.widget {
    padding-left: 0;
}

p.question {
    margin: 0;
}

#story-body {
    margin-top: 10px;
}

#read-story {
    margin-top: 10px;
}

#hide-story {
    margin-top: 10px;
}

#who-is-missing input[type=radio].longAns {
    margin-right: 10px;
    margin-bottom: 26px;
    float: left;
}

.poll-votes {
    color: rgb(73, 177, 61);
    font-weight: bold;
}

.incorrect {
    font-weight: bold;
}

.correct {
    font-weight: bold;
}

.incorrect {
    display: none;
}

.correct {
    display: none;
}

#answer-result {
    display: none;
}

#story-body {
    display: none;
}

#hide-story {
    display: none;
}

.incorrect {
    display: none;
}

.correct {
    display: none;
}

#answer-result {
    display: none;
}

.correct {
    color: rgb(73, 177, 61);
    display: none;
}

.incorrect {
    color: red;
    display: none;
}

.movie-poster {
    padding-left: 0;
}

.summary-text {
    padding-left: 0;
    margin-bottom: 0;
}

p.headTitle {
    margin-bottom: 0;
}

.movie-title {
    font-size: 18px;
    font-weight: bold;
}

.movie-director {
    font-size: 14px;
}

.movie-description {
    font-size: 14px;
    margin-bottom: 20px;
}

.movie-related-header {
    font-size: 20px !important;
    margin-top: -6px;
    margin-left: -15px;
}

.movie-related-list {
    font-size: 18px !important;
}

#related-movies {
    padding-left: 1px;
    list-style-position: outside;
}

    #related-movies ol li {
        margin-bottom: 12px;
    }

    #related-movies > li {
        margin-bottom: 12px;
    }

#lincoln-movie {
    margin-bottom: 0;
    display: none;
}

#who-is-missing div {
    padding-left: 0;
}

#who-is-missing {
    margin-top: 10px;
}

.poll-result-percentage {
    color: rgb(73, 177, 61);
    padding-left: 0;
    font-size: 14px !important;
    font-weight: bold;
    display: table-cell;
}

#poll-results .poll-question {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 8px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    display: table-cell;
}

#poll-results p {
    font-size: 14px;
}

#poll-results {
    display: none;
}

#return-to-poll {
    display: none;
}

.pnp-quote {
    width: 94%;
    font-size: 25px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
}

#clear {
    display: none;
}

#left-sidebar {
    padding-left: 0;
    display: block;
    margin-top: 15px;
}

    #left-sidebar.generated {
        margin-top: 0;
    }

.clioview h2 {
    font-weight: 700;
}

.searchPage h1 {
    font-weight: 700;
}

.searchPage h2 {
    font-weight: bold;
}

.searchPage h3 {
    font-weight: 700;
    margin-top: 10px;
}

.searchPage h4 {
    font-weight: 700;
}

.searchPage h5 {
    font-weight: 700;
}

.searchPage h6 {
    font-weight: 700;
}

.searchPage .form-control {
    margin-left: 0;
    height: 28px;
}

.clioview h2 {
    font-size: 16px;
}

.searchPage h2 {
    font-size: 16px;
}

.clioview h3 small {
    font-size: 14px;
    margin-left: 60px;
}

.searchPage h3 {
    font-size: 13px;
}

.sresults.row {
    margin-right: 15px;
    margin-left: 15px;
}

.searchPage .sresults.row {
    margin-right: 0;
    margin-left: 0;
}

.sresults h2 {
    margin-top: 20px;
}

    .sresults h2 small {
        color: rgb(0, 0, 0);
        font-size: 12px;
        font-weight: 300;
    }

.searchPage h4 {
    font-size: 13px;
}

.sresults .dropdown-toggle {
    background: none;
    color: rgb(33, 79, 153);
    text-decoration: none;
    outline: none;
    border: 0;
}

.sresults .pull-right {
    margin-top: -60px;
}

.sresults nav {
    text-align: right;
    position: relative;
}

.sresults .dropdown {
    text-align: right;
}

.sresults .open.dropdown .caret {
    border-top-color: currentColor;
    border-bottom-color: rgb(33, 79, 153);
    border-top-width: medium;
    border-bottom-width: 7px;
    border-top-style: none;
    border-bottom-style: solid;
}

.sresults .btn {
    padding: 0;
    border-radius: 0;
    border-image: url('') none;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
}

.sresults .dropdown-menu {
    font-size: 12px;
}

.sresults .btn-default:hover {
    border-color: transparent;
    color: rgb(33, 79, 153);
    background-color: transparent;
    outline: none;
}

.sresults .btn-default:focus {
    border-color: transparent;
    color: rgb(33, 79, 153);
    background-color: transparent;
}

.sresults .focus.btn-default {
    border-color: transparent;
    color: rgb(33, 79, 153);
    background-color: transparent;
}

.sresults .btn-default:active {
    border-color: transparent;
    color: rgb(33, 79, 153);
    background-color: transparent;
}

.sresults .active.btn-default {
    border-color: transparent;
    color: rgb(33, 79, 153);
    background-color: transparent;
}

.sresults .open > .btn-default.dropdown-toggle {
    border-color: transparent;
    color: rgb(33, 79, 153);
    background-color: transparent;
}

.sresults .dropdown:focus {
    border-color: transparent;
    color: rgb(33, 79, 153);
    background-color: transparent;
}

.sresults .pagination {
    margin: 14px 0px 0;
    border-radius: 0;
}

.listings .pagination {
    margin: 10px 0px 30px;
}

.sresults .pagination > li > a {
    padding: 0px 6px;
    border-image: url('') none;
    color: rgb(33, 79, 153);
}

.sresults .pagination > li > span {
    padding: 0px 6px;
    border-image: url('') none;
    color: rgb(33, 79, 153);
}

.listings .pagination > li > a {
    padding: 0px 6px;
    border-image: url('') none;
    color: rgb(33, 79, 153);
}

.listings .pagination > li > span {
    padding: 0px 6px;
    border-image: url('') none;
    color: rgb(33, 79, 153);
}

.sresults .pagination > .active > a {
    color: rgb(0, 0, 0);
    font-weight: 700;
    background-color: rgb(255, 255, 255);
}

.sresults .pagination > .active > span {
    color: rgb(0, 0, 0);
    font-weight: 700;
    background-color: rgb(255, 255, 255);
}

.sresults .pagination > .active > a:hover {
    color: rgb(0, 0, 0);
    font-weight: 700;
    background-color: rgb(255, 255, 255);
}

.sresults .pagination > .active > span:hover {
    color: rgb(0, 0, 0);
    font-weight: 700;
    background-color: rgb(255, 255, 255);
}

.sresults .pagination > .active > a:focus {
    color: rgb(0, 0, 0);
    font-weight: 700;
    background-color: rgb(255, 255, 255);
}

.sresults .pagination > .active > span:focus {
    color: rgb(0, 0, 0);
    font-weight: 700;
    background-color: rgb(255, 255, 255);
}

.listings .pagination > .active > a {
    color: rgb(0, 0, 0);
    font-weight: 700;
    background-color: rgb(255, 255, 255);
}

.listings .pagination > .active > span {
    color: rgb(0, 0, 0);
    font-weight: 700;
    background-color: rgb(255, 255, 255);
}

.listings .pagination > .active > a:hover {
    color: rgb(0, 0, 0);
    font-weight: 700;
    background-color: rgb(255, 255, 255);
}

.listings .pagination > .active > span:hover {
    color: rgb(0, 0, 0);
    font-weight: 700;
    background-color: rgb(255, 255, 255);
}

.listings .pagination > .active > a:focus {
    color: rgb(0, 0, 0);
    font-weight: 700;
    background-color: rgb(255, 255, 255);
}

.listings .pagination > .active > span:focus {
    color: rgb(0, 0, 0);
    font-weight: 700;
    background-color: rgb(255, 255, 255);
}

.sresults .pagination > li:first-child {
    font-weight: 700;
}

.sresults .pagination > li:last-child {
    font-weight: 700;
}

.listings .pagination > li:first-child {
    font-weight: 700;
}

.listings .pagination > li:last-child {
    font-weight: 700;
}

.sresults .pagination > li:last-child > a {
    padding-right: 0;
}

.listings .pagination > li:last-child > a {
    padding-right: 0;
}

.filters {
    padding-bottom: 20px;
    margin-bottom: 60px;
    background-color: white;
}

.searchPage .btn-primary {
    border-color: rgb(33, 79, 153);
    padding: 3px 24px;
    border-radius: 0;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background-color: rgb(33, 79, 153);
}

.searchPage .filters .btn-primary {
    font-weight: bold;
}

.searchPage .multi.btn-primary {
    font-weight: bold;
}

.filters .checkbox {
    margin-bottom: 4px;
}

.filters h4 {
    padding: 9px 15px;
    text-transform: uppercase;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #C2BEBD;
}

.filters .checkbox input[type=checkbox] {
    top: -2px;
    margin-left: -22px;
}

.filters .checkbox label {
    padding-right: 20px;
    padding-left: 24px;
}

.listings {
    padding-left: 30px;
}

h4.blu {
    color: rgb(33, 79, 153);
    display: inline-block;
    width: 75%;
}

ol > li h4.blu a {
    color: rgb(33, 79, 153);
}

ol.tcl > li h4.blu a {
    display: inline-block;
    width: 100%;
}

ol.tcl > li > .bold {
    margin-left: 70px;
    display: block;
}

h4.blu:hover {
    color: rgb(218, 93, 39);
    text-decoration: none;
}

ol > li h4.blu a:hover {
    color: rgb(218, 93, 39);
    text-decoration: none;
}

h4.blu:active {
    color: rgb(218, 93, 39);
    text-decoration: underline;
}

ol > li h4.blu a:focus {
    color: rgb(218, 93, 39);
    text-decoration: underline;
}

.sresults a, .filter-more-less-button a {
    color: rgb(33, 79, 153);
    margin-right: 10px;
}

    .sresults a:hover, .filter-more-less-button a:hover {
        color: rgb(218, 93, 39);
        text-decoration: none;
    }

    .sresults a:active, .filter-more-less-button a:active {
        color: rgb(218, 93, 39);
        text-decoration: underline;
    }

.listings .sorts {
    height: 36px;
    color: rgb(255, 255, 255);
    padding-top: 1px;
    padding-left: 24px;
    margin-top: 0;
    background-color: rgb(125, 125, 125);
}

.listings .nav-tabs > li > a {
    padding: 10px 22px;
    border-radius: 0;
    border: none;
    border-image: url('') none;
    color: rgb(128, 130, 132);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-right: 0;
    background-color: rgb(231, 231, 231);
}

.listings .nav-tabs > li.active > a {
    border-radius: 0;
    border-image: url('') none;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background-color: rgb(125, 125, 125);
    border: none;
}

    .listings .nav-tabs > li.active > a:hover {
        border-radius: 0;
        border-image: url('') none;
        color: rgb(0, 0, 0);
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        background-color: rgb(125, 125, 125);
    }

    .listings .nav-tabs > li.active > a:focus {
        border-radius: 0;
        border-image: url('') none;
        color: rgb(0, 0, 0);
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        background-color: rgb(125, 125, 125);
    }

.sorts .btn-primary {
    padding: 9px 0;
    border-radius: 0;
    border: rgb(125, 125, 125);
    border-image: url('') none;
    color: rgb(255, 255, 255);
    text-transform: none;
    font-size: 12px;
    background-color: transparent;
}

.sorts .btn-group .btn + .btn {
    margin-left: 0;
}

.sorts .pipe.btn-primary::before {
    color: rgb(255, 255, 255);
    padding-right: 3px;
    padding-left: 3px;
    content: "|";
}

.sorts :last-child.btn-primary::after {
    content: " ";
}

.sorts .active.btn-primary {
    color: rgb(0, 0, 0);
    font-weight: 700;
    box-shadow: none;
    background-image: none;
    -webkit-box-shadow: none;
}

.sorts .btn:focus {
    outline-offset: 0;
}

    .sorts .btn:focus:active {
        outline-offset: 0;
    }

.sorts .active.btn:focus {
    outline-offset: 0;
}

.sorts .focus.btn {
    outline-offset: 0;
}

    .sorts .focus.btn:active {
        outline-offset: 0;
    }

.sorts .focus.active.btn {
    outline-offset: 0;
}

.sorts .pipe {
    color: rgb(255, 255, 255);
}

.resNum {
    margin-right: 15px;
}

ol.srl {
    margin: 0px 0px 1.5em;
    padding: 0;
    counter-reset: item;
}

ol.tcl {
    margin: 0px 0px 1.5em;
    padding: 0;
    counter-reset: item;
}

ol.tcl, ol.srl {
    margin-top: 8px;
}

    ol.srl > li {
        margin: 0;
        padding: 0px 0px 0px 68px;
        text-indent: -2em;
        border-bottom-color: rgb(51, 51, 51);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        list-style-type: none;
        counter-increment: item;
    }

    ol.tcl > li {
        margin: 0;
        border-bottom-color: rgb(51, 51, 51);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        list-style-type: none;
        counter-increment: item;
    }

    ol.srl > li::before {
        width: 33px;
        text-align: left;
        padding-right: 0;
        font-weight: bold;
        margin-left: 6px;
        margin-right: 6px;
        display: inline-block;
        content: counter(item) " ";
    }

.search-results-synopsis {
    margin-left: 67px;
}

.searchPage ol.srl > li::before {
    width: 25px;
}

ol.tcl > li::before {
    width: 3em;
    text-align: left;
    padding-right: 0;
    font-weight: bold;
    margin-left: 26px;
    margin-right: 6px;
    display: inline-block;
    content: counter(item) " ";
    vertical-align: top;
    margin-top: 9px;
}

.searchPage ol.tcl > li::before {
    width: 25px;
}

.tclHolder {
    height: 600px;
    margin-bottom: 60px;
}

ol.srl > li p {
    padding-left: 26px;
    margin-top: 8px;
}

ol.srl p strong {
    color: rgb(51, 51, 51);
}

ol.srl > li a {
    color: rgb(51, 51, 51);
    font-weight: 700;
    text-decoration: none;
}

ol.tcl > li a {
    color: rgb(51, 51, 51);
    font-weight: 700;
    text-decoration: none;
}

.tcl ul {
    margin: 12px 0;
    padding-left: 24px;
    list-style-type: none;
}

    .tcl ul > li {
        font-weight: 700;
        margin-left: 44px;
    }

.searchPage .form-control {
    border-radius: 0;
}

.sresults button.btn-primary {
    text-align: center;
}

.sresults button[type=submit] {
    margin: 0px auto;
    width: 35%;
}

.sresults p {
    margin: 10px 0;
}

    .sresults p a {
        font-weight: 700;
    }

.searchPage h3.bluBar {
    padding: 10px 0;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: rgb(33, 79, 153);
}

.advSearch.row {
    margin-top: 4px;
}

.advSearch .panel-title > a {
    text-transform: uppercase;
}

.advSearch .panel-title > a {
    text-transform: none;
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-align: left;
}

    .advSearch .panel-title > a:focus,
    .advSearch .panel-title > a:hover {
        color: rgb(38, 113, 235);
    }

    .advSearch .panel-title > a::after {
        margin-left: 7px;
        background-image: url('/assets/images/caret-arrow-down-blue.png');
        background-size: 10px 7px;
        display: inline-block;
        width: 10px;
        height: 7px;
        content: "";
        position: absolute;
        top: 43%;
        right: 13px;
    }

.advSearch .panel.panel-caret-up .panel-title > a::after {
    background-image: url('/assets/images/caret-arrow-up-blue.png');
}

.advSearch .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.advSearch.row .panel-title {
    text-align: left;
}

.small .advSearch .panel-group {
    margin-bottom: 20px;
    margin-right: 10px;
}

.advSearch .panel-group .panel,
.advSearch .search-panel-group .panel {
    border-radius: 0;
}

.advSearch .panel-default > .panel-heading {
    padding: 7px 0;
    border-image: url('') none;
    color: black;
    background-color: #D3D3D3;
}

.advSearch .panel-default > .panel-heading {
    padding: 12px 10px 15px 10px;
    color: rgb(38, 113, 235);
    background-color: white;
    border: none;
    border-radius: 4px;
}

.advSearch .panel-default {
    border-image: url('') none;
    -webkit-box-shadow: none;
}

.advSearch .panel-default {
    border: 1px solid rgb(38, 113, 235) !important;
    border-radius: 4px;
    margin-bottom: 15px;
}

.advSearch .search-panel-group .panel-heading a::before,
.advSearch .search-panel-group .panel-heading a.collapsed::before {
    content: "";
}

.advSearch ul {
    padding-left: 20px;
    margin-top: 14px;
    text-align: left;
}

    .advSearch ul > li > ul {
        margin-top: 2px;
    }

.advSearch .checkbox {
    margin-top: 2px;
    margin-bottom: 2px;
}

.advSearch div:nth-child(4).col-xs-12 {
    border-right-color: currentColor;
    border-left-color: currentColor;
    border-right-width: medium;
    border-left-width: medium;
    border-right-style: none;
    border-left-style: none;
}

.searchPage .multiProd .form-inline .btn-primary {
    width: 120px;
    right: -15px;
    margin-left: 20px;
    display: inline-block;
    position: relative;
}

.multiResults {
    margin-bottom: 10px;
}

    .multiResults table {
        margin-bottom: 20px;
    }

    .multiResults th.box {
        padding: 9px;
        text-align: center;
        border-top-color: rgb(153, 153, 153);
        border-left-color: rgb(153, 153, 153);
        border-top-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-left-style: solid;
    }

    .multiResults tr:nth-child(2n) {
        background-color: rgb(237, 237, 237);
    }

    .multiResults th:last-child.box {
        border-right-color: rgb(153, 153, 153);
        border-right-width: 1px;
        border-right-style: solid;
    }

    .multiResults td {
        padding: 2px 0px 2px 6px;
        text-align: center;
        border-top-color: rgb(153, 153, 153);
        border-right-color: rgb(153, 153, 153);
        border-top-width: 1px;
        border-right-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
    }

        .multiResults td:first-child {
            text-align: left;
            border-right-color: currentColor;
            border-left-color: rgb(153, 153, 153);
            border-right-width: medium;
            border-left-width: 1px;
            border-right-style: none;
            border-left-style: solid;
        }

        .multiResults td:nth-child(2) {
            text-align: left;
            padding-right: 6px;
            padding-left: 10px;
        }

        .multiResults td:last-child {
            border-right-color: rgb(153, 153, 153);
            border-right-width: 1px;
            border-right-style: solid;
        }

    .multiResults tr:last-child td {
        border-bottom-color: rgb(153, 153, 153);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .multiResults .db_icon {
        margin-right: 0;
    }

.hHelp {
    margin-top: 20px;
}

.multi_db {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}

.multi_search {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.multi_search {
    margin-top: 6px;
}

    .multi_search li {
        height: 30px;
        font-weight: normal;
    }

.multiResults a {
    color: rgb(33, 80, 153);
    font-weight: bold;
    display: block;
}

.multi_db li a {
    color: rgb(33, 80, 153);
    font-weight: bold;
    display: inline-block;
}

.multi_db li div {
    vertical-align: middle;
    display: inline-block;
}

.multiResults a {
    display: block;
}

.multiResults td a div {
    vertical-align: middle;
    display: inline-block;
}

.multi_db li a:hover {
    color: rgb(218, 93, 39);
    font-weight: bold;
    text-decoration: none;
}

.multi_db li a:active {
    color: rgb(218, 93, 39);
    font-weight: bold;
    text-decoration: none;
}

.multiResults a:hover {
    color: rgb(218, 93, 39);
    font-weight: bold;
    text-decoration: none;
}

.multiResults a:active {
    color: rgb(218, 93, 39);
    font-weight: bold;
    text-decoration: none;
}

.multiResults a:focus {
    color: rgb(218, 93, 39);
    font-weight: bold;
    text-decoration: none;
}

.multi_db li a:focus {
    color: rgb(218, 93, 39);
    text-decoration: underline;
}

.multiResults a:active {
    color: rgb(218, 93, 39);
    text-decoration: underline;
}

.multiResults a:focus {
    color: rgb(218, 93, 39);
    text-decoration: underline;
}

.multi_db li a:focus div {
    color: rgb(218, 93, 39);
    text-decoration: underline;
}

.multi_db li {
    margin-bottom: 4px;
}

    .multi_db li::before {
        height: 6px;
        display: block;
        position: relative;
        content: " ";
        background-image: url("/assets/images/db_dots-2.png");
        background-repeat: repeat-x;
    }

.multi_search li::before {
    top: 5px;
    height: 6px;
    line-height: 6px;
    display: block;
    position: relative;
    content: " ";
    background-image: url("/assets/images/db_dots-2.png");
    background-repeat: repeat-x;
}

.multi_search li:first-child::before {
    line-height: 6px;
    display: block;
    position: relative;
    content: " ";
    background-image: none;
}

.multi_db li:last-child::after {
    height: 6px;
    bottom: -5px;
    display: block;
    position: relative;
    content: " ";
    background-image: url("/assets/images/db/db_dots-2.png");
    background-repeat: repeat-x;
}

.multi_search li:last-child::after {
    height: 6px;
    bottom: -3px;
    line-height: 6px;
    display: block;
    position: relative;
    content: " ";
    background-image: url("/assets/images/db/db_dots-2.png");
    background-repeat: repeat-x;
}

.multi_search .checkbox {
    margin-top: 6px;
    margin-bottom: 0;
}

/* search hits*/
.highlight {
    background-color: #ffff00;
}

.HIGHLIGHT {
    background-color: #ffff00;
}

.db_icon {
    width: 39px;
    height: 39px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.amGov {
    background-image: url("/assets/images/db/db_amGov.jpg");
    background-repeat: no-repeat;
}

.afrAm {
    background-image: url("/assets/images/db/db_afrAm.jpg");
    background-repeat: no-repeat;
}

.amHist {
    background-image: url("/assets/images/db/db_amHist.jpg");
    background-repeat: no-repeat;
}

.amInd {
    background-image: url("/assets/images/db/db_amInd.jpg");
    background-repeat: no-repeat;
}

.dlife {
    background-image: url("/assets/images/db/db_dlife.jpg");
    background-repeat: no-repeat;
}

.eBooks {
    background-image: url("/assets/images/db/db_eBooks.jpg");
    background-repeat: no-repeat;
}

.hlthWell {
    background-image: url("/assets/images/db/db_hlthWell.jpg");
    background-repeat: no-repeat;
}

.issues {
    background-image: url("/assets/images/db/db_issues.jpg");
    background-repeat: no-repeat;
}

.ltnAm {
    background-image: url("/assets/images/db/db_ltnAm.jpg");
    background-repeat: no-repeat;
}

.mdnGeno {
    background-image: url("/assets/images/db/db_mdnGeno.jpg");
    background-repeat: no-repeat;
}

.popCult {
    background-image: url("/assets/images/db/db_popCult.jpg");
    background-repeat: no-repeat;
}

.usGeog {
    background-image: url("/assets/images/db/db_usGeog.jpg");
    background-repeat: no-repeat;
}

.wrldGeog {
    background-image: url("/assets/images/db/db_wrldGeog.jpg");
    background-repeat: no-repeat;
}

.wrldHistAnc {
    background-image: url("/assets/images/db/db_wrldHistAnc.jpg");
    background-repeat: no-repeat;
}

.wrldHistMod {
    background-image: url("/assets/images/db/db_wrldHistMod.jpg");
    background-repeat: no-repeat;
}

.wrldRelg {
    background-image: url("/assets/images/db/db_wrldRelg.jpg");
    background-repeat: no-repeat;
}

.wrldWar {
    background-image: url("/assets/images/db/db_wrldWar.jpg");
    background-repeat: no-repeat;
}

.mobiledbTitle {
    margin: 6px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    padding-left: 3px;
    padding-right: 3px;
}

ol.rlsv {
    margin: 0px 0px 1.5em;
    padding: 0;
    counter-reset: item;
}

    ol.rlsv > li {
        margin: 0;
        padding: 0px 0px 0px 68px;
        text-indent: -2.5em;
        border-bottom-color: rgb(153, 153, 153);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        list-style-type: none;
        counter-increment: item;
    }

        ol.rlsv > li::before {
            width: 33px;
            text-align: left;
            padding-right: 0;
            font-weight: bold;
            margin-left: 6px;
            display: inline-block;
            content: counter(item) " ";
        }

        ol.rlsv > li p {
            padding-left: 36px;
            margin-top: 16px;
            margin-bottom: 16px;
        }

        ol.rlsv > li:last-child {
            border-bottom-color: currentColor;
            border-bottom-width: medium;
            border-bottom-style: none;
        }

.rlsv-academic {
    counter-reset: my-badass-counter;
}

    .rlsv-academic > dt {
        border-bottom-color: rgb(51, 51, 51);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        .rlsv-academic > dt:last-child {
            border-bottom: none;
        }

    .rlsv-academic dt:before {
        width: 33px;
        text-align: left;
        padding-right: 0;
        font-weight: bold;
        margin-left: 6px;
        margin-top: 8px;
        display: inline-block;
        content: counter(my-badass-counter);
        counter-increment: my-badass-counter;
    }

dl.rlsv-academic dt span {
    margin-left: 42px;
    margin-top: 6px;
    font-weight: normal;
    display: block;
}

p.text-muted {
    margin-bottom: 1px;
}

.research .icon {
    display: inline-block;
    margin-right: 42px;
    position: relative;
    width: 24px;
    height: 20px;
    top: 2px;
    margin-left: 28px;
}

.research .icnN.icon {
    width: 0;
    margin-left: 20px;
}

#site-search input.form-control {
    padding: 2px 12px;
    height: 34px;
    font-size: 12px;
    font-weight: 600;
}

button.btn.btn-default {
    height: 34px;
}

.btn.btn-default.dropdown-toggle.db-link-button {
    border: 2px solid rgb(129, 129, 130) !important;
    height: 34px;
}

#feature_articles_wrapper, feature_articles_wrapper-responses {
    padding: 0;
    overflow-y: hidden;
}

#top_feature_article_column, #response_article_column {
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-top: 15px;
}

#response_article_column {
    padding-top: 25px;
}

.top_feature_article_image_text_wrapper {
    background-color: #D1D9E1;
}

.top_feature_article_title {
    margin-left: 10px;
    padding-top: 10px;
}

.top_feature_article_enlarge {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.top_feature_article_text_wrapper, .response_article_text_wrapper, .related-resource_article_text_wrapper {
    padding: 0;
    display: table;
}

.related-resource_article_text_wrapper {
    padding-top: 10px;
    clear: both;
}

.response_article_text_wrapper {
    margin-bottom: 20px;
}

#feature_article_column {
    padding: 0;
    padding-top: 20px;
}

.feature_article {
    padding-top: 15px;
    padding-bottom: 20px;
    display: table;
}

.feature_article_image {
    width: 100px;
    height: auto;
}

.feature_article_image_column {
    padding-right: 10px;
}

.feature_article_text_column {
    vertical-align: top;
    display: table-cell;
    width: 100%;
}

.feature_article_description {
    margin-top: -10px;
}

#featured_scholar_title_bar {
    height: 25px;
    background-color: black;
    right: 0;
    margin-top: 10px; /* only for tablet and smaller */
}

.SLN_PSI_AC_backcolor, .WS_PSI_backcolor, .SLN_PSI_backcolor {
    background-color: #b88639 !important;
}

.SLN_AMGOV_AC_backcolor {
    background-color: #ad1d12 !important;
}

.SLN_AMHIST_AC_backcolor {
    background-color: #184562 !important;
}

.SLN_DLTH_AC_backcolor {
    background-color: #47476b !important;
}

.SLN_ISS_AC_backcolor {
    background-color: #990000 !important;
}

.SLN_PCU_AC_backcolor {
    background-color: #50a53d !important;
}

.SLN_AAE_AC_backcolor {
    background-color: #2E5266 !important;
}

.SLN_AIE_AC_backcolor {
    background-color: #b3816b !important;
}

.SLN_LAE_AC_backcolor {
    background-color: #55a256 !important;
}

.SLN_WAR_AC_backcolor {
    background-color: #206040 !important;
}

.SLN_WGEO_AC_backcolor {
    background-color: #329a58 !important;
}

.SLN_HANC_AC_backcolor {
    background-color: #295570 !important;
}

.SLN_HMOD_AC_backcolor {
    background-color: #3f5f73 !important;
}

.SLN_REL_AC_backcolor {
    background-color: #41367c !important;
}

.SLN_GEN_AC_backcolor {
    background-color: #334d4d !important;
}

.SLN_HLTHWLNSS_AC_backcolor {
    background-color: #009900 !important;
}

.SLN_PSIO_AC_backcolor {
    background-color: #b88639 !important;
}

.SLN_PSI_AC_color_light, .WS_PSI_color_light {
    color: #e7d1b1 !important;
}

.SLN_AMGOV_AC_color_light {
    color: #fdd1ce !important;
}

.SLN_AMHIST_AC_color_light {
    color: #c1ddf0 !important;
}

.SLN_DLTH_AC_color_light {
    color: #d1d1e0 !important;
}

.SLN_ISS_AC_color_light {
    color: #ffcccc !important;
}

.SLN_PCU_AC_color_light {
    color: #ceeac7 !important;
}

.SLN_AAE_AC_color_light {
    color: #6E8898 !important;
}

.SLN_AIE_AC_color_light {
    color: #9FB1BC !important;
}

.SLN_LAE_AC_color_light {
    color: #326771 !important;
}

.SLN_WAR_AC_color_light {
    color: #c6ecd9 !important;
}

.SLN_WGEO_AC_color_light {
    color: #b2e6c5 !important;
}

.SLN_HANC_AC_color_light {
    color: #b5d1e3 !important;
}

.SLN_HMOD_AC_color_light {
    color: #cedbe4 !important;
}

.SLN_REL_AC_color_light {
    color: #cecae8 !important;
}

.SLN_GEN_AC_color_light {
    color: #d1e0e0 !important;
}

.SLN_HLTHWLNSS_AC_color_light {
    color: #99ff99 !important;
}

.SLN_PSIO_AC_color_light {
    color: #e7d1b1 !important;
}

.SLN_PSI_AC_color, .WS_PSI_color {
    color: #b88639 !important;
}

.SLN_AMGOV_AC_color {
    color: #ad1d12 !important;
}

.SLN_AMHIST_AC_color {
    color: #184562 !important;
}

.SLN_DLTH_AC_color {
    color: #47476b !important;
}

.SLN_ISS_AC_color {
    color: #990000 !important;
}

.SLN_PCU_AC_color {
    color: #50a53d !important;
}

.SLN_AAE_AC_color {
    color: #2E5266 !important;
}

.SLN_AIE_AC_color {
    color: #b3816b !important;
}

.SLN_LAE_AC_color {
    color: #55a256 !important;
}

.SLN_WAR_AC_color {
    color: #206040 !important;
}

.SLN_WGEO_AC_color {
    color: #329a58 !important;
}

.SLN_HANC_AC_color {
    color: #295570 !important;
}

.SLN_HMOD_AC_color {
    color: #3f5f73 !important;
}

.SLN_REL_AC_color {
    color: #41367c !important;
}

.SLN_GEN_AC_color {
    color: #334d4d !important;
}

.SLN_HLTHWLNSS_AC_color {
    color: #009900 !important;
}

.SLN_PSIO_AC_color {
    color: #b88639 !important;
}

#mobile-header-backimage {
    position: absolute;
    left: -155px;
    z-index: -999;
}


#featured_scholar_title_text {
    text-align: center;
    color: white;
    margin-top: -22px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 22px;
}

#featured_scholars_row {
    width: 100%;
    text-align: center;
}

.featured_scholar_column {
    width: calc(100% / 4.1);
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    vertical-align: top;
}

#back-to-top, #back-to-top-nohide {
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    text-align: right;
}

:last-child.list-group-item {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

:first-child.list-group-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.main_article_box {
    padding: 0 10px;
    margin-right: 5px;
}

#article_title {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
}

.subtopic-lessons-content-type {
    font-weight: 600;
    margin-bottom: 15px;
}

.subtopic-lessons-lesson-link,
.subtopic-lessons-story-title {
    margin-bottom: 3px;
}

.subtopic-lessons-content-text,
.subtopic-lessons-outline-transcript-links {
    margin-bottom: 15px;
}

.bucket-audio {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 25px;
}

.panel-link-list {
    padding: 10px;
    padding-top: 0;
    background-color: white;
    overflow: auto;
    padding-bottom: 5px;
}

.indent10 {
    padding-left: 20px;
}

.indent5 {
    padding-left: 10px;
}

.background-grey {
    background-color: white; /*#E3DFDC;*/
}

/* hides the footer identifier */
#hidden {
    background-color: white;
    color: white;
    text-align: center;
}

.remove-bottom-margin {
    padding-bottom: 0;
    margin-bottom: 0;
}

#site-search {
    margin-bottom: 5px;
}

.modal-dialog {
    margin: 0 auto;
    display: table;
    width: auto;
    padding-top: 25px;
    margin-bottom: 25px;
}

#imageModal {
    border: 0;
    overflow: hidden;
    height: 0;
    width: 0;
}

#lightboxI {
    overflow-x: hidden;
    overflow-y: auto;
}


#menu-footer-list-mobile, #menu-top-list-mobile {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-left: #818182 solid 2px;
    border-right: #818182 solid 2px;
}

#menu-footer-button-mobile, #menu-top-button-mobile, #database-footer-button-mobil, #search-button-mobilee {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 2px solid #7e8283;
}

#database-footer-button-mobile {
    margin-bottom: 10px;
}

#database-footer-list-mobile {
    margin-top: -2px;
}

#navbar {
    border-top-width: 0;
}

#menu-footer-list-wrapper-mobile {
    border-top-width: 0;
    padding-left: 0;
    padding-right: 0;
}

.panel-group-toggle.panel-collapse.collapse {
    background-color: white;
    padding-bottom: 3px;
    border: 0;
    border-top: 0;
}

#loadImg {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
    text-align: center;
    vertical-align: middle;
}

    #loadImg div {
        margin-top: 100px;
    }

#menu-top-wrapper {
    padding-left: 10px;
    padding-right: 15px;
    display: inline-block;
    width: 100%;
}

blockquote {
    font-size: 12px;
}

#entry-image-media {
    max-height: 500px;
    max-width: 100%;
}

a.big-font-link {
    font-size: 13px;
    font-weight: 700;
}

.small-font-title {
    font-size: 12px;
    font-weight: 600;
}

.article-image {
    padding-left: 0;
    display: inline-block;
    float: left;
    padding-right: 20px;
}

.searchPage .subheader-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px;
}

.searchPage .button-container {
    text-align: right;
    margin-bottom: 30px;
}

.clearSearch {
    margin-right: 25px;
}

.advancedsearch .sTextbox,
#advancedsearch .sTextbox {
    width: 500px;
}

.searchPage .advancedsearch .sTextbox,
.searchPage #advancedsearch .sTextbox {
    width: 100%;
    padding: 25px 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.searchPage #collapseSearch, .searchPage .sidebar-menu {
    margin-left: -15px;
    margin-right: -15px;
}

.searchPage #collapseSearch {
    background-color: #F1F0F0;
}

.searchPage .sidebar-menu {
    background-color: #F1F0F0;
}

.searchPage .panel-column-title {
    margin-left: 0;
}

.pagination > li > a, .pagination > li > span {
    border: 0;
    color: #2671EB;
    font-weight: 700;
    font-size: 14px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border: 0;
}

.pagination > li:not(.active) > a:focus, .pagination > li:not(.active) > a:hover, .pagination > li:not(.active) > span:focus, .pagination > li:not(.active) > span:hover {
    color: rgb(218, 93, 39) !important;
    background-color: transparent;
    border-color: transparent;
}

.pagination > li > a, .pagination > li > span {
    padding: 4px 7px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: black;
    background-color: transparent;
    border-color: transparent;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    filter: alpha(opacity=15);
    opacity: 0.15;
    color: black;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-left: 0;
    border-radius: 0;
    color: #2671EB;
}

#advanced-search-part-results-page-spacer {
    background-color: white;
    height: 30px;
    margin-left: -25px;
    margin-right: -25px;
}

/* Multihome db-specific styles */
.AmGov {
    background-image: url('/assets/images/db_AmGov.jpg');
    background-repeat: no-repeat;
}

.AmGovA {
    background-image: url('/assets/images/db_AmGovA.jpg');
    background-repeat: no-repeat;
}

.AAE {
    background-image: url('/assets/images/db_AAE.jpg');
    background-repeat: no-repeat;
}

.AAEA {
    background-image: url('/assets/images/db_AAEA.jpg');
    background-repeat: no-repeat;
}

.AmHist {
    background-image: url('/assets/images/db_AmHist.jpg');
    background-repeat: no-repeat;
}

.AmHistA {
    background-image: url('/assets/images/db_AmHistA.jpg');
    background-repeat: no-repeat;
}

.AIE {
    background-image: url('/assets/images/db_AIE.jpg');
    background-repeat: no-repeat;
}

.AIEA {
    background-image: url('/assets/images/db_AIEA.jpg');
    background-repeat: no-repeat;
}

.AsianAmericanA {
    background-image: url('/assets/images/db_AsianAmericanA.jpg');
    background-repeat: no-repeat;
}

.DLTH {
    background-image: url('/assets/images/db_DLTH.jpg');
    background-repeat: no-repeat;
}

.DLTHA {
    background-image: url('/assets/images/db_DLTHA.jpg');
    background-repeat: no-repeat;
}


.Health {
    background-image: url('/assets/images/db_Health.jpg');
    background-repeat: no-repeat;
}

.HealthA {
    background-image: url('/assets/images/db_HealthA.jpg');
    background-repeat: no-repeat;
}

.IssuesA {
    background-image: url('/assets/images/db_issuesA.jpg');
    background-repeat: no-repeat;
}

.Issues {
    background-image: url('/assets/images/db_issues.jpg');
    background-repeat: no-repeat;
}

.LAE {
    background-image: url('/assets/images/db_LAE.jpg');
    background-repeat: no-repeat;
}

.LAEA {
    background-image: url('/assets/images/db_LAEA.jpg');
    background-repeat: no-repeat;
}

.Genocide {
    background-image: url('/assets/images/db_Genocide.jpg');
    background-repeat: no-repeat;
}

.GenocideA {
    background-image: url('/assets/images/db_GenocideA.jpg');
    background-repeat: no-repeat;
}

.PCUA {
    background-image: url('/assets/images/db_PCUA.jpg');
    background-repeat: no-repeat;
}

.PCU {
    background-image: url('/assets/images/db_PCU.jpg');
    background-repeat: no-repeat;
}


.USGeo {
    background-image: url('/assets/images/db_USGeo.jpg');
    background-repeat: no-repeat;
}


.USGeoA {
    background-image: url('/assets/images/db_USGeoA.jpg');
    background-repeat: no-repeat;
}

.WorldGeo {
    background-image: url('/assets/images/db_WorldGeo.jpg');
    background-repeat: no-repeat;
}

.WorldGeoA {
    background-image: url('/assets/images/db_WorldGeoA.jpg');
    background-repeat: no-repeat;
}

.HistAnc {
    background-image: url('/assets/images/db_HistAnc.jpg');
    background-repeat: no-repeat;
}

.HistAncA {
    background-image: url('/assets/images/db_HistAncA.jpg');
    background-repeat: no-repeat;
}

.HistMod {
    background-image: url('/assets/images/db_HistMod.jpg');
    background-repeat: no-repeat;
}

.HistModA {
    background-image: url('/assets/images/db_HistModA.jpg');
    background-repeat: no-repeat;
}

.ReligionA {
    background-image: url('/assets/images/db_ReligionA.jpg');
    background-repeat: no-repeat;
}

.Religion {
    background-image: url('/assets/images/db_Religion.jpg');
    background-repeat: no-repeat;
}

.WOMNS {
    background-image: url('/assets/images/db_WOMNS.jpg');
    background-repeat: no-repeat;
}

.WOMNSA {
    background-image: url('/assets/images/db_WOMNSA.jpg');
    background-repeat: no-repeat;
}

.WorldWar {
    background-image: url('/assets/images/db_WorldWar.jpg');
    background-repeat: no-repeat;
}

.WorldWarA {
    background-image: url('/assets/images/db_WorldWarA.jpg');
    background-repeat: no-repeat;
}

.Ebooks {
    background-image: url('/assets/images/db_eBooks.jpg');
    background-repeat: no-repeat;
}

input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}

    input[type='file']:focus, input[type='radio']:focus, input[type='checkbox']:focus {
        outline: 0;
    }

.validation-summary-valid {
    display: none;
    color: red;
}

table.tablesorter.rList tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
    border-left: 1px solid #fff;
}

.academic .form-control.onwhite {
    -moz-box-shadow: 3px 3px 5px 0 #ccc;
    -webkit-box-shadow: 3px 3px 5px 0 #ccc;
    box-shadow: 3px 3px 5px 0 #ccc;
}

#list .btn-default {
    margin-bottom: 0;
}

.form-authentication {
    font-size: 10pt;
    visibility: hidden;
}

.citation-header {
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
}

#resetButton,
#translateButton {
    margin: 0 0 0 5px !important;
    padding: 5px 5px 6px 5px !important;
    border-radius: 4px;
    width: auto !important;
}

    #translateButton #translateButton.buttonSpan,
    #resetButton .buttonSpan {
        position: relative;
        top: -1px;
    }

.translateBtn .translator.rs_skip {
    margin-top: 0;
}

#translate #LauncherLogo {
    position: absolute;
    right: 0;
}

#translate #LauncherLogoGoogle {
    position: absolute;
    padding-top: 0;
}

#LauncherLogoImageGoogle {
    width: 90px !important;
    position: relative;
    top: 5px;
    right: 1px;
}

.translateBtn {
    text-align: right;
    vertical-align: middle;
    float: right;
    display: inline-block;
    position: relative;
}

#resetButton:hover,
#translateButton:hover {
    text-decoration: none !important;
}

.feature_article_synopsis {
    margin-top: 5px;
}

div.top_feature_article_text {
    margin-top: 5px;
}

div#main-body-content > h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
}

div#main-body-content.aboutUs > h1 {
    font-size: 16px !important;
    font-weight: 700 !important;
}

h3 small {
    font-size: 12px;
    font-weight: bold;
    color: rgb(51, 51, 51);
}

/*about the author */
.authorhdr {
    line-height: 1em;
    font-weight: bold;
    color: #999999;
    margin-bottom: 0;
}

.authorbox {
    /*font-family: Georgia, serif;
    font-size: 12px; */
    background-color: #ddd;
    padding: 8px;
    margin-bottom: 1em;
}

.floatclear {
    display: inline-block;
    width: 100%;
}

.authorpic {
    padding: 0;
    float: right;
    border: 1px solid #333333;
    margin: 5px;
}

/*credit line*/
#credit-line {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
}


.floatclear {
    display: inline-block;
    width: 100%;
}

img#top_feature_article_image.responsive-image {
    max-height: 190px;
    max-width: 100%;
}

div#rlsv-main div#main-body-content {
    margin-left: 0;
}

.radio-inline input[type=radio] {
    margin-left: -17px;
    margin-top: 2px;
}

.radio-inline + .radio-inline {
    margin-left: 20px;
}

.form-horizontal .radio-inline {
    padding-top: 3px;
}

#feature-articles-header {
    border-bottom: #E2E2E2 solid 1px;
    margin-top: 10px;
    margin-right: 15px;
}

#feature-articles-header-issue {
    font-size: 12px;
    font-weight: 600;
}

#feature-articles-header-title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.scrollable-menu {
    max-height: 300px;
    overflow-y: auto;
}

.main_article_box .summary-container img {
    max-width: 250px;
    max-height: 250px;
}

/*CLIO VIEW*/
/*change header to h4 for accessibility purposes */
.clioview .selects h4 {
    text-align: center;
    font-weight: bold;
}

table.tablesorter.toptable th {
    width: auto;
}

.cats-table tr.odd td {
    background-color: #e3e3e4;
}

.td-cats-1 {
    width: 10%;
}

.td-cats-2 {
    width: 30%;
}

#clioViewStats {
    width: auto;
}

.clioprinttext {
    font-size: 75%;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
}

.clioprintheader {
    font-weight: bold;
    padding-top: 20px;
}

.clioview .clioview-buttons {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#clio-submit-button-container {
    text-align: right;
    position: fixed;
    bottom: 25px;
    left: 50%;
    margin-left: -69px;
    z-index: 1;
    background-color: white;
    padding: 15px;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
}

    #clio-submit-button-container .btn.btn-default {
        margin-bottom: 0;
    }

span.button-container {
    display: inline-block;
    width: 150px;
}

#header-data-part-col1 {
    display: block;
    width: 126px;
}

.header-data-part-datacols {
    display: block;
    width: 270px;
}

table#categoryTable td {
    padding-left: 5px;
    padding-right: 17px;
}


#sources-link {
    margin-left: 20px;
    margin-top: 8px;
}


/* validation errors */
/* CLIO VIEW */

.expand-menu {
    margin-bottom: 7px;
}

div#search-container {
    margin-top: 5px;
    display: block;
}

input#search-textbox.form-control {
    width: 195px;
    padding: 3px;
    height: 25px;
    display: inline-block;
    vertical-align: bottom;
}

button#search-button.btn.btn-default {
    height: 25px;
    padding: 0;
    margin: 0;
    padding-left: 9px;
    border: rgb(129, 129, 130) 1px solid;
    border-left: none;
    width: 35px;
    display: inline-block;
    margin-left: -3px;
    margin-top: -3px;
    vertical-align: baseline;
}

/* date picker*/

table.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: 50%;
        margin-top: -8px;
        margin-right: 10px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

div#main-content-container {
    width: 100%;
    text-align: center;
}

div#main-content-content {
    text-align: left;
}

sup {
    font-weight: bold;
}

#article_title #title-text, #article_title #search-box {
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px;
}

.content-type-item {
    margin-top: 10px;
}

img#abc-clio-logo-right-bottom {
    display: none;
}

img#abc-clio-logo-right-bottom-mobile {
    height: 25px;
    margin-top: -7px;
    margin-left: 10px;
    z-index: 99;
    float: right;
    margin-right: -10px;
}

.filter-more-less-button {
    text-align: right;
    margin-bottom: 10px;
}

#journalTab, #referenceTab {
    border-left: #7D7D7D solid 1px;
}

#journalTab, #eBookTab {
    border-right: #7D7D7D solid 1px;
}

.current-filter-box {
    margin-bottom: 15px;
}

.filter-processing-overlay, .filter-processing-overlay-mobile {
    background: url(/assets/images/ajax-loader.gif) 50% 30% no-repeat white;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    cursor: wait;
}

.volume-title {
    margin-top: 10px;
    font-size: 14px;
}

input[type=checkbox][name="c"], input[type=checkbox][name="s"] {
    height: auto;
}

#counter_widget {
    overflow: scroll !important;
    overflow-x: scroll !important;
    overflow-y: scroll !important;
    height: 890px;
    width: 100%;
    border: thin;
}

header.academic-header {
    margin-top: -15px;
}

    header.academic-header .academic-header-top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        min-height: 25px;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
        background-color: #EFEFEF;
        max-width: 1400px;
        margin: auto;
        padding: 10px;
        border-bottom: 1px solid #E4E4E4;
    }

        header.academic-header .academic-header-top-bar #academic-header-top-bar-logo {
            max-width: 350px;
            margin: 10px 15px 10px 25px;
            flex: 0 1 auto;
            /* width: 100%;*/
        }

        header.academic-header .academic-header-top-bar .academic-header-top-bar-right-part {
            display: flex;
            justify-content: right;
            flex-wrap: wrap;
            align-items: center;
            padding-right: 10px;
        }

            header.academic-header .academic-header-top-bar .academic-header-top-bar-right-part > div {
                margin: 5px 10px;
            }

    header.academic-header #academic-header-logo-container {
        position: relative;
        text-align: center;
        top: 45px;
    }

        header.academic-header #academic-header-logo-container.small {
            background-color: #EFEFEF;
            border-bottom: 1px solid #E4E4E4;
        }

        header.academic-header #academic-header-logo-container .search-container {
            text-align: right;
        }

        header.academic-header #academic-header-logo-container a.header-link {
            display: inline-block;
            margin-top: -10px;
            height: auto;
            text-align: left;
        }

            header.academic-header #academic-header-logo-container a.header-link > div,
            header.academic-header #academic-header-logo-container a.header-link > div:hover {
                border-bottom: 7px solid #DB8C38;
                padding-left: 35px;
                margin-right: 35px;
            }

            header.academic-header #academic-header-logo-container a.header-link:hover {
                text-decoration: none;
            }

            header.academic-header #academic-header-logo-container a.header-link > div .academic-header-row-title {
                font-size: 31px;
                font-weight: 600;
                letter-spacing: -1px;
            }

            header.academic-header #academic-header-logo-container a.header-link > div .academic-header-row-subtitle {
                font-size: 17px;
                font-weight: 400;
                margin-bottom: 13px;
            }

    header .academic-header #top-color-row {
        min-height: 15px;
        width: 100%;
        margin: auto;
    }

        header.academic-header #top-color-row.with-text {
            color: white;
            padding: 10px;
            font-weight: bold;
            font-size: 20px;
            text-transform: uppercase;
        }

#header-home-button, #header-Search-button, #header-hh-button, #header-dbs-button, .header-link {
    color: black;
    padding: 0;
    border: none;
    cursor: pointer;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    position: relative;
}

a.header-link:hover {
    color: black;
}

#header-home-button img {
    height: 13px;
    margin-right: 4px;
    margin-top: -3px;
    display: inline-block;
}

#header-home-button-container, #header-hh-container, #header-dbs-container {
    display: inline-block;
}

#header-dbs-content {
    padding: 0;
}

#header-dbs-button {
    min-width: 130px;
    background: transparent;
}

    #header-dbs-button.caret-up {
        margin-top: 0 !important;
        min-width: 130px;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 277px;
    z-index: 1;
    padding: 20px;
    border: 1px solid #C9CBCC;
    font-size: 12px;
    margin-left: -21px;
}

#header-dbs-button::after {
    margin-left: 7px;
    background-image: url('/assets/images/caret-arrow-down.png');
    background-size: 10px 7px;
    display: inline-block;
    width: 10px;
    height: 7px;
    content: "";
    position: relative;
    top: -1px;
}

#header-dbs-button.caret-up:after {
    background-image: url('/assets/images/caret-arrow-up.png');
}

.content-scroll-object {
    max-height: 85vh;
    overflow: auto;
    padding: 20px;
}

.dropdown-content a {
    padding: 0;
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 500;
}

    .dropdown-content a:last-of-type {
        margin-bottom: 0;
    }

.dropdown-content::before {
    content: url('/assets/images/hhboxarrow.png');
    position: absolute;
    top: -12px;
    left: 80px;
}

.filter-content-container {
    display: none;
    margin-left: 10px;
}

    .filter-content-container .loading-box {
        background-color: white;
        padding: 5px;
        max-width: 215px;
        margin-bottom:;
        margin: auto;
        border-radius: 2px;
    }

#academic-header-row-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 105px;
    align-items: center;
}

    #academic-header-row-container.double-line-title-image {
        min-height: 130px;
    }

    #academic-header-row-container .advanced-search-link-container {
        text-align: right;
    }

        #academic-header-row-container .advanced-search-link-container a.advanced-search-link {
            top: 5px;
            position: relative;
        }

    #academic-header-row-container #q-textbox, #q2-textbox, #qx-textbox, #q-textbox-within {
        font-size: 16px;
        border-radius: 2px 0 0 2px;
        font-weight: 500;
    }

    #academic-header-row-container #q-button, #q2-button, #q-textbox, #q2-textbox, #qx-textbox, #q-textbox-within, #q-button-within {
        border: 1px solid #E2E2E2;
        border-radius: 2px;
        height: 45px;
    }

    #academic-header-row-container #q-button, #q2-button, #q-button-within {
        background-color: #FAFAFA;
        width: 54px;
        margin-right: 0;
        border-radius: 0 2px 2px 0;
    }

    #academic-header-row-container .search-container {
        flex: 1 1 auto;
        padding: 23px 25px 13px 0;
        max-width: 500px;
    }

    #academic-header-row-container.double-line-title-image .search-container {
        padding-top: 20px;
    }

    #academic-header-row-container .advanced-search-link {
        font-size: 14px;
    }

.academic-header #accordion,
#home-page-search-container {
    border: 2px solid #DFDADA;
    border-radius: 2px;
}

.filter-content-container .search-filter-button-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 10px;
    background-color: white;
}

    .filter-content-container .search-filter-button-row a,
    .filter-content-container .search-filter-button-row button {
        margin: 0 15px;
    }

.advanced-search-link.closefilter {
    display: none;
}

.loading-box {
    margin: 10px 0;
    text-align: center;
}

#home-page-search-container #academic-header-row-container {
    justify-content: center;
}

#main-body-content #home-page-search-container h4 {
    margin-top: 0;
    margin-bottom: 0;
}

#academic-header-logo-container .panel-body,
#home-page-search-container .panel-body {
    display: inline-block;
}

#academic-header-logo-container .panel-default,
#home-page-search-container .panel-default {
    position: relative;
    border-top: none;
}

.clear-group {
    position: absolute;
    bottom: 0;
    right: 20px;
}

#academic-header-logo-container .glyphicon,
#home-page-search-container .glyphicon {
    font-size: 22px;
    top: 2px;
}

.left-side-bar-menu-dropdown.dropdown {
    padding-left: 0;
    margin-bottom: 15px;
}

.left-side-bar-menu-dropdown a {
    width: 100%;
    text-align: left;
    position: relative;
}

    .left-side-bar-menu-dropdown a .caret {
        position: absolute;
        right: 10px;
        top: 6px;
    }

.left-side-bar-menu-dropdown .dropdown-menu {
    width: 100%;
}

.sidebar-menu h4.panel-column-title,
#left-sidebar .left-side-bar-menu-heading {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
}

.menu-list .panel-body.link-item-indent {
    font-size: 16px;
    font-weight: 500;
}

.left-side-bar-menu-dropdown.dropdown > a {
    border: 2px solid #EDEDED;
    border-radius: 3px;
    background-color: white;
    color: black;
    white-space: normal;
}

.left-side-bar-menu-dropdown.dropdown.indent1 {
    padding-left: 20px;
    position: relative;
}

    .left-side-bar-menu-dropdown.dropdown.indent1:before {
        content: '';
        position: absolute;
        left: 8px;
        top: 1px;
        bottom: 1px;
        background-color: #C2BEBD;
        width: 2px;
    }

.left-side-bar .left-side-bar-menu-group {
    padding-bottom: 10px;
    color: #23529B;
}


.left-side-bar .left-side-bar-group-menu-items-container .left-side-bar-menu-link,
.left-side-bar .left-side-bar-group-menu-items-container .left-side-bar-menu-title-title {
    padding: 5px 0;
}

.left-side-bar .select-collection-style-list-button-container {
    max-width: 450px;
}

#left-sidebar .left-side-bar {
    margin-bottom: 10px;
}

.left-side-bar .left-side-bar-group-menu-items-container .left-side-bar-menu-link.non-clickable {
    color: #747272;
    font-weight: 600;
}

.left-side-bar-group-menu-items-container .left-side-bar-menu-title-title {
    color: black;
    font-weight: 600;
}

.left-side-bar .left-side-bar-group-menu-items-container .left-side-bar-menu-link {
    cursor: pointer;
}

.left-side-bar .dropdown-menu > li > a.selected {
    background-color: #EAEAEA;
}

.left-side-bar-menu-link.current {
    color: rgb(218, 93, 39);
    font-weight: 800;
    text-decoration: underline;
}

.left-side-bar-menu-title-title {
    color: black;
    font-weight: 600;
}

.left-side-bar .left-side-bar-group-menu-items-container .left-side-bar-group-menu-items-container-2 div,
.left-side-bar .left-side-bar-group-menu-items-container .left-side-bar-menu-title-title.left-side-bar-menu-title-title-level-2 {
    padding-left: 20px;
}

.interior.row {
    margin-left: 0;
}

.c-search .search-results-content-column {
    margin-right: 15px;
    position: relative;
}

    /* The container <div> - needed to position the dropdown content */
    .c-search .search-results-content-column .dropdown {
        position: relative;
        display: inline-block;
    }

/* Dropdown Content (Hidden by Default) */
.c-search .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 277px;
    z-index: 1;
    padding: 20px;
    border: 1px solid #C9CBCC;
    font-size: 12px;
    margin-left: -21px;
}

    .c-search .dropdown-content::before {
        content: url('/assets/images/hhboxarrow.png');
        position: absolute;
        top: -12px;
        left: 79px;
    }

.c-search .dropdownMenuFilter-container.opened > button > .caret-up,
.c-search .dropdown.open > button > .caret-up {
    border-top: 0;
}

.c-search .dropdown-in-page {
    display: none;
}

.c-search .filter-drop-down button.dropdown-toggle, .c-search .filter-drop-down button.dropdown-toggle:hover, .c-search .filter-drop-down button.dropdown-toggle:active, .c-search .filter-drop-down button.dropdown-toggle:focus {
    background-color: #FAFAFA !important;
    border-color: #DFDFDF !important;
    color: black !important;
    margin: 7px 0;
    padding: 4px 10px;
    border-radius: 2px;
    font-weight: 300;
    font-size: 13px;
    box-shadow: none;
    margin-right: 10px;
}

.c-search .dropdownMenuFilter-container.opened .dropdown-in-page {
    display: block;
}

.c-search .dropdown.filter-drop-down.opened {
    width: 100%;
    top: -48px;
}

.c-search #filterSearch {
    color: black;
    margin-top: -14px;
}

    .c-search #filterSearch #filter-apply-button {
        margin-left: 20px;
        padding: 10px 30px;
        font-size: 15px;
    }

.left-side-bar-menu-filters #filterSearch {
    margin-top: 0;
}

.left-side-bar-menu-filters .filter-items-container .filter-panel {
    flex: 0 1 100%;
}

.c-search .filter-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 10px 0 20px;
    background-color: #FAFAFA;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
}

.left-side-bar-menu-filters .filter-items-container {
    background-color: transparent;
    border: none;
}

.c-search.a-results #left-sidebar .left-side-bar > div {
    margin-bottom: 15px;
}

.c-search.a-results #left-sidebar .left-side-bar > .left-side-bar-menu-heading {
    font-size: 18px !important;
    margin-bottom: 5px !important;
}

.left-side-bar-menu-filters .panel-collapse {
    max-height: 400px;
    overflow: auto;
}

#advancedsearch .panel-group {
    padding: 15px;
    background-color: white;
}

.c-search .filter-drop-down .dropdown-in-page:before {
    content: '';
    height: 15px;
    display: inline-block;
    width: 74px;
    background-color: #FAFAFA;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    position: relative;
    top: -8px;
}

@media all and (max-width:1015px) {
    .c-search .filter-drop-down .dropdown-in-page:before {
        background-color: transparent;
        border-left: none;
        border-right: none;
    }
}


.c-search .advanced-search-page .filter-drop-down .dropdown-in-page::before {
    top: -9px;
}

.c-search .advanced-search-page #filterSearch {
    margin-top: -14px;
}

.c-search .search-results-tools-bar

.c-search #filterSearch .filter-item {
    padding: 10px;
}

.c-search .filter-button-row {
    text-align: right;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 20px;
}

.left-side-bar-menu-filters .filter-button-row {
    padding: 0;
}


.c-search .search-results-number-container {
    display: inline-block;
    margin-right: 15px;
}

.c-search .search-results-item-container {
    display: flex;
    flex: 1;
}

.c-search .search-results-result-line {
    margin: 0;
    padding: 0 0 0 15px;
    display: flex;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.c-search #search-within-results {
    margin: 19px;
    max-width: 450px;
}

.c-search #dropdownMenuFilter, .c-search #dropdownMenuTab1 {
    min-width: 74px;
    padding: 0px 5px;
}

    .c-search #dropdownMenuFilter span, .c-search #dropdownMenuTab1 span {
        margin-top: 6px;
    }

.c-search #dropdownMenuTab1 {
    min-width: 156px;
}

.c-authentication.a-logon #main-body {
    margin: 0 15px;
}

#header-glyphicon-search {
    font-size: 25px;
    position: relative;
    top: 2px;
}

.filter-item div[role=group] {
    margin-left: 10px;
}

.pagination .btn.btn-default span img,
.pagination span.btn.disabled img {
    max-height: 14px;
    position: relative;
    top: -1px;
}

.pagination li > .btn.btn-default,
.pagination li > .btn.disabled {
    padding: 4px 12px;
}

#filterSearch2 {
    display: inline-block;
    margin: 0 10px 0 0;
}

    #filterSearch2 #search-within-results {
        margin: 0;
    }

    #filterSearch2 #q-textbox-within, #filterSearch2 #q-button-within {
        height: 34px;
    }

    #filterSearch2 #q-button-within {
        width: 43px;
    }

    #filterSearch2 #header-glyphicon-search {
        font-size: 18px;
        top: 1px;
    }

#filterSearch .checkbox {
    margin-bottom: 10px;
}

#filterSearch .filter-item {
    margin-right: 20px;
    font-size: 13px;
    max-width: 275px;
}

.dropdownMenuFilter-container.filter-drop-down {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-results-item-title,
.c-search .search-results-number-container {
    font-size: 16px;
    font-weight: 700;
    color: #2671EB;
}

.c-search #q-textbox-within {
    font-size: 13px;
}

.pagination {
    margin: 15px 0;
}

.top .pagination {
    margin: 15px 0 0 0;
}

.search-results-line-text-container .search-result-description,
.search-results-line-text-container .search-result-category {
    margin-left: 10px;
    font-size: 13px;
}

.search-results-line-image-container {
    margin-right: 15px;
}

.advanced-search-page .section-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 15px;
}

#icon-links {
    margin-top: 15px;
    margin-bottom: 0;
}

#search-results-tools-bar #search-within-results {
    margin: 0 10px 0 0;
}

    #search-results-tools-bar #search-within-results #q-textbox-within,
    #search-results-tools-bar #search-within-results #q-button-within {
        height: 35px;
    }

.c-search .resources-page .filter-drop-down .dropdown-in-page::before {
    top: -9px;
}

.c-search.a-multiprint {
    padding: 15px;
}

.video-container,
.summary-container {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0 -10px;
    padding: 20px;
}

.video-container {
    padding: 0 20px 20px 20px;
}

.summary-container {
    background-color: #F5F5F5;
}

    .video-container p,
    .summary-container p {
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }

    .video-container .image-column,
    .summary-container .image-column {
        flex: 0 0 auto;
        max-width: 100%;
        margin-right: 10px;
    }

        .video-container .image-column > a,
        .summary-container .image-column > a {
            background-size: auto !important;
            background-size: auto auto !important;
            background-size: cover !important;
            max-width: 250px;
            display: block;
        }

        .video-container .image-column iframe,
        .summary-container .image-column iframe {
            max-width: 100%;
        }

    .video-container .text-column,
    .summary-container .text-column {
        flex: 1;
        min-width: 275px;
    }

.video-container .text-column {
    padding-bottom: 20px;
}

    .video-container .text-column > a,
    .summary-container .text-column > a {
        display: block;
        font-weight: 600;
        margin-bottom: 10px;
    }

.video-container-video.container-shadowbox-link {
    position: relative;
}

    .video-container-video.container-shadowbox-link > a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .video-container-video.container-shadowbox-link iframe {
        pointer-events: none;
        border: none;
    }

.outlines-transcript-container {
    margin: 15px 0;
    padding-left: 10px;
}

#modal-content #main-body-content {
    margin-left: 0;
}

#printDiv .article-image p.enlarge {
    display: none;
}

#printDiv p.pdf-label {
    display: none;
}

.c-topics.a-display #main-body-content .main-body.author-link,
.c-collections.a-display #main-body-content .main-body.author-link,
.c-search.a-display #main-body-content .main-body.author-link {
    top: auto;
    left: 0;
}

.c-collections.a-display #main-body-content .main-body.cite,
.c-collections.a-display #main-body-content .main-body.expand,
.c-collections.a-display #main-body-content .enlarge.main-body,
.c-search.a-display #main-body-content .main-body.cite,
.c-search.a-display #main-body-content .main-body.expand {
    top: auto;
    left: 0;
}

/*see https://betalae2.abc-clio.com/Collections/Display/2275571?sid=1741271&sTypeId=6*/

#main-body-content p.enlarge a.audiovideo.main-body {
    position: initial
}
#main-body-content .entry-media .pdf-container a.main-body {
    position: initial
}

#main-body-content .main-body {
    position: relative;
    top: -42px;
    left: 10px;
}

#back-to-top-nohide .main-body {
    top: 0 !important;
}

.c-topics.a-display #main-body-content .over-image-container.small-base-margin-bottom .expand.main-body {
    top: auto;
}

.c-topics.a-display #main-body-content .expand.main-body {
    top: -10px;
    left: 0;
}

.c-topics.a-display #main-body-content .cite.main-body {
    top: -5px;
    left: 0;
}

#modal-content .topic-title {
    border-bottom: 2px solid black;
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    text-align: center;
    padding-bottom: 10px;
    font-size: 18px;
}

.modal-header {
    min-height: 58.57px;
    padding: 15px;
    border-bottom: none;
    background-color: #EBEBEB;
    text-align: center;
}

    .modal-header #modal-dialog-title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        padding-right: 30px;
    }

#modal-content .more-less-button-container {
    border-top: 1px solid #E2E2E2;
    margin-top: 25px;
    clear: both;
}

.more-less-button-container {
    text-align: right;
}

.more-less-button {
    padding: 9px 12px;
    cursor: pointer;
    background-color: #FAFAFA;
    display: inline-block;
    border: 1px solid #E2E2E2;
    border-top-color: rgb(226, 226, 226);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 0 0 2px 2px;
    margin-top: 0;
    border-top: none;
    font-weight: 600;
}

#modal-content .video-iframe {
    border: none;
}

.summary-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.summary-container .text-column > *:first-child {
    margin-top: 5px;
}

.scholarships-perspective-title {
    margin: 10px 10px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.scholarships-perspectives li {
    margin-bottom: 15px;
}

.response_article_text_wrapper {
    width: 100%;
}

.align-content-right #printModal {
    margin: 0 10px;
}

#hidden {
    display: none;
}

header.academic-header .header-link {
    max-width: 930px;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

    header.academic-header .header-link img {
        max-height: 65px;
    }

        header.academic-header .header-link img.double-line-title-image {
            max-height: 90px;
        }

#academic-header-logo-container .header-link.without-search {
    padding-bottom: 15px !important;
}

.left-side-bar-group-menu-items-container a {
    display: block;
}


#modal-content #printModal {
    float: left;
    margin: 0 !important;
}

#left-sidebar .dropdown-menu > li > a,
#left-sidebar .btn,
.left-side-bar .left-side-bar-menu-group {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    font-size: 16px;
}

/* PER TB, remove left indent in the left nav
.left-side-bar-menu-group > .left-side-bar-group-menu-items-container > .left-side-bar-menu-link {
    margin-left: 15px;
}
*/

#left-side-bar-separator {
    height: 15px;
    width: 345px;
}

.left-side-bar > .left-side-bar-menu-dropdown {
    margin-left: 10px;
    margin-right: 10px;
}

.left-side-bar-expanded .left-side-bar-menu-link.current {
    font-weight: 600;
}

.log-in-not-a-subscriber-box {
    background-color: rgb(241, 241, 241);
    padding: 10px;
    text-align: center;
    font-size: 15px;
}

#middle-content.academic-middle-content,
#main-body-content.academic-content {
    margin: 0 auto;
    padding: 15px;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1200px;
}

#middle-content {
    padding: 0;
}

.c-home.a-index .search-container {
    background-color: white;
    padding-left: 15px !important;
}

.c-home.a-index .row.advSearch {
    background-color: white;
}

.c-home.a-index #academic-header-row-container .search-container {
    max-width: 750px;
}

.row.interior.home {
    margin: auto 0;
    padding: 0 15px;
}

.c-home.a-index #home-page-search-container {
    border: none;
}

.paragraph-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    color: black;
    padding: 5px 10px;
    text-align: left;
    font-size: 18px;
    border-bottom: 3px solid #E6E6E6;
    flex-wrap: nowrap;
}

    .paragraph-header .paragraph-header-collections {
        margin-bottom: 5px;
        flex: 0 0 auto;
    }

    .paragraph-header .paragraph-header-title {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 600;
    }

    .paragraph-header .button-list-container {
        border-radius: 4px;
    }

        .paragraph-header .button-list-container .button-list-input-field {
            font-size: 13px;
            font-weight: 600 !important;
        }

.bottom-row-container,
.homepage-topics-container {
    margin-left: -15px;
    margin-right: -15px;
}

.paragraph-header-collections .button-list-items {
    width: 200%;
    right: 0;
}

.c-topics.a-index .bottom-row-container,
.homepage-topics-container {
    margin-left: 0;
    margin-right: 0;
}

    .bottom-row-container .row,
    .homepage-topics-container .col-sm-6 {
        margin-bottom: 30px;
    }

        .bottom-row-container .row:first-of-type,
        .homepage-topics-container .row:first-of-type {
            margin-top: 30px;
        }

    .homepage-topics-container .topic-content-header {
        padding: 0 15px 7px 15px;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .bottom-row-container .Itembox-content-link-container,
    .homepage-topics-container .topic-content-link-container {
        padding: 4px 15px;
        font-size: 14px;
        line-height: 1.2;
    }

.bottom-row-container .Itembox-content-link-container {
    padding: 4px 15px;
}

.Itembox-content-header {
    padding: 10px 15px;
    background-color: #C1BEBC;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.topic-content-link-container a {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.paragraph-description {
    font-size: 14px;
    font-weight: 400;
    margin: 15px;
}

#maincontent > .paragraph-description {
    margin-left: 0;
}

.concepts-content-header {
    padding: 10px 15px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-row-flex {
    display: flex;
}

.footer-column-flex {
    flex: 1;
    padding-left: 10px;
    border-right-color: rgb(222, 222, 219);
    border-left-color: rgb(222, 222, 219);
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
}

.acsb-trigger.acsb-bg-lead:hover::after,
.acsb-trigger.acsb-bg-lead:focus::after {
    content: 'Click to access web accessibility features';
    background: rgba(0,0,0,.7);
    border-radius: 3px;
    top: -42px;
    color: #fff;
    left: -118px;
    right: 0;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 164px;
    font-size: 13px;
    text-align: center;
}

body.modal-open .acsb-trigger {
    z-index: 1000 !important;
}

#academic-header-intro-right {
    background-color: #EFEFEF;
    margin-bottom: 50px;
    flex: 1 1 100%;
    text-align: left;
}

#header-logo-footer {
    max-height: 117px;
    max-width: 100%;
}

.footer-logo-container {
    margin-top: 40px;
}

#academic-header-intro-left {
    flex: 0 1 55%;
}

    #academic-header-intro-left img {
        width: 100%;
    }

#academic-header-intro-right-container {
    padding: 40px 30px 30px 30px;
    position: relative;
    max-width: 750px;
}

#academic-header-intro-right-title {
    font-size: 49px;
    font-weight: 700;
}

#academic-header-intro-right-subtitle {
    font-size: 25px;
    margin-bottom: 35px;
}

#academic-header-intro-right-bar {
    position: relative;
    height: 7px;
    background-color: #DC9146;
    left: -14%;
    width: 113%;
    margin-bottom: 60px;
}

#academic-header-intro-right-container #advancedsearch {
    position: absolute;
    left: -34%;
    width: 130%;
    z-index: 10;
}

.c-home.a-index .search-container {
    background-color: transparent;
    padding-left: 0 !important;
}

#home-page-search-container .select-collection-style-list-button-container {
    margin-top: 14px;
}

.topic-content-container {
    display: flex;
    flex-wrap: nowrap;
}

    .topic-content-container .topic-content-image {
        width: 140px;
        flex: 0 0 auto;
    }

        .topic-content-container .topic-content-image figure {
            height: 140px;
        }

    .topic-content-container .topic-content-links-container {
        flex: 1 1 auto;
    }

    .topic-content-container .topic-links-container {
        overflow: auto;
        max-height: 107px;
        padding-left: 16px;
    }

#left-sidebar .button-list-container {
    border-radius: 4px;
    border-color: black !important;
}

    #left-sidebar .button-list-container .button-list-input-field {
        font-size: 13px;
        color: black !important;
        font-weight: 600 !important;
        line-height: 1 !important;
    }

.page-collections-container {
    padding: 15px;
}

    .page-collections-container.multiple {
        display: flex;
        flex-wrap: wrap;
    }

        .page-collections-container.multiple .collection-content-container {
            flex: 1 1 50%;
        }

        .page-collections-container.multiple .collection-content-image-container {
            flex: 0 0 auto;
            margin-bottom: 20px;
        }

        .page-collections-container.multiple .collection-content-link-container {
            padding: 0 15px 15px 0;
        }

        .page-collections-container.multiple .collection-content-image {
            width: 100%;
        }

        .page-collections-container.multiple .collection-content-link-container a {
            font-size: 14px;
            font-weight: 500;
        }

        .page-collections-container.multiple .collection-content-container {
            display: flex;
            min-width: 375px;
            max-width: 50%;
        }

@media all and (max-width:810px) {
    .page-collections-container.multiple .collection-content-container {
        max-width: 100%
    }
}


.interior.content {
    display: flex;
}

.rsbtn_sampleskin {
    margin-bottom: 0 !important;
   /* margin-top: 0 !important;*/
    border-radius: 4px;
    padding: 3px;
}

.rsbtn_text {
    font-size: 12px;
}

#left-sidebar {
    width: 345px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    margin-left: 0;
    background-color: #FAFAFA;
}

    #left-sidebar.community {
        background-color: #FFFFFF;
    }

#add-research-button:hover::after {
    content: 'Add to Research List';
    background: #333;
    background: rgba(0,0,0,.7);
    border-radius: 3px;
    top: 38px;
    color: #fff;
    left: -17px;
    right: 0;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 114px;
    font-size: 12px;
}

#back-to-top, #back-to-top-nohide {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: white;
    border: 1px solid lightgray;
    padding: 6px 15px 7px 15px;
    border-radius: 4px;
}

    #back-to-top a, #back-to-top-nohide a {
        width: auto;
        left: 0 !important;
    }

.ebooks-categories-container {
    padding: 0 15px;
    position: relative;
}

.category-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
}

    .category-title i {
        margin-left: 10px;
    }

.category-content-item-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.category-content-item-image-container {
    margin-right: 15px;
}

    .category-content-item-image-container img {
        max-width: 115px;
    }

.category-content-item-link-container {
    font-size: 16px;
}

    .category-content-item-link-container a {
        font-weight: 600;
    }

#ebooks-category-expand-all-button {
    position: absolute;
    right: 10px;
    top: 7px;
}

.story-box {
    float: right;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    margin: 0 0 10px 25px;
    max-width: 300px;
    font-size: 16px;
}

    .story-box .story-box-links {
        padding: 10px 20px 10px 20px;
    }

        .story-box .story-box-links .story-box-link {
            display: block;
            padding: 0 10px 10px 10px;
        }

    .story-box .story-box-static-title {
        font-weight: 600;
        padding: 15px 15px 0 15px;
    }

    .story-box .story-box-static-text {
        padding: 15px;
    }

.display-tool-bar > div > .disabled-link {
    color: lightgrey;
}

    .display-tool-bar > div > .disabled-link > img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.collection-content-image-container img {
    max-width: 150px;
    width: 100%;
}

.collection-content-image-container {
    margin-right: 25px;
}

.collection-content-image {
    height: 140px;
    width: 140px !important;
}

.c-collections.a-skills .collection-content-image {
    width: auto !important;
}

.c-collections.a-skills .collection-content-image-container img {
    max-width: initial;
    height: 175px;
}

.collection-content-container {
    display: flex;
    margin-bottom: 15px;
}

.collection-results-container {
    padding: 0 25px;
}

.search-results-dropdown-container {
    align-self: flex-start;
}

#main-body-content {
    overflow: auto;
}

/* only firefox -> accessibe adjustments*/
@-moz-document url-prefix() {
    .acsb-ff-wrapper {
        transform-origin: left top 0px !important;
    }

    body > .acsb-ff-wrapper:not(.acsb-page-iframe .acsb-ff-wrapper) {
        overflow-y: auto;
    }

    body.acsb-stop-animations.acsb-emphasize-links.acsb-emphasize-titles.modal-open > .acsb-ff-wrapper:not(.acsb-page-iframe .acsb-ff-wrapper) {
        z-index: 1050;
    }

    body.modal-open > .acsb-ff-wrapper:not(.acsb-page-iframe .acsb-ff-wrapper) {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        outline: 0;
        overflow-y: hidden;
        overflow-x: hidden;
        z-index: 1;
    }

    body.acsb-page-iframe .acsb-ff-wrapper {
        transform: scale(1) !important;
    }

    .modal-backdrop.fade.in {
        z-index: 1049;
    }
}

/*################################## - 425px ############################*/
@media all and (max-width:425px) {
    .page-collections-container.multiple .collection-content-image {
        height: 100px;
        width: 100px !important;
    }

    .page-collections-container.multiple .collection-content-container {
        min-width: 100%;
    }
}
/*################################## - 768px ############################*/
@media all and (max-width:768px) {

    .c-topics.a-display #main-body-content .main-body, .c-search.a-display #main-body-content .main-body, .c-collections.a-display #main-body-content .main-body {
        left: 9px;
    }

    .display-tool-bar {
        padding-left: 10px;
        padding-bottom: 50px;
    }

        .display-tool-bar > div {
            justify-content: flex-start;
        }

    #academic-header-intro-left {
        display: none;
    }

    #academic-header-intro-right-bar {
        width: 100%;
        left: 0;
    }

    #academic-header-intro-right-title, #academic-header-intro-right-subtitle {
        text-align: center;
    }

    #academic-header-intro-right-container #advancedsearch {
        width: 95%;
        left: 10px;
        right: 0;
    }

    #academic-header-row-container {
        display: block;
        margin-top: 20px;
    }

    header.academic-header #academic-header-logo-container a.header-link > div, header.academic-header #academic-header-logo-container a.header-link > div:hover {
        padding: 0;
        margin-right: 0;
        text-align: center;
    }

    header.academic-header #academic-header-logo-container .search-container {
        margin: auto;
        padding-left: 5px;
        padding-right: 5px;
    }

    header.academic-header #academic-header-logo-container {
        padding: 10px 0 10px 0;
    }
}
/*################################## - 768px ############################*/
@media all and (max-width:769px) {
    .search-results-line-image-container img {
        max-width: 75px;
    }
}
/*################################## 768px + ############################*/
@media all and (min-width:769px) {
    .c-search #dropdownMenuFilter span, .c-search #dropdownMenuTab1 span {
        margin-top: 7px;
    }

        .c-search #dropdownMenuFilter span.caret-up, .c-search #dropdownMenuTab1 span.caret-up {
            margin-top: -2px;
        }

    img#abc-clio-logo-right-bottom-mobile {
        display: none;
    }

    #article_title #title-text, #article_title #search-box {
        padding-right: 0;
        padding-left: 0;
        margin-top: 10px;
    }

    h4.blu {
        width: 90%;
    }

    .preager-logo-top {
        margin-top: 10px;
    }

    img#abc-clio-logo-right-bottom {
        display: block;
        position: absolute;
        right: 9px;
        z-index: 99;
        background-color: #C1BEBC;
        height: 31px;
        float: right;
        margin-top: 0;
        padding: 4px 0;
    }

        img#abc-clio-logo-right-bottom.not-logged-in {
            right: 25px;
        }

    #reference-label {
        text-align: center;
    }

    #article_title #search-box {
        padding-left: 15px;
    }

    #article_title #title-text, #article_title #search-box {
        margin-top: 0;
    }

    #search-box button.btn.btn-default, #search-box .form-control {
        height: 25px !important;
    }

    .header-data-part-datacols {
        width: 287px;
    }

    table#categoryTable td {
        padding-left: 2px;
        padding-right: 2px;
    }

    #header-data-part-col1 {
        width: 95px;
    }

    .clioview .selects {
        padding-left: 0;
    }

    #logo-box {
        text-align: left;
    }

    div#rlsv-main div#main-body-content {
        margin-left: 10px;
    }

    div#rlsv-main div#left-sidebar {
        margin-left: 0;
    }

    #banner {
        padding-bottom: 0;
    }

    .leftside {
        margin: 9px 30px;
        left: 0;
        top: 0;
        position: absolute;
        margin-top: 40px;
    }

    .research #main-body-content {
        margin-bottom: 30px;
    }

    .multiLogo {
        padding: 0;
        left: 38%;
        top: 15px;
        width: 25%;
        position: absolute;
        z-index: 999;
    }

    #main-body-content #article-content {
        /*border: 1px solid rgb(149, 149, 149);*/
        border-image: url('') none;
    }


    #main-body-content {
        margin-left: 10px;
        padding-right: 10px;
        flex: 0 1 100%;
    }

    .logins#main-body-content {
        margin-bottom: 60px;
    }

    #article-content {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #main-body-content h1.topic-title {
        text-align: center;
        color: rgb(51, 51, 51);
        text-transform: uppercase;
        padding-top: 0;
        padding-bottom: 16px;
        font-size: 18px;
        font-weight: bold;
        margin-top: 0;
        border-bottom-color: rgb(0, 0, 0);
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

    .clioview .clioview-buttons {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .navbar-right {
        margin-top: -5px;
    }

    .collapse.navbar-collapse {
        display: none !important;
    }

    #logo-box {
        margin: 0;
        width: 100%;
    }

        #logo-box img {
            width: 80%;
            height: auto;
        }

    .dbTitle {
        padding: 0;
        left: 38%;
        top: 15px;
        width: 25%;
        display: block;
        position: absolute;
        z-index: 999;
    }

    #databases {
        margin-top: 0;
        margin-left: 0;
    }

    button#db-button {
        padding-left: 0;
        padding-top: 0;
        margin-top: -10px;
    }

    .db-link-button {
        background: none;
        border-image: url('') none;
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-decoration: none;
    }

        .db-link-button:hover {
            background: none;
            color: rgb(255, 255, 255);
            text-decoration: none;
        }

        .db-link-button:focus {
            background: none;
            color: rgb(255, 255, 255);
            text-decoration: none;
        }

        .db-link-button:active {
            background: none;
            color: rgb(255, 255, 255);
            text-decoration: none;
        }

        .db-link-button > a {
            background: none;
            color: rgb(255, 255, 255);
            text-decoration: none;
        }

    .dropdown-toggle {
        background: none;
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

    .open.btn-group .dropdown-toggle {
        background: none;
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

    #db-button {
        background: none;
        color: rgb(0,0,0);
        text-decoration: none;
    }

    #db-button {
        border-radius: 0;
        border-image: url('') none;
        text-align: left;
        color: rgb(0,0,0);
        font-size: 14px;
        text-decoration: none;
    }

    .dropdown-menu#db-menu {
        width: 275px;
        margin-left: 0;
    }

    .navbar-text {
        float: none;
    }

    .form-inline .form-control {
        width: 300px;
    }

    .multiProd .form-inline .form-control {
        width: 280px;
    }

    .searchPage .sresults .form-inline .btn-primary {
        width: 120px;
        margin-left: 10px;
        display: inline-block;
        float: right;
    }

    .advSearch .panel-group .panel-heading a::before {
        display: none;
    }

    .drawer {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
        font-weight: bold;
        margin-top: 0;
        margin-right: 1px;
        margin-left: 1px;
        background-color: rgb(241, 241, 241);
    }

    .sidebar-menu .panel-default {
        border-image: url('') none;
        padding-top: 0;
    }

    .navbar-text {
        font-size: 14px;
    }

    .navbar-link {
        font-size: 14px;
    }

    .navbar-form {
        margin-top: -2px;
    }

    #site-search .navbar-text {
        margin-bottom: 6px;
    }

    #site-search .input-group-btn .btn {
        padding: 1px 9px;
        height: 34px;
        width: 34px;
    }

    .rightSide .input-group-btn {
        display: inline-block;
    }

    p.stips {
        margin-top: -30px;
        float: right;
    }

    .sresults.row {
        margin-right: 0;
        margin-left: 0;
    }

    .multiResults th.box {
        padding: 9px 20px;
    }

    .panel-body p.subInd {
        margin-left: 44px;
    }

    .text-links-only p {
        text-indent: -22px;
        margin-bottom: 10px;
        margin-left: 22px;
    }

    .sidebar-menu h4.mheader::after {
        content: "";
    }

    .sidebar-menu h4.ui-state-active.mheader::after {
        content: " ";
    }

    .site-footer, site-header {
        background: rgb(241, 241, 241);
        color: rgb(72, 72, 72);
        padding-top: 0;
        padding-bottom: 0;
        font-size: 12px;
        margin-top: 0;
        border-top-color: rgb(193, 190, 188);
        border-top-width: 32px;
        border-top-style: solid;
        box-shadow: inset 0px 1px 0px #fff;
    }

        .site-footer ~ .container, .site-header ~ .container {
            background-color: rgb(255, 255, 255);
        }

        .site-footer > .container, .site-header > .container {
            margin-top: -32px;
            padding-left: 0;
        }

        .site-footer > .container, .site-header > container {
            border-right-color: rgb(222, 222, 219);
            border-left-color: rgb(222, 222, 219);
            border-right-width: 1px;
            border-left-width: 1px;
            border-right-style: solid;
            border-left-style: solid;
        }

        .site-footer *[class^=col]:not(:first-child), .site-header *[class^=col]:not(:first-child) {
            border-right: 1px solid #dededb;
        }

        .site-footer > .container, .site-header > .container {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

    div.col-md-3:nth-child(4) {
        border-left: 1px solid #dededb;
        border-right: 1px solid #dededb;
    }

    table.tablesorter thead tr .header {
        background-position: right;
        text-transform: uppercase;
        line-height: 15px;
        padding-right: 0;
        font-size: 13px !important;
        font-weight: 700 !important;
        vertical-align: middle;
        cursor: pointer;
        background-image: url("/assets/css/tablesorter/sorts_arrows.gif");
        background-repeat: no-repeat;
    }

    .btn.btn-default.dropdown-toggle.db-link-button {
        border: 0 !important;
    }

    .navbar-header {
        margin-bottom: 10px;
    }

    .panel-group .panel-heading a.collapsed::before {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
    }

    .panel-group .panel-heading a::before {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
    }

    .caret {
        float: none;
    }

    #errors p, label.error {
        color: #ff0000;
    }
}
/*################################## - 850px ############################*/
@media all and (max-width:850px) {
    .select-collection-style-list-button-container {
        padding-left: 10px;
    }

    .advanced-search-page .section-title {
        position: relative;
        margin-bottom: 15px;
        top: 0;
    }

    .interior.row {
        margin-left: 10px;
        margin-right: 15px;
    }

    .open.dropdown .caret {
        top: 6px;
    }

    .left-side-bar .left-side-bar-menu-group {
        margin-left: 0;
        padding-left: 20px;
        padding-bottom: 15px;
    }

    #home-page-search-container {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }

    input#search-textbox.form-control {
        width: 185px !important;
    }

    #banner-image {
        width: 40%;
    }

    #header-wrapper {
        margin-right: 0;
    }

    #middle-content {
        margin-top: 5px;
    }

    #feature_article_column {
        padding-left: 0;
        padding-right: 0;
    }

    .research #left-sidebar {
        padding-top: 0;
        margin-bottom: 0;
    }

    #left-sidebar {
        display: inline-block;
        position: relative;
    }

    #main-body-content {
        width: 100%;
        padding-right: 15px;
        margin-left: 0;
    }

    .research #main-body-content {
        margin-bottom: 30px;
    }

    #icon-links {
        padding-top: 0;
    }

    #article-content {
        padding: 0;
    }

    #main-body-content #article-content {
        border-image: url('') none;
    }

    #main-body-content h1.topic-title {
        text-align: center;
        color: rgb(33, 80, 153);
        text-transform: uppercase;
        padding-top: 0;
        padding-bottom: 16px;
        font-size: 24px;
        font-weight: bold;
        margin-top: 0;
        border-bottom-color: rgb(0, 0, 0);
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

    .article-image {
        padding-left: 0;
    }

    #site-search input.form-control {
        width: 100%;
    }

    .main_article_box {
        margin-right: 0;
    }

    #back-to-top {
        margin-right: 0;
    }

    #featured_scholar_title_bar {
        margin-left: 0;
    }

    #response-header {
        margin-right: 0;
    }

    #top_feature_article_column, #response_article_column {
        padding-right: 0;
    }

    #right-column {
        padding: 0;
    }

    #middle-content {
        max-width: 9999px;
    }

    #search-results-tools-bar {
        margin-left: 15px;
    }
}
/*################################## 851px + ############################*/
@media all and (min-width:851px) {

    .search-results-content-column {
        margin-left: 365px;
    }

    #left-sidebar {
        width: 345px;
        display: inline-block;
        position: relative;
        margin-left: 0;
        background-color: #FAFAFA;
    }

        #left-sidebar.community {
            background-color: #FFFFFF;
        }

    .left-side-bar-menu-dropdown.dropdown.indent1 .dropdown-menu {
        width: 325px;
        margin-left: 20px;
    }

    #banner-image {
        width: 45%;
    }

    div#rlsv-main div#left-sidebar {
        margin-left: 15px;
    }


    div#rlsv-main div#main-body-content {
        margin-left: 360px;
    }

    .left-side-bar > div {
        padding-left: 15px;
    }

    #back-to-top {
        display: none;
    }

    .c-topics.a-display .interior.row.psio {
        background-image: none;
    }

    .interior.row.no-background-academic {
        background-image: none;
    }

    #banner {
        border-bottom: thin black solid;
    }

    #featured_scholar_title_bar {
        margin-top: 0;
    }

    .panel-header-menu.navbar-toggle::after {
        display: none;
    }

    .caret {
        border-top-width: 8px;
        border-right-width: 4px;
        border-left-width: 4px;
        margin-top: 6px;
    }

    .caret-up {
        border-bottom-width: 8px;
        border-right-width: 4px;
        border-left-width: 4px;
        border-style: dotted solid solid;
        /*border-color: currentColor transparent rgb(255, 255, 255);*/
        width: 0;
        height: 0;
        margin-top: -3px;
        margin-left: 8px;
        vertical-align: middle;
        display: inline-block;
        content: "";
    }

    #btn-time-period > span.caret, #btn-titles > span.caret {
        margin-top: 7px;
    }

    p.breadcrumb-rlsv {
        margin-top: 15px;
    }

    .clioview #main-body-content {
        margin-top: 20px;
    }

    .clioview .row.interior {
        margin-right: 10px;
    }

    #left-sidebar > div:last-of-type > div {
        padding-bottom: 15px;
    }
}
/*################################## - 991px ############################*/
@media all and (max-width:991px) {

    #left-side-bar-separator {
        width: 100%;
    }

    .sresults .pull-right {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        float: none;
    }

    .pagination.mini > li > span {
        color: #7e7e7e;
    }

    .pagination.mini > li > a {
        color: #215099;
    }

    .sresults .btn {
        border: 1px solid #666;
        border-radius: 0;
        padding: 6px 10px;
        display: block;
        width: 100%;
        text-align: left;
        white-space: normal;
    }

    .sresults .caret {
        float: right;
        position: relative;
    }

    .sorts .caret {
        float: right;
        position: relative;
    }

    .sresults .caret-up {
        margin-top: 6px;
    }

    .sorts .caret-up {
        margin-top: 6px;
    }

    .sresults .btn-default:hover {
        border-color: rgb(102, 102, 102);
        color: rgb(33, 79, 153);
        background-color: transparent;
    }

    .sresults .btn-default:focus {
        border-color: rgb(102, 102, 102);
        color: rgb(33, 79, 153);
        background-color: transparent;
    }

    .sresults .focus.btn-default {
        border-color: rgb(102, 102, 102);
        color: rgb(33, 79, 153);
        background-color: transparent;
    }

    .sresults .btn-default:active {
        border-color: rgb(102, 102, 102);
        color: rgb(33, 79, 153);
        background-color: transparent;
    }

    .sresults .active.btn-default {
        border-color: rgb(102, 102, 102);
        color: rgb(33, 79, 153);
        background-color: transparent;
    }

    .sresults .open > .btn-default.dropdown-toggle {
        border-color: rgb(102, 102, 102);
        color: rgb(33, 79, 153);
        background-color: transparent;
    }

    .sresults .dropdown:focus {
        border-color: rgb(102, 102, 102);
        color: rgb(33, 79, 153);
        background-color: transparent;
    }

    .active.tab-pane#topic-center {
        margin-top: -8px;
    }

    ol.srl {
        clear: left;
    }

    .listings {
        padding: 0;
    }

        .listings .sorts {
            padding: 10px 15px 2px;
            height: auto;
        }

    .sorts .btn {
        padding: 6px 12px;
        border-radius: 0;
        border: 1px solid rgb(153, 153, 153);
        border-image: url('') none;
        width: 100%;
        text-align: left;
        color: rgb(0, 0, 0);
        font-weight: 700;
        margin-bottom: 10px;
        display: block;
        white-space: normal;
        background-color: rgb(255, 255, 255);
    }

    .sorts .open.dropdown .caret {
        border-top-color: currentColor;
        border-bottom-color: rgb(0, 0, 0);
        border-top-width: medium;
        border-bottom-width: 9px;
        border-top-style: none;
        border-bottom-style: solid;
    }

    .sorts .dropdown-menu > li > a {
        color: rgb(51, 51, 51);
        font-weight: normal;
    }

    .sorts .panel {
        margin-bottom: 10px;
    }

    .sorts .panel-group {
        margin-top: -6px;
        margin-bottom: -6px;
    }

    .sorts .panel-default {
        border-color: transparent;
    }

    .sorts .panel {
        border-radius: 0;
        border: 1px solid transparent;
        border-image: url('') none;
        margin-bottom: 10px;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
        background-color: rgb(255, 255, 255);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }

    .sorts .panel-group .panel-heading {
        padding-left: 0;
        position: relative;
    }

        .sorts .panel-group .panel-heading a.collapsed::before {
            left: 14px;
            top: -5px;
            font-size: 24px;
            margin-top: 0;
            float: right;
            position: relative;
            content: "+";
        }

        .sorts .panel-group .panel-heading a::before {
            left: 13px;
            top: -7px;
            font-size: 24px;
            margin-top: 0;
            float: right;
            position: relative;
            content: "–";
        }

    .sorts h4.panel-title {
        margin: 0;
        padding: 5px 10px;
        text-align: left;
        color: rgb(0, 0, 0);
    }

    .sorts .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top-color: currentColor;
        border-top-width: medium;
        border-top-style: none;
    }

    .sorts .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top-color: currentColor;
        border-top-width: medium;
        border-top-style: none;
    }

    .sorts .in.collapse {
        color: rgb(0, 0, 0);
    }

    .sorts .panel-collapse .panel-body {
        padding: 12px;
        text-align: center;
        margin-top: -15px;
    }

    .sorts .panel-body .btn-primary {
        border-color: rgb(33, 79, 153);
        padding: 3px 24px;
        border-radius: 0;
        width: auto;
        text-align: center;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        font-size: 18px;
        display: inline-block;
        background-color: rgb(33, 79, 153);
    }

        .sorts .panel-body .btn-primary::after {
            color: transparent;
            padding-left: 0;
            content: " ";
        }

    .sorts .panel-body h4 {
        margin: 0px -13px;
        padding: 3px 15px 9px;
        text-align: left;
        text-transform: uppercase;
        background-color: rgb(231, 230, 230);
    }

    .sorts .panel-body .icon {
        margin-right: 4px;
        margin-left: 0;
    }

    .sorts .panel-body .checkbox {
        text-align: left;
    }

        .sorts .panel-body .checkbox label {
            padding-left: 30px;
        }

    .listings .pagination {
        margin: 6px 0px 0;
        padding: 0;
    }

    .mini.pagination > li:last-child > a {
        padding-right: 0;
        float: right;
    }

    .mini.pagination li.centre {
        text-align: center;
        margin-top: 4px;
    }

    .mini.pagination > li {
        width: 33%;
        font-weight: 700;
        float: left;
        display: inline-block;
    }

        .mini.pagination > li:first-child {
            font-weight: 700;
        }

        .mini.pagination > li:last-child {
            font-weight: 700;
            float: right;
        }

    .mini.pagination .btn-default {
        border-color: transparent;
        color: rgb(51, 51, 51);
        font-weight: 700;
        margin-top: -10px;
        white-space: normal;
        background-color: transparent;
    }

    .mini.pagination .open.dropdown .caret {
        border-bottom-color: rgb(126, 126, 126);
        border-bottom-width: 7px;
        border-bottom-style: solid;
    }

    .mini.pagination .dropdown .caret {
        color: rgb(126, 126, 126);
    }

    .mini.pagination > li > a {
        padding: 0;
        border-image: url('') none;
        font-size: 12px;
        font-weight: 700;
    }

        .mini.pagination > li > a .glyphicon {
            color: rgb(126, 126, 126);
        }

        .mini.pagination > li > a:hover {
            border-color: transparent;
            color: rgb(51, 51, 51);
            background-color: transparent;
        }

    .mini.pagination > li > span:hover {
        border-color: transparent;
        color: rgb(51, 51, 51);
        background-color: transparent;
    }

    .mini.pagination > li > a:focus {
        border-color: transparent;
        color: rgb(51, 51, 51);
        background-color: transparent;
    }

    .mini.pagination > li > span:focus {
        border-color: transparent;
        color: rgb(51, 51, 51);
        background-color: transparent;
    }

    .bottom.mini.pagination {
        margin-bottom: 30px;
    }

    .mini.pagination .dropdown-menu > li > a {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

        .mini.pagination .dropdown-menu > li > a:hover {
            color: rgb(51, 51, 51);
            text-decoration: none;
        }

    .mini.pagination .dropdown-menu > .active > a {
        outline: 0;
        color: rgb(0, 0, 0);
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        background-color: rgb(238, 238, 238);
    }

        .mini.pagination .dropdown-menu > .active > a:hover {
            outline: 0;
            color: rgb(0, 0, 0);
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            background-color: rgb(238, 238, 238);
        }

    .mini.pagination .dropdown-menu > li > a:focus {
        color: rgb(0, 0, 0);
        text-decoration: underline;
    }

    #advanced-search-part-results-page {
        width: 100%;
    }

    #advanced-search-part-results-page-spacer {
        height: 15px;
    }
}
/*################################## 992px + ############################*/
@media all and (min-width:992px) {

    img#top_feature_article_image.responsive-image {
        height: 190px;
    }

    #banner-image {
        margin-left: 250px;
    }

    #banner-image {
        width: 50%;
    }


    #advancedsearch .sTextbox,
    .advancedsearch .sTextbox {
        width: 700px;
    }

    .searchPage #advancedsearch .sTextbox,
    .searchPage .advancedsearch .sTextbox {
        width: 100%;
    }

    #logo-box img {
        width: 100%;
    }

    #site-search {
        top: 14px;
    }

    .multiProd .form-inline .form-control {
        width: 280px;
    }

    .clioview .clioview-buttons {
        margin-top: 50px;
    }

    div:nth-child(4).col-md-3 {
        border-right-color: rgb(222, 222, 219);
        border-left-color: rgb(222, 222, 219);
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
    }

    #banner {
        border-bottom: thin black solid;
    }
}
/*################################## 1200px + ############################*/
@media all and (min-width:1200px) {
    .header-data-part-datacols {
        width: 100%;
    }

    #header-data-part-col1 {
        width: 111px;
    }

    #banner-image {
        margin-left: 343px;
    }

    .leftside {
        margin-top: 45px;
    }

    #header-wrapper {
        margin-right: 0;
    }

    #middle-content.psio {
        margin-right: 0;
    }

    .multiProd .form-inline .form-control {
        width: 380px;
    }

    #banner {
        border-bottom: thin black solid;
    }

    #response-header {
        margin-right: 0;
    }

    #top_feature_article_column, #response_article_column {
        padding-right: 0;
    }

    #right-content {
        margin-top: 15px;
        border-left: 2px solid #C7C7C7;
        margin-left: 15px;
        padding-left: 15px;
    }

    #banner-image {
        width: 50%;
    }

    #primary-sources-header, #related-resources-header {
        border-bottom: solid 2px #A9A9A9;
        border-top: none;
        padding-top: 10px;
        padding-bottom: 0;
    }
}
/*################################## Print styles ############################*/
@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    a[href]:after {
        content: "";
    }
}
