html {
  height: 100%;
}
body {
  min-height: 100%;
  height: 100%;
}
.baseFont {
  font-family: 'Quattrocento Sans', arial, sans-serif;
  font-size: 1.12em;
}
/* used for main headers, color: primaryAccentColor */
/*@primaryAccentColor: #f96a32;	 orange, used for headers and select list highlights */
/* Hopkins color "tomato", used for headers and select list highlights */
/* Lighter version of the primaryAccentColor for highlighting rollovers */
/* Hopkins color "Bloomberg" */
/*@linkColor: #0aa0c8;*/
/* light gray */
/* To change radius on class call, add radius param, ex: .roundedCorners(3px) */
body {
  font-family: 'Quattrocento Sans', arial, sans-serif;
  font-size: 1.12em;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
}
h2 {
  color: #992d33;
  font-weight: normal;
  font-size: 1.2em;
}
h3 {
  font-size: 1em;
}
th,
td {
  padding: 7px;
  border-bottom: 2px solid #ffffff;
}
a {
  color: #368ce4;
  text-decoration: none;
}
a img {
  border: 0;
}
a:hover {
  color: #368ce4;
  text-decoration: underline;
}
ul li {
  list-style-image: url('/views/common/gfx/bullet_blue.gif');
}
table.standard th {
  background-color: #992d33;
  color: #fff;
}
table.standard tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table.standard tr:nth-child(even) {
  background-color: #fafafa;
}
h1 {
  font-family: 'Arvo', 'Palatino', serif;
  font-size: 1.7em;
  font-weight: normal;
  color: #992d33;
  margin-top: 1em;
  margin-bottom: .25em;
  padding-bottom: .25em;
  border: none;
}
textarea {
  font-family: 'Quattrocento Sans', arial, sans-serif;
  /*font-size: 1.12em;*/
  font-size: 1em;
}
#container {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
#header {
  background-color: #1c4982;
  background-repeat: no-repeat;
  background-image: url('/views/common/gfx/jhsphwatermark.gif');
  background-position: top right;
  height: 101px;
  width: 100%;
}
#header h1 {
  float: left;
  padding: 0;
  margin: 0;
}
#tagline {
	color:#7ca5d9;
	font-size:1.2em;
	float:right;
	text-align:right;
	width:auto;
	margin-right:270px;
	margin-top:64px;
}
#nav {
  background: #000;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 101px;
}
#nav ul {
  margin: 0;
  padding: 0;
}
#nav li {
  display: inline;
  margin: 0;
}
#nav a {
  background: #000;
  padding: 0 1em 0 1em;
  color: #fff;
}
#nav li.selected a {
  background: #fff;
  color: #000;
  border-bottom: 0.25em solid #368ce4;
}
#nav a:hover {
  text-decoration: none;
  background: #368ce4;
  cursor: pointer;
}
#find,
#floatPage {
  float: left;
  background-color: #fff;
}
#share, #use {
	background-color: #fff;
	display:table-cell;
	}
#find,
#floatPage {
  width: 100%;
  margin-bottom: 15px;
}

#shareAndUse {
	margin-right:306px;
	float:left;
	display:table;
	}
.ocwDesc {
	float:left;
	margin-left:-298px;
	background-color:#1c4882;
	color:#fff;
	width:253px;
	padding:15px;
}
	
