.resources-banner {
  background-image: url(../images/title_resources/banner-new-design.png);
  background-size: cover;
  float: left;
  margin-bottom: 25px;
}

img#custom-resource-banner {
    margin-bottom: 25px;
}

.resources-banner > img#resources-jacket {
  float: left;
  margin: 0 1em 0 -2em;
  height: 114px;
}

.product-details .columns .resources-banner {
    padding-left: 20px;
}

.resources-banner h3, .resources-banner h4{
    color: #f2f2f2;
}

.resources-banner h3 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    /*line-height: 1.2;*/
}

.resources-banner h3.first-child {
    font-size: 12px;
    margin-top: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.resources-banner h4 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-top: 0;
    text-transform: none;
    letter-spacing: 0.5px;
    /*line-height: 1.2;*/
}

.columns.resources-nav {
    background-color: #f1f1f1;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 3%;
}

.resources-nav h4 {
    width: 75%;
    text-transform: none;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}

.resources-nav-list:not(:last-of-type) {
    border-bottom: 1px solid #CBCBC7;
}

.resources-nav-list { margin-bottom: 0 !important; }

.resources-nav-list li {
    padding-bottom: 5%;
    padding-left: 15px;
    background: url("../images/academic/academic-sprite.png") 0 -947px no-repeat;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 1;
}

.resources-nav-list li a {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

.resources-nav-list li a.active {
    font-weight: bold;
}

.product-page-details .tabs-content .resource-content {
    padding-left: 30px;
}

#search-area { display: none; }

.resource-content h4 {
    margin-top: 0;
    margin-bottom: 3%;
    font-size: 24px;
    text-transform: none;
}

.product-page-details .tabs-content .resource-content p {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 7px;
}

#back-to-resources-home {
    margin-bottom: 10px;
    line-height: 1;
}

.resource-table {
    border: none;
    border-collapse:collapse;
}

.resource-table thead, .resource-table tfoot {
    background: none;
}

.resource-table tbody tr:nth-child(even) {
    background: none;
}

.resource-table thead tr th, table tfoot tr td {
    font-size: 16px;
    padding: 0;
    padding-bottom: 10px;
    padding-right: 10px;
}

.resource-table tbody tr {
    border-top: 1px solid #ececec;
}

.resource-table tbody tr td {
    padding: 12px 6px 12px 0;
    font-size: 14px;
}

/*.resource-table td:nth-of-type(2), .resource-table th:nth-of-type(2) {
    padding-left: 1%;
    padding-right: 1%;
}*/

.resource-table tbody tr td a {
    font-weight: bold;
}

#resources-back-to-top {
    margin-bottom: 5%;
    /*background: url("../images/academic/academic-sprite.png") -991px -323px no-repeat;*/
}

.back-to-top-link {
    padding-left: 5px;
}

#btn-back-to-resources-home { display: none; }

.center-pagination-block {
    text-align: center;
    margin-bottom: 5%;
}

.product-page-details .tabs-content .resource-content .resource-search-text {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.resource-search {
    background-color: #fafafa;
    height: 38px;
}

.resource-search:focus {
    background-color: white !important;
}

.product-details .columns .less-padding {
    padding-right: 0;
    padding-left: 5px;
}

.row.resource-search-row {
    margin-bottom: 20px;
}

#splash .resource-search-row h4 { margin-top: 1px; }

.row.resource-search-row > .seven { padding-left: 0; }

#resource-search-infotext {
    margin-bottom: 2em;
}

#resource-search-infotext > strong {
    font-size: 12px;
}

.resource-button {
    border-radius: 2px;
    padding: 0 20px !important;
    display: block;
    height: 32px;
}

ul.pagination-design {
    height: 32px;
}

ul.pagination-design li {
    background-color: #f1f1f1;
    padding: 7px;
    color: #2B79B5;
    height: 32px;
    margin-top: 5px;
    display: inline-block;
    float: none;
}

ul.pagination-design li.current {
    background-color: #2B79B5;
}

ul.pagination-design li a {
    color: #2B79B5;
}

.product-page-details .tabs-content .resource-content .show-results-text p {
    text-align: center;
    margin-bottom: 15px;
}

.resource-popup {
  text-align: center;
  border-radius: 5px;

}

/*.resource-popup.active {
    z-index: 99999;
    opacity: 1;
    transition: opacity 0.3s;
    }*/

.resource-popup h3 {
    color: #D2451E;
    font-size: 24px;
    font-weight: normal
}

.resource-popup img {
    margin: 0 auto;
    padding-top: 20px;
}

.resource-popup p {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
}

.resource-popup .button {
    margin-bottom: 6%;
    padding: 3px 20px !important;
    font-size: 15px;
    height: auto;
}

.resource-pop p a {
    color: #2B79B5;
}

.popup-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:-1;
    opacity: 0;
}

.popup-overlay.active {
    opacity: 0.7;
    z-index: 10001;
    transition: opacity 0.3s;
    }

.close-resource-link {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

@media screen and (max-width: 767px) {

    .columns.resources-nav {
        padding-left: 3% !important;
        padding-right: 3% !important;
        margin-bottom: 10px;
    }

    .resources-nav-list li { padding-bottom: 2%; }

    .product-details .columns .mobile-two {
        width: 50% !important;
    }

    .product-details .columns .mobile-one {
        width: 25% !important;
        padding-left: 5px !important;
    }

    .product-page-details .tabs-content .resource-content {
        padding-left: 10px !important;
    }

    .product-details .columns .resources-banner {
        padding-left: 20px !important;
    }

    ul.pagination-design li {
        font-size: 12px;
        padding: 4px;
        height: auto;
    }

    .resource-table tbody tr td {
        padding: 8px 8px 8px 0;
        font-size: 12px;
    }

    .resource-table thead tr th {
        font-size: 14px;
    }

    .resource-popup .button {
        padding: 1px 15px !important;
        font-size: 11px;
    }
}

@media screen and (max-width: 480px) {
    .resource-popup {
        max-width: 260px;
        margin-left: -130px;
    }

}

@media screen and (max-width: 768px) {
    .resources-banner h3 {
        font-size: 18px;
    }

    .resources-banner h4 {
        font-size: 13px;
        padding-bottom: 3px !important;
        margin-top: -7px;
    }
}

/********************
*       VIDEO       *
********************/

.resource-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.resource-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.resource-video:last-of-type {
    margin-bottom: 5%;
}

.resource-content .resource-video-title {
    font-size: 18px;
}

.product-page-details .tabs-content .resource-content .resource-video-description {
    font-size: 12px;
}

.product-page-details .tabs-content .resource-content .locked-info {
    font-size: 12px;
    margin-bottom: 15px;
}

.wrap-locked-info-texts hr { margin: 15px 0; }

@media only screen and (max-width: 480px) {
    .resources-banner > img#resources-jacket {
        display: none;
    }
}

#file-locked-warning {
  background-image: url(../images/title_resources/file-locked-warning.png);
  margin: 0 auto;
  padding-top: 20px;
  width: 84px;
  height: 84px;
}

#resource-note-lightbox {
    border-radius: 5px;
}

.resource-title-small {
    font-size: 15px !important;
    line-height: 17px;
}

.resource-author-small {
    font-size: 12px !important;
}

/*#modal-resources-item-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    height: 755px !important;
}*/

/*#tbl-resources td { word-break: break-all; }*/