/* General */
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  border: none;
  outline: none;
}
a:active {
  border: none;
  outline: none;
}
body {
  /* padding-top:60px; */
}
h1 {
  font: 300 38px / 44px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555555;
  margin: 40px 0;
}
h2 {
  font: 300 38px / 44px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555555;
  margin: 40px 0;
}
h3 {
  font: 400 21px / 30px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555555;
  margin: 0;
}
h4 {
  font: 900 15px / 22px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555555;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
h5 {
  font: 900 16px / 1.428571429em Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
h6 {
  font: 400 14px / 1.428571429em Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
h1,
h2 {
  font-weight: 300;
}


.main-content ul,
.sidebar ul  {margin-bottom: 20px;}
.main-content ul li,
.sidebar ul li {list-style:disc;margin-left:15px; padding-left:5px;margin-bottom:10px;}


/* Header */
.header {
  height: 150px;
  background: #49a5d3 url(../img/bg_150.jpg) repeat-x;
}
.header a {
  color: #fff;
}
/* Footer */
.footer {
  width: 100%;
  margin-top: 100px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  font-size: 14px;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  display: inline-block;
}



/* Trey's Custom Styles -- Will organize later */

.navbar {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.28);
	-moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.28);
	box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.28);
	border-radius:0px !important;
	position:relative;
	z-index:0;
	margin-bottom:0;
}

body {
	background:url('../img/body-bg.png') repeat-x #fff;
}

.profile-content h1 {
	margin-bottom:0;
}

/* use font:@ucsd-h3; color:@gray; variables for this */
.subtitle {
  	font: 400 21px / 30px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	color: #555555;
	margin-top:39px;
	padding-top:20px;
	margin-bottom:28px;
	border-top:1px solid #eeeeee;
}



.profile-content .sidebar {
	margin-top:90px;
}

.profile-content .sidebar ul {
	padding-left:0;
}

.profile-content .sidebar ul li {
	list-style-type:none;
}

.about-content .sidebar h2 {
	margin-top:20px;
}

.profile-pic {
	margin:32px 0;
}

.footer-social {
	padding:14px 0 0 20px;
}

.footer-social ul li a {
	color:#aeaeae;
	margin-right:2px;
}

.footer-tactical ul li + li:before {
	content: " | ";
    padding: 0 10px;
}

.footer {
	padding-bottom:60px;
	background:#fff !important;
	border-top:1px solid #cccccc;
}

.footer-logo a {
	background:url('../img/jacobs_logo_gray.png') no-repeat;
	width:158px;
	height:54px;
	font-size:0;
	display:block;
	background-size:100%;
}

.logo-jacobs-school-left {
	display:none;
}

.logo-jacobs-school-left a {
	background:url('../img/jacobs_logo_white.png') no-repeat;
	width:306px;
	height:84px;
	font-size:0;
	display:block;
	margin-top:50px;
	background-size:100%;
}

.logo-jacobs-school-right a {
	background:url('../img/jacobs_logo_white.png') no-repeat;
	/* width:306px; */
	height:84px;
	font-size:0;
	display:block;
	margin-top:50px;
	background-size:100%;
}
.logo-jacobs-school-right a {
		width:220px;
}

.center-name-full {
	display:none;
}

.center-name-full a {
	background:url('../img/center_logo_full.png') no-repeat;
	width:120px;
	height:120px;
	margin-top:20px;
	font-size:0;
	display:block;
	background-size:100%;
	position:relative;
	z-index:1;
}

.center-name a {
	background:url('../img/center_logo.png') no-repeat;
	width:240px;
	height:240px;
	font-size:0;
	display:block;
	margin-top:-18px;
	margin-bottom:-69px;
	background-size:100%;
	position:relative;
	z-index:1;
}

ul.nav {
	margin-left:220px;
	float:left;
	font-size: 14px;
}

ul.nav li {
	margin-right:0;
	margin-left:0;
}

ul.nav li a {
	padding-left:2em;
    /* padding-right:1.7em; */
}

.fade-bg {
	background:url('../img/fade-bg.png') repeat-x #eeeeee;
	height:122px;
}

.footer {
	margin-top:0;
}

/*
.about-masthead {
	background:url('../img/jumbotron-bg1.jpg') no-repeat;
	background-size:cover;
	min-height:450px;
	padding:0;
}
*/

.jumbotron {
	background:url('../img/jumbotron-bg1.jpg') no-repeat;
	background-size:cover;
	min-height:450px;
	padding:0;
	
}

.jumbotron-2, .jumbotron-3, .jumbotron-4 {
	min-height:350px;
	padding:0;
	
}

