html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



body {
	font-size: .625em;
	font-family:Helvetica, Arial, Verdana sans-serif;
	line-height: 1;
	color: #111;
	background: rgb(240, 239, 229);
	height: 100%;
}



.clearfix { zoom: 1; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.container {
	width:auto;
	padding:20px 0px;
	margin:0 auto;
}

.section {
	float:left;
	margin: 0 auto;
	width:50%;
	text-align: center;

}



h1.logo {
	margin-bottom:20px;
	text-align: center;
	font-weight: bold;
	font-size:2.3em;
}
h1.logo img {
	display: block;
	margin: 0 auto;
}
h2.subtitle {
	text-transform: uppercase;
	font-size:1.2em;
	letter-spacing: 1px;
	font-weight: 100;
	color: #606060;
}


h2.section-name {
	font-size:1.5em;
	width:60%;
	max-width:260px;
	text-align: center;
	margin:-52px auto 50px auto;
	color:rgb(180, 179, 161);
}

h2.section-name i {
	display: block;
	/*width:251px;
	height:185px;*/
	padding-top:73.705179282%;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 auto 15px auto;
	background-size: 100% auto;
}

.section .container > ul {
	display:block;
	width:auto;
	margin: 0 10% 2.5em;
}







.overview {
	background: #fff;
	float:none;
	width:auto;
	padding-bottom:70px;
	-webkit-box-shadow:  0px 0 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow:0px 0 3px 0px rgba(0, 0, 0, 0.5);
}


.sitemap .container > h2.section-name  i {
	background-image:url(../images/icon_sitemap.png);

}
.sitemap.inactive .container > h2.section-name  i {
	background-image:url(../images/icon_sitemap-inactive.png);

}
.mockups .container > h2.section-name  i {
	background-image:url(../images/icon_mockup.png);
}
.mockups.inactive .container > h2.section-name  i {
	background-image:url(../images/icon_mockup-inactive.png);
}
.wireframes .container > h2.section-name i {
	background-image:url(../images/icon_wireframe.png);
}
.wireframes.inactive .container > h2.section-name i {
	background-image:url(../images/icon_wireframe-inactive.png);
}





.date {
	display: block;
	color: rgb(182, 182, 182);
	font-size: .8em;
	text-transform: uppercase;
	font-weight:bold;
	margin:10px 0 25px 0;
}



a {
	color: #3089c2;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: none;
}

ul {
	list-style: none;
	text-align: center;

}

ul li {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #888;
	padding: 0px;
	margin-bottom:1.8em;
	padding:1.8em 0;
	background: #fff;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.6;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

ul li:hover {
	opacity: 1.0;
}

ul li:first-child {
	opacity: 1.0;
	border-top:4px solid rgb(98, 199, 213);
}




ul li a:hover {
	color: #222;
}

ul li ul {
	margin: 6px auto 0 auto;
	width:90%;

}

ul li li {
	opacity: 1.0;
	font-size: 1.0em;
	font-family: Helvetica, Arial, Verdana sans-serif;
	color: #ccc;
	margin-bottom: 9px;
	padding: 6px 0;
	margin: 0;
	border-bottom: none;
	border-top: 1px solid #eee;
	font-weight: normal;
	text-transform: none;
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.4);

}

ul li li:first-child {
	border-top: none;
}



@media only screen  and (max-width : 640px) {
	.section {
		float:none;
		width:auto;
		text-align: center;
		border-bottom:3px double rgba(0,0,0,0.1);
		padding-bottom:25px;

	}
	.overview {
		border-bottom:0;
		padding-bottom:70px;
	}
	h2.section-name {
		margin-top:50px;
	}

	.sitemap h2.section-name {
		margin-top:-52px;
	}
}


.focuses {
	text-transform: none;
	line-height: 1.4;
}

/*.lt-ie9 .brand {
  display: table;
}
.lt-ie9 .brand > * {
  top: auto;
  display: table-cell;
  vertical-align: middle;
}
.brand > * {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brand-container, .brand-site-description {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lt-ie9 .brand-container, .lt-ie9 .brand-site-description {
  top: auto;
}*/

.brand {
  overflow: hidden;
  height: 120px;
  padding: 0 0 0 20px;
  font-family: "Whitney SSm A", "Whitney SSm B", "Benton", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}
.brand > .has-parent {
  font-size: 16px;
}
.brand > .brand-unbranded {
  font-size: inherit;
}

.brand-container {
  display: inline-block;
  margin: 20px auto;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  text-align: left;
}
.brand-container:visited {
  color: #000000;
}

.brand-part-logotype, .brand-unbranded, .brand-part-parent {
  font-weight: 600;
}

.brand-site-description {
  display: none;
}
@media screen and (min-width: 992px) {
  .brand-site-description {
    display: block;
    font-family: "TiemposText", Georgia, serif;
    font-size: 16px;
    color: #9f9f9f;
  }
}

/* Sub-brand signature */
.brand-signature {
  padding: 10px 30px 9px 56px;
  min-height: 35px;
  line-height: 35px;
  background: url("https://www.bu.edu/cdn/images/logos/subbrand49x35.png") no-repeat 0 49%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .brand-signature {
    background-image: url("https://www.bu.edu/cdn/images/logos/subbrand49x35-retina.png");
    background-size: 49px 35px;
  }
}
.brand-signature.has-parent {
  padding-top: 0;
  padding-bottom: 0;
  background-position: 0 3px;
}

/* Sponsored branding */
.brand-part-sitename {
  display: block;
}
.brand-part-logotype + .brand-part-sitename {
  display: inline;
}

.brand-unbranded {
  font-family: "Benton", Helvetica, sans-serif;
  font-size: 20px;
  color: #cc0000;
}
.brand-unbranded:visited {
  color: #cc0000;
}

.brand-part-logotype + .brand-part-parent {
  font-weight: 400;
}

.brand-part-subparent {
  display: block;
}

/* Master logo in footer */
.brand-masterplate {
  display: block;
  width: 112px;
  height: 50px;
  background: url("https://www.bu.edu/cdn/images/logos/masterplate112x50.png") no-repeat 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .brand-masterplate {
    background-image: url("https://www.bu.edu/cdn/images/logos/masterplate112x50-retina.png");
    background-size: 112px 50px;
  }
}

/* BUMC logo in footer */
.brand-bumclogo {
  display: block;
  background: url("https://www.bu.edu/cdn/images/logos/bumclogo96x40.png") no-repeat 0 0;
  width: 96px;
  height: 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .brand-bumclogo {
    background-image: url("https://www.bu.edu/cdn/images/logos/bumclogo96x40-retina.png");
    background-size: 96px 40px;
  }
}