/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*.responsive-table {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #dcdfdf;
	margin: 35px 0;
	border-width: 1px 1px 1px 0;
}

table {
	margin: 0;
}

.responsive-table table {
	font-size: 15px;
}

table {
	width: 100%;
	table-layout: fixed;
}

.table-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.table-wrapper div {
	overflow: scroll;
}

.slide-icon {
	width: 150px;
	height: 50px;
	margin: 0 auto;
	background: url(/images/table_drag_icon.png) no-repeat center top;
	text-indent: -500px;
	overflow: hidden;
}

@media (min-width: 769px) {
	.slide-icon {
		display: none;
	}
	
	table {
		table-layout: fixed;
	}
}*/
@font-face {
	font-family: "Benton-Sans";
	src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Light/1d3e1be9-e2ca-44c3-b674-7228a7c97407-2.eot");
	src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Light/1d3e1be9-e2ca-44c3-b674-7228a7c97407-2.eot?") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/Benton-Sans-Light/1d3e1be9-e2ca-44c3-b674-7228a7c97407-3.woff") format("woff"), url("https://www.bu.edu/cdn/fonts/Benton-Sans-Light/1d3e1be9-e2ca-44c3-b674-7228a7c97407-1.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
}

h7 {
	display: block;
	-webkit-margin-before: 1.33em;
	-webkit-margin-after: 1.33em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin: 5px 0 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1.3;
	font-family: "Benton-Sans", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 110%;
}

.brand [class*="brand-"] {
	max-width: 100%;
}

.siteFooter-info strong {
	display: inline-block;
}

@media (max-width: 500px) {
	.homepage-pageTitle h1 {
		font-size: 30px;
	}
}

@media (min-width: 992px) {
	.table-drag-img1 {
		display: none;
	}
}

/*
Shiva (01/28/26) (svinod@bu.edu): Adding .gf_offscreen_logic for a custom form being created for the purpose of hiding some calculated fields from the user while filling out the form. 
*/
.gf_offscreen_logic {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}