.jumbotron h1 {
  	font:300 38px / 44px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	color:#fff;
	margin-top:380px;
	text-shadow:1px 1px 2px #454545;
	float:left;
}

.home-masthead {
	background:url('../img/jumbotron-bg2.jpg') no-repeat;
	background-size:cover;
}
.home-masthead h1 {margin-top:250px;}

.home-2-masthead {
    background: url('../img/starcave-canyon.jpg') no-repeat;
    background-size: cover;
}

.home-2-masthead h1 {
  	font:300 32px / 36px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	margin-top:200px;
}

.home-3-masthead {
    background: url('../img/pillows-6to1.jpg') no-repeat;
    background-size: cover;
}

.home-3-masthead h1 {
  	font:300 32px / 36px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	margin-top:200px;
}

.home-4-masthead {
    background: url('../img/tabl_cl_cornell-mft_supp_img1.jpg') no-repeat;
    background-size: cover;
}

.home-4-masthead h1 {
  	font:300 32px / 36px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	margin-top:200px;
}

.home-5-masthead {
    background: url('../img/milkHR_1205x300.jpg') no-repeat;
    background-size: cover;
}

.home-5-masthead h1 {
  	font:300 32px / 36px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	margin-top:300px;
}

.home-6-masthead {
    background: url('../img/starcavesilhouettesflickr.jpg') no-repeat;
    background-size: cover;
}

.home-6-masthead h1 {
  	font:300 32px / 36px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	margin-top:200px;
}

/*
.home-masthead h1 {
  	font:300 38px / 44px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	color:#fff;
	margin-top:380px;
	text-shadow:1px 1px 2px #454545;
	float:left;
}
*/

.about-pic {
	background:#000;
	height:86px;
}

.rectangle {
	/*background:url('../img/rectangle.png') no-repeat;*/
	font-size:13px;
	font-color:#666666;
	width:442px;
	height:450px;
	float:right;
	vertical-align:text-bottom;
	margin-top:-450px;
	margin-right:0px;
	padding:390px 0px 20px 100px;
	position:relative;
	z-index:0;
}

.rectangle h3 {
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	margin-top:-20px;
	line-height:20px;
	width:90%;
}

.home-content .sidebar img {
	margin-bottom:20px;
}


/* NEW STYLES 5/30/14 */

.research-content h5 {
	margin-top:40px !important;
}

.research-content .sidebar h2 {
	margin-top:0;
}

.sidebar .subtitle {
	border-top:none;
	padding-top:0;
	margin-top:0;
}

.sidebar img {
	margin-bottom:20px;
}

.sidebar img.image-scale {
	width:100%;
}

.faculty-content small {
	margin-top:20px;
	margin-bottom:20px;
	display:block;
}

.faculty-content h4 {
	margin-top:15px !important;
}

.partner-masthead {
	background:url('../img/jumbotron-bg3.jpg') no-repeat;
	background-size:cover;
/*
	
	min-height:450px;
	padding:0;
*/
}

/*
.partner-masthead h1 {
  	font:300 38px / 44px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	color:#fff;
	margin-top:380px;
	text-shadow:1px 1px 2px #454545;
	float:left;
}
*/

/*
.contact-masthead {
	background:url('../img/jumbotron-bg1.jpg') no-repeat;
	background-size:cover;
	min-height:450px;
	padding:0;
}
*/

/*
.contact-masthead h1 {
  	font:300 38px / 44px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	color:#fff;
	margin-top:380px;
	text-shadow:1px 1px 2px #454545;
	float:left;
}
*/

.research-masthead {
	background:url('../img/jumbotron-bg4.jpg') no-repeat;
	background-size:cover;
/*
	background-size:cover;
	min-height:450px;
	padding:0;
*/
}
.faculty-masthead {
	background:url('../img/jumbotron-bg5.jpg') no-repeat;
	background-size:cover;
/*
	background-size:cover;
	min-height:450px;
	padding:0;
*/
}

.education-masthead {
	background:url('../img/jumbotron-bg6.jpg') no-repeat;
	background-size:cover;
}

/*
.research-masthead h1 {
  	font:300 38px / 44px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	color:#fff;
	margin-top:380px;
	text-shadow:1px 1px 2px #454545;
	float:left;
}
*/

.sidebar h2 {
	margin-top:0 !important;
}

.btn {
	margin-top:20px;
}

ul {
	padding-left:0;
}

ul li {
	list-style-type:none;
}


.jumbotron h1 {
	/* width:700px; */
}



/* AKG */

.sidebar-item {margin-bottom: 15px;}

.section-head {margin-bottom:22px; margin-top:22px;}
