@charset "utf-8";
/* CSS Document */

.sidebar-nav ul li:nth-of-type(12) a {
    color: #161D27;
    font-weight: bold;
    pointer-events: none
}

.sidebar-nav ul li:not(:nth-of-type(12)) a:hover {
    color: #0066CC;
}

/*********************
Main
*********************/

.page-wrap {
    max-width: 1350px;
    margin: 1em auto 2.5em;
}

ul.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.breadcrumb li {
    display: inline;
    font-size: 13px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #0066CC;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.overview-container {
    display: flex;
    align-items: flex-start;
    grid-gap: 2.5em;
    margin: 3em 0 6em
}

.card-layout {
    width: 80%;
}

.overview-group {
    display: flex;
    margin-top: 3em;
    grid-gap: 3em;
}

.card-layout h1 {
    margin: 0;
}

.card-layout > p {
    color: #BFBFBF;
    margin: 10px 0 0;
}

.card-grid,
.scroll-module {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 2.5em;
    grid-column-gap: 2em;
    width: 70%;
}

.card-item {
    position: relative;
}

.card-item a {
    text-decoration: none;
    color: #000;
}

.card-item a img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.card-item a::before {
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(#0000, #0009);
    width: 100%;
    height: 75%;
    display: block;
    position: absolute;
    bottom: -.0625rem;
    left: 0;
    border-radius: 6px;
}

.card-grid .card-item,
.scroll-module .card-item{
    border-radius: 6px;
}

.card-grid .card-item:nth-of-type(1),
.scroll-module .card-item:nth-of-type(1){
    grid-area: 1 / span 6;
    grid-row: 1;
    height: 400px;
}

.card-grid .card-item:nth-of-type(2),
.scroll-module .card-item:nth-of-type(2) {
    grid-area: 1 / span 3;
    grid-row: 2;
}

.card-grid .card-item:nth-of-type(3),
.scroll-module .card-item:nth-of-type(3) {
    grid-area: 1 / span 3;
    grid-row: 2;
}

.card-grid .card-small:nth-of-type(4),
.scroll-module .card-small:nth-of-type(4) {
    grid-area: 1 / span 2;
    grid-row: 3;
}

.card-grid .card-small:nth-of-type(5),
.scroll-module .card-small:nth-of-type(5) {
    grid-area: 2 / span 2;
    grid-row: 3;
}

.card-grid .card-small:nth-of-type(6),
.scroll-module .card-small:nth-of-type(6) {
    grid-area: 4 / span 2;
    grid-row: 3;
}

.card-grid .card-small:nth-of-type(7),
.scroll-module .card-small:nth-of-type(7) {
    grid-area: 1 / span 2;
    grid-row: 4;
}

.card-grid .card-small:nth-of-type(8),
.scroll-module .card-small:nth-of-type(8) {
    grid-area: 2 / span 2;
    grid-row: 4;
}

.card-grid .card-small:nth-of-type(9),
.scroll-module .card-small:nth-of-type(9) {
    grid-area: 4 / span 2;
    grid-row: 4;
}

.card-grid .card-item:nth-of-type(10),
.scroll-module .card-item:nth-of-type(10) {
    grid-area: 1 / span 3;
    grid-row: 5;
}

.card-grid .card-item:nth-of-type(11),
.scroll-module .card-item:nth-of-type(11) {
    grid-area: 3 / span 3;
    grid-row: 5;
}

.card-grid .card-item h3,
.scroll-module .card-item h3 {
    margin: 0;
}

.card-grid .card-small,
.scroll-module .card-small {
    border: none;
}

.card-grid .card-small img,
.scroll-module .card-small img {
    border-radius: 4px;
    height: 100%;
}

.card-grid .card-small h3,
.scroll-module .card-small h3 {
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 22px;
}

.card-grid .card-small h3:hover,
.scroll-module .card-small h3:hover {
    text-decoration: underline;
}

.card-grid .card-small p,
.scroll-module .card-small p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin: 10px 0 0;
}

.card-grid .card-item h3,
.scroll-module .card-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 28px;
    padding: 1rem;
    z-index: 2;
}

.card-grid .card-item a h3:hover,
.scroll-module .card-item a h3:hover {
    text-decoration: underline;
}

.card-grid .card-item:nth-of-type(1) h3,
.scroll-module .card-item:nth-of-type(1) h3 {
    font-size: 28px;
}

.card-grid .card-item:nth-of-type(2) h3,
.card-grid .card-item:nth-of-type(3) h3,
.card-grid .card-item:nth-of-type(10) h3,
.card-grid .card-item:nth-of-type(11) h3 {
    font-size: 18px;
}

.card-grid .card-item:nth-of-type(2),
.card-grid .card-item:nth-of-type(3),
.card-grid .card-item:nth-of-type(10),
.card-grid .card-item:nth-of-type(11) {
    height: 250px;
}

