/*
  Regis.edu Custom Style Overrides

  INCLUDE COMMENTS WITH EVERY CHANGE
*/

/*CLEAR FLOATS*/
.clearfix {
    display: block;
    content: "";
    clear: both;
}

 .video.hero__shadow::after{
	 background-color:rgba(0,0,0,0) 
}

 .hero__title{
	 font-family: "HCo Sentinel", "Sentinel A","Sentinel B",sans-serif;
	 font-weight:600;
	 font-size:60px;
	 font-style:italic;
	 max-width:52.5rem;
	 margin-left:auto;
	 margin-right:auto 
}
 .hero__clip p{
	 font-size:1.3125rem;
	 line-height:1.285;
}

/*Degree Finder/Program Page Updates*/
.snapshot__content dt {
    text-decoration: underline;
}
.snapshot__content .finder__badge {
    width: 3.25rem;
    height: 3.25rem;
}
.finder__badge {
	width: 35px;
}
.quick-view__summary {
   font-size: 1.1rem;
}
.snapshot__format {
    font-size:1.4rem;
}
.snapshot__description {
    font-size:1.4rem;
}  

/*Degree finder icon adjustment*/
.card--finder__info {
    align-items: flex-end;
}
.card--finder__badges {
    display: inline-flex;
    padding-bottom: 5px;
}

/*Move button__icon arrow down*/
.button__icon::before {
    top: .2rem;
}

/*Apply Now button styles*/
@media (min-width: 64em) {
#audience-nav > div.header__menu > div.topbar > ul > li:nth-child(1) > a {
    background-color: #F1C400;
    color: #002B49;
    padding: 0.2rem 1.5rem 0.2rem 1.5rem;
    margin-bottom: 0.2rem;
}
#audience-nav > div.header__menu > div.topbar > ul > li:nth-child(1) > a:hover {
    border-bottom-color: #FFFFFF;
    background-color: #FFFFFF !important;
}
.topbar {
    width: auto;
}
}
/* Ocelot PDF active state link color change */
.MaxAI a:visited {
    color: #002B49 !important;
    text-decoration: underline;
}
/* Scroll to top */
.back-to-top__scroll .svgstore { 
    color: rgba(255,255,255, 1); 
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    transform: rotate(180deg); 
} 
.events .loading-spinner {
    margin: 0 auto;
}