
body.theme-csn-library {
    background: url(/themes/custom/csn_library/assets/image/csn-linen.jpg);
    margin-top: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#csn-background {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
    -webkit-font-smoothing: antialiased;
}

.theme-csn-library .main-container {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow: 3px 3px 20px 0px;
    -moz-box-shadow: 3px 3px 20px 0px;
    box-shadow: 3px 3px 20px 0px;
}

.header {
  margin-bottom: 20px;
}

.header > div {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
    background-color: #294460;
    background-image: -webkit-linear-gradient(top, #294460 0%, #1f3348 100%);
    background-image: -o-linear-gradient(top, #294460 0%, #1f3348 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#294460), to(#1f3348));
    background-image: linear-gradient(to bottom, #294460 0%, #1f3348 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff294460', endColorstr='#ff1f3348', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

#block-csn-library-mainlibraryheader {
    width: 100%;
}

#block-csn-library-sitebranding img {
    width: 202px;
    padding: 10px;
}

.block-kwall-site-alert {
    width: 100%;
}

.tbm {
    background-color: unset;
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}

.tbm-item.level-1 {
    border: 0;
    position: relative;
}

.tbm-item.divider {
    border-top: 1px solid #e5e5e5;
    margin-top: 6px;
    padding-top: 6px;
}

.tbm-link.level-1 {
    color: #fff;
    padding: 20px 10px;
    border-left: solid 1px #FBD11C;
}

.tbm-link.level-1.tbm-toggle:after {
    transform: translateY(-50%) translateX(-50%);
    content: '';
    border-left: 0.45rem solid transparent;
    border-right: 0.45rem solid transparent;
    border-top: 0.45rem solid currentColor;
    transition: transform 400ms ease-out;
    margin: 6px 0 0 10px;
}

.tbm-item.level-1 button {
    display: none;
}

.tbm-item.level-1.open .tbm-link.level-1:after {
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
}

.tbm-link.level-1:focus, .tbm-link.level-1:hover {
    color: #FBD11C;
    background: #4b5b6c;
}

.tbm-submenu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    right: 0;
    left: auto;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #5d6b7a;
    width: auto;
}

.tbm-row {
    display: block;
}

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link:hover,
.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link:focus {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

@media(max-width:767px) {
    .header > div {
        display: block;
    }
    .tbm {
        margin-right: 0;
    }
    .tbm.tbm--mobile {
        background-color: unset;
        margin: 0;
    }
    .tbm.tbm--mobile .tbm-button {
        position: absolute;
        right: 15px;
        top: -45px;
    }
    .tbm.tbm--mobile .tbm-collapse {
        padding: 7.5px 0;
        background-color: #294460;
        background-image: linear-gradient(to bottom, #294460 0%, #1f3348 100%);
        background-repeat: repeat-x;
        border-radius: 0px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    }
    .tbm.tbm--mobile .tbm-collapse .tbm-nav.level-0 {
        background-color: unset;
    }
    tbm.tbm--mobile .tbm-nav {
        background: unset;
    }
    .tbm-link.level-1 {
        font-size: 1.15em;
    }
    .tbm.tbm--mobile .tbm-item {
        border-top: 0;
    }
    .tbm.tbm--mobile .tbm-submenu-toggle {
        display: none;
    }
    .tbm.tbm--mobile .tbm-item.divider {
        margin-top: 0;
        padding-top: 0;
    }
    .tbm.tbm--mobile .tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link {
        padding: 5px 15px 5px 25px;
        border-bottom: #888 solid 1px;
    }
    .tbm.tbm--mobile .open .tbm-link.level-1 {
        color: #FBD11C;
        background: #4b5b6c;
        border-left: solid 1px #FBD11C;
    }
    .tbm.tbm--mobile .tbm-submenu {
        padding: 7px 0 5px;
    }
}

#csnlib-main-content {
    padding: 0;
}

#csn-three-quarter-box {
    padding: 0 45px 0 15px;
}

.node--type-page > .node__content > .row .page-image {
    display: none;
}

.view-anatomical-models h3 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.view-anatomical-models .thumbnail {
    padding: 0;
    margin: 0;
    border: 0;
}

.view-anatomical-models .thumbnail > img {
    width: 100%;
    border-radius: 6px;
}

.view-anatomical-models .grid {
    font-weight: bold;
    text-align: center;
}

.view-anatomical-models a {
    line-height: 30px;
}

.view-anatomical-models {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.view-anatomical-models h3 {
    padding: 0 15px;
    width: 100%;
}

.view-anatomical-models > .views-row {
    padding: 0 15px;
    width: 100%;
}
@media (min-width: 768px) {
    .view-anatomical-models > .views-row {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .view-anatomical-models > .views-row {
        width: 33.33333333%;
    }
}
@media (min-width: 1200px) {
    .view-anatomical-models > .views-row {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .node--type-page > .node__content > .row {
        display: flex;
    }
    .node--type-page > .node__content > .row .page-image {
        display: block;
        flex: 0 0 25%;
        padding-left: 15px;
        padding-right: 10px;
    }
    .node--type-page > .node__content > .row .page-body {
        flex: 1;
    }
}

iframe {
    margin-left: auto;
    margin-right: auto;
}

.theme-csn-library h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 36px;
}

.theme-csn-library h2 {
    margin-top: 30px;
}

button a, button a:hover {
    color: #FFF;
    text-decoration: none;
}

p>a, li>a {
    font-weight: bold;
}

.search-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.helper-text {
    margin: 30px 30px 30px 20px;
    padding: 10px;
    background-color: #eef0f3;
    border-radius: 5px;
}

.helper-text a {
    color: #235580;
}

#oneSearchBox {
    padding-left: 30px;
}

#library-app-buttons a {
    font-size: 1.4em;
    padding-top: 15px;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(138, 138, 138, 0.8);
    box-shadow: 1px 1px 2px 2px rgba(138, 138, 138, 0.8);
}

#library-app-buttons a:hover, #library-app-buttons a:focus {
    -webkit-box-shadow: inset 1px 1px 2px 2px rgba(100, 100, 100, 0.5);
    box-shadow: inset 1px 1px 2px 2px rgba(100, 100, 100, 0.5);
}

