/* Colour Names */
/* Text */
/* separators */
/* sizes */
/* media queries */
/* League Tables */

.aboveTableLinks {
  background-color: #ffffcc;
  border: 1px solid #ffcc66;
  margin-bottom: 1em;
  text-align: center;
}
table.leagueTable {
  width: 100%;
  border-left: 1px #eeeeee solid;
  border-right: 1px #eeeeee solid;
  border-collapse: collapse;
}
table.leagueTable tr.alt td,
table.leagueTable tr.alt th {
  background-color: #f6f6f6;
}
table.leagueTable thead th {
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #1f568c;
  border: 0;
  border-top: 5px #00264b solid;
}
table.leagueTable thead th a {
  text-decoration: none;
  color: white;
}
table.leagueTable thead th a:hover {
  text-decoration: underline;
}
table.leagueTable thead th.highlight {
  background-image: url(images/leagueTable_th_bg.gif);
  background-repeat: no-repeat;
  background-position: center -2px;
}
table.leagueTable thead tr.secondary th {
  border-top: 0;
  white-space: nowrap;
  background-image: none;
}
table.leagueTable th,
table.leagueTable td {
  border-bottom: 1px #dddddd solid;
  /*border-right:1px #ddd solid;*/
  padding: 4px;
}
table.hoverHighlight tr:hover td,
table.hoverHighlight tbody tr:hover th {
  /*border-top:1px #ddd solid !important;*/
  border-bottom: 1px #dddddd solid !important;
  /*padding-top:3px !important;*/
  background-color: #eeeeee !important;
}
table.leagueTable tr.selected td {
  border-bottom: 1px #dddddd solid !important;
  /*padding-top:3px !important;*/
  background-color: #ffff66 !important;
}
table.leagueTable td.highlight {
  background-color: #cce6ff;
  border-bottom: 1px #aad4ff solid;
}
table.leagueTable tr.alt td.highlight {
  /*background-color:#aad4ff;*/
  background-color: #cce6ff;
}
#midLeagueTable td,
#midLeagueTable:hover td {
  background-color: transparent !important;
  text-align: center;
  padding: 0;
  line-height: 0;
  border-bottom: none;
}
#midLeagueTable td > div > div {
  padding: 2px 0;
  border-bottom: 1px #dddddd solid;
}
table.leagueTable th span {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
table.leagueTable td {
  text-align: right;
}
table.leagueTable td.quintile {
  border-right: 0;
  width: 34px;
}
div.tableFacets {
  border: 1px #dddddd solid;
  margin-bottom: 1em;
  background-color: #f6f6f6;
}
.facetSummary {
  padding: 10px 5px;
}
div.tableFacets div.facetSummary h3 {
  margin: 0 0 5px;
}
div.tableFacets div.facetSummary .facetSummaryHeader {
  cursor: pointer;
}
div.tableFacets div.facetSummary ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
}
div.tableFacets div.facetSummary ul li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
div.tableFacets div.facetSummary ul li {
  display: table-cell;
  padding: 0 5px;
}
div.tableFacets div.facetSummary li img {
  border: 1px solid #cccccc;
  vertical-align: text-bottom;
}
div.tableFacets div.facet h3 {
  font-size: 1em;
  color: #5f0018;
  margin: 0;
  min-width: 60px;
  float: left;
}
div.tableFacets div.facet {
  padding: 0.5em 10px 0.5em 10px;
  border-top: 3px #eeeeee solid;
}
div.tableFacets div.facet ul.links {
  padding-left: 0;
  margin: 0;
  list-style: none;
  margin: 0 0 0 70px;
  padding: 0;
}
div.tableFacets div.facet ul.links li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
div.tableFacets div.facet ul.links li {
  margin: 0 5px;
  min-height: 22px;
  display: inline-block;
}
div.tableFacets div.facet ul.links li.highlight {
  font-weight: bold;
  font-size: 1.2em;
}
/* Employment table facets */