h1#sectionHead {
  font-family: 'Quattrocento Sans', arial, sans-serif;
  font-size: 1.12em;
  font-weight: normal;
  float: left;
  margin: 0;
  width: 100%;
  padding-bottom: .2em;
  border-bottom: 1px solid #000;
}
h1#sectionHead #searchBox {
  float: right;
  font-size: .59em;
  margin-top: .5em;
}
h1#sectionHead span.large {
  font-family: 'Arvo', 'Palatino', serif;
  font-size: 2.5em;
  color: #992d33;
  line-height: .5em;
  *line-height: .9em;
  /* IE7 only */

}
h1#sectionHead a,
h1#sectionHead {
  color: #000;
}
h1#sectionHead a:hover {
  text-decoration: none;
}
#find > p:first-of-type,
#share > p:first-of-type,
#use > p:first-of-type,
#floatPage > p:first-of-type {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
#find p,
#share p,
#use p,
#floatPage p {
  *margin: 0;
  *padding-top: 15px;
  *padding-bottom: 15px;
  /* IE7 only */

}
.sectionPadding {
  padding: 48px 15px 20px 15px;
  overflow: auto;
}
#footer {
  position: absolute;
  *position: relative;
  *float: left;
  /* IE7 only */

  bottom: 0;
  background-color: #231f20;
  background-image: url("/views/common/gfx/BG_footer.jpg");
  background-position: top center;
  background-repeat: repeat-y;
  padding: 15px 0 2px 0;
  color: #fff;
  width: 100%;
}
#footer #aboutOCW {
  border-bottom: 1px solid #5f5f5f;
  padding: 0px 1em 10px 1em;
}
#main {
  /*overflow-x:auto;*/

  margin: 1.15em 20px 20px 20px;
  padding-bottom: 6.5em;
}
/* Home Page Specific */
#find ul {
  padding: 0 0 0 1em;
  margin: 0 0 0 0;
  /*margin-bottom:-25px;*/

}
#searchBrowse {
  float: left;
  width: 45%;
  margin-right: 2%;
}
#searchBrowse form input {
  font-size: .8em;
}
#searchBrowse form input[type="search"] {
  margin-right: 10px;
  width: 20em;
}
#featuredCourse {
  float: right;
  width: 52%;
}
#featuredCourse .info {
  text-align: right;
  margin-right: 296px;
}
#featuredCourse img {
  margin-top: 28px;
  float: right;
}
#share {
  width: 54%;
  border-right:15px solid #f5f5f5;	
}
#share .images {
  float: left;
  width: 167px;
  overflow: hidden;
  /*Fix for Chrome vertical scroll bars*/

}
#share .images .thumbs {
  float: left;
  width: 35px;
}
#share .images .thumbs img {
  float: left;
  padding-bottom: 3px;
}
#share .info {
  margin-left: 170px;
}
#use {
  width: 45%;
  background-image: url('/views/common/gfx/cc.gif');
  background-position: 92% 68%;
  background-repeat: no-repeat;
}
#use li {
  list-style: none;
  list-style-image: none;
}
#use ul {
  padding-left: 5.92em;
  margin: 0;
  margin-bottom: -25px;
}
#donate {
  float: right;
  text-align: right;
  margin-top: 70px;
}
#jhsphLogo,
#occLogo {
  position: absolute;
  top: 42%;
}
#jhsphLogo {
  left: 20px;
  background: url('/views/common/gfx/logo_jhsph.png') no-repeat center;
  width: 132px;
  height: 36px;
}
#jhsphLogo a {
  display: block;
  width: 132px;
  height: 36px;
}
#occLogo {
  right: 20px;
  background: url('/views/common/gfx/logo_OERC.gif') no-repeat center;
  width: 134px;
  height: 39px;
}
#occLogo a {
  display: block;
  width: 134px;
  height: 39px;
}
#infoBar {
  background: #f5f5f5;
  width: 100%;
  margin: 20px 0;
  padding: 5px 0;
  text-align: left;
}
#infoBar h2,
#infoBar th {
  font-size: 1em;
  color: #992d33;
  padding: 0 10px 0 10px;
  margin: 0;
  font-weight: normal;
}
#infoBar th {
  padding: 5px 10px 5px 10px;
  text-align: left;
}
#infoBar h2 span.qualifier,
#infoBar th span.qualifier {
  color: #000;
}
#infoBar h2 a {
  color: #992d33;
}
.horizDivider {
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}
/* Find/Browse Pages */
/* Nesting styles with LESS -- isn't it lovely? */
#floatPage .col1 ul,
#floatPage .col2 ul,
#floatPage .col3 ul {
  padding-left: 25px;
}
#floatPage .col1 ul li,
#floatPage .col2 ul li,
#floatPage .col3 ul li {
  list-style-image: url("/views/common/gfx/bullet_red.gif");
  padding: 3px 10px 3px 2px;
  margin: 5px 5px 5px 5px;
}
#floatPage .col1 ul li:first-of-type,
#floatPage .col2 ul li:first-of-type,
#floatPage .col3 ul li:first-of-type {
  margin-top: 0;
}
#floatPage .col1 {
  float: left;
  width: 20%;
  border-right: 1px solid #d8d8d8;
}
#floatPage .col2 {
  float: left;
  width: 30%;
  border-right: 1px solid #d8d8d8;
}
#floatPage .col3 {
  float: left;
  width: 49%;
}
#floatPage #spacerRow .col1,
#floatPage #spacerRow .col2 {
  border-right: none !important;
}
#floatPage #infoBar th.col1,
#floatPage #infoBar th.col3 {
  padding-left: 10px;
}
#floatPage #infoBar .col2 h2,
#floatPage #infoBar th.col2 {
  padding-left: 22px;
}
#floatPage td.col1,
#floatPage td.col2,
#floatPage td.col3,
#floatPage th.col1,
#floatPage th.col2,
#floatPage th.col3 {
  float: none;
}
#floatPage th.col1,
#floatPage th.col2,
#floatPage th.col3 {
  border: none;
}
#floatPage table#browse {
  margin-top: 1.1em;
  *margin-top: 4.9em;
  /* IE7 only */

}
#floatPage ul.browseList {
  padding-left: 12px;
  margin-top: 0;
  padding-top: 0;
}
#floatPage ul.browseList li {
  list-style: none;
  list-style-image: none;
  padding: 3px 10px 3px 10px;
  margin: 5px 12px 5px 0;
}
#floatPage ul.browseList li a:hover {
  cursor: pointer;
  text-decoration: none;
}
#floatPage ul.browseList li.selected {
  color: #fff;
  background: #992d33;
}
#floatPage ul.browseList li:hover {
  background: #eb9693;
  cursor: pointer;
}
#floatPage .col1 ul.browseList {
  padding-left: 0;
}
#floatPage .col1 ul.browseList a {
  color: #000;
  display: block;
  width: 100%;
}
#floatPage .col1 ul.browseList li.selected a {
  color: #fff;
}
#floatPage .col2 ul.browseList li.selected {
  background: none;
}
#floatPage .col2 ul.browseList li.selected .topicName {
  background-color: #992d33;
}
#floatPage .col2 ul.browseList li .topicName {
  padding: 3px 10px 3px 10px;
}
#floatPage .col2 ul.browseList li .topicName:hover {
  background-color: #eb9693;
}
#floatPage .col2 ul.browseList li {
  padding: 0;
}
#floatPage #browseCatItems ul,
#floatPage #finalDrillDownList ul {
  margin-top: 0;
  padding-top: 0;
}
#floatPage #finalDrillDownList ul li:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
#floatPage td#finalDrillDownList {
  padding-top: 3px;
}
#floatPage #imageBrowse {
  margin-left: 20px;
  background: #f5f5f5;
  text-align: center;
  color: #9a9a9a;
}
#floatPage #imageBrowse ul {
  padding: 0 0 1.5em 0;
  margin-top: 0;
}
#floatPage #imageBrowse li {
  margin: 0;
  padding: 0 .2em 0 .2em;
  display: inline-block;
  zoom: 1;
  /* for IE7 */

  *display: inline;
  /* IE7 only */

  width: 180px;
  list-style: none;
  list-style-image: none;
  vertical-align: top;
}
#floatPage #imageBrowse li .image {
  margin: 1.5em .5em 1.5em .5em;
  border: .3em solid #e0e0e0;
  /*max-height:100px;
				overflow:hidden;*/

  display: inline-block;
  zoom: 1;
  /* for IE7 */

  *display: inline;
  /* IE7 only */

  line-height: .1em;
}
#floatPage #imageBrowse li .image img {
  float: left;
  /* Corrects a small bottom padding in IE7 */

}
#floatPage #imageBrowse li .image:hover {
  border-color: #992d33;
  cursor: pointer;
}
#floatPage #imageBrowse p {
  margin-top: 0;
}
#floatPage #imageBrowse #pageNumbers li {
  width: auto;
  padding: .2em;
}
#floatPage #imagePreview ul {
  margin-left: 0;
  padding-left: 0;
}
#floatPage #imagePreview li {
  list-style: none;
  list-style-image: none;
  padding-bottom: 0;
}
#floatPage #imagePreview img {
  margin: 0 10px 20px 10px;
  border: .3em solid #e0e0e0;
}
#floatPage #imagePreview img.cc_label {
  border: none;
  margin: 0;
  margin-right: 20px;
  margin-top: -1.2em;
}
#main.browse .col1 p,
#main.browse .col2 p,
#main.browse .col3 p {
  padding-left: 10px;
  padding-right: 10px;
}
#main.browse .col1 p:first-of-type,
#main.browse .col2 p:first-of-type,
#main.browse .col3 p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
#pageNumbers {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1.5em;
  color: #992d33;
  /*border-top:.3em solid #fff;*/

}
#pageNumbers a,
#pageNumbers a:visited {
  color: #fff;
  background: #992d33;
  padding: .2em .5em .2em .5em;
  cursor: pointer;
}
#main.course button.search,
#main.share button.search,
#main.use button.search {
  display: none;
  background-image: url(../gfx/icon-search-ocw-hi.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1.7em;
  right: 20px;
  height: 50px;
  width: 50px;
  padding: 0;
}
#main.use #free,
#main.use #license,
#main.use #resources {
  background-color: #ffffff;
  margin-bottom: 15px;
  height: 15em;
}
#main.use #free h1,
#main.use #license h1,
#main.use #floatPage h1 {
  text-indent: -1em;
  padding-left: 1em;
}
#main.use #free h1#sectionHead,
#main.use #license h1#sectionHead,
#main.use #floatPage h1#sectionHead {
  text-indent: 0;
  padding-left: 0;
}
#main.use #free .indented,
#main.use #license .indented,
#main.use #floatPage .indented {
  margin-left: 1.8em;
}
#main.use #free {
  float: left;
  width: 30%;
}
#main.use #license {
  float: right;
  width: 69%;
}
#main.use #resources {
  float: left;
  width: 100%;
}
#main.use #resources .sectionPadding {
  padding-top: 2em;
}
#main.use #resources .col1 {
  float: left;
  width: 48%;
  padding-top: 34px;
}
#main.use #resources .col2 {
  float: right;
  width: 48%;
  text-align: right;
}
#main.use #resources .col2 div {
  text-align: right;
}
#main.use #resources .col2 div div {
  width: 250px;
  float: right;
}
#main.use #free .sectionPadding,
#main.use #license .sectionPadding {
  padding-top: 0;
}
/* Styles for Course Pages */
#main.course {
  /* This is to correct the huge h1s that are sometimes used for lecture materials lists */

}
#main.course h1 {
  margin-top: 0;
}
#main.course .browseList a {
  color: #000;
}
#main.course .browseList a:hover {
  text-decoration: none;
}
#main.course .browseList li.selected a {
  color: #fff;
}
#main.course #infoBar {
  clear: both;
}
#main.course #infoBar th .courseTitle,
#main.course #infoBar h2 .courseTitle {
  color: #000;
}
#main.course .col1 {
  border: none;
}
#main.course .col2 {
  font-size: .85em;
  padding-left: 2%;
  width: 77%;
  border-left: 1px solid #d8d8d8;
  border-right: none;
}
#main.course .col2 #courseImageAndInfoBox {
  color: #8f8f8f;
}
#main.course .col2 #courseImageAndInfoBox h2 {
  font-size: 1em;
  font-weight: normal;
  border: none;
  /*margin-bottom:0;*/

  margin-top: 10px;
  color: #000;
}
#main.course .col2 #courseImageAndInfoBox h2 + p {
  margin-top: 0 !important;
}
#main.course .col2 #courseImageAndInfoBox p {
  padding-left: 0;
  padding-right: 0;
}
#main.course #sectionHead {
  margin-bottom: 20px;
}
#main.course #courseImage {
  float: left;
  /*width:385px;*/

  margin-right: -100%;
}
#main.course #courseImage .image {
  margin-bottom: .2em;
  border: 5px solid #e0e0e0;
}
#main.course #courseInfoBox {
  position: relative;
  float: left;
  background: url('/views/common/gfx/cc_label.png') bottom left no-repeat;
  padding-bottom: 44px;
  text-wrap: normal;
}
#main.course #courseInfoBox h2 {
  margin-bottom: 0;
}
#main.course #courseInfoBox h2 span.eduContentType {
  background: #000;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
}
#main.course #courseInfoBox p {
  padding-left: 0;
  margin-bottom: 5px;
}
#main.course #mobileCourseNav {
  display: none;
  margin-bottom: .5em;
  clear: both;
}
#main.course .sectionPadding blockquote h1 {
  font-family: 'Quattrocento Sans', arial, sans-serif;
  font-size: 1.12em;
  color: #000;
  font-weight: bold;
}
#main.course .sectionPadding blockquote h1 a {
  color: #368ce4;
}
#main.course .sectionPadding blockquote h1 a:hover {
  text-decoration: underline;
}
#imgCaption {
  font-style: italic;
}
/* END Styles for Course Pages */
#main.share .col1,
#main.share .col2 {
  border: none;
}
#main.share .col1 {
  float: left;
  position: relative;
  width: 50%;
}
#main.share .col2 {
  float: right;
  position: relative;
  width: 35%;
}
#main.share #discoverLink1 {
  float: right;
  margin-top: 1.8em;
  line-height: 2.6em;
}
#main.share #discoverLink2 {
  display: none;
}
.small,
small {
  font-size: .85em;
}
.verySmall {
  font-size: .75em;
}
.supplTextLevel1 {
  color: #8f8f8f;
}
.supplTextLevel2 {
  color: #bebebe;
}
.clearFloat {
  clear: both;
  height: 0;
  margin: 0;
  font-size: 1px;
  line-height: 0;
}
/* Form UI */
/* DELETE THESE INPUT STYLES IF WE USE BOOTSTRAP */
/*input[type="search"], input[type="text"], input[type="file"] { 
	border:1px solid #808080;
	padding:4px;
	.roundedCorners;*//* To change radius, add radius param, ex: .roundedCorners(3px) */