#library-app-buttons a i {
    font-size: 65px;
    padding-bottom: 15px;
}

#library-app-buttons a .test {
    font-size: 48px !important;
    padding-bottom: 10px;
}

#library-app-buttons a:hover {
    color: #fff
}

#library-app-buttons {
    padding-bottom: 40px;
    padding-top: 10px;
}

#hours-events {
    font-size: 1em;
}

.hours-col-loc {
    padding: 4px 10px;
    font-weight: bold;
}

.hours-col-time {
    min-width: 108px;
}

.hours-today-row {
    margin: 4px;
}

.loc731 {
    padding: 4px;
    background-color: #f8f8f8;
}

.hours-header {
    margin-left: 0px;
    margin-top: 10px;
}

.hours-see-more {
    padding: 6px 10px;
}

#api_upc_cid1748_iid1721>ul {
  list-style: none;
  margin: 0 0 0 -10px;
  display: inline-block;
}

#api_upc_cid1748_iid1721>ul>li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.main-events-list {
    padding-top: 20px;
}

#hours-box {
    margin: 0 0 0 5px;
}

.locations-thumbnails {
    max-width: 300px;
    margin-top: 30px;
}

.s-lc-whw tr {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .9em;
}

.s-lc-whw thead {
    color: #FFF;
    background-color: #626262;
}

.s-lc-whw-head-date {
    color: #A8D66B;
}

.s-lc-whw-today-h {
    background-color: #7AA054;
}

.s-lc-whw-today {
    background-color: #F3FCE6;
}

.s-lc-whw-bh {
    text-align: left;
    white-space: nowrap;
}

.s-lc-whw-locname {
    font-weight: bold;
}

.s-lc-whw-sublocname {
    padding-left: 10px!important;
}

.s-lc-whw-footnote {
    color: #555;
    font-size: 80%;
}

.s-lc-whw-footnote td:hover {
    background-color: #fff!important;
}

.library-snapshot {
    max-width: 450px;
}

.snapshot-number {
    font-size: 1.2em;
    font-weight: bold;
}

.welcome-message {
    margin: 30px 30px 30px 20px;
    padding: 10px;
}

.welcome-message p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.footnote {
    font-size: .7em;
}

#s-la-widget-2307, #s-la-widget-2308 {
    border: none;
}

.model-card {
    text-align: center;
}

.model-card img {
    margin: auto;
}

@media(max-width:767px) {
    .csnlib-container {
        max-width: 750px;
    }
    .csnlib-nav .navbar-default .navbar-nav .open .dropdown-menu>li {
        border-bottom: #888 solid 1px;
    }
    .carousel, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        width: 99%;
    }
    .carousel-inner {
        height: auto;
    }
    #oneSearchBox {
        padding-left: 20px;
    }
}

@media(min-width:768px) {
    .csnlib-container {
        max-width: 750px;
    }
}

@media(min-width:820px) {
    .csnlib-container {
        max-width: 810px;
    }
}

