/* add custom site CSS here */
 .profile dd>ul,.text dd>ul{
	 line-height:1.25rem;
	 list-style-type:none;
	 margin-left:0 
}
 .profile dd>ul li,.text dd>ul li{
	 margin-bottom:0 
}
 @media only screen and (min-width:400px){
	 .meta dd>ul,.profile dd>ul,.text dd>ul{
		 display:inline 
	}
	 .meta dd>ul li:first-of-type,.profile dd>ul li:first-of-type,.text dd>ul li:first-of-type{
		 display:inline;
		 margin-left:0 
	}
	 .profile dd>ul li:first-of-type,.text dd>ul li:first-of-type{
		 display:inline;
		 margin-left:0 
	}
}
 @media screen and (min-width: 40em) {
	 .meta dd>ul li, .profile dd>ul li {
		 font-size: 1rem;
	}
}
 .meta dd > ul {
	 display: inline-block;
	 vertical-align: top;
	 margin-bottom: 0;
	 margin-top: 1px 
}
 @media screen and (min-width: 40em) {
	 .meta dd > ul {
		 margin-top: -1px 
	}
}
.rotator .slick-active:focus:after {
    box-shadow: none;
}

.slick-slide .figcaption, .slick-slide figcaption{
   margin-right:8px;
   margin-left:8px;
}
@media screen and (max-width: 50rem) and (min-width: 39.875rem) {
    .iu_events .grid.thirds>.grid-item{
        width:100%;
        margin-top: 1.25rem
    }
}

/* Site-Improve - Accessibility */
#footer a {
 text-decoration: underline !important;
}

/* Color Contrast Issue - Home Page */
.bg-dark .cta .button {
    background: #fff;
    color: #900;
}

.bg-dark .cta .button:hover{
    background: 0 0;
    border-color: #fff;
    color: #fff;
}