#employmentTable .tableFacets div.links {
  margin-left: 100px;
}
#employmentTable .tableFacets div.links .value,
#employmentTable .tableFacets div.links b {
  white-space: nowrap;
  padding-right: 5px;
}
.employmentChart {
  width: 250px;
  height: 125px;
}
.facetResultCount {
  color: #777777;
}
.leagueTableInfo {
  background-color: #aad4ff;
  padding: 1px 5px;
  margin: 10px 0;
  text-align: center;
}
.tooltip {
  display: none;
  /*background:transparent url(images/tooltip_bottom_bg.png);*/
  background: transparent url(images/tooltip_inv_bottom_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 13px;
  width: 370px;
  padding-bottom: 20px;
  color: black;
  font-weight: normal;
  text-align: left;
  z-index: 100;
  white-space: normal;
}
.tooltip1 {
  background: transparent url(images/tooltip_top_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 20px;
}
.tooltip2 {
  background: transparent url(images/tooltip_middle_bg.png);
  background-repeat: repeat-y;
  background-position: center center;
  padding: 5px 25px 5px;
}
.tooltip p {
  margin-bottom: 0;
}
table.leagueTable th.hasHelp .tooltip a {
  color: Blue;
  text-decoration: underline;
}
/*
.tooltip.bottom {
    display:none;
    background:transparent url(images/tooltip_inv_top_bg.png);
    background-repeat:no-repeat;
    background-position:center top;
    font-size:13px;
    width:370px;
    padding-top:44px;
    padding-bottom:0;
    color:#000;
    font-weight:normal;
    text-align:left;
}

.tooltip.bottom .tooltip1 {
    background:transparent url(images/tooltip_inv_bottom_bg.png);
    background-repeat:no-repeat;
    background-position:center bottom;
    padding-top:0;
    padding-bottom:20px;
}

.tooltip.bottom .tooltip2 {
    background:transparent url(images/tooltip_middle_bg.png);
    background-repeat:repeat-y;
    background-position:center center;
    padding:5px 25px 5px;
}
*/

table.offaFees {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
table.offaFees th {
  white-space: nowrap;
  text-align: right;
  padding-right: 10px;
  padding-left: 20px;
}
table.offaFees tr.alt {
  background-color: #f6f6f6;
}
.cityBullets ul {
  margin: 0;
}
.cityBullets ul li em {
  font-style: normal;
  font-weight: bold;
}
h1,
h2,
h3,
h4 {
  margin-top: 30px;
  margin-bottom: 17px;
}
p,
ol,
ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: inherit;
}
a {
  color: #1976d2;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
  outline: none;
}
ul,
ol {
  margin-left: 0;
  padding-left: 2em;
}
ul li,
ol li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.select2-container,
.select2-results {
  line-height: initial;
}
.select2-container li,
.select2-results li {
  margin: 0;
}
ol {
  margin-left: 0;
  padding-left: 1.5em;
}
blockquote {
  background-color: #eeeeee;
  padding: 0 10px 0 15px;
  margin-left: 20px;
  width: 40%;
  float: right;
  border-left: 3px #d60033 solid;
}
blockquote h4 {
  font-size: 1.4em;
  margin-top: 10px;
  margin-bottom: 10px;
}
blockquote p {
  margin: 10px 0;
  line-height: 1.3;
  font-size: 1.25em;
}
hr {
  border: none;
  height: 1px;
  background: #dadee0;
}
.clear {
  clear: both;
}
.borderless {
  border: none;
}
.nopadding {
  padding: 0 !important;
}
.media-narrow .hide-narrow {
  display: none;
}
.sticky {
  position: fixed !important;
  z-index: 100;
}
.link-new-tab {
  color: #a2acb1;
  white-space: nowrap;
}
td.right {
  text-align: right !important;
}
td.left {
  text-align: left !important;
}
.moreLink {
  font-weight: bold;
}
.moreLink:before {
  content: "» ";
  font-size: 1.2em;
  line-height: 1;
  color: #263238;
  font-weight: bold;
}
p.moreLink {
  font-weight: bold;
}
.tooltip-link {
  border-bottom: 1px dotted;
  position: relative;
}
.tooltip-content {
  font-weight: normal;
  display: none;
  position: absolute;
  bottom: 100%;
  width: 200px;
  left: 0;
  background-color: white;
  z-index: 1000;
  font-size: 14px;
  line-height: 1.3;
  padding: 10px;
  border: 1px solid #dadee0;
  box-shadow: 0 0 5px #697a82;
}
.tooltip-link:hover .tooltip-content,
.tooltip-link.open .tooltip-content {
  display: block;
}
.tooltip-content-link {
  display: block;
  text-transform: uppercase;
}
.tooltip-content-heading {
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #dadee0;
}
.table-expand-button {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  line-height: 1em;
  margin: 0 0.5em 0 0;
  padding: 0;
  color: #1976d2;
  border: 1px solid #1976d2;
  background-color: #e6eff8;
  border-radius: 3px;
}
.thumb {
  margin: 4px;
}
.articleNextLink {
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}
.inline-image-box {
  float: right;
  margin: 10px 0px 10px 10px;
  text-align: left;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  padding: 5px;
  text-align: center;
}
.media-narrow .inline-image-box {
  float: none;
  display: block;
  margin: 10px auto;
}
.inline-image-box .attribution {
  text-align: right;
  font-style: italic;
  font-size: 0.5em;
}
.inline-image-box .caption {
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
}
.chevron:before {
  content: "» ";
  font-size: 1.2em;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
}
.listLinks {
  padding-left: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 1em;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.listLinks li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.listLinks:before {
  content: "Jump to:";
  font-weight: bold;
}
.listLinks.universityListLinks:before {
  content: "Jump to universities in:";
}
.listLinks li {
  display: inline-block;
  margin: 0 0.5em;
}
.hidden {
  display: none !important;
}
.cta-button {
  box-sizing: border-box;
  background-color: #1976d2;
  border: 1px solid #1976d2;
  border-radius: 500px;
  padding: 0.75em;
  color: white;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.cta-button.secondary {
  border-color: #009688;
  background-color: #009688;
}
.cta-button:hover {
  color: white;
  border-color: #445963;
  background-color: #445963;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.return-to-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #445963;
  border-radius: 500px;
  box-shadow: 0 0 3px #98a4a9;
  margin: 3px;
  text-align: center;
}
.return-to-top .fa {
  line-height: 40px;
}
.return-to-top:hover {
  color: white;
  background-color: #1976d2;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.page-tabs {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 1.5em 0 2em;
}
.page-tab {
  display: table-cell;
  padding: 0.75em;
  text-decoration: none;
  border-color: #98a4a9;
  border-width: 1px;
  border-bottom-style: solid;
}
.page-tab.current {
  color: inherit;
  border-bottom-style: none;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.embedded-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 2em;
}
.rsContent .embedded-video {
  height: 100%;
  padding-bottom: 0;
  position: static;
  margin-bottom: 0;
}
.embedded-video > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
ul.tabs {
  padding-left: 0;
  margin: 0;
  list-style: none;
  clear: both;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
}
ul.tabs li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
ul.tabs li {
  display: inline-block;
  margin: 0 5px 10px;
  text-align: center;
}
ul.tabs li a {
  background-color: #235a92;
  display: inline-block;
  color: White;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
ul.tabs li.current a {
  background-color: #042b54;
}
.scores {
  margin: 1.5em 0;
}
.score {
  display: inline-block;
  width: 49%;
  margin-bottom: 5px;
}
.printMe {
  padding: 7px;
  border: 1px #eeeeee solid;
  background-color: #f6f6f6;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.2em;
}
.printMe img {
  vertical-align: middle;
}
.contactDetails td {
  padding-bottom: 7px;
}
.contactDetails th {
  vertical-align: top;
  text-align: left;
  padding-right: 7px;
}
/* Carousel */

#homeImages {
  margin-bottom: 10px;
  position: relative;
  width: 646px;
  overflow: hidden;
  padding: 2px;
  padding-bottom: 75px;
  height: 250px;
  background-color: #042b54;
  border-radius: 5px;
  line-height: 1.3;
}
#homeImages .imgs {
  height: 250px;
  width: 646px;
  overflow: hidden;
  background-color: #eeeeee;
  border-radius: 3px;
}
#homeImages .imgs img {
  height: 250px;
}
#homeImages .headline {
  padding: 0 0.5em;
  top: auto;
  bottom: 0px;
  background-image: none;
  color: White;
}
#homeImages .headline p {
  margin: 0;
}
#homeImages .headline a.main {
  text-decoration: none;
}
#homeImages .headline a.main,
#homeImages .headline a {
  color: White;
}
#homeImages .headline h1 {
  margin: 4px 0 0 0;
}
#homeImages .bullets {
  position: absolute;
  text-align: right;
  cursor: pointer;
  bottom: 5px;
  right: 5px;
}
#homeImages .bullets .bullet {
  float: left;
  width: 17px;
  height: 17px;
  color: white;
  background-color: #235a92;
  margin-left: 6px;
  text-align: center;
  font-size: 13px;
}
#homeImages .bullets div.active {
  font-weight: bold;
  background-color: white;
  color: black;
}
.articleSidebar {
  background-color: #aad4ff;
  border: 1px solid #007eff;
  padding: 10px;
}
.articleSidebar dl {
  margin: 0;
}
.articleSidebar dt {
  font-weight: bold;
}
.articleSidebar dd {
  margin-bottom: 0.5em;
}
.articleSidebar dd > ul {
  margin-top: 0;
  padding-left: 0;
}
.articleSidebar a {
  word-wrap: break-word;
}
.contactUs th {
  padding-right: 20px;
  text-align: right;
  vertical-align: top;
}
.contactUs td {
  padding-bottom: 7px;
}
.contactUs input.text,
.contactUs select,
.contactUs textarea {
  width: 400px;
  font-family: Arial, Sans-Serif;
  font-size: 13px;
}
.distanceLearningGraph {
  width: 100%;
}
.contentWithImageSidebar .distanceLearningGraph {
  width: 450px;
}
.distanceLearningGraphLegend table {
  margin-left: auto;
}
.page_nav {
  text-align: center;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px #eeeeee solid;
}
.addReviewLink {
  background-color: #aad4ff;
  padding: 7px;
  margin-bottom: 10px;
  text-align: center;
}
.reviewSubmit {
  text-align: center;
}
.reviewSubmit input {
  width: 47%;
}
.student-review-container {
  margin-bottom: 2em;
  border-bottom: 1px #eeeeee solid;
  padding-bottom: 0.5em;
}
.flagged-review {
  background-color: #ffeeee;
}
.student-review-actions {
  text-align: right;
  margin: 0.5em 0;
}
.student-institution-review p {
  margin-top: 0;
}
.student-institution-review h4 {
  margin: 0.5em 0 0.5em;
  font-size: 1em;
}
.student-institution-review th {
  padding-bottom: 0.5em;
}
.inline-table-heading {
  padding-top: 1em;
}
.student-institution-review td {
  padding-bottom: 0.4em;
}
.student-institution-review table {
  width: 49%;
  min-width: 310px;
  display: inline-block;
  vertical-align: top;
}
.reportReviewForm {
  width: 50%;
}
.reportReviewForm label {
  vertical-align: top;
  width: 20%;
  display: inline-block;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
  zoom: 1;
  _display: inline;
}
.reportReviewForm input,
.reportReviewForm textarea {
  vertical-align: top;
  width: 70%;
  display: inline-block;
  zoom: 1;
  _display: inline;
}
.facebook-login {
  text-align: center;
  font-weight: bold;
}
#facebookProfilePic {
  float: right;
  margin-left: 10px;
}
fieldset.question-set {
  border: 1px #eeeeee solid;
  margin-bottom: 1em;
}
fieldset.question-set legend {
  font-weight: bold;
}
.validationError {
  color: Red;
}
.question-set select.select2 {
  max-width: 90%;
  min-width: 35%;
}
.question-set .ratingHolder {
  padding-right: 10px;
}
#questions-positive textarea,
#questions-negative textarea {
  width: 98%;
}
.question-set th,
.question-set td {
  padding: 3px;
}
.question-set th {
  font-weight: normal;
  text-align: right;
  padding-right: 10px;
  /*    vertical-align:top;*/

}
#student-institution-review-create fieldset.question-set th {
  width: 175px;
}
#questions-user th {
  width: auto;
}
#student-institution-review-create #Review_Name,
#student-institution-review-create #Review_Course {
  width: 300px;
}
#loan-questions input[type="text"],
#salary-questions input[type="text"] {
  width: 50px;
}
#loanResultFigures {
  margin-left: auto;
  margin-right: auto;
}
#loanResultFigures tbody tr {
  font-size: 1.25em;
}
#loanResultFigures tbody th {
  text-align: right;
}
#loanResultFigures tbody td {
  padding-left: 15px;
}
#loanResultFigures tbody td.comment {
  font-size: 0.8em;
}
#loan-method h4,
#loan-method p {
  margin-left: 60px;
}
#loan-method img {
  clear: both;
  float: left;
}
#subjectListing {
  border-collapse: collapse;
}
#subjectListing th {
  padding: 4px;
  font-size: 1.1em;
}
#subjectListing td {
  padding: 4px;
  border-top: 1px solid #dddddd;
}
#subjectListing td.alt {
  background-color: #f6f6f6;
}
#subjectListing td.rest {
  border-top: none;
}
.comparisonChart .flot-text .flot-x-axis {
  display: none !important;
}
.rss-viewer h1 a,
.rss-viewer h2 a,
.rss-viewer h3 a,
.rss-viewer h4 a {
  color: inherit;
}
.rss-viewer .rss-timestamp {
  font-style: italic;
  text-align: right;
}
span.tracecontent table {
  background-color: white;
}
#subForm {
  margin-bottom: 5px;
}
#subForm .emailInput,
#subForm .nameInput {
  padding: 5px 5px 5px 30px;
  background-repeat: no-repeat;
  background-position: 5px center;
  border: 1px #dddddd solid;
  margin-left: 7px;
  margin-top: 2px;
  margin-bottom: 2px;
}
#subForm .emailInput {
  width: 159px;
  background-image: url('images/email_bg.png');
}
#subForm .nameInput {
  width: 246px;
  background-image: url('images/name_bg.png');
}
#subForm .submit {
  width: 84px;
}
input.placeholder,
textarea.placeholder {
  color: #aaaaaa;
}
.toptenMainImage {
  position: relative;
  line-height: 0;
}
.toptenMainImage img {
  margin-bottom: 2px;
}
.toptenMainOverlay {
  position: absolute;
  background-color: #042b54;
  border-left: 2px white solid;
  border-bottom: 2px white solid;
  font-size: 60px;
  line-height: 80px;
  min-width: 80px;
  text-align: center;
  color: white;
  top: 0;
  right: 0;
}
.toptenAttribution {
  font-size: 0.7em;
  text-align: right;
  color: #777777;
}
.toptenAttribution a {
  color: inherit;
}
.toptenControls {
  position: relative;
  line-height: 0;
}
.toptenThumbs {
  text-align: center;
  margin: 0 33px 10px;
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
}
.toptenThumbs a {
  position: relative;
  display: inline-block;
}
.toptenThumbs a img {
  width: 94px;
  height: 56px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 2px;
}
.toptenThumbOverlay {
  width: 94px;
  height: 56px;
  opacity: 0.7;
  top: 0;
  left: 1px;
  background-color: #dddddd;
  position: absolute;
}
.toptenThumbNumber {
  width: 100%;
  top: 0;
  left: 0;
  font-weight: normal;
  color: white;
  position: absolute;
  font-size: 54px;
  line-height: 56px;
}
.field {
  margin: 0.75em 0;
  padding: 0 0.5em;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
}
.field-heading {
  font-weight: bold;
  padding-bottom: 0.25em;
}
.field-description {
  overflow: hidden;
  display: block;
  padding-left: 0.5em;
  line-height: 1.5em;
}
fieldset.field {
  border: none;
}
.field input[type=text],
.field input[type=number],
.field input[type=email],
.field textarea,
.field select,
.field .radio-as-button {
  margin-top: 0.25em;
  padding: 1em;
  box-sizing: border-box;
  font-weight: normal;
  border: 1px solid #d7d7d7;
  background: #fbfbfb;
}
.field input[type=checkbox] {
  float: left;
}
.field select,
.field .radio-as-button {
  border-radius: 5px;
  background: white;
}
.field input[type=text],
.field input[type=number],
.field input[type=email],
.field textarea,
.field select,
.field .field-invalid {
  width: 100%;
}
.field select {
  line-height: 3.3em;
  /* for safari */

}
.field .field-invalid {
  display: none;
  color: red;
  margin-top: 0.25em;
}
.field.invalid .field-invalid {
  display: block;
}
.field textarea {
  height: 10em;
  resize: vertical;
  line-height: 1.5em;
}
.field .button-set {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.field .radio-as-button {
  display: table-cell;
  text-align: center;
  cursor: pointer;
}
.field .radio-as-button:hover {
  border-color: #7c7c7c;
}
.field .radio-as-button.selected {
  background: #2c6fa3;
  border-color: #2c6fa3;
  color: white;
}
.field .radio-as-button input {
  display: none;
}
.field-full-width {
  width: 100%;
}
.field-half-width {
  width: 50%;
}
.field.field-date-of-birth input {
  box-sizing: content-box;
  text-align: center;
}
.field input.field-day,
.field input.field-month {
  width: 2em;
}
.field input.field-year {
  width: 4em;
}
.field-example {
  vertical-align: middle;
  color: #959595;
  margin-left: 1.5em;
}
.field button[type=submit] {
  width: 100%;
}
.popup {
  position: relative;
  font-weight: normal;
}
.popup-link {
  color: blue;
  cursor: pointer;
}
.popup-content {
  position: absolute;
  visibility: hidden;
  bottom: 102%;
  left: 0;
  text-align: center;
  background: #eeeeee;
  border: 2px solid #777777;
  padding: 0.25em;
  border-radius: 5px;
}
.popup:hover .popup-content {
  visibility: visible;
}
#enquiryForm h1 {
  color: black;
  margin-bottom: 0.25em;
  font-size: 1.5em;
  padding-left: 32px;
  background: url(images/email.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
#enquiryForm h2 {
  color: #d60033;
  margin-top: 0.25em;
  font-size: 1.5em;
}
/* START TagCloud */

.TagCloud/* Applies to the entire tag cloud */ {
  text-align: center;
  line-height: normal;
}
.TagCloud > span/* Applies to each tag of the tag cloud */ {
  margin-right: 3px;
  text-align: center;
}
.TagCloud > span.TagWeight1/* Applies to the largest tags */ {
  font-size: 40px;
}
.TagCloud > span.TagWeight2 {
  font-size: 32px;
}
.TagCloud > span.TagWeight3 {
  font-size: 25px;
}
.TagCloud > span.TagWeight4 {
  font-size: 18px;
}
.TagCloud > span.TagWeight5/* Applies to the smallest tags */ {
  font-size: 12px;
}
/* END TagCloud */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
/* Print-specific */

#qrcode,
#printFooter,
.topLogoPrint {
  display: none;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #445963;
  line-height: 1.3;
  min-width: 985px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.media-narrow body {
  min-width: 320px;
}
/* Header */
.header-container {
  background-color: #dadee0;
  width: 100%;
}
.media-narrow .header-container.search-active {
  background-color: white;
}
.header {
  width: 965px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
}
.media-narrow .header {
  width: 100% !important;
  box-sizing: border-box !important;
  float: none;
}
.header > * {
  display: table-cell;
  vertical-align: middle;
}
.media-narrow .header {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-logo {
  text-align: left;
}
.header-logo img {
  width: 200px;
  height: 48px;
}
.media-narrow .header-container.search-active .header-logo {
  display: none;
}
.header-tools {
  text-align: right;
  width: 100%;
}
.header-tools > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.media-narrow .header-tools > * {
  margin-left: 0px;
}
.header-social {
  padding-left: 0;
  margin: 0;
  list-style: none;
  font-size: 24px;
  line-height: 1em;
}
.header-social li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.header-social a {
  color: #98a4a9;
}
.header-social a:hover,
.header-social a:focus {
  color: #1976d2;
}
.header-social > li {
  display: inline;
}
.media-narrow .header-social {
  display: none;
}
.header-search:hover .header-search-text,
.header-search:hover .header-search-submit {
  border-color: #1976d2;
}
.header-search:hover .header-search-submit {
  background-color: #1976d2;
}
.media-narrow .search-active .header-search {
  width: 100%;
  display: table;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.header-search-element {
  display: inline-block;
}
.media-narrow .search-active .header-search-element {
  display: table-cell;
}
.media-narrow .search-active .header-search-element:first-child {
  width: 100%;
}
.header-search-text,
.header-search-submit {
  border: 1px solid #98a4a9;
  border-radius: 500px;
  height: 42px;
  box-sizing: border-box;
  vertical-align: middle;
}
.header-search-text:focus,
.header-search-submit:focus {
  outline: none;
}
.header-search-text {
  padding: 0 10px 0 18px;
  width: 225px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.media-narrow .header-search-text {
  display: none;
}
.media-narrow .search-active .header-search-text {
  border-radius: 0;
  display: block;
  width: 100%;
  margin-right: 80px;
  border-style: none none solid;
  border-color: #aeafaf;
  padding: 0;
}
.header-search-submit {
  padding: 0 10px 0 6px;
  color: white;
  font-size: 18px;
  width: 40px;
  background-color: #98a4a9;
  border-left-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.media-narrow .header-search-submit {
  display: none;
}
.media-narrow .search-active .header-search-submit {
  display: inline;
  background-color: #1976d2;
  border-radius: 500px;
  border-color: #1976d2;
  border-left-style: solid;
  height: 35px;
  width: 35px;
  line-height: 35px;
  padding: 0;
  margin-left: 5px;
}
.header-search-text:focus,
.header-search-text:focus ~ .header-search-submit {
  border-color: #1976d2;
}
.header-search-submit:focus,
.header-search-text:focus ~ .header-search-submit {
  border-color: #1976d2;
  background-color: #1976d2;
}
.header-search-toggle {
  display: none;
}
.media-narrow .header-search-toggle {
  display: inline;
  box-sizing: border-box;
  border: 1px solid #02274b;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #02274b;
  border-radius: 500px;
  background-color: transparent;
  padding: 0;
  outline: none;
  margin-left: 5px;
}
.media-narrow .header-search-toggle:after {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 18px;
}
.media-narrow .search-active .header-search-toggle {
  border-color: transparent;
  color: #445963;
}
.media-narrow .search-active .header-search-toggle:after {
  content: "\f00d";
}
.media-narrow .header-user-desktop {
  display: none;
}
.header-user-mobile {
  display: none;
}
.header-user-mobile a {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  color: #02274b;
  text-align: center;
  border: 1px solid #02274b;
  border-radius: 500px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.header-user-mobile a:after {
  content: "\f007";
  font-family: 'FontAwesome';
  font-size: 18px;
}
.media-narrow .header-user-mobile {
  display: inline-block;
  margin-left: 5px;
}
.media-narrow .search-active .header-user-mobile {
  display: none;
}
/* Main menu */
.main-menu-container {
  width: 100%;
  background-color: #02274b;
  color: white;
  position: relative;
}
.main-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
  width: 965px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: table;
}
.main-menu li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.media-narrow .main-menu {
  width: 100% !important;
  box-sizing: border-box !important;
  float: none;
}
.media-narrow .main-menu {
  display: none;
}
.media-narrow .main-menu.open {
  background-color: #445963;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100% !important;
  padding: 0;
  z-index: 1000;
}
.main-menu-section {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.media-wide .main-menu-section.highlighted {
  background-color: #1976d2;
}
.main-menu-section:hover,
.main-menu-section:focus {
  background-color: #445963;
  transition: background-color 0.3s ease-out;
}
.media-wide .main-menu-section:hover.highlighted,
.media-wide .main-menu-section:focus.highlighted {
  background-color: #1976d2;
}
.main-menu-section:hover .main-menu-lists,
.main-menu-section:focus .main-menu-lists {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.main-menu-section.current .main-menu-section-link {
  text-decoration: underline;
}
.media-narrow .main-menu-section {
  display: block;
  position: static;
  text-align: left;
  width: 50%;
}
.media-narrow .main-menu-section:hover .main-menu-lists {
  visibility: hidden;
}
.media-narrow .main-menu-section.open {
  background-color: #263238;
  transition: none;
}
.media-narrow .main-menu-section.open .main-menu-section-link:after {
  content: "\f105";
  font-family: 'FontAwesome';
  float: right;
}
.media-narrow .main-menu-section.open .main-menu-lists {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  min-height: 100%;
  transition: none;
  visibility: visible;
  opacity: 1;
  background-color: #263238;
}
.main-menu-section-link,
.main-menu-list-link,
.main-menu-item-link,
.mobile-menu-section-link,
.mobile-menu-toggle-button {
  padding: 12px;
  margin: 0;
  color: white;
  display: block;
}
.main-menu-section-link:hover,
.main-menu-list-link:hover,
.main-menu-item-link:hover,
.mobile-menu-section-link:hover,
.mobile-menu-toggle-button:hover,
.main-menu-section-link:focus,
.main-menu-list-link:focus,
.main-menu-item-link:focus,
.mobile-menu-section-link:focus,
.mobile-menu-toggle-button:focus {
  text-decoration: none;
}
.main-menu-lists {
  padding-left: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #445963;
  left: 0;
  top: 100%;
  width: 225px;
  z-index: 1000;
}
.main-menu-lists li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.main-menu-section:last-child .main-menu-lists,
.main-menu-section:nth-last-child(-n+2) .main-menu-lists {
  left: auto;
  right: 0;
}
.media-wide .main-menu-section.highlighted .main-menu-lists {
  background-color: #1976d2;
}
.main-menu-list-link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 0;
}
.main-menu-list-link:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #697a82;
  margin-top: 5px;
}
.media-wide .main-menu-section.highlighted .main-menu-list-link:after {
  background-color: #e6eff8;
}
.main-menu-items {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.main-menu-items li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.main-menu-item-link:hover {
  background-color: #263238;
}
.main-menu-section.highlighted .main-menu-item-link:hover {
  background-color: #02274b;
}
.main-menu-item.current {
  text-decoration: underline;
}
.mobile-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: none;
}
.mobile-menu li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.media-narrow .mobile-menu {
  display: table;
  width: 100%;
}
.mobile-menu-section {
  display: inline-block;
}
.mobile-menu-section.highlighted {
  background-color: #1976d2;
}
.mobile-menu-toggle {
  display: inline-block;
  float: right;
}
.mobile-menu-toggle-button {
  border: none;
  background-color: #445963;
  outline: none;
}
.mobile-menu-toggle-button.open {
  background-color: #263238;
}
.mobile-menu-toggle-button:after {
  content: "\f0c9";
  font-family: 'FontAwesome';
  padding-left: 5px;
}
/* Survey bar */
.survey-box-container {
  border-bottom: 1px solid #dadee0;
  background-color: #ffffd3;
}
.survey-box-container .survey-box {
  width: 965px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.media-narrow .survey-box-container .survey-box {
  width: 100% !important;
  box-sizing: border-box !important;
  float: none;
}
.survey-box-container .media-narrow {
  display: none;
}
.survey-box {
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
.content-sidebar > .survey-box {
  background-color: #ffffd3;
  border: 1px solid #dadee0;
}
/* Breadcrumbs */

.breadcrumbs {
  width: 965px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadee0;
}
.media-narrow .breadcrumbs {
  width: 100% !important;
  box-sizing: border-box !important;
  float: none;
}
.breadcrumb-link:after {
  font-family: 'FontAwesome';
  content: "\f105";
  padding: 0 5px;
}
/* Content */

.content-container {
  width: 965px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.media-narrow .content-container {
  width: 100% !important;
  box-sizing: border-box !important;
  float: none;
}
.content-container:after {
  content: "";
  display: block;
  clear: both;
}
.content-container.narrow {
  width: 965px;
}
.content-container.narrow.no-sidebar {
  width: 500px;
}
.content-container.wide {
  width: auto;
}
.content-main {
  font-size: 16px;
  line-height: 1.5;
  width: 650px;
  float: left;
}
.content-main > :first-child,
.content-main > :first-child > :first-child,
.content-main > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.media-narrow .content-main {
  font-size: inherit;
}
.content-main:after {
  content: "";
  display: block;
  clear: both;
}
.content-container.no-sidebar .content-main {
  width: 965px;
}
.content-container.narrow .content-main {
  width: 500px;
}
.content-container.wide .content-main {
  width: auto;
}
.media-narrow .content-main {
  width: 100% !important;
  box-sizing: border-box !important;
  float: none;
}
.content-sidebar {
  float: left;
  width: 300px;
  padding-left: 15px;
}
.content-sidebar .advert-mpu > div > div {
  margin-bottom: 15px;
}
.media-narrow .content-sidebar {
  width: 100% !important;
  box-sizing: border-box !important;
  float: none;
}
.media-narrow .content-sidebar {
  float: none;
  padding-left: 0;
}
.socialLinks {
  margin: 1em 0 3px 0;
  padding: 7px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
}
.socialLinks .socialButton {
  height: 20px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
/* Boxes */

.box {
  border: 1px #dadee0 solid;
  border-radius: 5px;
  margin-bottom: 15px;
}
.box:after {
  content: "";
  display: block;
  clear: both;
}
.box ul {
  padding-left: 1.2em;
}
.box li {
  margin-top: 3px;
  margin-bottom: 3px;
}
.box > .moreLink {
  padding: 10px;
  background-color: #dadee0;
  font-weight: normal;
}
.box img {
  max-width: 100%;
}
.box-heading {
  background-color: #eceeef;
  border-bottom: 1px solid #dadee0;
  padding: 10px;
}
.box-heading h3 {
  margin: 0;
}
.content-sidebar .box-heading {
  background-color: inherit;
}
.content-sidebar .box-heading h3 {
  font-size: 16px;
}
.box.highlight .box-heading h3 {
  color: #cf0a3a;
}
.box-intro {
  margin: 0;
  margin-top: 0.25em;
  font-size: 14px;
}
.box-content {
  padding: 10px;
}
.box-content:after {
  content: "";
  display: block;
  clear: both;
}
.box-content > :first-child,
.box-content > :first-child > :first-child,
.box-content > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.box-content > :last-child,
.box-content > :last-child > :last-child,
.box-content > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
/* Adverts */

.advert {
  line-height: 0px;
  overflow: hidden;
}
.advert-leaderboard {
  margin: 0 auto;
  width: 970px;
  text-align: center;
  padding-bottom: 10px;
}
.media-narrow .advert-leaderboard {
  display: none;
}
.advert-button {
  display: table-cell;
  padding: 10px;
}
.advert-mpu {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.advert-container {
  margin-left: auto;
  margin-right: auto;
}
.advert-120x120 {
  width: 120px;
}
.advert-container-clearing {
  text-align: center;
}
.advert-container-clearing .advert {
  display: inline-block;
  padding: 0 20px 20px;
}
/* Footer */

.footer-container {
  background-color: #263238;
  z-index: 101;
  position: relative;
}
.footer {
  width: 965px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
}
.media-narrow .footer {
  width: 100% !important;
  box-sizing: border-box !important;
  float: none;
}
.footer h4 {
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #515b60;
  margin-top: 0;
  margin-bottom: 30px;
}
.footer a {
  color: white;
}
.footer-text {
  display: table;
}
.media-narrow .footer-text {
  display: block;
}
.footer-section {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.footer-section ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.footer-section ul li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.footer-section ul li {
  margin-bottom: 0.7em;
}
.footer-section:first-child {
  width: 50%;
  padding-left: 0;
  line-height: 24px;
}
.footer-section:first-child a {
  text-decoration: underline;
}
.media-narrow .footer-section:first-child {
  display: none;
}
.footer-section:last-child {
  padding-right: 0;
}
.media-narrow .footer-section {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}
.footer-copyright {
  color: #515b60;
  padding-top: 10px;
  border-top: 1px solid #515b60;
}
.data-label {
  font-weight: bold;
}
.boxed-content,
.emphasized-content,
.course-profile-snippet {
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.boxed-content > :first-child,
.emphasized-content > :first-child,
.boxed-content > :first-child > :first-child,
.emphasized-content > :first-child > :first-child,
.boxed-content > :first-child > :first-child > :first-child,
.emphasized-content > :first-child > :first-child > :first-child,
.boxed-content > :first-child,
.course-profile-snippet > :first-child,
.boxed-content > :first-child > :first-child,
.course-profile-snippet > :first-child > :first-child,
.boxed-content > :first-child > :first-child > :first-child,
.course-profile-snippet > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.boxed-content > :last-child,
.emphasized-content > :last-child,
.boxed-content > :last-child > :last-child,
.emphasized-content > :last-child > :last-child,
.boxed-content > :last-child > :last-child > :last-child,
.emphasized-content > :last-child > :last-child > :last-child,
.boxed-content > :last-child,
.course-profile-snippet > :last-child,
.boxed-content > :last-child > :last-child,
.course-profile-snippet > :last-child > :last-child,
.boxed-content > :last-child > :last-child > :last-child,
.course-profile-snippet > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.media-narrow .boxed-content,
.media-narrow .emphasized-content,
.media-narrow .boxed-content,
.media-narrow .course-profile-snippet {
  padding: 20px;
}
.boxed-content {
  border: 1px solid #dadee0;
}
.emphasized-content,
.course-profile-snippet {
  background-color: #eceeef;
}
.data-table {
  border-spacing: 0;
}
.data-table th,
.data-table td {
  padding: 10px 7.5px;
}
.data-table th:first-child,
.data-table td:first-child {
  padding-left: 15px;
}
.data-table th:last-child,
.data-table td:last-child {
  padding-right: 15px;
}
.data-table thead {
  background-color: #aeafaf;
  color: white;
  text-align: left;
  font-size: 14px;
}
.data-table tbody th,
.data-table tbody td {
  border: 1px none #dadee0;
  border-bottom-style: solid;
}
.data-table tbody th:first-child,
.data-table tbody td:first-child {
  border-left-style: solid;
}
.data-table tbody th:last-child,
.data-table tbody td:last-child {
  border-right-style: solid;
}
/* Equal columns */

.columns > .column {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7.5px;
  vertical-align: top;
}
.columns > .column > :first-child,
.columns > .column > :first-child > :first-child,
.columns > .column > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.columns > .column > :last-child,
.columns > .column > :last-child > :last-child,
.columns > .column > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.columns > .column:first-child {
  padding-left: 0;
}
.columns > .column:last-child {
  padding-right: 0;
}
.columns > .column.half {
  width: 50%;
}
.media-narrow .columns > .column {
  padding: 0;
  display: block;
  width: auto;
  margin-bottom: 40px;
}
.media-narrow .columns > .column:last-child {
  margin-bottom: 0;
}
/* Columnar lists */

.columnarList {
  margin: 13px 0;
  display: table;
  width: 100%;
}
.media-narrow .columnarList {
  display: block;
}
.columnarList > .column {
  display: table-cell;
  padding: 0 7.5px;
  width: 50%;
  vertical-align: top;
}
.columnarList > .column:first-child {
  padding-left: 0;
}
.columnarList > .column:last-child {
  padding-right: 0;
}
.columnarList > .column > .columnIndex {
  margin-bottom: 10px;
  font-weight: bold;
}
.column .columnarList > .column,
.media-narrow .columnarList > .column {
  display: block;
  width: auto;
  padding: 0;
}
.column .columnarList > .column .columnIndex,
.media-narrow .columnarList > .column .columnIndex {
  display: none;
}
.column .columnarList > .column.second h4:first-child,
.media-narrow .columnarList > .column.second h4:first-child {
  margin-top: 1.3em;
}
.columnarList h4:first-child {
  margin-top: 0;
}
.columnarList ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.search-results {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.search-results li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.box .search-results {
  padding-left: 0;
}
.search-result {
  margin-bottom: 1em !important;
}
.search-result:after {
  content: "";
  display: block;
  clear: both;
}
.search-result.detailed {
  padding-bottom: 1em;
  border-bottom: 1px solid #dadee0;
}
.search-result.detailed:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.search-result-title {
  font-weight: bold;
  font-size: 18px;
}
.search-result-type {
  color: #a2acb1;
}
.search-result-image {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.media-narrow .search-result-image {
  display: none;
}
.search-result-body ul {
  margin-top: 3px;
  margin-bottom: 3px;
  list-style-type: disc;
}
.search-result-body em {
  font-weight: bold;
}
.page-league-table {
  font-size: 14px;
}
.league-table-scores {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.league-table-scores li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.league-table-score {
  display: inline-table;
  width: 50%;
  vertical-align: middle;
  box-sizing: border-box;
}
.league-table-score:nth-child(odd) {
  padding-right: 7.5px;
}
.league-table-score:nth-child(even) {
  padding-left: 7.5px;
}
.media-narrow .league-table-score,
.column .league-table-score {
  width: 100%;
  padding: 0;
}
.league-table-score-name,
.league-table-score-value {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 1em;
}
:last-child > .league-table-score-name,
:last-child > .league-table-score-value {
  padding-bottom: 0;
}
.league-table-score-name {
  font-weight: bold;
  width: 100%;
}
.league-table-score-value {
  white-space: nowrap;
  width: 0;
  padding-left: 10px;
}
.league-table-score-max {
  color: #a2acb1;
}
.league-table-score-quintiles {
  display: inline-block;
  width: 55px;
  margin-left: 10px;
}
.league-table-score-quintile {
  display: inline-block;
  height: 1.5em;
  width: 10px;
  background-color: #aeafaf;
  margin-left: 1px;
  vertical-align: middle;
}
.league-table-score-quintile.active {
  background-color: #009688;
}
.league-table-score-quintile:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.league-table-score-quintile:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.compare-tool {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 280px;
  z-index: 200;
  font-size: 16px;
  color: white;
}
.compare-tool.expanded .compare-tool-heading:after {
  content: "\f107";
}
.compare-tool.expanded .compare-tool-form {
  display: block;
}
.compare-tool-heading {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 18px;
  font-weight: bold;
  background-color: #445963;
  border: none;
  border-top-left-radius: 20px;
  color: white;
  text-align: left;
  outline: none;
}
.compare-tool-heading:hover {
  background-color: #37474f;
}
.compare-tool-heading:after {
  content: "\f106";
  font-family: 'FontAwesome';
  float: right;
}
.compare-tool-selected-count {
  display: inline-block;
  text-align: center;
  font-weight: normal;
  background-color: #f54b17;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 500px;
  margin-right: 10px;
}
.compare-tool-form {
  display: none;
  padding: 0 18px 18px;
  background-color: #445963;
  font-size: 14px;
  overflow: hidden;
}
.compare-tool-form .cta-button {
  background-color: #f54b17;
  border-color: #f54b17;
  width: 100%;
}
.compare-tool-form .cta-button:hover {
  background-color: white;
  border-color: white;
  color: #f54b17;
}
@media screen and (max-height: 480px) {
  .compare-tool-form {
    padding-bottom: 10px;
  }
}
.compare-tool-institutions {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
  border-top: 1px solid #6a7b83;
}
.compare-tool-institutions li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.compare-tool-institution {
  display: table-row;
}
.compare-tool-institution-name {
  width: 100%;
}
.compare-tool-institution-link {
  color: white;
}
.compare-tool-institution-name,
.compare-tool-institution-remove {
  display: table-cell;
  border: none;
  border-bottom: 1px solid #6a7b83;
  vertical-align: middle;
  padding: 10px 0;
  line-height: 1.3;
}
@media screen and (max-height: 480px) {
  .compare-tool-institution-name,
  .compare-tool-institution-remove {
    padding: 7px 0;
  }
}
.compare-tool-institution-remove {
  background-color: transparent;
  padding-left: 5px;
  margin: 0;
  color: #a2acb1;
  outline: none;
}
.compare-tool-add {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-weight: bold;
  border: 1px solid #37474f;
  background-color: #576a73;
  border-radius: 4px;
  color: white;
  padding: 0 15px;
  margin: 18px 0;
  outline: none;
}
@media screen and (max-height: 480px) {
  .compare-tool-add {
    margin: 10px 0;
  }
}
.courseSearchCriterion {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.courseSearchCriterion.fullWidth {
  width: 99%;
  margin-right: 5px;
}
.courseSearchCriterion.halfWidth {
  width: 49%;
  margin-right: 4px;
}
.courseSearchCriterion .title {
  font-weight: bold;
}
.courseSearchCriterion select {
  width: 100%;
}
.courseSearchEntryCriterion {
  text-align: right;
  margin-top: 3px;
}
.course-result.detailed .course-result-institution,
.course-result.detailed .course-result-study {
  display: inline;
}
.course-result.detailed .course-result-institution:after {
  content: ":";
}
.course-result.no-detail .course-result-study {
  font-size: 14px;
}
.course-result-overall-rank {
  margin-top: 0.5em;
}
.course-result-subject-rankings {
  clear: right;
}
.course-result-subject-rankings .subjectScores {
  margin-top: 0.5em;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.course-result-subject-rankings .subjectScores .scores {
  padding-left: 0;
  margin: 0;
  list-style: none;
  line-height: 1.5em;
  padding-left: 20px;
}
.course-result-subject-rankings .subjectScores .scores li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.course-result-subject-rankings .subjectScores .scores img {
  vertical-align: text-bottom;
}
.course-result-subject-rankings .subjectScoresName {
  margin-bottom: 0.5em;
}
/* Course detail page */

.course-detail {
  position: relative;
}
.course-detail h1 {
  margin-top: 30px;
}
.course-detail-content {
  padding-right: 245px;
  position: relative;
}
.course-detail-content > :first-child,
.course-detail-content > :first-child > :first-child,
.course-detail-content > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.course-detail-content:after {
  content: "";
  display: block;
  clear: both;
}
.course-detail-content .return-to-top {
  float: right;
}
.media-narrow .course-detail-content {
  padding-right: 0;
}
.course-detail-content-main h3 {
  padding-top: 30px;
  border-top: 1px solid #dadee0;
}
.course-detail-content-main h3:first-of-type,
.course-detail-content-main .course-detail-entry-header,
.course-detail-content-main .course-detail-fees-header {
  padding-top: 0;
  border-top: 0;
}
.course-detail-title {
  margin-bottom: 0;
}
.course-detail-institution {
  margin-top: 0;
}
.course-detail .course-detail-key {
  font-size: 14px;
}
.course-detail .course-detail-key .columns .column h3 {
  margin-top: -0.3em !important;
}
.course-detail .course-detail-key .columns .column > :last-child,
> .course-detail .course-detail-key .columns .column :last-child > :last-child {
  margin-bottom: -0.3em !important;
}
.course-subject-scores-link {
  white-space: nowrap;
}
.course-entry-table {
  width: 100%;
}
.course-entry-table tr {
  vertical-align: top;
}
.course-entry-table-grade {
  white-space: nowrap;
}
.course-entry-table-detail {
  font-size: 14px;
}
.course-fee {
  padding-bottom: 0.5em;
}
.course-fee .data-label,
.course-fee-value,
.course-fee-notes {
  display: block;
}
.course-detail-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  font-size: 14px;
}
.media-narrow .course-detail-sidebar {
  position: static;
  top: unset;
  right: unset;
  width: 100%;
}
.course-detail-sidebar.sticky {
  padding-top: 15px;
}
.course-detail-logo {
  margin-bottom: 15px;
}
.media-narrow .course-detail-logo {
  display: none;
}
.course-detail-logo img {
  width: 100%;
}
.media-narrow .course-sidebar-buttons {
  display: table;
  width: 100%;
}
.media-narrow .course-sidebar-buttons.sticky {
  padding: 1em 0;
  background-color: white;
  border-bottom: 1px solid #dadee0;
  top: 0;
}
.media-narrow .course-sidebar-button {
  display: table-cell;
  width: 100px;
  padding: 0 7.5px;
}
.media-narrow .course-sidebar-button:first-child {
  padding-left: 0;
}
.media-narrow .course-sidebar-button:last-child {
  padding-right: 0;
}
.course-sidebar-button .cta-button {
  width: 100%;
  margin-bottom: 1em;
}
.media-narrow .course-sidebar-button .cta-button {
  margin-bottom: 0;
}
.course-sidebar-links {
  margin: 40px 0;
}
.course-sidebar-links .course-sidebar-link {
  text-transform: uppercase;
}
.course-sidebar-link {
  margin-bottom: 0.5em;
}
.course-sidebar-link a:before {
  font-family: 'FontAwesome';
  padding-right: 0.5em;
  display: inline-block;
  width: 1em;
}
.course-sidebar-link-profile a:before {
  content: "\f0f6";
}
.media-narrow .course-sidebar-link-profile {
  display: none;
}
.course-sidebar-link-info a:before {
  content: "\f29c";
}
.media-narrow .course-sidebar-further {
  display: none;
}
.course-sidebar-further h3 {
  border-top: 1px solid #dadee0;
  padding-top: 40px;
  margin-top: 40px;
}
.course-sidebar-further:first-child h3 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.course-results-similar .boxed-content:not(:first-child) {
  margin-top: 0;
}
.course-results-similar .boxed-content:not(:last-child) {
  border-bottom: none;
  margin-bottom: 0;
}
.course-profile-snippets {
  margin-top: 30px;
}
.course-profile-snippets > :not(:first-child) {
  margin-top: 1px;
}
.course-profile-snippets > :not(:last-child) {
  margin-bottom: 1px;
}
.course-profile-snippet {
  font-size: 14px;
}
.course-profile-snippet:after {
  content: "";
  display: block;
  clear: both;
}
.course-profile-snippet.has-image .course-profile-snippet-text {
  padding-left: 220px;
}
.media-narrow .course-profile-snippet.has-image .course-profile-snippet-text {
  padding-left: 0;
}
.course-profile-snippet h3 {
  margin-top: -0.3em !important;
}
.course-profile-snippet .course-profile-snippet-more {
  margin-bottom: -0.3em !important;
}
.course-profile-snippet-image {
  float: left;
  width: 200px;
}
.media-narrow .course-profile-snippet-image {
  float: none;
  display: block;
  width: 100%;
}
.course-profile-snippet-rank {
  margin-top: 20px;
  margin-bottom: 20px;
}
.course-profile-snippet-links {
  display: table;
  width: 100%;
}
.media-narrow .course-profile-snippet-links {
  display: block;
}
.course-profile-snippet-link {
  display: table-cell;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  background-color: #eceeef;
  border-right: 1px solid white;
}
.course-profile-snippet-link:last-child {
  border-right: none;
}
.media-narrow .course-profile-snippet-link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-right: none;
  border-bottom: 1px solid white;
}
.crime-table {
  width: 100%;
  background: #eceeef;
  border-spacing: 0;
}
.crime-table thead {
  background: #dadee0;
}
.crime-table tbody th {
  text-align: left;
}
.crime-table tbody td {
  text-align: center;
}
.crime-table tbody td:last-child {
  font-weight: bold;
}
.crime-table td,
.crime-table th {
  padding: 0.15em;
}
.crime-table-institution.alternate td,
.crime-table-institution.alternate th {
  background-color: #d0e4f9;
}
.crime-table-campus {
  display: none;
  font-size: 0.9em;
}
.crime-table-campus td,
.crime-table-campus th {
  background: white;
}
/* Page Layout */

.page-institution {
  font-size: 14px;
}
.institution-header {
  border-bottom: 1px solid #dadee0;
  display: table;
  width: 100%;
  background-color: white;
}
.institution-header > * {
  padding-bottom: 25px;
}
.institution-header.sticky {
  padding-top: 15px;
  top: 0;
}
.media-narrow .institution-header {
  display: block;
}
.media-narrow .institution-header > * {
  padding-bottom: 15px;
}
.media-narrow .institution-header > .sticky-placeholder {
  padding-bottom: 0;
}
.institution-header-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 225px;
  padding-right: 15px;
}
.media-narrow .institution-header-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.institution-header-main {
  display: table-cell;
  vertical-align: top;
}
.institution-header-main > :first-child,
.institution-header-main > :first-child > :first-child,
.institution-header-main > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.institution-header-main > :last-child,
.institution-header-main > :last-child > :last-child,
.institution-header-main > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.media-narrow .institution-header-main {
  display: block;
  line-height: 1;
}
.institution-header-buttons {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  padding-top: 10px;
}
.institution-header-buttons.sticky {
  top: 0;
  background-color: white;
  border-bottom: 1px solid #dadee0;
}
.media-narrow .institution-header-buttons {
  padding-top: 15px;
  display: table;
  width: 100%;
}
.institution-header-button {
  margin-bottom: 10px;
}
.institution-header-button:last-child {
  margin-bottom: 0;
}
.institution-header-button .cta-button {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
.media-narrow .institution-header-button {
  display: table-cell;
  width: 50%;
  padding: 0 0.5em;
}
.media-narrow .institution-header-button:first-child {
  padding-left: 0;
}
.media-narrow .institution-header-button:last-child {
  padding-right: 0;
}
.institution-header-links a {
  display: inline-block;
  margin-right: 0.5em;
}
.institution-header-links .institution-request-info {
  text-transform: uppercase;
}
.institution-header-links .institution-request-info:before {
  font-family: 'FontAwesome';
  content: "\f003";
  padding-right: 0.5em;
  display: inline-block;
}
.institution-sections {
  padding-left: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 225px;
  margin-top: 20px;
}
.institution-sections li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.institution-sections.sticky {
  overflow: auto;
  top: 0;
  bottom: 0;
}
.media-narrow .institution-sections {
  display: none;
}
.institution-section {
  display: block;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 4px;
}
.institution-pages {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.institution-pages li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.institution-sections-mobile {
  display: none;
}
.media-narrow .institution-sections-mobile {
  display: block;
  width: 100%;
  margin: 20px auto;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.institution-main-image {
  width: 100%;
  margin-bottom: 2em;
}
.institution-body {
  position: relative;
}
.institution-body:after {
  content: "";
  display: block;
  clear: both;
}
.institution-body .return-to-top {
  position: absolute;
  right: 0;
  bottom: 0;
}
.media-narrow .institution-body .return-to-top {
  position: static;
  float: right;
}
.institution-scores {
  margin-bottom: 30px;
}
.institution-page-link {
  display: inline-block;
  box-sizing: border-box;
  border-left: 5px solid white;
  width: 100%;
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.institution-page-link:hover,
.institution-page-link.current {
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.institution-page-link:hover {
  background-color: #dadee0;
  border-color: #697a82;
}
.institution-page-link.current {
  background-color: #e6eff8;
  border-color: #1976d2;
}
.institution-page-full-width > :first-child,
.institution-page-full-width > :first-child > :first-child,
.institution-page-full-width > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.institution-page-full-width,
.institution-page-text {
  padding-left: 240px;
}
.media-narrow .institution-page-full-width,
.media-narrow .institution-page-text {
  padding-left: 0;
}
.institution-esol {
  display: table;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
}
.media-narrow .institution-esol {
  display: block;
}
.institution-esol-logo,
.institution-esol-text {
  display: table-cell;
  vertical-align: top;
}
.media-narrow .institution-esol-logo,
.media-narrow .institution-esol-text {
  display: block;
}
.media-narrow .media-narrow .institution-esol-logo,
.media-narrow .media-narrow .institution-esol-text {
  width: 100% !important;
  box-sizing: border-box !important;
  float: none;
}
.institution-esol-logo {
  padding: 0.75em 1em;
}
.institution-esol-logo img {
  max-width: 200px;
}
.media-narrow .institution-esol-logo {
  text-align: center;
  padding-top: 0;
}
.institution-esol-text {
  padding-left: 15px;
  width: 100%;
}
.institution-esol-text iframe {
  width: 100% !important;
}
.media-narrow .institution-esol-text {
  margin-top: 10px;
  padding-left: 0;
}
.institution-page-text {
  font-size: 16px;
  line-height: 1.5;
  width: 640px;
}
.media-narrow .institution-page-text {
  font-size: inherit;
}
.media-narrow .institution-page-text {
  width: 100% !important;
  box-sizing: border-box !important;
  float: none;
}
.institution-footer {
  border-top: 1px solid #eeeeee;
}
/* Components */

.entry-charts h4 {
  margin-bottom: 0.33em;
}
.entry-chart {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
}
.entry-chart li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}
.entry-chart li {
  display: table-cell;
  color: #009688;
  border-top: 20px solid #009688;
  white-space: nowrap;
  text-align: center;
}
.entry-chart li:first-child {
  text-align: left;
}
.entry-chart li:last-child {
  text-align: right;
}
.entry-chart li:nth-child(2) {
  color: #004d40;
  border-color: #004d40;
}
.entry-chart li:nth-child(3) {
  color: #4caf50;
  border-color: #4caf50;
}
.institution-population {
  float: right;
  margin: 0 0 2em 2em;
}
.media-narrow .institution-population {
  float: none;
  margin: 1em 0;
}
