#banner .text-overlay--content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#banner .text-overlay--content ul li {
	display: inline;
	margin: 0 0 0 1rem;
}
#banner .text-overlay--content {
	width: 100%;
    float: left;
    bottom: 0.5rem;
}
@media screen and (min-width:64.0625em) {
    #banner .text-overlay--content {
        width: calc(100% - 210px);
        float: right;
        bottom: 2rem;
    }
    #se-sc-banner, #se-sc-banner.text-overlay--content {
        bottom: 215px;
    }
    .se-sc-banner-landingpage {
        padding-top: 350px;
    }
}
#se-sc-banner, #se-sc-banner p, #se-sc-banner h2, #se-sc-banner h3, #se-sc-banner h4, #se-sc-banner h5, #se-sc-banner-sub, #se-sc-banner-sub p, #se-sc-banner-sub h2, #se-sc-banner-sub h3, #se-sc-banner-sub h4, #se-sc-banner-sub h5 {
	color: #fff;
}
#AskButton, #banner .text-overlay--content ul li input {
	background: #fff;
	border-color: #fff;
	color: #900;
}
#AskButton:hover, #banner .text-overlay--content ul li input:hover {
	background-color: #900;
	border-color: #900;
	color: #fff;
}
@media screen and (max-width:39.9375em){
    .text-overlay--content::before {
	    background-image: url(https://assets.iu.edu/web/3.2.x/css/img/notch-dark.svg);
    }
    #se-sc-banner::before, #se-sc-banner-sub::before {
        /* background: url(https://assets.iu.edu/web/3.2.x/css/img/notch-dark.svg) right bottom no-repeat; */
        background-image: none;
    }
    #banner .text-overlay--content {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

div.fees-content-center table tbody th, div.fees-content-center table th { text-align: left; }

form.hide-labels .form-item-label {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.label,label{color:#191919;display:block;font-size:.875rem;margin-bottom:0}
.filter .label,.filter label{color:#191919;font-family:BentonSansBold,Arial,sans-serif}
.filter+#filter-selection{margin-top:0}
form.filter select{width:100%;float:none}
.form-panel *,.gpa-calculator .alert.info p{font-size:1rem}
.form-item .required::after{content:" *";color:#900}
span.required{color:#900}
:not(.grid)>.form-item>input[type=text]+.help-block{margin-top:-16px}
.form-panel{background:#F9F9F9;padding:15px;margin-bottom:1.25rem}
.gpa-calculator .alert.info{padding:1rem;margin-top:1.25rem;margin-bottom:2.5rem!important}
.class-list input[type=text],.class-list input[type=number],.class-list select,.gpa-calculator .alert.info :last-child{margin-bottom:0}
.gpa-calculator .alert.info strong{font-family:BentonSansBold,Arial,sans-serif;font-size:1.15em}


/* List Numbering for the Academic Probation Policy */
.academic-probation ol {
	 margin: 0;
	 margin-bottom: 0.5em;
	 padding: 0;
}
 .academic-probation ol li {
	 margin-bottom: 1em;
}
 .academic-probation ol li:first-child {
	 margin-top: 1em;
}
 .academic-probation ol li ol li ol li {
	 margin-bottom: 0;
}
 .academic-probation ol > li:before {
	 font-weight: bold;
}
 .academic-probation ol > li {
	 display: table;
	/*margin-bottom: 0.6em;
	*/
}
 .academic-probation ol > li:before {
	 display: table-cell;
	 padding-right: 0.6em;
}
.academic-probation ol {
  counter-reset: section;
  list-style-type: none;
}
.academic-probation li::before {
  counter-increment: section;
  content: counters(section,".") " ";
}
#academic-probation-sub-2 {
	counter-set: section 1;
}
#academic-probation-sub-3 {
	counter-set: section 2;
}
#academic-probation-sub-4 {
	counter-set: section 3;
}
#academic-probation-sub-5 {
	counter-set: section 4;
}
#academic-probation-sub-6 {
	counter-set: section 5;
}
#academic-probation-sub-7 {
	counter-set: section 6;
}
#academic-probation-sub-8 {
	counter-set: section 7;
}
#academic-probation-sub-9 {
	counter-set: section 8;
}
#academic-probation-sub-10 {
	counter-set: section 9;
}