 .card{
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	min-width:0;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:border-box;
	border:1px solid #e7eaf3;
	border-radius:.25rem
}
 .pageHeading {
    font-size: 3rem;
    margin-bottom: 1rem;
}
 .bright {
	 background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.73)), url("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-blue-NO-TOP {
     background-color: #0064a4;
     background-size: cover;
     background-position: center;
     color: #ffffff;
     padding: 0px 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;
}
 .accordion-header {
     font-size: 1.75rem;
     color: #0064a4;
     font-family: Arial,sans-serif;
     font-weight: 600;
}
 .sectionSecNav > div {
     border-radius: .25rem;
     padding: 1.5rem;
     background-color: #0064a4;
     color: #ffffff;
     font-family: Arial,sans-serif;
     font-size: .95rem;
     line-height: 6rem;
}
h1,h2,h3,h4,h5,h6 {
    color:#0064a4;
    font-family: Arial,sans-serif;
}
.featureButton .featuredItem__heading {
    color:#0064a4;
    font-family: Arial,sans-serif;
    flex: 1;
}

.featureButton .featuredItem__content a {
    display: flex;
    align-items: center;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 */
  position: relative;
} 

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}



/*# sourceMappingURL=home-min.css.map */
#badges {
    margin-top:calc(var(--gutter-width)/2)
}
#badges .wysiwyg {
    border:1px solid;
    border-radius:var(--border-radius);
    overflow:hidden;
    padding-bottom:var(--border-radius);
    transition:all var(--transition-duration)
}
#badges .wysiwyg:hover,#badges .wysiwyg:focus {
    background-image:linear-gradient(90deg, var(--color-uci-gold), hsl(var(--hue-uci-gold), var(--saturation-uci-gold), 85%));
    box-shadow:var(--shadow-dark);
    cursor:pointer
}
#badges .wysiwyg__content {
    background-color:#fff;
    display:flex;align-items:center
}
#badges .wysiwyg__content img {
    margin-right:1rem;
    margin-bottom:0;
    max-width:33%
}
#badges .wysiwyg__content a {
    border-bottom:0 none;font-weight:bold
}
#badges .wysiwyg__content a:hover,#badges .wysiwyg__content a:focus {
    background:none
}
#badge-logos .wysiwyg {
    background-image:linear-gradient(90deg, var(--color-uci-blue), hsl(var(--hue-uci-blue), var(--saturation-uci-blue), 85%));
    border-color:var(--color-light-blue)
}
#badge-colors .wysiwyg {
    background-image:linear-gradient(90deg, var(--color-green), hsl(var(--hue-green), var(--saturation-green), 85%));
    border-color:var(--color-lime-green)
}
#badge-type .wysiwyg {
    background-image:linear-gradient(90deg, var(--color-orange), hsl(var(--hue-orange), var(--saturation-orange), 85%));
    border-color:hsl(var(--hue-orange), var(--saturation-orange), 70%)