/*Over ridding master css size so the h5 is larger than paragraph size*/
h5,
.h5 {
  font-size: 17px;
}

/*Over ridding master css size so the h4 has a better gradual step down in size*/
h4,
.h4 {
  font-size: 20px;
}

/*Over ridding master css size so the disclaimer class isn't so small*/
.disclaimer {
	font-size: 86%;
	font-style: italic;
	font-weight: bold;
}

.red {
	color: #a6192e;
}

iframe {
    border: 0;
	background-color: #ffffff;
}

/*Add a rule to a section*/
section.hr {
    padding-top: 20px;
    border: 0;
    border-top: 1px solid #eee;

}

/*image styles*/
img.img-inline {
	display: inline;
}

.img-border {
	border:1px solid #eaeaea;
	margin:10px;
}

.img-border-no-margin {
	border:1px solid #eaeaea;
}
.img-border-top-margin {
	border:1px solid #eaeaea;
	margin-top:10px;
}

#maincontent img.img-margin-bottom-none {
	margin-bottom: 0px;
}

/*homepage styles*/
div#index-icon-row{
	display:block;
}

#index-icon-row img {
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px;
}
#index-icon-row h3 {
	margin-bottom: 20px;
	text-align: center;
}

#index-icon-row h3.small {
	font-size:18px;
	margin-bottom: 20px;
	text-align: center;
}

.index-large-text {
	font-size: 1.875em;
	color: inherit;
	margin-top: 0;
}

/*bullet styles*/
#maincontent dl {
	margin-bottom: 0px;
	padding-left: 0;
	list-style-type: none;
}
#maincontent dl dt {
	padding: 0;
	font-weight: 700;
	position: relative;
}
#maincontent dl dd {
	padding: 0px 0 20px 0px;
	position: relative;
}
#maincontent dl dd p {
	padding-top: 20px;
	margin-bottom: 0px;
	position: relative;
}

#maincontent dl.indent {
	padding: 0px 0 0px 40px;
	position: relative;
}

/*spacing styles*/
.margin-top-none {
	margin-top: 0px;
}

.margin-bottom-none { /*for image see img-margin-bottom-none*/
	margin-bottom: 0px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-left-30 {
	margin-left: 30px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-right-30 {
	margin-right: 30px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-left-20 {
	padding-left: 20px;
}

.padding-left-30 {
	padding-left: 30px;
}

.padding-left-40 {
	padding-left: 40px;
}

@media (max-width: 991px) {
	.float-right {
		float: none;
		margin: 0;
	}
}

@media (min-width: 992px) {
	.float-right {
		float: right;
	}
}


@media (max-width: 991px) {
	.float-left {
		float: none;
		margin: 0;
	}
}

@media (min-width: 992px) {
	.float-left {
		float: left;
	}
}

.bullet-style-none {
	list-style-type:none;
}

.bullet-style-none-no-indent {
	list-style-type:none;
	padding-left: 0px;
}

.bullet-style-no-indent {
	padding-left: 0px;
}


/*sidebar can be seen on Counselors pages. Only use sidebar class when NOT using right column template. Otherwise just use feature-box-tan-no-border.*/
@media (max-width: 991px) {
	.sidebar {
		float: none;
		margin-bottom:20px;
	}
}

@media (min-width: 992px) {
	.sidebar {
		width: 262px; 
		float: right;
		margin-left:20px;
		margin-bottom:20px;
	}
}

.feature-box-tan-no-border {
	background-color: #efece5;
	border: none;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #434343;
}
.feature-box-tan-no-border a {
	color: #901723;
}

/*For non-FA ul li icons like Academic Advising Toolbox*/
.feature-box-tan-no-border ul.bullet-style-none-no-indent {
	list-style-type:none;
	padding-left: 0px;
}

/*For non-FA ul li icons like Academic Advising Toolbox*/
.feature-box-tan-no-border .bullet-style-none-no-indent .fa {
	color: #901723;
	display: inline;
	font-size: 1.5em;
	margin-right: -15px;
	margin-top: 20px;
	text-align: right;
}

/*For FA ul li icons to align tops correctly*/
#maincontent div.feature-box-tan-no-border ul li {
	padding:0 0 8px 0;
}

/*TABLE STYLES*/
/*TABLE STYLES*/
/*TABLE STYLES*/


/*Majors and minors table with th having background color and padding to align with ul*/
.th-background-color-padding > thead > tr > th {
	background-color: #f9f9f9;
	padding-left: 46px;
}

/*Eligibility index background color only - use on tr for th's */
.table-background-color {
	background-color: #f9f9f9;
}

/*Eligibility index bottom border only */
.table-bottom-border {
	border-bottom: 1px solid #ddd;
}


/*EVENTS SNIPPET STYLE OVERRIDE*/
.events .event-date {
	padding-right: 15px;
	vertical-align: top;
	width: 100px;
}

@media screen and (max-width:767px) {
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > thead > tr > th {
		white-space: normal;
	}
}
