.bright {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.73)), url("https://web-archive.nli.org.il/National_Library/oe_/https://dfa.uci.edu/_img/marquee/bright.jpg");
	background-size: cover;
	background-position: center;
}
.uci-blue {
     background-color: #0064a4;
     background-size: cover;
     background-position: center;
     color: #ffffff;
     padding: 50px 0px 30px 0px;
}
 .uci-dark-gray {
     background-color: #555759;
     background-size: cover;
     background-position: center;
     color: #ffffff;
     padding: 50px 0px 30px 0px;
}
 .light-gray {
     background-color: #f1f1f1;
     background-size: cover;
     background-position: center;
}

.no-border {
    border:none;
}

/* Illuminations */

.feed-item-title    {
    margin-top:.5rem
}
.sectionHeading {
    font-size:2rem;
    margin-bottom:1.5rem;
    text-align:center
}
.playlist-link  {
    text-align:center
}
.playlist-link a    {
    background:linear-gradient(to top, #ffd200 50%, transparent 50%);
    background-position:50% 0%;
    background-repeat:no-repeat;
    background-size:100% 200%;
    border-bottom:2px solid #ffd200;
    transition:background-position .25s,.25s;
    font-size:1.25rem;font-weight:bold
}
.playlist-link a:hover,.playlist-link a:focus   {
    background-position:50% 100%;
    color:#333;
    text-decoration:none
}

/* Disclaimer */
 .rcorners-light-gray {
	 background-color: #fafafa;
	 border-radius: 5px;
	 border: 1px solid #cccccc;
	 padding: .5rem 1rem .5rem 1rem;
	 width: 100%;
	 height: auto;
	 margin-top: 15px;
	 margin-bottom: 15px;
}
 .rcorners-light-yellow {
	 background-color: #fffbe5;
	 border-radius: 5px;
	 border: 1px solid #cccccc;
	 padding: .5rem 1rem .5rem 1rem;
	 width: 100%;
	 height: auto;
	 margin-top: 15px;
	 margin-bottom: 30px;
}
 .rcorners-light-red {
	 background-color: #ffe5e5;
	 border-radius: 5px;
	 border: 1px solid #cccccc;
	 padding: .5rem 1rem .5rem 1rem;
	 width: 100%;
	 height: auto;
	 margin-top: 15px;
	 margin-bottom: 15px;
}
/* Buttons */
 .button_link-outline-blue {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #e5f5ff;
	 border-color: #0064a4;
	 margin-bottom: .5rem;
	 width: 100%;
}
 .button_link-outline-yellow {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #fffbe5;
	 border-color: #ffd200;
	 margin-bottom: .5rem;
	 width: 100%;
}
 .button_link-outline-dark-blue {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #ebf1fa;
	 border-color: #1b3d6d;
	 margin-bottom: .5rem;
	 width: 100%;
}
 .button_link-outline-orange {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #fef2e6;
	 border-color: #F78D2D;
	 margin-bottom: .5rem;
	 width: 100%;
}
 .button_link-outline-green {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #f4f9eb;
	 border-color: #94C83D;
	 margin-bottom: .5rem;
	 width: 100%;
}
 .button_link-outline-light-blue {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #eef4f7;
	 border-color: #6aa2b8;
	 margin-bottom: .5rem;
	 width: 100%;
}


/* Color */
.uci-blue {
    color:#0064a4;
}
.uci-gold {
    color:#ffd200;
}
.light-blue {
    color:#6aa2b8;
}
.dark-blue {
    color:#1b3d6d;
}
.orange {
    color:#f78d2d;
}
.light-yellow {
    color:#f7eb5f;
}
.dark-gray {
    color:#555759;
}
.lime-green {
    color:#7ab800;
}
.red {
    color:red;
}
.white {
    color:white;
}


/* Text */
 .smalltext {
	 font-family:Arial;
	 font-size:12px;
}
 .bluetext {
	 font-family:Arial;
	 color:#0064a4;
}
 .largetext {
	 font-family: Arial;
	 font-size: 75px;
	 font-weight: bold;
}
 .redtext {
	 font-family:Arial;
	 color:red;
}
 
.gray-wave {
	background-color: var(--color-gray-200);
	background-image: url(svg-wave(#333, .02));
	background-size: cover;
	background-position: center;
}


/*# sourceMappingURL=video-min.css.map */