﻿@charset "UTF-8";
/* CSS Document */

.sys_background_about {
	background:url(http://www.lse.ac.uk/study/summerSchools/executiveSummerSchool/css/CSSImages/croppedMainBackground.jpg) no-repeat;
}
/*===================
GRID
===================*/

.row {
	padding: 70px 30px 0;
}

.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.row:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.row {
    *zoom: 1;
}

.col-md-3 {
	width: 25%;
	box-sizing:border-box;
}

.col-md-9 {
	width: 75%;
	box-sizing: border-box;
	padding: 0 30px 0 0;
}

.col-md-push-3 {
	float: left;
}

.col-md-pull-9 {
	float: right;
}


/*===================
REFINE
===================*/

#essSearch {
  text-align: center;
}

#essSearch input[type="text"] {
  width: 500px;
    height: 50px;
    border: 3px solid red;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 44px;
    font-size: 1em;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

#essSearch input[type="submit"] {
      height: 50px;
    background-color: red;
    border: none;
    padding: 0 20px;
    color: white;
    line-height: 50px;
    font-size: 1em;
    text-transform: uppercase;
    font-family: roboto, sans-serif;
    letter-spacing: 2px;
    width: 150px;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}
#search-facets {
	background: #ed2031;
	margin-top: 60px;
}

#search-facets h2 {
	text-transform: uppercase;
	font-weight: 700;
	padding: 35px 30px 20px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	color: #fff;
		font-size: 1.9em;
	margin-bottom: 0;
	letter-spacing: 3px;

}
#search-facets h3 {
	padding: 20px 30px;
	background-color: #ccc;
	margin: 0;
	line-height:30px;
	color: #fff;
	font-weight: 700;
	display: none;
	font-size: 1.9em;
	margin-bottom: 0;
	letter-spacing: 2px;
}
.panel-body ul {
	list-style: none;
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
}

.panel-body li {
	display: block;
	padding: 10px 30px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	transition: background .2s ease;
	letter-spacing: 2px;
}

.panel-body li:hover {
	background: #bb1928;
}

.panel-body li:hover a {
	text-decoration: none;
}

.panel-body a {
	color: #fff;
	text-decoration:none;
	padding-right: 20px;

}

.panel-body .badge {
	font-weight: 700;
	float: right;
}

/*===================
LIST
===================*/

.col-md-9 h2 {
		text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	height: 36px;
	line-height: 36px;
	margin: 0;
		font-size: 1.9em;
	margin-bottom: 0;
	letter-spacing: 2px;
}

#search-result-count {
	height: 60px;
	font-weight: 300;
}

#search-results {
	list-style: none;
	margin: 0;
	padding: 0;
}

#search-results h3 {
	margin:0;
	letter-spacing: 2px;
}
#search-results li {
	padding: 30px 30px 10px;
	transition: background .2s ease;
	margin-bottom: 10px;
}

#search-results li:nth-of-type(even) {
	background: #f9f9f9;
}

#search-results li:hover,
#search-results li.search-tier {
	background: #e6e7e9;
}

#search-results li.search-tier {
	padding: 30px;
	transition: background .2s ease;
	margin-bottom: 10px;

}


#search-results h3,
#search-results h4,
#search-results p {
	  margin: 0 0 1em;
}

#search-results h4 a,
#search-results h3 a {
	text-decoration: none;
	border-bottom: dotted 1px #ed2031;
	color: #ed2031;
	font-size: 1.3em;
	transition: all .2s ease;
	font-size: 20px;
	letter-spacing:normal;
}

#search-results li:hover h4 a,
#search-results li:hover h3 a {
	color: #000;
}

#search-results cite {
	margin-bottom: .5em;
  color: #999;
  display: block;
  font-weight: 300;
  font-style: normal;
  word-wrap: break-word;
}


@media print {
	.hidden-print { display: none; }
}