/*font-size:1em;
}
input[type="submit"][value="Search"]{
	background:#0da1c9;
	color:#fff;
	border:1px solid #6ac5de;
	padding:4px;
	.roundedCorners;*//* To change radius, add radius param, ex: .roundedCorners(3px) */
/*font-size:1em;
    overflow: visible;*//* To reduce extra left and right padding in IE */
/*}*/
/* DO WE WANT A STYLE FOR BUTTONS, OTHER THAN SEARCH?? */
/*input[type="submit"], input[type="button"]{
	background:#ccc;
	color:#000;
	border:1px solid #999;
	padding:4px;
	.roundedCorners;
	font-size:1em;
    overflow: visible;*//* To reduce extra left and right padding in IE */
/*}*/
/* Styles to override Bootstrap css */
.btn-primary {
  background-color: #4c98e5;
  background-image: -moz-linear-gradient(top, #70b4f9, #2175cb);
  background-image: -ms-linear-gradient(top, #70b4f9, #2175cb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70b4f9), to(#2175cb));
  background-image: -webkit-linear-gradient(top, #70b4f9, #2175cb);
  background-image: -o-linear-gradient(top, #70b4f9, #2175cb);
  background-image: linear-gradient(top, #70b4f9, #2175cb);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #2175cb;
}
[class*="span"] {
  margin-left: 0;
}
.customfile-feedback {
  background-color: #fff !important;
}
textarea {
  height: 6em;
}
.well {
  /*background-color:#eaeaea; */

  color: #777777;
}
input,
textarea,
select,
.uneditable-input,
label,
button {
  font-size: 1em;
  line-height: 1em;
}
select {
  height: 1.9em;
}
.btn {
  font-size: 1em;
  line-height: 1em;
  padding-top: .4em;
  padding-bottom: .3em;
}
.btn .caret {
  margin-top: .2em;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top-width: .5em;
}
.btn-mini {
  font-size: .8em;
  line-height: .8em;
}
.input-prepend .add-on,
.input-append .add-on {
  height: 1em;
  line-height: 1em;
}
.customfile-feedback {
  font-size: 1em;
  line-height: 1em;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background: none;
}
#main.browse .nav-tabs {
  font-size: .79em;
}
#main.browse .nav-tabs > li {
  padding: 0 0 .46em 0;
  margin: 0;
  line-height: 14px;
}
#main.browse .nav-tabs > li > a {
  margin: 0;
  padding: 6px .5em 5px .5em;
  line-height: 14px;
  /*border: 1px solid transparent;*/

  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #368ce4;
}
#main.browse .nav-tabs > li > a:hover {
  text-decoration: none;
  border-color: #eeeeee #eeeeee #dddddd;
  background-color: #eeeeee;
}
#main.browse .nav-tabs > li:hover {
  background: none;
}
#main.browse .nav-tabs a.selected,
#main.browse .nav-tabs a.selected:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