@media(min-width:992px) {
    .csnlib-container {
        max-width: 970px;
    }
}

@media(min-width:1200px) {
    .csnlib-container {
        max-width: 1170px;
    }
}

@media(min-width:500px) {
    .csnlib-header {
        height: 100px;
        background: url(/themes/custom/csn_library/assets/image/librarybanner.jpg);
    }
    #main-chat-button {
        margin: 25px;
    }
    #main-chat-button a {
        padding: 12px 20px;
        font-size: 1.2em;
        font-weight: bold;
        color: #000;
    }
    .theme-csn-library li.chat-menu-item {
        display: none;
    }
}

@media(max-width:499px) {
    #main-chat-button {
        display: none;
    }
}

#anatomical_menu {
    margin: 25px auto;
    font-weight: bold;
    text-align: center;
}

p.advanced-search-link {
    text-align: right;
    margin-right: -40px;
}

p.advanced-search-link a {
    color: #84afd3;
}

p.advanced-search-link a:hover {
    color: #337ab7;
}

@media screen and (min-width:768px) body {
    margin-top: 0px;
}

svg.fa-video, svg.fa-book, svg.fa-file-alt {
    font-size: 4em;
    padding: 5px 0 15px 0;
    font-weight: bold;
}

svg.fa-laptop {
    font-size: ;
    padding: 5px 0 20px 0;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn-default:active, .btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-default.disabled, .btn-default:disabled, .btn-default[disabled] {
    background-color: #e0e0e0;
    background-image: none;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}

.btn-primary:active, .btn-primary.active {
    background-color: #265a88;
    border-color: #245580;
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
    background-color: #265a88;
    background-image: none;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.btn-success:hover, .btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}

.btn-success:active, .btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}

.btn-success.disabled, .btn-success:disabled, .btn-success[disabled] {
    background-color: #419641;
    background-image: none;
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

.btn-warning:hover, .btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}

.btn-warning:active, .btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}

.btn-warning.disabled, .btn-warning:disabled, .btn-warning[disabled] {
    background-color: #eb9316;
    background-image: none;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.btn-danger:active, .btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}