.card-grid .card-small img,
.scroll-module .card-small img {
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.card-grid .card-small a,
.scroll-module .card-small a {
    text-decoration: none;
    color: #000;
}

/* 1. Big Card: Fills all 6 columns */
.card--big {
    grid-column: span 6;
}

/* 2. Medium Cards: Fills 3 columns (takes up exactly half the width) */
.card--medium {
    grid-column: span 3;
    height: 250px;
}

.scroll-module .card--medium h3 {
    font-size: 18px;
}

/* 3. Small Cards: Fills 2 columns (3 fit across a row) and spans 2 rows deep */
.card--small {
    grid-column: span 2;
}


.aside-container {
    width: 30%;
}

.aside-links h2 {
    margin: 0
}

.aside-links .paper-links {
    margin: 2em 0 4em;
    list-style-type: none;
    padding: 0;
}

.aside-links .paper-links a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
}

.aside-links .paper-links a:hover {
    text-decoration: underline;
}

.aside-categories {
    border: 1px solid #BFBFBF;
    border-radius: 4px;
}

.aside-categories-title {
    padding: 10px;
}

.aside-categories-title h2 {
    margin: 0;
    font-size: 20px;
}

.aside-categories-title p {
    color: #0066CC;
    margin: 5px 0 0;
    font-size: 13px;
}

.aside-categories .sub-nav-item {
    border-top: 1px solid #BFBFBF;
}

.aside-categories .sub-nav-item a {
    text-decoration: none;
    color: #1D1D1F;
    font-weight: bold;
    padding: 1.2em 1em;
    display: inline-block;
    width: 100%;
}

.aside-categories .sub-nav-item a span {
    color: #878795;
    padding-left: 10px;
    display: inline-block;
}

.aside-categories .sub-nav-item a:hover {
    text-decoration: underline;
}

.mostRead-item {
    position: relative;
    padding-left: 2rem;
    margin-left: 2px;
    border-left: 2px dashed #D2D2D7;
    padding-bottom: 2rem;
}

.mostRead-item::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 0;
    width: 7px;
    height: 7px;
    background: #161D27;
    border-radius: 50%;
}

.video-slider {
    color: #fff;
    height: 250px;
    margin: 1em 0 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgb(32, 32, 32);
}

.modal-content {
    margin: 0 auto;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.modal-content video {
    width: 100%;
    height: auto;
}

.close {
    float: right;
    font-size: 40px;
    top: 2rem;
    right: 2rem;
    position: relative;
    color: #fff;
}

.close:hover,
.close:focus {
    color: #e9e8e8;
    text-decoration: none;
    cursor: pointer;
}

.openmodal {
    position: relative;
    display: block;
    height: 100%;
    width: 180px;
    background: none;
    border: none;
    padding: 0;
}

.openmodal::before {
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(#0000, #0009);
    width: 100%;
    height: 75%;
    display: block;
    position: absolute;
    bottom: -.0625rem;
    left: 0;
    border-radius: 6px;
}

.openmodal img {
    height: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
}

.openmodal:hover {
    cursor: pointer;
}

#infinite-scroll-sentinel {
    grid-column: 1 / -1 !important;
    width: 100%;
    height: 10px; 
    visibility: hidden;
    clear: both;
}

.VerticalVideoTile {
    position: absolute;
    top: 1rem;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 215px;
    width: 100%;
    margin-left: 1rem;
}

.VerticalVideoTile-module {
    background: #ffff;
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 1px 1px 2px 1px #2020201f;
    width: max-content;
}

.VerticalVideoTile-module i {
    font-size: 10px;
    color: #fff;
    background: #0066CC;
    border-radius: 50%;
    padding: 3px 4px 4px 5px;
}

.VerticalVideoTile-module span {
    color: #0066CC;
    position: relative;
    top: 1px;
    padding-left: 5px;
    font-weight: bold;
}

.VerticalVideoTile_title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    z-index: 2;
    font-weight: bold;
    letter-spacing: 1%;
}


.carousel-container {
    width: 67.5%;
    position: relative;
}
@media (max-width: 768px) {
  .carousel-container {
    width: 95%;
  }
}
.inner-carousel {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.track {
  display: inline-flex;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}
.card-container {
  width: auto;
  height: 250px;
  flex-shrink: 0;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .card-container {
    width: 184px;
  }
}
.card {
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.nav button {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    outline: none;
    border: none;
    cursor: pointer;
    box-shadow: 1px 1px 2px 1px #2020201f;
    background: #fff;
    color: #0066CC;
    font-size: 22px;
    z-index: 1
}

.nav .prev {
  left: -30px;
  display: none;
}
.nav .prev.show {
  display: block;
}
.nav .next {
  right: -30px;
}
.nav .next.hide {
  display: none;
}

.material-icons {
    position: relative;
    top: 3px;
}

.video-section {
    margin: 4em 0;
}







