.btn-danger.disabled, .btn-danger:disabled, .btn-danger[disabled] {
    background-color: #c12e2a;
    background-image: none;
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #b85c5c 0%, #964141 100%);
    background-image: -o-linear-gradient(top, #b85c5c 0%, #964141 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b85c5c), to(#964141));
    background-image: linear-gradient(to bottom, #b85c5c 0%, #964141 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb85c5c', endColorstr='#ff964141', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #8f3e3e;
}

.btn-info:hover, .btn-info:focus {
    background-color: #964141;
    background-position: 0 -15px;
}

.btn-info:active, .btn-info.active {
    background-color: #964141;
    border-color: #8f3e3e;
}

.btn-info.disabled, .btn-info:disabled, .btn-info[disabled] {
    background-color: #964141;
    background-image: none;
}

.btn-film {
    color: #ffffff;
    background-color: #4e3f66;
    border-color: #423556;
}

.btn-film:focus, .btn-film.focus {
    color: #ffffff;
    background-color: #362c46;
    border-color: #060507;
}

.btn-film:hover {
    color: #ffffff;
    background-color: #362c46;
    border-color: #251e30;
}

.btn-film:active, .btn-film.active, .open>.dropdown-toggle.btn-film {
    color: #ffffff;
    background-color: #362c46;
    border-color: #251e30;
}

.btn-film:active:hover, .btn-film.active:hover, .open>.dropdown-toggle.btn-film:hover, .btn-film:active:focus, .btn-film.active:focus, .open>.dropdown-toggle.btn-film:focus, .btn-film:active.focus, .btn-film.active.focus, .open>.dropdown-toggle.btn-film.focus {
    color: #ffffff;
    background-color: #251e30;
    border-color: #060507;
}

.btn-film:active, .btn-film.active, .open>.dropdown-toggle.btn-film {
    background-image: none;
}

.btn-film.disabled:hover, .btn-film[disabled]:hover, fieldset[disabled] .btn-film:hover, .btn-film.disabled:focus, .btn-film[disabled]:focus, fieldset[disabled] .btn-film:focus, .btn-film.disabled.focus, .btn-film[disabled].focus, fieldset[disabled] .btn-film.focus {
    background-color: #4e3f66;
    border-color: #423556;
}

.btn-film .badge {
    color: #4e3f66;
    background-color: #ffffff;
}

.carousel {
    background-color: #999;
    width: 500px;
    margin: 10px auto;
    -webkit-box-shadow: 2px 2px 2px 2px #8A8A8A;
    box-shadow: 2px 2px 2px 2px #8A8A8A;
}

.carousel-control {
    opacity: 0.7;
}

.carousel-control .glyphicon-chevron-right {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control .glyphicon-chevron-left {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control .glyphicon-chevron-right:before, .carousel-control .glyphicon-chevron-left:before {
  content: '';
}

.icon {
    position: absolute;
    top: 50%;
    right: 35%;
    font-size: 1.7em;
    z-index: 5;
    display: inline-block;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin-right: auto;
    margin-left: auto;
}

.carousel-inner .col-md-12 {
  padding: 0;
}

.carousel-inner .row {
  margin: 0;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.carousel-indicators .active {
  opacity: 1;
  width: 30px;
  height: 3px;
  margin: 1px;
}

.carousel-caption {
    background-color: #999;
    background-color: rgba(80, 80, 80, 0.85);
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
}

.carousel-caption>h3 {
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
}

.carousel-caption>h3>a {
    text-decoration: none;
    color: #fff;
}

.theme-csn-library .footer {
    padding: 0;
}

footer {
    background-color: #294460;
    background-image: -webkit-linear-gradient(top, #294460 0%, #1f3348 100%);
    background-image: -o-linear-gradient(top, #294460 0%, #1f3348 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#294460), to(#1f3348));
    background-image: linear-gradient(to bottom, #294460 0%, #1f3348 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff294460', endColorstr='#ff1f3348', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

footer > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-direction: row;
}

.footer-links {
    padding: 20px;
    color: #FAFAFA
}

.csn-branding {
    padding: 0 20px;
    margin-top: 10px;
    color: #FAFAFA;
    display: flex;
    list-style: none;
}

.csn-branding li{
    list-style: none;
    margin-left: 5px;
}

#block-csn-library-footer > ul {
    padding: 20px 0 20px 15px;
    margin: 0;
    list-style: none;
}
#block-csn-library-footer > ul li {
    padding: 0 2px;
    line-height: 1;
    display: inline;
}
#block-csn-library-footer > ul li a {
    padding: 0 5px;
}
#block-csn-library-footer > ul li + li {
    border-left: solid 1px white;
}

footer a {
    color: #FAFAFA;
}
footer a:hover {
    color: #FAFAFA;
}

.csn-branding .fa {
    padding: 5px;
}

.fa-youtube:hover, .fa-youtube:focus {
    color: #cd201f;
}

.fa-facebook-square:hover, .fa-facebook-square:focus {
    color: #3B5999;
}

.fa-instagram:hover, .fa-instagram:focus {
    color: #276589;
}

.fa-tiktok:hover, .fa-tiktok:focus {
    color: #FE2C55;
}

.svg-inline--fa.fa-w-14 {
    width: 1.1em;
}

/* Custom CSS - Components - Home Page */
.search-buttons a span {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.btn-default:hover {
    color: #333 !important;
}

div.padding-left-20{
    padding-left: 20px;
}

/* elibrarian list fix */
.elibrarian ol > li {
    margin-bottom: 20px;
}

/* Admin fixes */
.theme-csn-library .nav-tabs {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
    article {
        margin: 0 15px;
    }
}

article img {
  max-width: 100%;
  height: auto;
}

.page-node-14 article a {
    font-weight: bold;
}

.page-node-14 article img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

#library-app-buttons a span {
    white-space: normal;
}

@media (min-width: 992px) {
    .homepage-news-carousel > div > div > .layout__region {
        display: flex;
    }
    .homepage-news-carousel .paragraph-contains-news-carousel {
        width: 75%;
        float: left;
    }
}
@media (min-width: 992px) {
    .homepage-news-carousel .paragraph-contains-news-carousel {
        margin-left: 8.33333333%;
        width: 58.33333333%;
    }
}
@media (min-width: 1200px) {
    .homepage-news-carousel .paragraph-contains-news-carousel {
        width: 50%;
    }
}

.homepage-news-carousel .thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0;
    line-height: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    transition: unset;
}
/*.homepage-news-carousel .thumbnail > img {*/
/*    width: 500px;*/
/*    height: 360px;*/
/*}*/
.homepage-news-carousel .carousel{
    margin: 12px;
}
@media (max-width: 767px) {
    #views-bootstrap-news-carousel-block-1 {
        width: 100%;
    }
    .carousel-inner {
        height: auto;
    }
    .homepage-news-carousel .thumbnail img {
        width: 100%;
        height: auto;
    }
    .homepage-news-carousel .carousel{
        margin: 12px 0;
    }
}
